2022-09-27T15:36:23.1411669Z Requested labels: linux.4xlarge.nvidia.gpu 2022-09-27T15:36:23.1411743Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:36:23.1411790Z Waiting for a runner to pick up this job... 2022-09-27T15:36:41.5120048Z Job is about to start running on the runner: i-0c7601917fba37396 (organization) 2022-09-27T15:36:45.6628554Z Current runner version: '2.296.2' 2022-09-27T15:36:45.6636195Z Runner name: 'i-0c7601917fba37396' 2022-09-27T15:36:45.6636904Z Runner group name: 'Default' 2022-09-27T15:36:45.6637669Z Machine name: 'ip-10-0-9-243' 2022-09-27T15:36:45.6640395Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:36:45.6641283Z Actions: read 2022-09-27T15:36:45.6641730Z Checks: read 2022-09-27T15:36:45.6642155Z Contents: read 2022-09-27T15:36:45.6642585Z Deployments: read 2022-09-27T15:36:45.6643031Z Discussions: read 2022-09-27T15:36:45.6643452Z Issues: read 2022-09-27T15:36:45.6643820Z Metadata: read 2022-09-27T15:36:45.6644238Z Packages: read 2022-09-27T15:36:45.6644695Z Pages: read 2022-09-27T15:36:45.6645090Z PullRequests: read 2022-09-27T15:36:45.6645601Z RepositoryProjects: read 2022-09-27T15:36:45.6646068Z SecurityEvents: read 2022-09-27T15:36:45.6646451Z Statuses: read 2022-09-27T15:36:45.6646903Z ##[endgroup] 2022-09-27T15:36:45.6651473Z Secret source: None 2022-09-27T15:36:45.6652241Z Prepare workflow directory 2022-09-27T15:36:45.7946549Z Prepare all required actions 2022-09-27T15:36:45.8169784Z Getting action download info 2022-09-27T15:36:46.0550473Z Download action repository 'pytorch/pytorch@master' (SHA:15c52ffc4f9a02f7078033677d44ccd760107952) 2022-09-27T15:36:50.4916338Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:36:50.6218175Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:36:50.8941361Z Getting action download info 2022-09-27T15:36:51.0523598Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:36:51.2592242Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:36:51.2595025Z ##[group] Inputs 2022-09-27T15:36:51.2595441Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:36:51.2596639Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-09-27T15:36:51.2597919Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:36:51.2598410Z sync-tag: 2022-09-27T15:36:51.2598638Z ##[endgroup] 2022-09-27T15:36:51.2599493Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / test (default, 3, 4, linux.4xlarge.nvidia.gpu) 2022-09-27T15:36:51.3642884Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:36:51.3643302Z with: 2022-09-27T15:36:51.3643552Z submodules: recursive 2022-09-27T15:36:51.3643817Z fetch-depth: 0 2022-09-27T15:36:51.3644056Z env: 2022-09-27T15:36:51.3644282Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:51.3644550Z ##[endgroup] 2022-09-27T15:36:51.3960666Z ##[group]Run retry () { 2022-09-27T15:36:51.3960983Z retry () { 2022-09-27T15:36:51.3961297Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:36:51.3961593Z } 2022-09-27T15:36:51.3961836Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:36:51.3962136Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:36:51.3962449Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:36:51.3962730Z else 2022-09-27T15:36:51.3962988Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:36:51.3963462Z fi 2022-09-27T15:36:51.3963808Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:36:51.3981924Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:36:51.3982256Z env: 2022-09-27T15:36:51.3982507Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:51.3982750Z NO_SUDO: 2022-09-27T15:36:51.3982989Z ##[endgroup] 2022-09-27T15:36:51.4216885Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:51.4822781Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:36:51.4823085Z with: 2022-09-27T15:36:51.4823354Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:36:51.4823616Z fetch-depth: 0 2022-09-27T15:36:51.4823871Z submodules: recursive 2022-09-27T15:36:51.4824135Z quiet-checkout: true 2022-09-27T15:36:51.4824395Z repository: pytorch/pytorch 2022-09-27T15:36:51.4824856Z token: *** 2022-09-27T15:36:51.4825113Z ssh-strict: true 2022-09-27T15:36:51.4825367Z persist-credentials: true 2022-09-27T15:36:51.4825642Z clean: true 2022-09-27T15:36:51.4825877Z lfs: false 2022-09-27T15:36:51.4826113Z set-safe-directory: true 2022-09-27T15:36:51.4826428Z env: 2022-09-27T15:36:51.4826670Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:51.4826911Z ##[endgroup] 2022-09-27T15:36:51.6363566Z Syncing repository: pytorch/pytorch 2022-09-27T15:36:51.6365427Z ##[group]Getting Git version info 2022-09-27T15:36:51.6365965Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:36:51.6366579Z [command]/usr/bin/git version 2022-09-27T15:36:51.6366842Z git version 2.37.1 2022-09-27T15:36:51.6374018Z ##[endgroup] 2022-09-27T15:36:51.6396481Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2713a37f-0a06-4e8a-a81c-c308c628cc40' before making global git config changes 2022-09-27T15:36:51.6397055Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:36:51.6405722Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:51.6449660Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:36:51.6455876Z ##[group]Initializing the repository 2022-09-27T15:36:51.6462674Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:51.6496671Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:36:51.6497322Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:36:51.6498285Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:36:51.6498686Z hint: 2022-09-27T15:36:51.6499072Z hint: git config --global init.defaultBranch 2022-09-27T15:36:51.6499659Z hint: 2022-09-27T15:36:51.6500532Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:36:51.6501085Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:36:51.6501407Z hint: 2022-09-27T15:36:51.6501842Z hint: git branch -m 2022-09-27T15:36:51.6502368Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:36:51.6511790Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:36:51.6546537Z ##[endgroup] 2022-09-27T15:36:51.6547053Z ##[group]Disabling automatic garbage collection 2022-09-27T15:36:51.6553097Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:36:51.6584924Z ##[endgroup] 2022-09-27T15:36:51.6585379Z ##[group]Setting up auth 2022-09-27T15:36:51.6595879Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:36:51.6632717Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:36:51.6959299Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:36:51.6994506Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:36:51.7290050Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:36:51.7338453Z ##[endgroup] 2022-09-27T15:36:51.7338946Z ##[group]Fetching the repository 2022-09-27T15:36:51.7348215Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-09-27T15:37:40.5841910Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:37:40.5881437Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:37:41.6562261Z ##[endgroup] 2022-09-27T15:37:41.6565469Z ##[group]Determining the checkout info 2022-09-27T15:37:41.6565917Z ##[endgroup] 2022-09-27T15:37:41.6566511Z ##[group]Checking out the ref 2022-09-27T15:37:41.6574845Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:37:43.3071292Z ##[endgroup] 2022-09-27T15:37:43.3071806Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:37:43.3079658Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:37:43.3137127Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:37:43.3171094Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:37:43.3204710Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:37:43.3234283Z ##[endgroup] 2022-09-27T15:37:43.3234737Z ##[group]Fetching submodules 2022-09-27T15:37:43.3239907Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:37:43.3555616Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:37:43.3851089Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:37:43.3853862Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:37:43.3856971Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:37:43.3860114Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:37:43.3863556Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:37:43.3867119Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:37:43.3870506Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:37:43.3874078Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:37:43.3877831Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:37:43.3882504Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:37:43.3886492Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:37:43.3891280Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:37:43.3895879Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:37:43.3900301Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:37:43.3904971Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:37:43.3909450Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:37:43.3914244Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:37:43.3919256Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:37:43.3924310Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:37:43.3930044Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:37:43.3935360Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:37:43.3941092Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:37:43.3946620Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:37:43.3952328Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:37:43.3957973Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:37:43.3963855Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:37:43.3972236Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:37:43.3978337Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:37:43.3984750Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:37:43.3991157Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:37:43.3997779Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:37:43.4004493Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:37:43.4011890Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:37:43.4018783Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:37:43.4025833Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:37:43.4033106Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:37:43.4040464Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:37:43.4047917Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:37:43.4056131Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:37:43.4064062Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:37:43.4071940Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:37:43.4099585Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:37:43.6815042Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:37:43.9175786Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:37:44.1139740Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:37:44.4566159Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:37:44.7308936Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:37:47.0266157Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:37:52.7098401Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:37:53.1824156Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:37:53.7588981Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:37:55.4377673Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:37:57.1327711Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:37:58.5809812Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:38:09.7777381Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:38:10.6116278Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:38:12.0417586Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:38:13.3189069Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:38:13.5169124Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:38:15.0315861Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:38:15.4012091Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:38:16.5180851Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:38:16.9778041Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:38:17.1910062Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:38:17.7227079Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:38:19.3579915Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:38:19.8735372Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:38:20.2681347Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:38:26.7976084Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:38:28.4393066Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:38:28.8554098Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:38:29.0926530Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:38:35.1109698Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:38:36.3262783Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:38:36.6042067Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:38:37.4633017Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:38:37.7865409Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:38:38.1204627Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:38:38.4269156Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:38:39.0133700Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:38:41.4823774Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:38:42.0890329Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:38:44.4701493Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:38:44.4822973Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:38:44.4914838Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:38:44.5187346Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:38:44.5449441Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:38:44.5913774Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:38:45.3428751Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:38:45.3671196Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:38:45.4873967Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:38:45.5269708Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:38:45.8782456Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:38:46.3881570Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:38:46.6885052Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:38:46.7481483Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:38:46.7499538Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:38:46.7502370Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:38:46.7505570Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:38:46.7509027Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:38:46.7535652Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:38:47.6945538Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:38:48.2499373Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:38:49.2820761Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:38:49.6026560Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:38:49.7254081Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:38:49.7936015Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:38:49.8046140Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:38:49.9083970Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:38:49.9467909Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:38:49.9566595Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:38:50.0025602Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:38:50.0304188Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:38:50.0847127Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:38:50.0975007Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:38:50.0990928Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:38:50.1016564Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:38:57.7729024Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:38:57.7748507Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:38:57.7775509Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:39:05.4618346Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:39:05.4733998Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:39:05.4902634Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:39:05.6043249Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:39:05.6061765Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:05.6064726Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:05.6091162Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:39:06.9972803Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:39:08.1184173Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:39:08.1816878Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:39:08.2049665Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:39:08.2203095Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:39:08.3520935Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:39:08.6632160Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:39:08.6664256Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:08.6667651Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:08.6695097Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:39:09.1222283Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:39:10.0107188Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:39:10.0480361Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:39:10.0655449Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:39:10.0671694Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:10.0697160Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:39:11.8679472Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:39:11.8701149Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:11.8704274Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:11.8730837Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:39:12.2942300Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:39:13.1890475Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:39:13.2652976Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:39:13.2669757Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:13.2696233Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:39:13.5631413Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:39:13.5731425Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:39:13.8851532Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:39:13.8874962Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:13.8878173Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:13.8905288Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:39:14.3576308Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:39:15.3957440Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:39:15.4759862Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:39:15.4851475Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:39:15.4972876Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:39:15.5365419Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:39:15.5462688Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:39:15.5786635Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:39:15.5889210Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:39:15.6416961Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:39:15.7753121Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:39:15.8060468Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:39:15.8079731Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:15.8084029Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:15.8089294Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:15.8094229Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:15.8119708Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:39:17.7663658Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:39:18.5636597Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:39:19.8489827Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:39:20.7916243Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:39:20.8084444Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:39:20.8855561Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:39:20.9175124Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:39:20.9191689Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:20.9219305Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:39:21.1422912Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:39:21.3013520Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:39:21.3048175Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:39:21.3365528Z Entering 'android/libs/fbjni' 2022-09-27T15:39:21.3406872Z Entering 'third_party/FP16' 2022-09-27T15:39:21.3448743Z Entering 'third_party/FXdiv' 2022-09-27T15:39:21.3491026Z Entering 'third_party/NNPACK' 2022-09-27T15:39:21.3532460Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:21.3573970Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:21.3616018Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:21.3669361Z Entering 'third_party/benchmark' 2022-09-27T15:39:21.3710832Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:21.3754364Z Entering 'third_party/cub' 2022-09-27T15:39:21.3795211Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:21.3843257Z Entering 'third_party/cutlass' 2022-09-27T15:39:21.3892073Z Entering 'third_party/eigen' 2022-09-27T15:39:21.3936219Z Entering 'third_party/fbgemm' 2022-09-27T15:39:21.3977325Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:21.4017485Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:21.4058932Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:21.4098973Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:21.4141103Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:21.4183747Z Entering 'third_party/fmt' 2022-09-27T15:39:21.4223945Z Entering 'third_party/foxi' 2022-09-27T15:39:21.4264604Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:21.4305818Z Entering 'third_party/gloo' 2022-09-27T15:39:21.4347050Z Entering 'third_party/googletest' 2022-09-27T15:39:21.4389325Z Entering 'third_party/ideep' 2022-09-27T15:39:21.4430286Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:21.4472770Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:21.4520078Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:21.4560917Z Entering 'third_party/ittapi' 2022-09-27T15:39:21.4601829Z Entering 'third_party/kineto' 2022-09-27T15:39:21.4642705Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:21.4684271Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:21.4726327Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:21.4768148Z Entering 'third_party/neon2sse' 2022-09-27T15:39:21.4809596Z Entering 'third_party/nlohmann' 2022-09-27T15:39:21.4853332Z Entering 'third_party/onnx' 2022-09-27T15:39:21.4907490Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:21.4948222Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:21.4992336Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:21.5033422Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:21.5079423Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:21.5121101Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:21.5163219Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:21.5209815Z Entering 'third_party/pocketfft' 2022-09-27T15:39:21.5250675Z Entering 'third_party/protobuf' 2022-09-27T15:39:21.5294798Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:21.5335774Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:21.5379135Z Entering 'third_party/psimd' 2022-09-27T15:39:21.5420830Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:21.5461982Z Entering 'third_party/pybind11' 2022-09-27T15:39:21.5503719Z Entering 'third_party/python-enum' 2022-09-27T15:39:21.5545223Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:21.5586093Z Entering 'third_party/python-six' 2022-09-27T15:39:21.5627189Z Entering 'third_party/sleef' 2022-09-27T15:39:21.5668312Z Entering 'third_party/tbb' 2022-09-27T15:39:21.5711155Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:21.5752795Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:21.5794091Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:21.5834660Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:21.5876120Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:21.5915722Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:21.5959233Z Entering 'third_party/zstd' 2022-09-27T15:39:21.6010172Z ##[endgroup] 2022-09-27T15:39:21.6012343Z ##[group]Persisting credentials for submodules 2022-09-27T15:39:21.6020275Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-09-27T15:39:21.6327939Z Entering 'android/libs/fbjni' 2022-09-27T15:39:21.6369106Z Entering 'third_party/FP16' 2022-09-27T15:39:21.6409535Z Entering 'third_party/FXdiv' 2022-09-27T15:39:21.6451082Z Entering 'third_party/NNPACK' 2022-09-27T15:39:21.6494904Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:21.6536662Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:21.6578953Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:21.6631372Z Entering 'third_party/benchmark' 2022-09-27T15:39:21.6672023Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:21.6713297Z Entering 'third_party/cub' 2022-09-27T15:39:21.6755319Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:21.6802968Z Entering 'third_party/cutlass' 2022-09-27T15:39:21.6851766Z Entering 'third_party/eigen' 2022-09-27T15:39:21.6894943Z Entering 'third_party/fbgemm' 2022-09-27T15:39:21.6935322Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:21.6974446Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:21.7015337Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:21.7054572Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:21.7095960Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:21.7139644Z Entering 'third_party/fmt' 2022-09-27T15:39:21.7180132Z Entering 'third_party/foxi' 2022-09-27T15:39:21.7220424Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:21.7260925Z Entering 'third_party/gloo' 2022-09-27T15:39:21.7301624Z Entering 'third_party/googletest' 2022-09-27T15:39:21.7341782Z Entering 'third_party/ideep' 2022-09-27T15:39:21.7381735Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:21.7421970Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:21.7468308Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:21.7508850Z Entering 'third_party/ittapi' 2022-09-27T15:39:21.7550029Z Entering 'third_party/kineto' 2022-09-27T15:39:21.7592125Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:21.7631550Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:21.7672585Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:21.7714252Z Entering 'third_party/neon2sse' 2022-09-27T15:39:21.7755046Z Entering 'third_party/nlohmann' 2022-09-27T15:39:21.7797382Z Entering 'third_party/onnx' 2022-09-27T15:39:21.7849988Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:21.7890630Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:21.7932685Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:21.7973672Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:21.8018256Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:21.8059096Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:21.8099675Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:21.8145949Z Entering 'third_party/pocketfft' 2022-09-27T15:39:21.8185802Z Entering 'third_party/protobuf' 2022-09-27T15:39:21.8229490Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:21.8271145Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:21.8313742Z Entering 'third_party/psimd' 2022-09-27T15:39:21.8354334Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:21.8394660Z Entering 'third_party/pybind11' 2022-09-27T15:39:21.8435581Z Entering 'third_party/python-enum' 2022-09-27T15:39:21.8475759Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:21.8516261Z Entering 'third_party/python-six' 2022-09-27T15:39:21.8557206Z Entering 'third_party/sleef' 2022-09-27T15:39:21.8597765Z Entering 'third_party/tbb' 2022-09-27T15:39:21.8640139Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:21.8680452Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:21.8720468Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:21.8761170Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:21.8801100Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:21.8841188Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:21.8884302Z Entering 'third_party/zstd' 2022-09-27T15:39:21.8938870Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-09-27T15:39:21.9240513Z Entering 'android/libs/fbjni' 2022-09-27T15:39:21.9279274Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:39:21.9296232Z Entering 'third_party/FP16' 2022-09-27T15:39:21.9334392Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:39:21.9350952Z Entering 'third_party/FXdiv' 2022-09-27T15:39:21.9389283Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:39:21.9405799Z Entering 'third_party/NNPACK' 2022-09-27T15:39:21.9443213Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:39:21.9460157Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:21.9497169Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:39:21.9514035Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:21.9552111Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:39:21.9569167Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:21.9605962Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:39:21.9633315Z Entering 'third_party/benchmark' 2022-09-27T15:39:21.9671197Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:21.9687862Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:21.9725486Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:39:21.9743964Z Entering 'third_party/cub' 2022-09-27T15:39:21.9781232Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:39:21.9798062Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:21.9836495Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:39:21.9859024Z Entering 'third_party/cutlass' 2022-09-27T15:39:21.9897645Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:39:21.9920926Z Entering 'third_party/eigen' 2022-09-27T15:39:21.9958019Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:39:21.9977695Z Entering 'third_party/fbgemm' 2022-09-27T15:39:22.0015052Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:39:22.0032049Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:22.0069271Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:39:22.0085735Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:22.0122865Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:39:22.0140439Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:22.0177869Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:22.0194369Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:22.0232324Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:39:22.0250258Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:22.0287687Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:39:22.0306601Z Entering 'third_party/fmt' 2022-09-27T15:39:22.0344730Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:39:22.0361421Z Entering 'third_party/foxi' 2022-09-27T15:39:22.0398650Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:39:22.0415686Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:22.0452970Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:39:22.0469608Z Entering 'third_party/gloo' 2022-09-27T15:39:22.0508298Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:39:22.0525539Z Entering 'third_party/googletest' 2022-09-27T15:39:22.0563462Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:22.0581393Z Entering 'third_party/ideep' 2022-09-27T15:39:22.0618663Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:39:22.0634126Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:22.0671552Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:39:22.0689903Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:22.0727452Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:39:22.0750984Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:22.0789017Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:39:22.0806124Z Entering 'third_party/ittapi' 2022-09-27T15:39:22.0843451Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:39:22.0861158Z Entering 'third_party/kineto' 2022-09-27T15:39:22.0899702Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:39:22.0916130Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:22.0953142Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:39:22.0970007Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:22.1007544Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:39:22.1026116Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:22.1063881Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:39:22.1080916Z Entering 'third_party/neon2sse' 2022-09-27T15:39:22.1119141Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:39:22.1136737Z Entering 'third_party/nlohmann' 2022-09-27T15:39:22.1175235Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:39:22.1193359Z Entering 'third_party/onnx' 2022-09-27T15:39:22.1231321Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:39:22.1259947Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:22.1298377Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:22.1315420Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:22.1354063Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:22.1372860Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:22.1410216Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:39:22.1426557Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:22.1463829Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:39:22.1485495Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:22.1523550Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:22.1541120Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:22.1578999Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:22.1594967Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:22.1633389Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:39:22.1654735Z Entering 'third_party/pocketfft' 2022-09-27T15:39:22.1692434Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:39:22.1708762Z Entering 'third_party/protobuf' 2022-09-27T15:39:22.1748031Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:39:22.1768717Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:22.1806405Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:22.1823296Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:22.1860254Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:22.1878466Z Entering 'third_party/psimd' 2022-09-27T15:39:22.1916390Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:39:22.1933118Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:22.1970292Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:39:22.1986984Z Entering 'third_party/pybind11' 2022-09-27T15:39:22.2024733Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:22.2041748Z Entering 'third_party/python-enum' 2022-09-27T15:39:22.2080391Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:39:22.2097488Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:22.2135702Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:39:22.2152263Z Entering 'third_party/python-six' 2022-09-27T15:39:22.2189927Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:39:22.2207238Z Entering 'third_party/sleef' 2022-09-27T15:39:22.2244472Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:39:22.2261714Z Entering 'third_party/tbb' 2022-09-27T15:39:22.2298444Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:39:22.2317452Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:22.2355053Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:39:22.2372443Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:22.2409693Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:22.2427276Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:22.2464866Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:39:22.2481373Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:22.2518669Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:39:22.2536242Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:22.2573350Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:22.2589756Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:22.2628157Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:39:22.2647338Z Entering 'third_party/zstd' 2022-09-27T15:39:22.2685659Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:39:22.3445833Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:39:22.3759135Z Entering 'android/libs/fbjni' 2022-09-27T15:39:22.3800189Z Entering 'third_party/FP16' 2022-09-27T15:39:22.3842120Z Entering 'third_party/FXdiv' 2022-09-27T15:39:22.3885118Z Entering 'third_party/NNPACK' 2022-09-27T15:39:22.3927333Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:22.3969618Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:22.4012699Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:22.4065939Z Entering 'third_party/benchmark' 2022-09-27T15:39:22.4108864Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:22.4151996Z Entering 'third_party/cub' 2022-09-27T15:39:22.4193993Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:22.4243153Z Entering 'third_party/cutlass' 2022-09-27T15:39:22.4293783Z Entering 'third_party/eigen' 2022-09-27T15:39:22.4338038Z Entering 'third_party/fbgemm' 2022-09-27T15:39:22.4379575Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:22.4420500Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:22.4461128Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:22.4501800Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:22.4543295Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:22.4587143Z Entering 'third_party/fmt' 2022-09-27T15:39:22.4629979Z Entering 'third_party/foxi' 2022-09-27T15:39:22.4671929Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:22.4714957Z Entering 'third_party/gloo' 2022-09-27T15:39:22.4757179Z Entering 'third_party/googletest' 2022-09-27T15:39:22.4799534Z Entering 'third_party/ideep' 2022-09-27T15:39:22.4840509Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:22.4884080Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:22.4932761Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:22.4975586Z Entering 'third_party/ittapi' 2022-09-27T15:39:22.5017531Z Entering 'third_party/kineto' 2022-09-27T15:39:22.5059781Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:22.5101064Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:22.5144018Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:22.5186555Z Entering 'third_party/neon2sse' 2022-09-27T15:39:22.5228066Z Entering 'third_party/nlohmann' 2022-09-27T15:39:22.5270852Z Entering 'third_party/onnx' 2022-09-27T15:39:22.5324115Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:22.5365506Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:22.5411014Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:22.5452626Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:22.5498893Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:22.5540996Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:22.5581855Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:22.5628371Z Entering 'third_party/pocketfft' 2022-09-27T15:39:22.5670102Z Entering 'third_party/protobuf' 2022-09-27T15:39:22.5715336Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:22.5757051Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:22.5800316Z Entering 'third_party/psimd' 2022-09-27T15:39:22.5842613Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:22.5885609Z Entering 'third_party/pybind11' 2022-09-27T15:39:22.5927607Z Entering 'third_party/python-enum' 2022-09-27T15:39:22.5969385Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:22.6013167Z Entering 'third_party/python-six' 2022-09-27T15:39:22.6054196Z Entering 'third_party/sleef' 2022-09-27T15:39:22.6095893Z Entering 'third_party/tbb' 2022-09-27T15:39:22.6141133Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:22.6182626Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:22.6223638Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:22.6263802Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:22.6305382Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:22.6345371Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:22.6389513Z Entering 'third_party/zstd' 2022-09-27T15:39:22.6445354Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:39:22.6748426Z Entering 'android/libs/fbjni' 2022-09-27T15:39:22.6789943Z Entering 'third_party/FP16' 2022-09-27T15:39:22.6832855Z Entering 'third_party/FXdiv' 2022-09-27T15:39:22.6876751Z Entering 'third_party/NNPACK' 2022-09-27T15:39:22.6918531Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:22.6960458Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:22.7002279Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:22.7053874Z Entering 'third_party/benchmark' 2022-09-27T15:39:22.7095646Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:22.7138554Z Entering 'third_party/cub' 2022-09-27T15:39:22.7180210Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:22.7227338Z Entering 'third_party/cutlass' 2022-09-27T15:39:22.7275638Z Entering 'third_party/eigen' 2022-09-27T15:39:22.7318970Z Entering 'third_party/fbgemm' 2022-09-27T15:39:22.7360953Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:22.7402674Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:22.7445055Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:22.7486012Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:22.7529676Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:22.7572456Z Entering 'third_party/fmt' 2022-09-27T15:39:22.7614426Z Entering 'third_party/foxi' 2022-09-27T15:39:22.7656163Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:22.7698625Z Entering 'third_party/gloo' 2022-09-27T15:39:22.7741113Z Entering 'third_party/googletest' 2022-09-27T15:39:22.7783895Z Entering 'third_party/ideep' 2022-09-27T15:39:22.7825488Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:22.7867883Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:22.7915221Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:22.7957574Z Entering 'third_party/ittapi' 2022-09-27T15:39:22.7998639Z Entering 'third_party/kineto' 2022-09-27T15:39:22.8039899Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:22.8080490Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:22.8123154Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:22.8164512Z Entering 'third_party/neon2sse' 2022-09-27T15:39:22.8205686Z Entering 'third_party/nlohmann' 2022-09-27T15:39:22.8249676Z Entering 'third_party/onnx' 2022-09-27T15:39:22.8304003Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:22.8345013Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:22.8389016Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:22.8430978Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:22.8477803Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:22.8519317Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:22.8560507Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:22.8607144Z Entering 'third_party/pocketfft' 2022-09-27T15:39:22.8649294Z Entering 'third_party/protobuf' 2022-09-27T15:39:22.8694418Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:22.8735709Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:22.8778921Z Entering 'third_party/psimd' 2022-09-27T15:39:22.8821414Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:22.8863670Z Entering 'third_party/pybind11' 2022-09-27T15:39:22.8905618Z Entering 'third_party/python-enum' 2022-09-27T15:39:22.8947594Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:22.8990645Z Entering 'third_party/python-six' 2022-09-27T15:39:22.9032050Z Entering 'third_party/sleef' 2022-09-27T15:39:22.9075845Z Entering 'third_party/tbb' 2022-09-27T15:39:22.9119746Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:22.9162134Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:22.9202712Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:22.9243616Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:22.9286226Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:22.9326160Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:22.9370986Z Entering 'third_party/zstd' 2022-09-27T15:39:22.9421757Z ##[endgroup] 2022-09-27T15:39:22.9465659Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:39:22.9493416Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:39:22.9681198Z Prepare all required actions 2022-09-27T15:39:22.9715487Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:39:22.9715755Z env: 2022-09-27T15:39:22.9715997Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:22.9716236Z ##[endgroup] 2022-09-27T15:39:22.9736088Z ##[group]Run set -euo pipefail 2022-09-27T15:39:22.9736397Z set -euo pipefail 2022-09-27T15:39:22.9736680Z function get_ec2_metadata() { 2022-09-27T15:39:22.9736998Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:39:22.9737472Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:39:22.9737871Z  category=$1 2022-09-27T15:39:22.9738201Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:39:22.9738554Z } 2022-09-27T15:39:22.9738830Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:39:22.9739350Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:39:22.9739708Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:39:22.9740044Z echo "system info $(uname -a)" 2022-09-27T15:39:22.9752835Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:22.9753110Z env: 2022-09-27T15:39:22.9753347Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:22.9753599Z ##[endgroup] 2022-09-27T15:39:22.9852317Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:39:22.9916770Z instance-id: i-0c7601917fba37396 2022-09-27T15:39:22.9977374Z instance-type: g3.4xlarge 2022-09-27T15:39:22.9985327Z system info Linux ip-10-0-9-243.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-09-27T15:39:23.0005826Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:39:23.0006207Z if systemctl is-active --quiet docker; then 2022-09-27T15:39:23.0006543Z  echo "Docker daemon is running..."; 2022-09-27T15:39:23.0006800Z else 2022-09-27T15:39:23.0007104Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:39:23.0007403Z fi 2022-09-27T15:39:23.0019196Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:23.0019480Z env: 2022-09-27T15:39:23.0019707Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:23.0019949Z ##[endgroup] 2022-09-27T15:39:23.0068907Z Docker daemon is running... 2022-09-27T15:39:23.0089863Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:39:23.0090333Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:39:23.0090722Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:39:23.0091290Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:39:23.0091764Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:39:23.0103252Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:23.0103552Z env: 2022-09-27T15:39:23.0103780Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:23.0104050Z AWS_RETRY_MODE: standard 2022-09-27T15:39:23.0104308Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:39:23.0104562Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:39:23.0104826Z ##[endgroup] 2022-09-27T15:39:23.9506488Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:39:23.9507193Z Configure a credential helper to remove this warning. See 2022-09-27T15:39:23.9507743Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:39:23.9508018Z 2022-09-27T15:39:23.9508665Z Login Succeeded 2022-09-27T15:39:23.9551110Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:39:23.9551534Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:39:23.9552016Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:39:23.9564760Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:23.9565062Z env: 2022-09-27T15:39:23.9565308Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:23.9565550Z ##[endgroup] 2022-09-27T15:39:23.9638643Z Prepare all required actions 2022-09-27T15:39:23.9639011Z Getting action download info 2022-09-27T15:39:24.1071912Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:39:24.2475719Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:39:24.2475995Z with: 2022-09-27T15:39:24.2476462Z github-secret: *** 2022-09-27T15:39:24.2476713Z env: 2022-09-27T15:39:24.2476953Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:24.2477194Z ##[endgroup] 2022-09-27T15:39:24.2504965Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:39:24.2505384Z with: 2022-09-27T15:39:24.2505781Z GITHUB_TOKEN: *** 2022-09-27T15:39:24.2506043Z activate-with-label: false 2022-09-27T15:39:24.2506314Z label: with-ssh 2022-09-27T15:39:24.2506582Z remove-existing-keys: true 2022-09-27T15:39:24.2506820Z env: 2022-09-27T15:39:24.2507060Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:24.2507603Z ##[endgroup] 2022-09-27T15:39:24.6496306Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:39:24.7355336Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:39:24.7375994Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:39:24.7412273Z Login using: ssh ec2-user@ec2-18-208-246-86.compute-1.amazonaws.com 2022-09-27T15:39:24.7468162Z Prepare all required actions 2022-09-27T15:39:24.7492301Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:39:24.7492594Z with: 2022-09-27T15:39:24.7493091Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:39:24.7493556Z env: 2022-09-27T15:39:24.7493798Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:24.7494057Z ##[endgroup] 2022-09-27T15:39:24.7580626Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:39:24.7580999Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:39:24.7581363Z # ignore output since only exit code is used for conditional 2022-09-27T15:39:24.7581728Z # only pull docker image if it's not available locally 2022-09-27T15:39:24.7582135Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:39:24.7582547Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:39:24.7582808Z fi 2022-09-27T15:39:24.7595118Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:24.7595415Z env: 2022-09-27T15:39:24.7595645Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:24.7596171Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:39:24.7596661Z ##[endgroup] 2022-09-27T15:39:24.9862381Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-09-27T15:39:24.9863312Z 40dd5be53814: Pulling fs layer 2022-09-27T15:39:24.9863857Z bd44602516a4: Pulling fs layer 2022-09-27T15:39:24.9864335Z 8ebfb31ea67d: Pulling fs layer 2022-09-27T15:39:24.9864866Z 1589dc294916: Pulling fs layer 2022-09-27T15:39:24.9865412Z 2c3a764ff1ef: Pulling fs layer 2022-09-27T15:39:24.9865891Z 2fb24fb5f7cb: Pulling fs layer 2022-09-27T15:39:24.9866421Z d6e4b45751c9: Pulling fs layer 2022-09-27T15:39:24.9866918Z 98a26bc0781e: Pulling fs layer 2022-09-27T15:39:24.9867440Z 07c42b0591b2: Pulling fs layer 2022-09-27T15:39:24.9867979Z 9be88323b57e: Pulling fs layer 2022-09-27T15:39:24.9868499Z 2c7b68ade49f: Pulling fs layer 2022-09-27T15:39:24.9869039Z 44206692de1d: Pulling fs layer 2022-09-27T15:39:24.9869485Z 1589dc294916: Waiting 2022-09-27T15:39:24.9869949Z f751461554fa: Pulling fs layer 2022-09-27T15:39:24.9870461Z 316750fef2e6: Pulling fs layer 2022-09-27T15:39:24.9870961Z c069021d810b: Pulling fs layer 2022-09-27T15:39:24.9871460Z e0fdd58e805b: Pulling fs layer 2022-09-27T15:39:24.9871922Z 751286b45698: Pulling fs layer 2022-09-27T15:39:24.9872350Z 2fb24fb5f7cb: Waiting 2022-09-27T15:39:24.9872627Z 2c7b68ade49f: Waiting 2022-09-27T15:39:24.9872976Z 0c8bd29be614: Pulling fs layer 2022-09-27T15:39:24.9873524Z 44206692de1d: Waiting 2022-09-27T15:39:24.9874075Z 3bb9e7ea569e: Pulling fs layer 2022-09-27T15:39:24.9874791Z efeff9c74fbf: Pulling fs layer 2022-09-27T15:39:24.9875113Z 0c8bd29be614: Waiting 2022-09-27T15:39:24.9875584Z 81a5271d43c8: Pulling fs layer 2022-09-27T15:39:24.9875951Z 903ca36d4d71: Pulling fs layer 2022-09-27T15:39:24.9876463Z 316750fef2e6: Waiting 2022-09-27T15:39:24.9877132Z d52c758f8e75: Pulling fs layer 2022-09-27T15:39:24.9877597Z a4ce2fdd9133: Pulling fs layer 2022-09-27T15:39:24.9878065Z 9be88323b57e: Waiting 2022-09-27T15:39:24.9878599Z c069021d810b: Waiting 2022-09-27T15:39:24.9879093Z cae8823a1cd1: Pulling fs layer 2022-09-27T15:39:24.9879402Z 81a5271d43c8: Waiting 2022-09-27T15:39:24.9879655Z 3298fe919163: Pulling fs layer 2022-09-27T15:39:24.9879890Z 903ca36d4d71: Waiting 2022-09-27T15:39:24.9880153Z b9b9b9d06eef: Pulling fs layer 2022-09-27T15:39:24.9880552Z 62fa99d47769: Pulling fs layer 2022-09-27T15:39:24.9880817Z a4ce2fdd9133: Waiting 2022-09-27T15:39:24.9881070Z 17acc9e30503: Pulling fs layer 2022-09-27T15:39:24.9881339Z e8b4222e7a59: Pulling fs layer 2022-09-27T15:39:24.9881723Z b752992950f8: Pulling fs layer 2022-09-27T15:39:24.9882014Z cc8443c330a0: Pulling fs layer 2022-09-27T15:39:24.9882268Z 62fa99d47769: Waiting 2022-09-27T15:39:24.9882493Z 17acc9e30503: Waiting 2022-09-27T15:39:24.9882750Z c2fcfa2400df: Pulling fs layer 2022-09-27T15:39:24.9883028Z dce607cbd09e: Pulling fs layer 2022-09-27T15:39:24.9883297Z 45b253446018: Pulling fs layer 2022-09-27T15:39:24.9883561Z 752f98c7a6d7: Pulling fs layer 2022-09-27T15:39:24.9883819Z c2fcfa2400df: Waiting 2022-09-27T15:39:24.9884048Z 45b253446018: Waiting 2022-09-27T15:39:24.9884299Z 410e31c94a04: Pulling fs layer 2022-09-27T15:39:24.9884559Z aa4bb3ec24a7: Pulling fs layer 2022-09-27T15:39:24.9884823Z 6a9eea4b3aa4: Pulling fs layer 2022-09-27T15:39:24.9885084Z 752f98c7a6d7: Waiting 2022-09-27T15:39:24.9885338Z a823f5718e87: Pulling fs layer 2022-09-27T15:39:24.9885597Z 07c42b0591b2: Waiting 2022-09-27T15:39:24.9885839Z 788ace045743: Pulling fs layer 2022-09-27T15:39:24.9886092Z d6e4b45751c9: Waiting 2022-09-27T15:39:24.9886348Z c76c6ad2ac0f: Pulling fs layer 2022-09-27T15:39:24.9886712Z 6cd5f9a2c4ae: Pulling fs layer 2022-09-27T15:39:24.9887025Z a823f5718e87: Waiting 2022-09-27T15:39:24.9887384Z 577da355ab1b: Pulling fs layer 2022-09-27T15:39:24.9887640Z cc8443c330a0: Waiting 2022-09-27T15:39:24.9887881Z 788ace045743: Waiting 2022-09-27T15:39:24.9888260Z 649c4428b346: Pulling fs layer 2022-09-27T15:39:24.9888923Z c76c6ad2ac0f: Waiting 2022-09-27T15:39:24.9889328Z eadc05ea2cd3: Pulling fs layer 2022-09-27T15:39:24.9889600Z 93e5a7080833: Pulling fs layer 2022-09-27T15:39:24.9889854Z e6d72a41a09b: Pulling fs layer 2022-09-27T15:39:24.9890107Z d52c758f8e75: Waiting 2022-09-27T15:39:24.9890348Z 649c4428b346: Waiting 2022-09-27T15:39:24.9890565Z 93e5a7080833: Waiting 2022-09-27T15:39:24.9890828Z aa4bb3ec24a7: Waiting 2022-09-27T15:39:24.9891090Z acb01049a64b: Pulling fs layer 2022-09-27T15:39:24.9891330Z 410e31c94a04: Waiting 2022-09-27T15:39:24.9891580Z 343cc73c5973: Pulling fs layer 2022-09-27T15:39:24.9891834Z 98a26bc0781e: Waiting 2022-09-27T15:39:24.9892079Z 7d69e17e7339: Pulling fs layer 2022-09-27T15:39:24.9892351Z 5d0b32cc6f2a: Pulling fs layer 2022-09-27T15:39:24.9892625Z a6c12031bfcf: Pulling fs layer 2022-09-27T15:39:24.9892865Z acb01049a64b: Waiting 2022-09-27T15:39:24.9893110Z 5d0b32cc6f2a: Waiting 2022-09-27T15:39:24.9893356Z 577da355ab1b: Waiting 2022-09-27T15:39:24.9893584Z efeff9c74fbf: Waiting 2022-09-27T15:39:24.9893828Z 6cd5f9a2c4ae: Waiting 2022-09-27T15:39:25.1164690Z bd44602516a4: Download complete 2022-09-27T15:39:25.1883771Z 1589dc294916: Verifying Checksum 2022-09-27T15:39:25.1884352Z 1589dc294916: Download complete 2022-09-27T15:39:25.2595087Z 2c3a764ff1ef: Download complete 2022-09-27T15:39:25.2835173Z 8ebfb31ea67d: Verifying Checksum 2022-09-27T15:39:25.2835491Z 8ebfb31ea67d: Download complete 2022-09-27T15:39:25.3146439Z 40dd5be53814: Verifying Checksum 2022-09-27T15:39:25.3147101Z 40dd5be53814: Download complete 2022-09-27T15:39:25.3573863Z d6e4b45751c9: Download complete 2022-09-27T15:39:25.4571017Z 07c42b0591b2: Download complete 2022-09-27T15:39:25.5294217Z 9be88323b57e: Verifying Checksum 2022-09-27T15:39:25.5294839Z 9be88323b57e: Download complete 2022-09-27T15:39:26.1239780Z 40dd5be53814: Pull complete 2022-09-27T15:39:26.4172896Z bd44602516a4: Pull complete 2022-09-27T15:39:26.9914353Z 8ebfb31ea67d: Pull complete 2022-09-27T15:39:27.1019374Z 1589dc294916: Pull complete 2022-09-27T15:39:27.2295562Z 2c3a764ff1ef: Pull complete 2022-09-27T15:39:27.6454616Z 2c7b68ade49f: Verifying Checksum 2022-09-27T15:39:27.6455304Z 2c7b68ade49f: Download complete 2022-09-27T15:39:27.7213145Z 44206692de1d: Verifying Checksum 2022-09-27T15:39:27.7213452Z 44206692de1d: Download complete 2022-09-27T15:39:27.7857260Z f751461554fa: Verifying Checksum 2022-09-27T15:39:27.7857558Z f751461554fa: Download complete 2022-09-27T15:39:27.8434721Z 316750fef2e6: Verifying Checksum 2022-09-27T15:39:27.8435034Z 316750fef2e6: Download complete 2022-09-27T15:39:28.6003646Z c069021d810b: Verifying Checksum 2022-09-27T15:39:28.6004013Z c069021d810b: Download complete 2022-09-27T15:39:28.6776962Z e0fdd58e805b: Verifying Checksum 2022-09-27T15:39:28.6777330Z e0fdd58e805b: Download complete 2022-09-27T15:39:28.7475567Z 751286b45698: Verifying Checksum 2022-09-27T15:39:28.7475863Z 751286b45698: Download complete 2022-09-27T15:39:36.4771149Z 2fb24fb5f7cb: Verifying Checksum 2022-09-27T15:39:36.4771583Z 2fb24fb5f7cb: Download complete 2022-09-27T15:39:36.5846589Z 3bb9e7ea569e: Download complete 2022-09-27T15:39:36.6538953Z efeff9c74fbf: Verifying Checksum 2022-09-27T15:39:36.6539651Z efeff9c74fbf: Download complete 2022-09-27T15:39:36.7313496Z 81a5271d43c8: Verifying Checksum 2022-09-27T15:39:36.7314048Z 81a5271d43c8: Download complete 2022-09-27T15:39:36.8067954Z 903ca36d4d71: Verifying Checksum 2022-09-27T15:39:36.8068284Z 903ca36d4d71: Download complete 2022-09-27T15:39:36.8779620Z d52c758f8e75: Verifying Checksum 2022-09-27T15:39:36.8780222Z d52c758f8e75: Download complete 2022-09-27T15:39:36.9502966Z a4ce2fdd9133: Verifying Checksum 2022-09-27T15:39:36.9503904Z a4ce2fdd9133: Download complete 2022-09-27T15:39:37.9218073Z cae8823a1cd1: Verifying Checksum 2022-09-27T15:39:37.9218641Z cae8823a1cd1: Download complete 2022-09-27T15:39:37.9940021Z 3298fe919163: Verifying Checksum 2022-09-27T15:39:37.9940347Z 3298fe919163: Download complete 2022-09-27T15:39:38.0680210Z b9b9b9d06eef: Verifying Checksum 2022-09-27T15:39:38.0680861Z b9b9b9d06eef: Download complete 2022-09-27T15:39:38.1596740Z 62fa99d47769: Download complete 2022-09-27T15:39:38.2432119Z 17acc9e30503: Download complete 2022-09-27T15:39:38.3085229Z e8b4222e7a59: Verifying Checksum 2022-09-27T15:39:38.3085566Z e8b4222e7a59: Download complete 2022-09-27T15:39:39.6861468Z 98a26bc0781e: Verifying Checksum 2022-09-27T15:39:39.6861852Z 98a26bc0781e: Download complete 2022-09-27T15:39:39.7612419Z cc8443c330a0: Download complete 2022-09-27T15:39:39.8445628Z c2fcfa2400df: Download complete 2022-09-27T15:39:40.1718221Z dce607cbd09e: Verifying Checksum 2022-09-27T15:39:40.1718580Z dce607cbd09e: Download complete 2022-09-27T15:39:40.2568185Z 45b253446018: Verifying Checksum 2022-09-27T15:39:40.2569007Z 45b253446018: Download complete 2022-09-27T15:39:40.3051968Z b752992950f8: Verifying Checksum 2022-09-27T15:39:40.3052286Z b752992950f8: Download complete 2022-09-27T15:39:40.3356027Z 752f98c7a6d7: Verifying Checksum 2022-09-27T15:39:40.3356625Z 752f98c7a6d7: Download complete 2022-09-27T15:39:40.4085319Z aa4bb3ec24a7: Verifying Checksum 2022-09-27T15:39:40.4085674Z aa4bb3ec24a7: Download complete 2022-09-27T15:39:40.5763176Z 410e31c94a04: Verifying Checksum 2022-09-27T15:39:40.5763543Z 410e31c94a04: Download complete 2022-09-27T15:39:40.6493345Z a823f5718e87: Download complete 2022-09-27T15:39:40.7185644Z 788ace045743: Verifying Checksum 2022-09-27T15:39:40.7186373Z 788ace045743: Download complete 2022-09-27T15:39:40.8679179Z 6a9eea4b3aa4: Verifying Checksum 2022-09-27T15:39:40.8679749Z 6a9eea4b3aa4: Download complete 2022-09-27T15:39:40.9536951Z 6cd5f9a2c4ae: Download complete 2022-09-27T15:39:41.0273151Z 577da355ab1b: Download complete 2022-09-27T15:39:41.1085518Z 649c4428b346: Verifying Checksum 2022-09-27T15:39:41.1086138Z 649c4428b346: Download complete 2022-09-27T15:39:41.1993473Z eadc05ea2cd3: Verifying Checksum 2022-09-27T15:39:41.1994095Z eadc05ea2cd3: Download complete 2022-09-27T15:39:41.3924595Z 93e5a7080833: Verifying Checksum 2022-09-27T15:39:41.3925381Z 93e5a7080833: Download complete 2022-09-27T15:39:41.4689132Z e6d72a41a09b: Verifying Checksum 2022-09-27T15:39:41.4689766Z e6d72a41a09b: Download complete 2022-09-27T15:39:42.2055097Z acb01049a64b: Verifying Checksum 2022-09-27T15:39:42.2055715Z acb01049a64b: Download complete 2022-09-27T15:39:42.2915476Z 343cc73c5973: Download complete 2022-09-27T15:39:43.5077186Z c76c6ad2ac0f: Verifying Checksum 2022-09-27T15:39:43.5077757Z c76c6ad2ac0f: Download complete 2022-09-27T15:39:43.5860112Z 5d0b32cc6f2a: Verifying Checksum 2022-09-27T15:39:43.5860669Z 5d0b32cc6f2a: Download complete 2022-09-27T15:39:43.6988260Z a6c12031bfcf: Verifying Checksum 2022-09-27T15:39:43.6988887Z a6c12031bfcf: Download complete 2022-09-27T15:39:51.0290384Z 2fb24fb5f7cb: Pull complete 2022-09-27T15:39:51.1451914Z d6e4b45751c9: Pull complete 2022-09-27T15:40:13.8685779Z 98a26bc0781e: Pull complete 2022-09-27T15:40:15.7740897Z 07c42b0591b2: Pull complete 2022-09-27T15:40:17.6209522Z 9be88323b57e: Pull complete 2022-09-27T15:40:17.8190919Z 0c8bd29be614: Verifying Checksum 2022-09-27T15:40:17.8194250Z 0c8bd29be614: Download complete 2022-09-27T15:40:25.9296469Z 2c7b68ade49f: Pull complete 2022-09-27T15:40:27.8696622Z 44206692de1d: Pull complete 2022-09-27T15:40:29.7646671Z f751461554fa: Pull complete 2022-09-27T15:40:31.7945075Z 316750fef2e6: Pull complete 2022-09-27T15:40:36.0829609Z c069021d810b: Pull complete 2022-09-27T15:40:37.9610219Z e0fdd58e805b: Pull complete 2022-09-27T15:40:39.3585043Z 7d69e17e7339: Verifying Checksum 2022-09-27T15:40:39.3585404Z 7d69e17e7339: Download complete 2022-09-27T15:40:39.8042824Z 751286b45698: Pull complete 2022-09-27T15:41:19.2164924Z 0c8bd29be614: Pull complete 2022-09-27T15:41:21.0817738Z 3bb9e7ea569e: Pull complete 2022-09-27T15:41:23.0419335Z efeff9c74fbf: Pull complete 2022-09-27T15:41:24.9661470Z 81a5271d43c8: Pull complete 2022-09-27T15:41:26.8443632Z 903ca36d4d71: Pull complete 2022-09-27T15:41:28.7166794Z d52c758f8e75: Pull complete 2022-09-27T15:41:30.5617059Z a4ce2fdd9133: Pull complete 2022-09-27T15:41:35.2040502Z cae8823a1cd1: Pull complete 2022-09-27T15:41:38.3325385Z 3298fe919163: Pull complete 2022-09-27T15:41:40.9563877Z b9b9b9d06eef: Pull complete 2022-09-27T15:41:43.6991348Z 62fa99d47769: Pull complete 2022-09-27T15:41:45.9061482Z 17acc9e30503: Pull complete 2022-09-27T15:41:47.9649296Z e8b4222e7a59: Pull complete 2022-09-27T15:41:57.0051256Z b752992950f8: Pull complete 2022-09-27T15:41:58.8637033Z cc8443c330a0: Pull complete 2022-09-27T15:42:00.7906204Z c2fcfa2400df: Pull complete 2022-09-27T15:42:03.5568189Z dce607cbd09e: Pull complete 2022-09-27T15:42:05.4328988Z 45b253446018: Pull complete 2022-09-27T15:42:07.3378720Z 752f98c7a6d7: Pull complete 2022-09-27T15:42:09.5933834Z 410e31c94a04: Pull complete 2022-09-27T15:42:11.4387416Z aa4bb3ec24a7: Pull complete 2022-09-27T15:42:13.2017813Z 6a9eea4b3aa4: Pull complete 2022-09-27T15:42:13.3035715Z a823f5718e87: Pull complete 2022-09-27T15:42:13.3910891Z 788ace045743: Pull complete 2022-09-27T15:42:18.1224486Z c76c6ad2ac0f: Pull complete 2022-09-27T15:42:18.2381418Z 6cd5f9a2c4ae: Pull complete 2022-09-27T15:42:18.3463365Z 577da355ab1b: Pull complete 2022-09-27T15:42:18.4465118Z 649c4428b346: Pull complete 2022-09-27T15:42:18.5385604Z eadc05ea2cd3: Pull complete 2022-09-27T15:42:19.3266932Z 93e5a7080833: Pull complete 2022-09-27T15:42:19.4395109Z e6d72a41a09b: Pull complete 2022-09-27T15:42:21.4296118Z acb01049a64b: Pull complete 2022-09-27T15:42:21.5330519Z 343cc73c5973: Pull complete 2022-09-27T15:43:04.4075659Z 7d69e17e7339: Pull complete 2022-09-27T15:43:06.2867166Z 5d0b32cc6f2a: Pull complete 2022-09-27T15:43:08.1978839Z a6c12031bfcf: Pull complete 2022-09-27T15:43:09.5140394Z Digest: sha256:9bb261bc4d8aeb82a71b1f0709da9c979e85a12a79c4a85c3fe3adddddcb2663 2022-09-27T15:43:10.0154850Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:43:10.2970684Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:43:10.3087233Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T15:43:10.3087584Z with: 2022-09-27T15:43:10.3087804Z timeout_minutes: 10 2022-09-27T15:43:10.3088054Z max_attempts: 3 2022-09-27T15:43:10.3088828Z command: set -ex bash .github/scripts/install_nvidia_utils_linux.sh echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2022-09-27T15:43:10.3089296Z retry_wait_seconds: 10 2022-09-27T15:43:10.3089555Z polling_interval_seconds: 1 2022-09-27T15:43:10.3089826Z warning_on_retry: true 2022-09-27T15:43:10.3090088Z continue_on_error: false 2022-09-27T15:43:10.3090315Z env: 2022-09-27T15:43:10.3090554Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:43:10.3090807Z ##[endgroup] 2022-09-27T15:43:10.3641711Z 2022-09-27T15:43:10.3705596Z + bash .github/scripts/install_nvidia_utils_linux.sh 2022-09-27T15:43:10.3707517Z + HAS_NVIDIA_DRIVER=0 2022-09-27T15:43:10.3709266Z == Installing nvidia driver NVIDIA-Linux-x86_64-515.57.run == 2022-09-27T15:43:10.3709848Z ++ command -v nvidia-smi 2022-09-27T15:43:10.3712209Z + '[' -x '' ']' 2022-09-27T15:43:10.3713006Z + '[' 0 -eq 0 ']' 2022-09-27T15:43:10.3713410Z + sudo yum groupinstall -y 'Development Tools' 2022-09-27T15:43:10.8437171Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:43:11.1462636Z Resolving Dependencies 2022-09-27T15:43:11.1467578Z --> Running transaction check 2022-09-27T15:43:11.1470853Z ---> Package autoconf.noarch 0:2.69-11.amzn2 will be installed 2022-09-27T15:43:11.1685721Z --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.amzn2.noarch 2022-09-27T15:43:11.3737647Z --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.amzn2.noarch 2022-09-27T15:43:11.3741432Z ---> Package automake.noarch 0:1.13.4-3.1.amzn2 will be installed 2022-09-27T15:43:11.3786974Z --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.1.amzn2.noarch 2022-09-27T15:43:11.3793707Z --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.1.amzn2.noarch 2022-09-27T15:43:11.3804516Z ---> Package bison.x86_64 0:3.0.4-6.amzn2.0.2 will be installed 2022-09-27T15:43:11.3916111Z ---> Package byacc.x86_64 0:1.9.20130304-3.amzn2.0.2 will be installed 2022-09-27T15:43:11.3923138Z ---> Package cscope.x86_64 0:15.8-10.amzn2.0.2 will be installed 2022-09-27T15:43:11.3967208Z --> Processing Dependency: emacs-filesystem for package: cscope-15.8-10.amzn2.0.2.x86_64 2022-09-27T15:43:11.3991717Z ---> Package ctags.x86_64 0:5.8-13.amzn2.0.2 will be installed 2022-09-27T15:43:11.4000364Z ---> Package diffstat.x86_64 0:1.57-4.amzn2.0.2 will be installed 2022-09-27T15:43:11.4007947Z ---> Package doxygen.x86_64 1:1.8.5-4.amzn2 will be installed 2022-09-27T15:43:11.4101780Z ---> Package elfutils.x86_64 0:0.176-2.amzn2 will be installed 2022-09-27T15:43:11.4240045Z ---> Package flex.x86_64 0:2.5.37-3.amzn2.0.3 will be installed 2022-09-27T15:43:11.4259192Z ---> Package gcc.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.4428367Z --> Processing Dependency: cpp = 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.4448362Z --> Processing Dependency: libsanitizer >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.4503668Z --> Processing Dependency: libquadmath >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.4555781Z --> Processing Dependency: libmpx >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.4612187Z --> Processing Dependency: libitm >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.4664359Z --> Processing Dependency: libcilkrts >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.4718593Z --> Processing Dependency: libatomic >= 7.3.1-15.amzn2 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.4773374Z --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.4921646Z --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.4942543Z --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.4963621Z ---> Package gcc-c++.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.4990054Z ---> Package gcc-gfortran.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.5023534Z --> Processing Dependency: libgfortran.so.4()(64bit) for package: gcc-gfortran-7.3.1-15.amzn2.x86_64 2022-09-27T15:43:11.5086929Z ---> Package indent.x86_64 0:2.2.11-13.amzn2.0.2 will be installed 2022-09-27T15:43:11.5101686Z ---> Package intltool.noarch 0:0.50.2-7.amzn2 will be installed 2022-09-27T15:43:11.5151961Z --> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-7.amzn2.noarch 2022-09-27T15:43:11.5166292Z --> Processing Dependency: gettext-devel for package: intltool-0.50.2-7.amzn2.noarch 2022-09-27T15:43:11.5185485Z ---> Package libtool.x86_64 0:2.4.2-22.2.amzn2.0.2 will be installed 2022-09-27T15:43:11.5216189Z ---> Package patch.x86_64 0:2.7.1-12.amzn2.0.2 will be installed 2022-09-27T15:43:11.5250998Z ---> Package patchutils.x86_64 0:0.3.3-4.amzn2.0.1 will be installed 2022-09-27T15:43:11.5275726Z ---> Package rcs.x86_64 0:5.9.0-5.amzn2.0.2 will be installed 2022-09-27T15:43:11.5308876Z ---> Package rpm-build.x86_64 0:4.11.3-48.amzn2.0.2 will be installed 2022-09-27T15:43:11.5546752Z --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.amzn2.0.2.x86_64 2022-09-27T15:43:11.5565440Z ---> Package rpm-sign.x86_64 0:4.11.3-48.amzn2.0.2 will be installed 2022-09-27T15:43:11.5588439Z ---> Package subversion.x86_64 0:1.7.14-16.amzn2.0.1 will be installed 2022-09-27T15:43:11.5756416Z --> Processing Dependency: subversion-libs(x86-64) = 1.7.14-16.amzn2.0.1 for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5776329Z --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5777650Z --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5778328Z --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5778977Z --> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5779804Z --> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5780451Z --> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5781071Z --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5781705Z --> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5782350Z --> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5782986Z --> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5783590Z --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5784216Z --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5784844Z --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5785482Z --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5786081Z --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5803351Z --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5824287Z --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-16.amzn2.0.1.x86_64 2022-09-27T15:43:11.5848398Z ---> Package swig.x86_64 0:3.0.12-11.amzn2.0.3 will be installed 2022-09-27T15:43:11.5870303Z ---> Package system-rpm-config.noarch 0:9.1.0-76.amzn2.0.14 will be installed 2022-09-27T15:43:11.5915946Z --> Processing Dependency: dwz >= 0.4 for package: system-rpm-config-9.1.0-76.amzn2.0.14.noarch 2022-09-27T15:43:11.5934002Z --> Processing Dependency: perl-srpm-macros for package: system-rpm-config-9.1.0-76.amzn2.0.14.noarch 2022-09-27T15:43:11.5946255Z --> Processing Dependency: go-srpm-macros for package: system-rpm-config-9.1.0-76.amzn2.0.14.noarch 2022-09-27T15:43:11.6110866Z ---> Package systemtap.x86_64 0:4.5-1.amzn2.0.1 will be installed 2022-09-27T15:43:11.6123804Z --> Processing Dependency: systemtap-devel = 4.5-1.amzn2.0.1 for package: systemtap-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:11.6138897Z --> Processing Dependency: systemtap-client = 4.5-1.amzn2.0.1 for package: systemtap-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:11.6152492Z --> Running transaction check 2022-09-27T15:43:11.6155825Z ---> Package apr.x86_64 0:1.7.0-9.amzn2 will be installed 2022-09-27T15:43:11.6228163Z ---> Package apr-util.x86_64 0:1.6.1-5.amzn2.0.2 will be installed 2022-09-27T15:43:11.6265737Z --> Processing Dependency: apr-util-bdb(x86-64) = 1.6.1-5.amzn2.0.2 for package: apr-util-1.6.1-5.amzn2.0.2.x86_64 2022-09-27T15:43:11.6279989Z ---> Package cpp.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.6352526Z ---> Package dwz.x86_64 0:0.11-3.amzn2.0.3 will be installed 2022-09-27T15:43:11.6362657Z ---> Package emacs-filesystem.noarch 1:27.2-4.amzn2.0.1 will be installed 2022-09-27T15:43:11.6364225Z ---> Package gdb.x86_64 0:8.0.1-36.amzn2.0.1 will be installed 2022-09-27T15:43:11.6433571Z ---> Package gettext-devel.x86_64 0:0.19.8.1-3.amzn2 will be installed 2022-09-27T15:43:11.6497439Z --> Processing Dependency: gettext-common-devel = 0.19.8.1-3.amzn2 for package: gettext-devel-0.19.8.1-3.amzn2.x86_64 2022-09-27T15:43:11.6506530Z ---> Package glibc-devel.x86_64 0:2.26-60.amzn2 will be installed 2022-09-27T15:43:11.6623089Z --> Processing Dependency: glibc-headers = 2.26-60.amzn2 for package: glibc-devel-2.26-60.amzn2.x86_64 2022-09-27T15:43:11.6649187Z --> Processing Dependency: glibc-headers for package: glibc-devel-2.26-60.amzn2.x86_64 2022-09-27T15:43:11.6650230Z ---> Package go-srpm-macros.noarch 0:3.0.15-23.amzn2.0.1 will be installed 2022-09-27T15:43:11.6655250Z ---> Package libatomic.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.6668495Z ---> Package libcilkrts.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.6695392Z ---> Package libgfortran.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.6729726Z ---> Package libitm.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.6745680Z ---> Package libmpc.x86_64 0:1.0.1-3.amzn2.0.2 will be installed 2022-09-27T15:43:11.6757771Z ---> Package libmpx.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.6772673Z ---> Package libquadmath.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.6797303Z ---> Package libsanitizer.x86_64 0:7.3.1-15.amzn2 will be installed 2022-09-27T15:43:11.6842328Z ---> Package m4.x86_64 0:1.4.16-10.amzn2.0.2 will be installed 2022-09-27T15:43:11.6858032Z ---> Package mpfr.x86_64 0:3.1.1-4.amzn2.0.2 will be installed 2022-09-27T15:43:11.6879063Z ---> Package neon.x86_64 0:0.30.0-3.amzn2.0.2 will be installed 2022-09-27T15:43:11.6953752Z --> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-09-27T15:43:11.6991389Z --> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-09-27T15:43:11.6992657Z --> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-09-27T15:43:11.7011940Z --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-09-27T15:43:11.7029440Z --> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-3.amzn2.0.2.x86_64 2022-09-27T15:43:11.7035659Z ---> Package perl-Data-Dumper.x86_64 0:2.145-3.amzn2.0.2 will be installed 2022-09-27T15:43:11.7084279Z ---> Package perl-Test-Harness.noarch 0:3.28-3.amzn2 will be installed 2022-09-27T15:43:11.7179042Z ---> Package perl-Thread-Queue.noarch 0:3.02-2.amzn2 will be installed 2022-09-27T15:43:11.7191005Z ---> Package perl-XML-Parser.x86_64 0:2.41-10.amzn2.0.2 will be installed 2022-09-27T15:43:11.7205810Z ---> Package perl-srpm-macros.noarch 0:1-8.amzn2.0.1 will be installed 2022-09-27T15:43:11.7207118Z ---> Package subversion-libs.x86_64 0:1.7.14-16.amzn2.0.1 will be installed 2022-09-27T15:43:11.7234547Z ---> Package systemtap-client.x86_64 0:4.5-1.amzn2.0.1 will be installed 2022-09-27T15:43:11.7435710Z --> Processing Dependency: mokutil for package: systemtap-client-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:11.7449301Z --> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:11.7475060Z --> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:11.7476139Z ---> Package systemtap-devel.x86_64 0:4.5-1.amzn2.0.1 will be installed 2022-09-27T15:43:11.7596805Z --> Processing Dependency: kernel-devel-uname-r for package: systemtap-devel-4.5-1.amzn2.0.1.x86_64 2022-09-27T15:43:11.8578736Z --> Running transaction check 2022-09-27T15:43:11.8579494Z ---> Package apr-util-bdb.x86_64 0:1.6.1-5.amzn2.0.2 will be installed 2022-09-27T15:43:11.8588723Z ---> Package avahi-libs.x86_64 0:0.6.31-20.amzn2 will be installed 2022-09-27T15:43:11.8614016Z ---> Package gettext-common-devel.noarch 0:0.19.8.1-3.amzn2 will be installed 2022-09-27T15:43:11.8615272Z ---> Package glibc-headers.x86_64 0:2.26-60.amzn2 will be installed 2022-09-27T15:43:11.8687801Z --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.26-60.amzn2.x86_64 2022-09-27T15:43:11.9742839Z --> Processing Dependency: kernel-headers for package: glibc-headers-2.26-60.amzn2.x86_64 2022-09-27T15:43:11.9743708Z ---> Package gnutls.x86_64 0:3.3.29-9.amzn2.0.1 will be installed 2022-09-27T15:43:11.9808864Z --> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.amzn2.0.1.x86_64 2022-09-27T15:43:11.9835061Z ---> Package kernel-devel.x86_64 0:4.14.291-218.527.amzn2 will be installed 2022-09-27T15:43:11.9861813Z --> Processing Dependency: elfutils-libelf-devel for package: kernel-devel-4.14.291-218.527.amzn2.x86_64 2022-09-27T15:43:11.9881550Z ---> Package libproxy.x86_64 0:0.4.11-10.amzn2.0.3 will be installed 2022-09-27T15:43:11.9909096Z --> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-10.amzn2.0.3.x86_64 2022-09-27T15:43:11.9927120Z ---> Package mokutil.x86_64 1:0.3.0-10.amzn2.0.1 will be installed 2022-09-27T15:43:11.9975466Z --> Processing Dependency: libefivar.so.1(libefivar.so.0)(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-09-27T15:43:11.9996181Z --> Processing Dependency: libefivar.so.1(LIBEFIVAR_0.24)(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-09-27T15:43:11.9997291Z --> Processing Dependency: libefivar.so.1()(64bit) for package: 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 2022-09-27T15:43:11.9997828Z ---> Package pakchois.x86_64 0:0.4-10.amzn2.0.2 will be installed 2022-09-27T15:43:12.0010644Z --> Running transaction check 2022-09-27T15:43:12.0012191Z ---> Package efivar-libs.x86_64 0:31-4.amzn2.0.4 will be installed 2022-09-27T15:43:12.0028839Z ---> Package elfutils-libelf-devel.x86_64 0:0.176-2.amzn2 will be installed 2022-09-27T15:43:12.0040711Z --> Processing Dependency: pkgconfig(zlib) for package: elfutils-libelf-devel-0.176-2.amzn2.x86_64 2022-09-27T15:43:12.0064493Z ---> Package kernel-headers.x86_64 0:4.14.291-218.527.amzn2 will be installed 2022-09-27T15:43:12.0065752Z ---> Package libmodman.x86_64 0:2.0.1-8.amzn2.0.2 will be installed 2022-09-27T15:43:12.0082920Z ---> Package trousers.x86_64 0:0.3.14-2.amzn2.0.2 will be installed 2022-09-27T15:43:12.0139606Z --> Running transaction check 2022-09-27T15:43:12.0140064Z ---> Package zlib-devel.x86_64 0:1.2.7-19.amzn2.0.1 will be installed 2022-09-27T15:43:12.2734454Z --> Finished Dependency Resolution 2022-09-27T15:43:12.3471151Z 2022-09-27T15:43:12.3471652Z Dependencies Resolved 2022-09-27T15:43:12.3586688Z 2022-09-27T15:43:12.3587386Z ================================================================================ 2022-09-27T15:43:12.3588184Z Package Arch Version Repository Size 2022-09-27T15:43:12.3588698Z ================================================================================ 2022-09-27T15:43:12.3589503Z Installing for group install "Development Tools": 2022-09-27T15:43:12.3590117Z autoconf noarch 2.69-11.amzn2 amzn2-core 701 k 2022-09-27T15:43:12.3590590Z automake noarch 1.13.4-3.1.amzn2 amzn2-core 679 k 2022-09-27T15:43:12.3591062Z bison x86_64 3.0.4-6.amzn2.0.2 amzn2-core 674 k 2022-09-27T15:43:12.3591500Z byacc x86_64 1.9.20130304-3.amzn2.0.2 amzn2-core 66 k 2022-09-27T15:43:12.3591940Z cscope x86_64 15.8-10.amzn2.0.2 amzn2-core 204 k 2022-09-27T15:43:12.3592374Z ctags x86_64 5.8-13.amzn2.0.2 amzn2-core 157 k 2022-09-27T15:43:12.3596050Z diffstat x86_64 1.57-4.amzn2.0.2 amzn2-core 35 k 2022-09-27T15:43:12.3596546Z doxygen x86_64 1:1.8.5-4.amzn2 amzn2-core 3.5 M 2022-09-27T15:43:12.3597006Z elfutils x86_64 0.176-2.amzn2 amzn2-core 307 k 2022-09-27T15:43:12.3597443Z flex x86_64 2.5.37-3.amzn2.0.3 amzn2-core 291 k 2022-09-27T15:43:12.3597852Z gcc x86_64 7.3.1-15.amzn2 amzn2-core 22 M 2022-09-27T15:43:12.3598292Z gcc-c++ x86_64 7.3.1-15.amzn2 amzn2-core 13 M 2022-09-27T15:43:12.3598748Z gcc-gfortran x86_64 7.3.1-15.amzn2 amzn2-core 11 M 2022-09-27T15:43:12.3599202Z indent x86_64 2.2.11-13.amzn2.0.2 amzn2-core 150 k 2022-09-27T15:43:12.3599626Z intltool noarch 0.50.2-7.amzn2 amzn2-core 59 k 2022-09-27T15:43:12.3600074Z libtool x86_64 2.4.2-22.2.amzn2.0.2 amzn2-core 588 k 2022-09-27T15:43:12.3600762Z patch x86_64 2.7.1-12.amzn2.0.2 amzn2-core 110 k 2022-09-27T15:43:12.3601697Z patchutils x86_64 0.3.3-4.amzn2.0.1 amzn2-core 104 k 2022-09-27T15:43:12.3602468Z rcs x86_64 5.9.0-5.amzn2.0.2 amzn2-core 231 k 2022-09-27T15:43:12.3602900Z rpm-build x86_64 4.11.3-48.amzn2.0.2 amzn2-core 150 k 2022-09-27T15:43:12.3603342Z rpm-sign x86_64 4.11.3-48.amzn2.0.2 amzn2-core 50 k 2022-09-27T15:43:12.3603782Z subversion x86_64 1.7.14-16.amzn2.0.1 amzn2-core 1.0 M 2022-09-27T15:43:12.3604220Z swig x86_64 3.0.12-11.amzn2.0.3 amzn2-core 1.4 M 2022-09-27T15:43:12.3604674Z system-rpm-config noarch 9.1.0-76.amzn2.0.14 amzn2-core 90 k 2022-09-27T15:43:12.3605137Z systemtap x86_64 4.5-1.amzn2.0.1 amzn2-core 12 k 2022-09-27T15:43:12.3605442Z Installing for dependencies: 2022-09-27T15:43:12.3605856Z apr x86_64 1.7.0-9.amzn2 amzn2-core 122 k 2022-09-27T15:43:12.3606284Z apr-util x86_64 1.6.1-5.amzn2.0.2 amzn2-core 99 k 2022-09-27T15:43:12.3606736Z apr-util-bdb x86_64 1.6.1-5.amzn2.0.2 amzn2-core 19 k 2022-09-27T15:43:12.3607575Z avahi-libs x86_64 0.6.31-20.amzn2 amzn2-core 61 k 2022-09-27T15:43:12.3608756Z cpp x86_64 7.3.1-15.amzn2 amzn2-core 9.2 M 2022-09-27T15:43:12.3609947Z dwz x86_64 0.11-3.amzn2.0.3 amzn2-core 98 k 2022-09-27T15:43:12.3610403Z efivar-libs x86_64 31-4.amzn2.0.4 amzn2-core 68 k 2022-09-27T15:43:12.3610872Z elfutils-libelf-devel x86_64 0.176-2.amzn2 amzn2-core 40 k 2022-09-27T15:43:12.3611354Z emacs-filesystem noarch 1:27.2-4.amzn2.0.1 amzn2-core 67 k 2022-09-27T15:43:12.3611792Z gdb x86_64 8.0.1-36.amzn2.0.1 amzn2-core 3.1 M 2022-09-27T15:43:12.3612245Z gettext-common-devel noarch 0.19.8.1-3.amzn2 amzn2-core 410 k 2022-09-27T15:43:12.3612716Z gettext-devel x86_64 0.19.8.1-3.amzn2 amzn2-core 320 k 2022-09-27T15:43:12.3613161Z glibc-devel x86_64 2.26-60.amzn2 amzn2-core 994 k 2022-09-27T15:43:12.3613586Z glibc-headers x86_64 2.26-60.amzn2 amzn2-core 515 k 2022-09-27T15:43:12.3614034Z gnutls x86_64 3.3.29-9.amzn2.0.1 amzn2-core 661 k 2022-09-27T15:43:12.3614481Z go-srpm-macros noarch 3.0.15-23.amzn2.0.1 amzn2-core 23 k 2022-09-27T15:43:12.3614928Z kernel-devel x86_64 4.14.291-218.527.amzn2 amzn2-core 13 M 2022-09-27T15:43:12.3615375Z kernel-headers x86_64 4.14.291-218.527.amzn2 amzn2-core 1.2 M 2022-09-27T15:43:12.3615819Z libatomic x86_64 7.3.1-15.amzn2 amzn2-core 46 k 2022-09-27T15:43:12.3616249Z libcilkrts x86_64 7.3.1-15.amzn2 amzn2-core 85 k 2022-09-27T15:43:12.3616668Z libgfortran x86_64 7.3.1-15.amzn2 amzn2-core 536 k 2022-09-27T15:43:12.3617097Z libitm x86_64 7.3.1-15.amzn2 amzn2-core 85 k 2022-09-27T15:43:12.3617529Z libmodman x86_64 2.0.1-8.amzn2.0.2 amzn2-core 29 k 2022-09-27T15:43:12.3617954Z libmpc x86_64 1.0.1-3.amzn2.0.2 amzn2-core 52 k 2022-09-27T15:43:12.3618381Z libmpx x86_64 7.3.1-15.amzn2 amzn2-core 51 k 2022-09-27T15:43:12.3618813Z libproxy x86_64 0.4.11-10.amzn2.0.3 amzn2-core 61 k 2022-09-27T15:43:12.3619251Z libquadmath x86_64 7.3.1-15.amzn2 amzn2-core 189 k 2022-09-27T15:43:12.3619673Z libsanitizer x86_64 7.3.1-15.amzn2 amzn2-core 642 k 2022-09-27T15:43:12.3620098Z m4 x86_64 1.4.16-10.amzn2.0.2 amzn2-core 256 k 2022-09-27T15:43:12.3620516Z mokutil x86_64 1:0.3.0-10.amzn2.0.1 amzn2-core 39 k 2022-09-27T15:43:12.3620924Z mpfr x86_64 3.1.1-4.amzn2.0.2 amzn2-core 208 k 2022-09-27T15:43:12.3621342Z neon x86_64 0.30.0-3.amzn2.0.2 amzn2-core 166 k 2022-09-27T15:43:12.3621767Z pakchois x86_64 0.4-10.amzn2.0.2 amzn2-core 14 k 2022-09-27T15:43:12.3622216Z perl-Data-Dumper x86_64 2.145-3.amzn2.0.2 amzn2-core 48 k 2022-09-27T15:43:12.3622687Z perl-Test-Harness noarch 3.28-3.amzn2 amzn2-core 302 k 2022-09-27T15:43:12.3623157Z perl-Thread-Queue noarch 3.02-2.amzn2 amzn2-core 17 k 2022-09-27T15:43:12.3623635Z perl-XML-Parser x86_64 2.41-10.amzn2.0.2 amzn2-core 223 k 2022-09-27T15:43:12.3624093Z perl-srpm-macros noarch 1-8.amzn2.0.1 amzn2-core 4.7 k 2022-09-27T15:43:12.3624558Z subversion-libs x86_64 1.7.14-16.amzn2.0.1 amzn2-core 912 k 2022-09-27T15:43:12.3625015Z systemtap-client x86_64 4.5-1.amzn2.0.1 amzn2-core 3.7 M 2022-09-27T15:43:12.3625455Z systemtap-devel x86_64 4.5-1.amzn2.0.1 amzn2-core 2.3 M 2022-09-27T15:43:12.3625899Z trousers x86_64 0.3.14-2.amzn2.0.2 amzn2-core 294 k 2022-09-27T15:43:12.3626396Z zlib-devel x86_64 1.2.7-19.amzn2.0.1 amzn2-core 50 k 2022-09-27T15:43:12.3626655Z 2022-09-27T15:43:12.3626777Z Transaction Summary 2022-09-27T15:43:12.3627054Z ================================================================================ 2022-09-27T15:43:12.3627371Z Install 25 Packages (+43 Dependent packages) 2022-09-27T15:43:12.3627588Z 2022-09-27T15:43:12.3627711Z Total download size: 96 M 2022-09-27T15:43:12.3627965Z Installed size: 303 M 2022-09-27T15:43:12.3628230Z Downloading packages: 2022-09-27T15:43:12.3639982Z Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2022-09-27T15:43:13.8025715Z -------------------------------------------------------------------------------- 2022-09-27T15:43:13.8026184Z Total 67 MB/s | 96 MB 00:01 2022-09-27T15:43:13.9069064Z Running transaction check 2022-09-27T15:43:13.9836374Z Running transaction test 2022-09-27T15:43:16.3492586Z Transaction test succeeded 2022-09-27T15:43:16.3495499Z Running transaction 2022-09-27T15:43:21.4617787Z Installing : mpfr-3.1.1-4.amzn2.0.2.x86_64 1/68 2022-09-27T15:43:23.9846254Z Installing : libmpc-1.0.1-3.amzn2.0.2.x86_64 2/68 2022-09-27T15:43:26.4810486Z Installing : m4-1.4.16-10.amzn2.0.2.x86_64 3/68 2022-09-27T15:43:27.7661445Z Installing : apr-1.7.0-9.amzn2.x86_64 4/68 2022-09-27T15:43:27.7946669Z Installing : apr-util-bdb-1.6.1-5.amzn2.0.2.x86_64 5/68 2022-09-27T15:43:27.8275293Z Installing : apr-util-1.6.1-5.amzn2.0.2.x86_64 6/68 2022-09-27T15:43:27.8733789Z Installing : avahi-libs-0.6.31-20.amzn2.x86_64 7/68 2022-09-27T15:43:27.9130618Z Installing : libquadmath-7.3.1-15.amzn2.x86_64 8/68 2022-09-27T15:43:27.9348669Z Installing : patch-2.7.1-12.amzn2.0.2.x86_64 9/68 2022-09-27T15:43:28.0169676Z Installing : perl-Thread-Queue-3.02-2.amzn2.noarch 10/68 2022-09-27T15:43:29.0757579Z Installing : libgfortran-7.3.1-15.amzn2.x86_64 11/68 2022-09-27T15:43:29.1092918Z Installing : cpp-7.3.1-15.amzn2.x86_64 12/68 2022-09-27T15:43:29.1273133Z Installing : zlib-devel-1.2.7-19.amzn2.0.1.x86_64 13/68 2022-09-27T15:43:29.1468679Z Installing : elfutils-libelf-devel-0.176-2.amzn2.x86_64 14/68 2022-09-27T15:43:29.1774805Z Installing : libmodman-2.0.1-8.amzn2.0.2.x86_64 15/68 2022-09-27T15:43:29.2329427Z Installing : libproxy-0.4.11-10.amzn2.0.3.x86_64 16/68 2022-09-27T15:43:29.2880594Z Installing : perl-XML-Parser-2.41-10.amzn2.0.2.x86_64 17/68 2022-09-27T15:43:29.3958894Z Installing : elfutils-0.176-2.amzn2.x86_64 18/68 2022-09-27T15:43:29.4241345Z Installing : libsanitizer-7.3.1-15.amzn2.x86_64 19/68 2022-09-27T15:43:29.4485450Z Installing : 1:emacs-filesystem-27.2-4.amzn2.0.1.noarch 20/68 2022-09-27T15:43:29.4774647Z Installing : efivar-libs-31-4.amzn2.0.4.x86_64 21/68 2022-09-27T15:43:29.5063199Z Installing : 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 22/68 2022-09-27T15:43:29.5873498Z Installing : dwz-0.11-3.amzn2.0.3.x86_64 23/68 2022-09-27T15:43:29.7553017Z Installing : trousers-0.3.14-2.amzn2.0.2.x86_64 24/68 2022-09-27T15:43:30.0452667Z Installing : gnutls-3.3.29-9.amzn2.0.1.x86_64 25/68 2022-09-27T15:43:30.2109242Z Installing : kernel-headers-4.14.291-218.527.amzn2.x86_64 26/68 2022-09-27T15:43:30.3424629Z Installing : glibc-headers-2.26-60.amzn2.x86_64 27/68 2022-09-27T15:43:30.3787269Z Installing : glibc-devel-2.26-60.amzn2.x86_64 28/68 2022-09-27T15:43:30.7688285Z Installing : libitm-7.3.1-15.amzn2.x86_64 29/68 2022-09-27T15:43:30.7951396Z Installing : gdb-8.0.1-36.amzn2.0.1.x86_64 30/68 2022-09-27T15:43:30.8206146Z Installing : libmpx-7.3.1-15.amzn2.x86_64 31/68 2022-09-27T15:43:30.8492693Z Installing : perl-srpm-macros-1-8.amzn2.0.1.noarch 32/68 2022-09-27T15:43:30.8710546Z Installing : system-rpm-config-9.1.0-76.amzn2.0.14.noarch 33/68 2022-09-27T15:43:30.8912057Z Installing : go-srpm-macros-3.0.15-23.amzn2.0.1.noarch 34/68 2022-09-27T15:43:30.9823433Z Installing : perl-Data-Dumper-2.145-3.amzn2.0.2.x86_64 35/68 2022-09-27T15:43:31.0258164Z Installing : autoconf-2.69-11.amzn2.noarch 36/68 2022-09-27T15:43:31.1021553Z Installing : gettext-common-devel-0.19.8.1-3.amzn2.noarch 37/68 2022-09-27T15:43:31.1838408Z Installing : gettext-devel-0.19.8.1-3.amzn2.x86_64 38/68 2022-09-27T15:43:31.2832924Z Installing : perl-Test-Harness-3.28-3.amzn2.noarch 39/68 2022-09-27T15:43:31.3182786Z Installing : automake-1.13.4-3.1.amzn2.noarch 40/68 2022-09-27T15:43:31.3490783Z Installing : libatomic-7.3.1-15.amzn2.x86_64 41/68 2022-09-27T15:43:33.4064302Z Installing : libcilkrts-7.3.1-15.amzn2.x86_64 42/68 2022-09-27T15:43:42.7666699Z Installing : gcc-7.3.1-15.amzn2.x86_64 43/68 2022-09-27T15:43:53.7436776Z Installing : kernel-devel-4.14.291-218.527.amzn2.x86_64 44/68 2022-09-27T15:43:54.3547122Z Installing : systemtap-devel-4.5-1.amzn2.0.1.x86_64 45/68 2022-09-27T15:43:54.4099408Z Installing : systemtap-client-4.5-1.amzn2.0.1.x86_64 46/68 2022-09-27T15:43:54.4657878Z Installing : pakchois-0.4-10.amzn2.0.2.x86_64 47/68 2022-09-27T15:43:54.6002629Z Installing : neon-0.30.0-3.amzn2.0.2.x86_64 48/68 2022-09-27T15:43:54.7794082Z Installing : subversion-libs-1.7.14-16.amzn2.0.1.x86_64 49/68 2022-09-27T15:43:54.8801247Z Installing : subversion-1.7.14-16.amzn2.0.1.x86_64 50/68 2022-09-27T15:43:56.0965524Z Installing : systemtap-4.5-1.amzn2.0.1.x86_64 51/68 2022-09-27T15:43:57.7163009Z Installing : gcc-gfortran-7.3.1-15.amzn2.x86_64 52/68 2022-09-27T15:43:57.8315685Z Installing : gcc-c++-7.3.1-15.amzn2.x86_64 53/68 2022-09-27T15:43:57.8701080Z Installing : libtool-2.4.2-22.2.amzn2.0.2.x86_64 54/68 2022-09-27T15:43:57.9097191Z Installing : intltool-0.50.2-7.amzn2.noarch 55/68 2022-09-27T15:43:57.9642065Z Installing : rpm-build-4.11.3-48.amzn2.0.2.x86_64 56/68 2022-09-27T15:43:58.0230594Z Installing : cscope-15.8-10.amzn2.0.2.x86_64 57/68 2022-09-27T15:43:58.1248329Z Installing : flex-2.5.37-3.amzn2.0.3.x86_64 58/68 2022-09-27T15:43:58.1898005Z Installing : bison-3.0.4-6.amzn2.0.2.x86_64 59/68 2022-09-27T15:43:58.2365827Z Installing : rcs-5.9.0-5.amzn2.0.2.x86_64 60/68 2022-09-27T15:43:58.2786758Z Installing : ctags-5.8-13.amzn2.0.2.x86_64 61/68 2022-09-27T15:43:58.3254045Z Installing : indent-2.2.11-13.amzn2.0.2.x86_64 62/68 2022-09-27T15:43:59.0046278Z Installing : patchutils-0.3.3-4.amzn2.0.1.x86_64 63/68 2022-09-27T15:43:59.0489750Z Installing : 1:doxygen-1.8.5-4.amzn2.x86_64 64/68 2022-09-27T15:43:59.0790288Z Installing : diffstat-1.57-4.amzn2.0.2.x86_64 65/68 2022-09-27T15:43:59.3889894Z Installing : byacc-1.9.20130304-3.amzn2.0.2.x86_64 66/68 2022-09-27T15:43:59.4263935Z Installing : swig-3.0.12-11.amzn2.0.3.x86_64 67/68 2022-09-27T15:43:59.4912236Z Installing : rpm-sign-4.11.3-48.amzn2.0.2.x86_64 68/68 2022-09-27T15:43:59.5056648Z Verifying : elfutils-libelf-devel-0.176-2.amzn2.x86_64 1/68 2022-09-27T15:43:59.5158668Z Verifying : perl-Thread-Queue-3.02-2.amzn2.noarch 2/68 2022-09-27T15:43:59.5252008Z Verifying : gettext-devel-0.19.8.1-3.amzn2.x86_64 3/68 2022-09-27T15:43:59.5362756Z Verifying : patch-2.7.1-12.amzn2.0.2.x86_64 4/68 2022-09-27T15:43:59.5457403Z Verifying : flex-2.5.37-3.amzn2.0.3.x86_64 5/68 2022-09-27T15:43:59.5555886Z Verifying : glibc-headers-2.26-60.amzn2.x86_64 6/68 2022-09-27T15:43:59.5647429Z Verifying : pakchois-0.4-10.amzn2.0.2.x86_64 7/68 2022-09-27T15:43:59.5756546Z Verifying : rpm-sign-4.11.3-48.amzn2.0.2.x86_64 8/68 2022-09-27T15:43:59.5839784Z Verifying : gcc-gfortran-7.3.1-15.amzn2.x86_64 9/68 2022-09-27T15:43:59.5936900Z Verifying : swig-3.0.12-11.amzn2.0.3.x86_64 10/68 2022-09-27T15:43:59.6030250Z Verifying : byacc-1.9.20130304-3.amzn2.0.2.x86_64 11/68 2022-09-27T15:43:59.6118836Z Verifying : libmpc-1.0.1-3.amzn2.0.2.x86_64 12/68 2022-09-27T15:43:59.6257944Z Verifying : libcilkrts-7.3.1-15.amzn2.x86_64 13/68 2022-09-27T15:43:59.6353753Z Verifying : go-srpm-macros-3.0.15-23.amzn2.0.1.noarch 14/68 2022-09-27T15:43:59.6448283Z Verifying : libproxy-0.4.11-10.amzn2.0.3.x86_64 15/68 2022-09-27T15:43:59.6558113Z Verifying : cscope-15.8-10.amzn2.0.2.x86_64 16/68 2022-09-27T15:43:59.6652837Z Verifying : diffstat-1.57-4.amzn2.0.2.x86_64 17/68 2022-09-27T15:43:59.6755282Z Verifying : 1:doxygen-1.8.5-4.amzn2.x86_64 18/68 2022-09-27T15:43:59.6843923Z Verifying : gcc-c++-7.3.1-15.amzn2.x86_64 19/68 2022-09-27T15:43:59.6929528Z Verifying : libatomic-7.3.1-15.amzn2.x86_64 20/68 2022-09-27T15:43:59.7033558Z Verifying : system-rpm-config-9.1.0-76.amzn2.0.14.noarch 21/68 2022-09-27T15:43:59.7135641Z Verifying : systemtap-devel-4.5-1.amzn2.0.1.x86_64 22/68 2022-09-27T15:43:59.7231923Z Verifying : perl-Test-Harness-3.28-3.amzn2.noarch 23/68 2022-09-27T15:43:59.7327715Z Verifying : autoconf-2.69-11.amzn2.noarch 24/68 2022-09-27T15:43:59.7431587Z Verifying : libquadmath-7.3.1-15.amzn2.x86_64 25/68 2022-09-27T15:43:59.7520381Z Verifying : intltool-0.50.2-7.amzn2.noarch 26/68 2022-09-27T15:43:59.7614756Z Verifying : apr-util-1.6.1-5.amzn2.0.2.x86_64 27/68 2022-09-27T15:43:59.7713625Z Verifying : glibc-devel-2.26-60.amzn2.x86_64 28/68 2022-09-27T15:43:59.7854897Z Verifying : kernel-devel-4.14.291-218.527.amzn2.x86_64 29/68 2022-09-27T15:43:59.7960954Z Verifying : cpp-7.3.1-15.amzn2.x86_64 30/68 2022-09-27T15:43:59.8066727Z Verifying : rpm-build-4.11.3-48.amzn2.0.2.x86_64 31/68 2022-09-27T15:43:59.8153278Z Verifying : gettext-common-devel-0.19.8.1-3.amzn2.noarch 32/68 2022-09-27T15:43:59.8235345Z Verifying : perl-Data-Dumper-2.145-3.amzn2.0.2.x86_64 33/68 2022-09-27T15:43:59.8328850Z Verifying : perl-srpm-macros-1-8.amzn2.0.1.noarch 34/68 2022-09-27T15:43:59.8423978Z Verifying : gnutls-3.3.29-9.amzn2.0.1.x86_64 35/68 2022-09-27T15:43:59.8510391Z Verifying : subversion-libs-1.7.14-16.amzn2.0.1.x86_64 36/68 2022-09-27T15:43:59.8601015Z Verifying : automake-1.13.4-3.1.amzn2.noarch 37/68 2022-09-27T15:43:59.8685612Z Verifying : apr-util-bdb-1.6.1-5.amzn2.0.2.x86_64 38/68 2022-09-27T15:43:59.8769972Z Verifying : libmpx-7.3.1-15.amzn2.x86_64 39/68 2022-09-27T15:43:59.8854077Z Verifying : avahi-libs-0.6.31-20.amzn2.x86_64 40/68 2022-09-27T15:43:59.8957309Z Verifying : bison-3.0.4-6.amzn2.0.2.x86_64 41/68 2022-09-27T15:43:59.9046686Z Verifying : libgfortran-7.3.1-15.amzn2.x86_64 42/68 2022-09-27T15:43:59.9152385Z Verifying : gdb-8.0.1-36.amzn2.0.1.x86_64 43/68 2022-09-27T15:43:59.9242909Z Verifying : patchutils-0.3.3-4.amzn2.0.1.x86_64 44/68 2022-09-27T15:43:59.9354956Z Verifying : libitm-7.3.1-15.amzn2.x86_64 45/68 2022-09-27T15:43:59.9441282Z Verifying : libtool-2.4.2-22.2.amzn2.0.2.x86_64 46/68 2022-09-27T15:43:59.9530428Z Verifying : gcc-7.3.1-15.amzn2.x86_64 47/68 2022-09-27T15:43:59.9638215Z Verifying : indent-2.2.11-13.amzn2.0.2.x86_64 48/68 2022-09-27T15:43:59.9736582Z Verifying : kernel-headers-4.14.291-218.527.amzn2.x86_64 49/68 2022-09-27T15:43:59.9841398Z Verifying : subversion-1.7.14-16.amzn2.0.1.x86_64 50/68 2022-09-27T15:43:59.9929676Z Verifying : apr-1.7.0-9.amzn2.x86_64 51/68 2022-09-27T15:44:00.0027451Z Verifying : ctags-5.8-13.amzn2.0.2.x86_64 52/68 2022-09-27T15:44:00.0108329Z Verifying : 1:mokutil-0.3.0-10.amzn2.0.1.x86_64 53/68 2022-09-27T15:44:00.0201553Z Verifying : mpfr-3.1.1-4.amzn2.0.2.x86_64 54/68 2022-09-27T15:44:00.0309077Z Verifying : trousers-0.3.14-2.amzn2.0.2.x86_64 55/68 2022-09-27T15:44:00.0392073Z Verifying : neon-0.30.0-3.amzn2.0.2.x86_64 56/68 2022-09-27T15:44:00.0478794Z Verifying : systemtap-4.5-1.amzn2.0.1.x86_64 57/68 2022-09-27T15:44:00.0566868Z Verifying : dwz-0.11-3.amzn2.0.3.x86_64 58/68 2022-09-27T15:44:00.0672461Z Verifying : systemtap-client-4.5-1.amzn2.0.1.x86_64 59/68 2022-09-27T15:44:00.0754419Z Verifying : efivar-libs-31-4.amzn2.0.4.x86_64 60/68 2022-09-27T15:44:00.0840214Z Verifying : rcs-5.9.0-5.amzn2.0.2.x86_64 61/68 2022-09-27T15:44:00.0937987Z Verifying : 1:emacs-filesystem-27.2-4.amzn2.0.1.noarch 62/68 2022-09-27T15:44:00.1029089Z Verifying : libsanitizer-7.3.1-15.amzn2.x86_64 63/68 2022-09-27T15:44:00.1150312Z Verifying : elfutils-0.176-2.amzn2.x86_64 64/68 2022-09-27T15:44:00.1241453Z Verifying : m4-1.4.16-10.amzn2.0.2.x86_64 65/68 2022-09-27T15:44:00.1332392Z Verifying : perl-XML-Parser-2.41-10.amzn2.0.2.x86_64 66/68 2022-09-27T15:44:00.1432149Z Verifying : libmodman-2.0.1-8.amzn2.0.2.x86_64 67/68 2022-09-27T15:44:00.2205823Z Verifying : zlib-devel-1.2.7-19.amzn2.0.1.x86_64 68/68 2022-09-27T15:44:00.2206111Z 2022-09-27T15:44:00.2208129Z Installed: 2022-09-27T15:44:00.2208914Z autoconf.noarch 0:2.69-11.amzn2 2022-09-27T15:44:00.2209380Z automake.noarch 0:1.13.4-3.1.amzn2 2022-09-27T15:44:00.2212131Z bison.x86_64 0:3.0.4-6.amzn2.0.2 2022-09-27T15:44:00.2212959Z byacc.x86_64 0:1.9.20130304-3.amzn2.0.2 2022-09-27T15:44:00.2213419Z cscope.x86_64 0:15.8-10.amzn2.0.2 2022-09-27T15:44:00.2213848Z ctags.x86_64 0:5.8-13.amzn2.0.2 2022-09-27T15:44:00.2214265Z diffstat.x86_64 0:1.57-4.amzn2.0.2 2022-09-27T15:44:00.2214680Z doxygen.x86_64 1:1.8.5-4.amzn2 2022-09-27T15:44:00.2215238Z elfutils.x86_64 0:0.176-2.amzn2 2022-09-27T15:44:00.2216032Z flex.x86_64 0:2.5.37-3.amzn2.0.3 2022-09-27T15:44:00.2218616Z gcc.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2219532Z gcc-c++.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2220269Z gcc-gfortran.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2220710Z indent.x86_64 0:2.2.11-13.amzn2.0.2 2022-09-27T15:44:00.2221120Z intltool.noarch 0:0.50.2-7.amzn2 2022-09-27T15:44:00.2221553Z libtool.x86_64 0:2.4.2-22.2.amzn2.0.2 2022-09-27T15:44:00.2221986Z patch.x86_64 0:2.7.1-12.amzn2.0.2 2022-09-27T15:44:00.2222412Z patchutils.x86_64 0:0.3.3-4.amzn2.0.1 2022-09-27T15:44:00.2222816Z rcs.x86_64 0:5.9.0-5.amzn2.0.2 2022-09-27T15:44:00.2223226Z rpm-build.x86_64 0:4.11.3-48.amzn2.0.2 2022-09-27T15:44:00.2223649Z rpm-sign.x86_64 0:4.11.3-48.amzn2.0.2 2022-09-27T15:44:00.2224052Z subversion.x86_64 0:1.7.14-16.amzn2.0.1 2022-09-27T15:44:00.2224669Z swig.x86_64 0:3.0.12-11.amzn2.0.3 2022-09-27T15:44:00.2225136Z system-rpm-config.noarch 0:9.1.0-76.amzn2.0.14 2022-09-27T15:44:00.2226026Z systemtap.x86_64 0:4.5-1.amzn2.0.1 2022-09-27T15:44:00.2226439Z 2022-09-27T15:44:00.2226672Z Dependency Installed: 2022-09-27T15:44:00.2227450Z apr.x86_64 0:1.7.0-9.amzn2 2022-09-27T15:44:00.2227877Z apr-util.x86_64 0:1.6.1-5.amzn2.0.2 2022-09-27T15:44:00.2228292Z apr-util-bdb.x86_64 0:1.6.1-5.amzn2.0.2 2022-09-27T15:44:00.2228759Z avahi-libs.x86_64 0:0.6.31-20.amzn2 2022-09-27T15:44:00.2229179Z cpp.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2229598Z dwz.x86_64 0:0.11-3.amzn2.0.3 2022-09-27T15:44:00.2230018Z efivar-libs.x86_64 0:31-4.amzn2.0.4 2022-09-27T15:44:00.2230449Z elfutils-libelf-devel.x86_64 0:0.176-2.amzn2 2022-09-27T15:44:00.2230909Z emacs-filesystem.noarch 1:27.2-4.amzn2.0.1 2022-09-27T15:44:00.2231341Z gdb.x86_64 0:8.0.1-36.amzn2.0.1 2022-09-27T15:44:00.2231770Z gettext-common-devel.noarch 0:0.19.8.1-3.amzn2 2022-09-27T15:44:00.2232221Z gettext-devel.x86_64 0:0.19.8.1-3.amzn2 2022-09-27T15:44:00.2232650Z glibc-devel.x86_64 0:2.26-60.amzn2 2022-09-27T15:44:00.2233054Z glibc-headers.x86_64 0:2.26-60.amzn2 2022-09-27T15:44:00.2233613Z gnutls.x86_64 0:3.3.29-9.amzn2.0.1 2022-09-27T15:44:00.2234103Z go-srpm-macros.noarch 0:3.0.15-23.amzn2.0.1 2022-09-27T15:44:00.2234561Z kernel-devel.x86_64 0:4.14.291-218.527.amzn2 2022-09-27T15:44:00.2234980Z kernel-headers.x86_64 0:4.14.291-218.527.amzn2 2022-09-27T15:44:00.2235404Z libatomic.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2235819Z libcilkrts.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2236227Z libgfortran.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2236644Z libitm.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2237063Z libmodman.x86_64 0:2.0.1-8.amzn2.0.2 2022-09-27T15:44:00.2237483Z libmpc.x86_64 0:1.0.1-3.amzn2.0.2 2022-09-27T15:44:00.2237881Z libmpx.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2238290Z libproxy.x86_64 0:0.4.11-10.amzn2.0.3 2022-09-27T15:44:00.2238710Z libquadmath.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2239118Z libsanitizer.x86_64 0:7.3.1-15.amzn2 2022-09-27T15:44:00.2239531Z m4.x86_64 0:1.4.16-10.amzn2.0.2 2022-09-27T15:44:00.2239931Z mokutil.x86_64 1:0.3.0-10.amzn2.0.1 2022-09-27T15:44:00.2240335Z mpfr.x86_64 0:3.1.1-4.amzn2.0.2 2022-09-27T15:44:00.2240723Z neon.x86_64 0:0.30.0-3.amzn2.0.2 2022-09-27T15:44:00.2241132Z pakchois.x86_64 0:0.4-10.amzn2.0.2 2022-09-27T15:44:00.2241575Z perl-Data-Dumper.x86_64 0:2.145-3.amzn2.0.2 2022-09-27T15:44:00.2242016Z perl-Test-Harness.noarch 0:3.28-3.amzn2 2022-09-27T15:44:00.2242483Z perl-Thread-Queue.noarch 0:3.02-2.amzn2 2022-09-27T15:44:00.2242948Z perl-XML-Parser.x86_64 0:2.41-10.amzn2.0.2 2022-09-27T15:44:00.2243403Z perl-srpm-macros.noarch 0:1-8.amzn2.0.1 2022-09-27T15:44:00.2243843Z subversion-libs.x86_64 0:1.7.14-16.amzn2.0.1 2022-09-27T15:44:00.2244284Z systemtap-client.x86_64 0:4.5-1.amzn2.0.1 2022-09-27T15:44:00.2244726Z systemtap-devel.x86_64 0:4.5-1.amzn2.0.1 2022-09-27T15:44:00.2245137Z trousers.x86_64 0:0.3.14-2.amzn2.0.2 2022-09-27T15:44:00.2245565Z zlib-devel.x86_64 0:1.2.7-19.amzn2.0.1 2022-09-27T15:44:00.2245776Z 2022-09-27T15:44:00.2245878Z Complete! 2022-09-27T15:44:00.2600830Z ++ uname -r 2022-09-27T15:44:00.2608206Z + sudo yum install -y 'kernel-devel-uname-r == 4.14.252-195.483.amzn2.x86_64' 2022-09-27T15:44:00.7677390Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:44:00.7786649Z Existing lock /var/run/yum.pid: another copy is running as pid 31679. 2022-09-27T15:44:00.7787103Z Another app is currently holding the yum lock; waiting for it to exit... 2022-09-27T15:44:00.7793446Z The other application is: yum 2022-09-27T15:44:00.7793739Z Memory : 87 M RSS (305 MB VSZ) 2022-09-27T15:44:00.7794950Z Started: Tue Sep 27 15:43:59 2022 - 00:01 ago 2022-09-27T15:44:00.7795499Z State : Running, pid: 31679 2022-09-27T15:44:02.7820785Z Another app is currently holding the yum lock; waiting for it to exit... 2022-09-27T15:44:02.7825431Z The other application is: yum 2022-09-27T15:44:02.7825731Z Memory : 164 M RSS (382 MB VSZ) 2022-09-27T15:44:02.7826554Z Started: Tue Sep 27 15:43:59 2022 - 00:03 ago 2022-09-27T15:44:02.7826860Z State : Running, pid: 31679 2022-09-27T15:44:05.0544801Z Resolving Dependencies 2022-09-27T15:44:05.0550767Z --> Running transaction check 2022-09-27T15:44:05.0551260Z ---> Package kernel-devel.x86_64 0:4.14.252-195.483.amzn2 will be installed 2022-09-27T15:44:05.3401947Z --> Finished Dependency Resolution 2022-09-27T15:44:05.4221128Z 2022-09-27T15:44:05.4221628Z Dependencies Resolved 2022-09-27T15:44:05.4227005Z 2022-09-27T15:44:05.4227309Z ================================================================================ 2022-09-27T15:44:05.4227681Z Package Arch Version Repository Size 2022-09-27T15:44:05.4228210Z ================================================================================ 2022-09-27T15:44:05.4228670Z Installing: 2022-09-27T15:44:05.4229236Z kernel-devel x86_64 4.14.252-195.483.amzn2 amzn2-core 13 M 2022-09-27T15:44:05.4229474Z 2022-09-27T15:44:05.4229592Z Transaction Summary 2022-09-27T15:44:05.4229864Z ================================================================================ 2022-09-27T15:44:05.4230149Z Install 1 Package 2022-09-27T15:44:05.4230313Z 2022-09-27T15:44:05.4230441Z Total download size: 13 M 2022-09-27T15:44:05.4230705Z Installed size: 60 M 2022-09-27T15:44:05.4230957Z Downloading packages: 2022-09-27T15:44:05.4239857Z Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2022-09-27T15:44:05.7191175Z Running transaction check 2022-09-27T15:44:05.7372165Z Running transaction test 2022-09-27T15:44:06.1418925Z Transaction test succeeded 2022-09-27T15:44:06.1421699Z Running transaction 2022-09-27T15:44:21.0704053Z Installing : kernel-devel-4.14.252-195.483.amzn2.x86_64 1/1 2022-09-27T15:44:21.1499347Z Verifying : kernel-devel-4.14.252-195.483.amzn2.x86_64 1/1 2022-09-27T15:44:21.1499695Z 2022-09-27T15:44:21.1499810Z Installed: 2022-09-27T15:44:21.1500234Z kernel-devel.x86_64 0:4.14.252-195.483.amzn2 2022-09-27T15:44:21.1500448Z 2022-09-27T15:44:21.1500546Z Complete! 2022-09-27T15:44:21.1819584Z + sudo modprobe backlight 2022-09-27T15:44:21.2026665Z + sudo curl -fsL -o /tmp/nvidia_driver https://s3.amazonaws.com/ossci-linux/nvidia_driver/NVIDIA-Linux-x86_64-515.57.run 2022-09-27T15:44:24.8652238Z + sudo /bin/bash /tmp/nvidia_driver -s --no-drm 2022-09-27T15:44:26.2354841Z Verifying archive integrity... OK 2022-09-27T15:44:52.8932808Z Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 515.57................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 2022-09-27T15:44:53.0348197Z 2022-09-27T15:44:53.0348973Z WARNING: The nvidia-drm module will not be installed. As a result, DRM-KMS will not function with this installation of the NVIDIA driver. 2022-09-27T15:44:53.0349326Z 2022-09-27T15:45:14.3292381Z 2022-09-27T15:45:14.3293997Z WARNING: nvidia-installer was forced to guess the X library path '/usr/lib64' and X module path '/usr/lib64/xorg/modules'; these paths were not queryable from the system. If X fails to find the NVIDIA X driver module, please install the `pkg-config` utility and the X.Org SDK/development package for your distribution and reinstall the driver. 2022-09-27T15:45:14.3294772Z 2022-09-27T15:45:23.6672144Z + sudo rm -fv /tmp/nvidia_driver 2022-09-27T15:45:23.7566798Z removed ‘/tmp/nvidia_driver’ 2022-09-27T15:45:23.7582032Z + nvidia-smi 2022-09-27T15:45:26.1039889Z Tue Sep 27 15:45:26 2022 2022-09-27T15:45:26.1043046Z +-----------------------------------------------------------------------------+ 2022-09-27T15:45:26.1044004Z | NVIDIA-SMI 515.57 Driver Version: 515.57 CUDA Version: 11.7 | 2022-09-27T15:45:26.1044914Z |-------------------------------+----------------------+----------------------+ 2022-09-27T15:45:26.1045826Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-09-27T15:45:26.1046630Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-09-27T15:45:26.1047171Z | | | MIG M. | 2022-09-27T15:45:26.1047609Z |===============================+======================+======================| 2022-09-27T15:45:26.1086957Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 2468506627 | 2022-09-27T15:45:26.1087607Z | N/A 30C P0 38W / 150W | 0MiB / 7680MiB | 99% Default | 2022-09-27T15:45:26.1088158Z | | | N/A | 2022-09-27T15:45:26.1089222Z +-------------------------------+----------------------+----------------------+ 2022-09-27T15:45:26.1089756Z 2022-09-27T15:45:26.1090415Z +-----------------------------------------------------------------------------+ 2022-09-27T15:45:26.1091069Z | Processes: | 2022-09-27T15:45:26.1091711Z | GPU GI CI PID Type Process name GPU Memory | 2022-09-27T15:45:26.1092321Z | ID ID Usage | 2022-09-27T15:45:26.1092830Z |=============================================================================| 2022-09-27T15:45:26.1093310Z | No running processes found | 2022-09-27T15:45:26.1094075Z +-----------------------------------------------------------------------------+ 2022-09-27T15:45:26.3764160Z == Installing nvidia container toolkit for amzn2 == 2022-09-27T15:45:26.3767565Z + sudo yum install -y yum-utils 2022-09-27T15:45:26.9245584Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:45:27.1970302Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2022-09-27T15:45:27.1970700Z Nothing to do 2022-09-27T15:45:27.2174702Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-09-27T15:45:27.7709259Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:45:27.7996975Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-09-27T15:45:27.7997669Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2022-09-27T15:45:27.7998220Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2022-09-27T15:45:27.8143131Z + sudo yum install -y nvidia-docker2 2022-09-27T15:45:28.3666821Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:45:28.4098348Z Retrieving key from https://nvidia.github.io/libnvidia-container/gpgkey 2022-09-27T15:45:28.4181855Z Importing GPG key 0xF796ECB0: 2022-09-27T15:45:28.4182262Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-09-27T15:45:28.4182674Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-09-27T15:45:28.4183397Z From : https://nvidia.github.io/libnvidia-container/gpgkey 2022-09-27T15:45:28.8089408Z Retrieving key from https://nvidia.github.io/nvidia-container-runtime/gpgkey 2022-09-27T15:45:28.8189524Z Importing GPG key 0xF796ECB0: 2022-09-27T15:45:28.8189912Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-09-27T15:45:28.8190327Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-09-27T15:45:28.8190842Z From : https://nvidia.github.io/nvidia-container-runtime/gpgkey 2022-09-27T15:45:29.0401593Z Retrieving key from https://nvidia.github.io/nvidia-docker/gpgkey 2022-09-27T15:45:29.0492873Z Importing GPG key 0xF796ECB0: 2022-09-27T15:45:29.0494123Z Userid : "NVIDIA CORPORATION (Open Source Projects) " 2022-09-27T15:45:29.0494892Z Fingerprint: c95b 321b 61e8 8c18 09c4 f759 ddca e044 f796 ecb0 2022-09-27T15:45:29.0495788Z From : https://nvidia.github.io/nvidia-docker/gpgkey 2022-09-27T15:45:30.7660093Z Resolving Dependencies 2022-09-27T15:45:30.7666651Z --> Running transaction check 2022-09-27T15:45:30.7667166Z ---> Package nvidia-docker2.noarch 0:2.11.0-1 will be installed 2022-09-27T15:45:30.7692152Z --> Processing Dependency: nvidia-container-toolkit >= 1.10.0-1 for package: nvidia-docker2-2.11.0-1.noarch 2022-09-27T15:45:30.8062037Z --> Running transaction check 2022-09-27T15:45:30.8062518Z ---> Package nvidia-container-toolkit.x86_64 0:1.11.0-1 will be installed 2022-09-27T15:45:30.8205997Z --> Processing Dependency: nvidia-container-toolkit-base = 1.11.0-1 for package: nvidia-container-toolkit-1.11.0-1.x86_64 2022-09-27T15:45:30.8216915Z --> Processing Dependency: libnvidia-container-tools < 2.0.0 for package: nvidia-container-toolkit-1.11.0-1.x86_64 2022-09-27T15:45:30.8348071Z --> Processing Dependency: libnvidia-container-tools >= 1.11.0-1 for package: nvidia-container-toolkit-1.11.0-1.x86_64 2022-09-27T15:45:30.8348938Z --> Running transaction check 2022-09-27T15:45:30.8349426Z ---> Package libnvidia-container-tools.x86_64 0:1.11.0-1 will be installed 2022-09-27T15:45:30.8359083Z --> Processing Dependency: libnvidia-container1(x86-64) >= 1.11.0-1 for package: libnvidia-container-tools-1.11.0-1.x86_64 2022-09-27T15:45:30.8387404Z --> Processing Dependency: libnvidia-container.so.1(NVC_1.0)(64bit) for package: libnvidia-container-tools-1.11.0-1.x86_64 2022-09-27T15:45:30.8388486Z --> Processing Dependency: libnvidia-container.so.1()(64bit) for package: libnvidia-container-tools-1.11.0-1.x86_64 2022-09-27T15:45:30.8389123Z ---> Package nvidia-container-toolkit-base.x86_64 0:1.11.0-1 will be installed 2022-09-27T15:45:30.8391419Z --> Running transaction check 2022-09-27T15:45:30.8391879Z ---> Package libnvidia-container1.x86_64 0:1.11.0-1 will be installed 2022-09-27T15:45:31.1307015Z --> Finished Dependency Resolution 2022-09-27T15:45:31.2056032Z 2022-09-27T15:45:31.2056415Z Dependencies Resolved 2022-09-27T15:45:31.2069848Z 2022-09-27T15:45:31.2070231Z ================================================================================ 2022-09-27T15:45:31.2070620Z Package Arch Version Repository Size 2022-09-27T15:45:31.2070986Z ================================================================================ 2022-09-27T15:45:31.2071247Z Installing: 2022-09-27T15:45:31.2071753Z nvidia-docker2 noarch 2.11.0-1 libnvidia-container 8.7 k 2022-09-27T15:45:31.2072110Z Installing for dependencies: 2022-09-27T15:45:31.2072558Z libnvidia-container-tools x86_64 1.11.0-1 libnvidia-container 49 k 2022-09-27T15:45:31.2073146Z libnvidia-container1 x86_64 1.11.0-1 libnvidia-container 1.0 M 2022-09-27T15:45:31.2074109Z nvidia-container-toolkit x86_64 1.11.0-1 libnvidia-container 780 k 2022-09-27T15:45:31.2075163Z nvidia-container-toolkit-base x86_64 1.11.0-1 libnvidia-container 2.5 M 2022-09-27T15:45:31.2075540Z 2022-09-27T15:45:31.2075665Z Transaction Summary 2022-09-27T15:45:31.2076183Z ================================================================================ 2022-09-27T15:45:31.2076598Z Install 1 Package (+4 Dependent packages) 2022-09-27T15:45:31.2076809Z 2022-09-27T15:45:31.2076918Z Total download size: 4.3 M 2022-09-27T15:45:31.2077188Z Installed size: 12 M 2022-09-27T15:45:31.2077465Z Downloading packages: 2022-09-27T15:45:31.3163980Z -------------------------------------------------------------------------------- 2022-09-27T15:45:31.3164595Z Total 40 MB/s | 4.3 MB 00:00 2022-09-27T15:45:31.3210756Z Running transaction check 2022-09-27T15:45:31.3382531Z Running transaction test 2022-09-27T15:45:31.3545680Z Transaction test succeeded 2022-09-27T15:45:31.3549160Z Running transaction 2022-09-27T15:45:31.8458760Z Installing : nvidia-container-toolkit-base-1.11.0-1.x86_64 1/5 2022-09-27T15:45:31.8819754Z Installing : libnvidia-container1-1.11.0-1.x86_64 2/5 2022-09-27T15:45:31.9893888Z Installing : libnvidia-container-tools-1.11.0-1.x86_64 3/5 2022-09-27T15:45:32.0130670Z Installing : nvidia-container-toolkit-1.11.0-1.x86_64 4/5 2022-09-27T15:45:32.0514905Z Installing : nvidia-docker2-2.11.0-1.noarch 5/5 2022-09-27T15:45:32.0635124Z Verifying : libnvidia-container1-1.11.0-1.x86_64 1/5 2022-09-27T15:45:32.0726524Z Verifying : nvidia-container-toolkit-base-1.11.0-1.x86_64 2/5 2022-09-27T15:45:32.0847729Z Verifying : nvidia-container-toolkit-1.11.0-1.x86_64 3/5 2022-09-27T15:45:32.0951263Z Verifying : libnvidia-container-tools-1.11.0-1.x86_64 4/5 2022-09-27T15:45:32.1694483Z Verifying : nvidia-docker2-2.11.0-1.noarch 5/5 2022-09-27T15:45:32.1694930Z 2022-09-27T15:45:32.1695074Z Installed: 2022-09-27T15:45:32.1695490Z nvidia-docker2.noarch 0:2.11.0-1 2022-09-27T15:45:32.1695739Z 2022-09-27T15:45:32.1695854Z Dependency Installed: 2022-09-27T15:45:32.1696306Z libnvidia-container-tools.x86_64 0:1.11.0-1 2022-09-27T15:45:32.1696799Z libnvidia-container1.x86_64 0:1.11.0-1 2022-09-27T15:45:32.1697266Z nvidia-container-toolkit.x86_64 0:1.11.0-1 2022-09-27T15:45:32.1697737Z nvidia-container-toolkit-base.x86_64 0:1.11.0-1 2022-09-27T15:45:32.1697980Z 2022-09-27T15:45:32.1698091Z Complete! 2022-09-27T15:45:32.2719973Z + sudo systemctl restart docker 2022-09-27T15:45:40.0290198Z + echo 'GPU_FLAG=--gpus all' 2022-09-27T15:45:40.5046465Z Command completed after 1 attempt(s). 2022-09-27T15:45:40.5046690Z 2022-09-27T15:45:40.5102761Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:45:40.5103164Z python3 -m pip install psutil==5.9.1 2022-09-27T15:45:40.5103506Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:45:40.5103863Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:45:40.5104232Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:45:40.5117469Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:45:40.5117769Z env: 2022-09-27T15:45:40.5117995Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:45:40.5118264Z GPU_FLAG: --gpus all 2022-09-27T15:45:40.5118516Z ##[endgroup] 2022-09-27T15:45:41.3235489Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:45:41.6927402Z Collecting psutil==5.9.1 2022-09-27T15:45:41.7117962Z Downloading psutil-5.9.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB) 2022-09-27T15:45:41.7795847Z Installing collected packages: psutil 2022-09-27T15:45:41.9387012Z Successfully installed psutil-5.9.1 2022-09-27T15:45:42.4105763Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:45:42.4756167Z Collecting pynvml==11.4.1 2022-09-27T15:45:42.4910945Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-09-27T15:45:42.5398727Z Installing collected packages: pynvml 2022-09-27T15:45:42.5935251Z Successfully installed pynvml-11.4.1 2022-09-27T15:45:42.6459421Z Prepare all required actions 2022-09-27T15:45:42.6459785Z Getting action download info 2022-09-27T15:45:42.8087184Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:45:43.0071514Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:45:43.1364796Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:45:43.1365105Z with: 2022-09-27T15:45:43.1365372Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:45:43.1365656Z env: 2022-09-27T15:45:43.1365896Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:45:43.1366148Z GPU_FLAG: --gpus all 2022-09-27T15:45:43.1366410Z ##[endgroup] 2022-09-27T15:45:43.1398918Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:45:43.1399209Z with: 2022-09-27T15:45:43.1399491Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:45:43.1399782Z s3-bucket: gha-artifacts 2022-09-27T15:45:43.1400105Z region: us-east-1 2022-09-27T15:45:43.1400337Z env: 2022-09-27T15:45:43.1400558Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:45:43.1400824Z GPU_FLAG: --gpus all 2022-09-27T15:45:43.1401074Z ##[endgroup] 2022-09-27T15:45:43.6492035Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-bionic-cuda11.6-py3.10-gcc7/ 2022-09-27T15:45:43.6492651Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:45:50.2410046Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:45:50.2410378Z 2022-09-27T15:45:50.2411259Z Artifact download has finished successfully 2022-09-27T15:45:50.2558559Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:45:50.2558877Z unzip -o artifacts.zip 2022-09-27T15:45:50.2572857Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:45:50.2573160Z env: 2022-09-27T15:45:50.2573405Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:45:50.2573672Z GPU_FLAG: --gpus all 2022-09-27T15:45:50.2573926Z ##[endgroup] 2022-09-27T15:45:50.2657736Z Archive: artifacts.zip 2022-09-27T15:45:50.2659214Z creating: dist/ 2022-09-27T15:45:52.3048027Z inflating: dist/torch-1.13.0a0+git52424e2-cp310-cp310-linux_x86_64.whl 2022-09-27T15:45:52.3049318Z creating: build/custom_test_artifacts/ 2022-09-27T15:45:52.3050200Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:45:52.3050689Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:45:52.3057449Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:45:52.3058631Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:45:52.3059925Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:45:52.3060732Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:45:52.3061283Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:45:52.3063083Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:45:52.3064852Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:45:52.3066139Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:45:52.3066856Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:45:52.3069583Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:45:52.3071294Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:45:52.3072952Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:45:52.3074463Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:45:52.3076138Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:45:52.3077594Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:45:52.3078830Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-09-27T15:45:52.3079397Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-09-27T15:45:52.3133945Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-09-27T15:45:52.3135631Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-09-27T15:45:52.3137213Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-09-27T15:45:52.3138910Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-09-27T15:45:52.3140340Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-09-27T15:45:52.3141851Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-09-27T15:45:52.3143106Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-09-27T15:45:52.3143814Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-09-27T15:45:52.3144506Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-09-27T15:45:52.3185387Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-09-27T15:45:52.3226992Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-09-27T15:45:52.3228512Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-09-27T15:45:52.3229992Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-09-27T15:45:52.3231367Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-09-27T15:45:52.3232818Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-09-27T15:45:52.3233923Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-09-27T15:45:52.3235017Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-09-27T15:45:52.3236386Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-09-27T15:45:52.3309776Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-09-27T15:45:52.3383100Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-09-27T15:45:52.3384505Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-09-27T15:45:52.3385404Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:45:52.3386824Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:45:52.3388064Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:45:52.3389349Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:45:52.3390715Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:45:52.3392092Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:45:52.3393092Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:45:52.3394391Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:45:52.3395687Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:45:52.3396806Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:45:52.3397409Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:45:52.3397981Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:45:52.3398662Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:45:52.3417913Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:45:52.3531495Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:45:52.3533106Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:45:52.3534602Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:45:52.3536055Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:45:52.3537346Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:45:52.3538623Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:45:52.3540125Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:45:52.3541527Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:45:52.3542311Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:45:52.3543084Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:45:52.3543763Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:45:52.3562877Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:45:52.3643895Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:45:52.3645540Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:45:52.3646835Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:45:52.3648055Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:45:52.3649606Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:45:52.3650844Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:45:52.3651526Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2022-09-27T15:45:52.3653117Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:45:52.3654409Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:45:52.3655538Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:45:52.3747891Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:45:52.3809393Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:45:52.3810303Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:45:52.3810848Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:45:52.3818071Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:45:52.3818719Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:45:52.3819597Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:45:52.3820490Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:45:52.3821121Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:45:52.3823516Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:45:52.3825012Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:45:52.3826076Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:45:52.3826733Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:45:52.3829418Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:45:52.3830940Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:45:52.3833302Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:45:52.3834293Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:45:52.3836231Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:45:52.3837478Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:45:52.3838574Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-09-27T15:45:52.3839228Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-09-27T15:45:52.3893678Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-09-27T15:45:52.3895102Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-09-27T15:45:52.3896155Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-09-27T15:45:52.3897348Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-09-27T15:45:52.3898428Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-09-27T15:45:52.3899374Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-09-27T15:45:52.3900429Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-09-27T15:45:52.3901575Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-09-27T15:45:52.3902750Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-09-27T15:45:52.3945055Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-09-27T15:45:52.3988303Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-09-27T15:45:52.3989403Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-09-27T15:45:52.3991359Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-09-27T15:45:52.3992195Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-09-27T15:45:52.3993200Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-09-27T15:45:52.3994493Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-09-27T15:45:52.3995792Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-09-27T15:45:52.3998014Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-09-27T15:45:52.4074797Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-09-27T15:45:52.4148332Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-09-27T15:45:52.4149161Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-09-27T15:45:52.4149700Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:45:52.4151003Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:45:52.4151914Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:45:52.4152712Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:45:52.4153644Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:45:52.4154373Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:45:52.4155306Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:45:52.4156147Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:45:52.4157142Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:45:52.4158722Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:45:52.4159495Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:45:52.4160498Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:45:52.4161265Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:45:52.4183289Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:45:52.4247023Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:45:52.4247667Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:45:52.4248828Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:45:52.4249583Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:45:52.4250897Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:45:52.4252882Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:45:52.4253427Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2022-09-27T15:45:52.4256612Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:45:52.4257630Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:45:52.4258702Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:45:52.4308210Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:45:52.4308684Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:45:52.4309176Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:45:52.4316609Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:45:52.4317197Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:45:52.4317754Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:45:52.4318348Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:45:52.4318942Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:45:52.4322134Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:45:52.4323964Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:45:52.4324564Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:45:52.4325156Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:45:52.4328093Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:45:52.4330160Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:45:52.4332005Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:45:52.4332887Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:45:52.4335055Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:45:52.4336184Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:45:52.4336785Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-09-27T15:45:52.4337385Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-09-27T15:45:52.4392438Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-09-27T15:45:52.4393555Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-09-27T15:45:52.4394687Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-09-27T15:45:52.4395795Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-09-27T15:45:52.4396794Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-09-27T15:45:52.4397679Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-09-27T15:45:52.4398771Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-09-27T15:45:52.4399965Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-09-27T15:45:52.4401435Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-09-27T15:45:52.4443978Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-09-27T15:45:52.4485592Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-09-27T15:45:52.4486990Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-09-27T15:45:52.4488167Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-09-27T15:45:52.4489084Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-09-27T15:45:52.4490373Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-09-27T15:45:52.4491675Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-09-27T15:45:52.4492972Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-09-27T15:45:52.4495307Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-09-27T15:45:52.4568452Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-09-27T15:45:52.4641841Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-09-27T15:45:52.4642716Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-09-27T15:45:52.4643309Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:45:52.4645509Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:45:52.4646088Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:45:52.4646677Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:45:52.4647697Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:45:52.4648866Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:45:52.4649799Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:45:52.4650833Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:45:52.4651828Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:45:52.4653694Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:45:52.4654345Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:45:52.4655356Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:45:52.4656120Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:45:52.4661344Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:45:52.4808266Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:45:52.4809361Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:45:52.4810109Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:45:52.4810791Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:45:52.4811641Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:45:52.4812457Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:45:52.4813517Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:45:52.4815038Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:45:52.4815866Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:45:52.4816939Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:45:52.4817712Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:45:52.4839200Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:45:52.4897362Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:45:52.4898237Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:45:52.4899016Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:45:52.4899621Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:45:52.4901526Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:45:52.4902818Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:45:52.4903540Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2022-09-27T15:45:52.4906898Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:45:52.4908064Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:45:52.4909176Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:45:52.5029206Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:45:52.5074639Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:45:52.5075012Z creating: build/lib/ 2022-09-27T15:45:52.5076279Z inflating: build/lib/libclog.a 2022-09-27T15:45:52.5142757Z inflating: build/lib/libgtest.a 2022-09-27T15:45:52.5153277Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:45:52.5244814Z inflating: build/lib/libbenchmark.a 2022-09-27T15:45:52.5351501Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:45:52.5360940Z inflating: build/lib/libittnotify.a 2022-09-27T15:45:52.5393331Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:45:52.5926788Z inflating: build/lib/libprotobuf.a 2022-09-27T15:45:52.6003822Z inflating: build/lib/libasmjit.a 2022-09-27T15:45:52.6136841Z inflating: build/lib/libgloo.a 2022-09-27T15:45:52.6156614Z inflating: build/lib/libfmt.a 2022-09-27T15:45:52.6158814Z inflating: build/lib/libcaffe2_nvrtc.so 2022-09-27T15:45:52.6159840Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:45:52.6233159Z inflating: build/lib/libc10.so 2022-09-27T15:45:52.6234790Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:45:52.6244945Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:45:52.6254365Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:45:52.6270638Z inflating: build/lib/libqnnpack.a 2022-09-27T15:45:52.6295024Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:45:52.6865149Z inflating: build/lib/libprotoc.a 2022-09-27T15:45:52.6868027Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:45:52.6890712Z inflating: build/lib/libnnpack.a 2022-09-27T15:45:52.6909939Z inflating: build/lib/libgmock.a 2022-09-27T15:45:52.6911536Z inflating: build/lib/libgtest_main.a 2022-09-27T15:45:52.6912347Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:45:53.5030940Z inflating: build/lib/libdnnl.a 2022-09-27T15:45:53.5687006Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:45:53.5828839Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:45:53.5874272Z inflating: build/lib/libc10_cuda.so 2022-09-27T15:45:53.5875267Z inflating: build/lib/libgmock_main.a 2022-09-27T15:45:53.7402018Z inflating: build/lib/libfbgemm.a 2022-09-27T15:45:53.7692186Z inflating: build/lib/libtensorpipe_cuda.a 2022-09-27T15:45:53.8821572Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:45:53.9245415Z inflating: build/lib/libkineto.a 2022-09-27T15:45:53.9291342Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:45:53.9339705Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:45:54.0028913Z inflating: build/lib/libonnx.a 2022-09-27T15:45:54.0458433Z inflating: build/lib/libgloo_cuda.a 2022-09-27T15:45:56.3498510Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:45:56.6931190Z inflating: build/lib/libtorch_cuda_cpp.so 2022-09-27T15:45:58.3924797Z inflating: build/lib/libtorch_cuda_cu.so 2022-09-27T15:45:58.3925575Z inflating: build/lib/libtorch_cuda.so 2022-09-27T15:45:58.3927212Z inflating: build/lib/libtorch.so 2022-09-27T15:45:58.3931195Z inflating: build/lib/libc10d_cuda_test.so 2022-09-27T15:45:59.3815513Z inflating: build/lib/libtorch_cuda_linalg.so 2022-09-27T15:45:59.3839937Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:45:59.3900211Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:45:59.3930761Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:45:59.3935545Z inflating: build/lib/libshm.so 2022-09-27T15:45:59.5689847Z inflating: build/lib/libtorch_python.so 2022-09-27T15:45:59.5729110Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:45:59.5729420Z creating: build/bin/ 2022-09-27T15:45:59.5782282Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:45:59.5837513Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:45:59.5891456Z inflating: build/bin/c10_Device_test 2022-09-27T15:45:59.5954225Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:45:59.6005550Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:45:59.6059306Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:45:59.6118830Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:45:59.6178557Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:45:59.6239528Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:45:59.6290936Z inflating: build/bin/c10_Array_test 2022-09-27T15:45:59.6347553Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:45:59.6402685Z inflating: build/bin/c10_C++17_test 2022-09-27T15:45:59.6454097Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:45:59.6506473Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:45:59.6559404Z inflating: build/bin/c10_Half_test 2022-09-27T15:45:59.6620029Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:45:59.6687069Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:45:59.6842842Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:45:59.6896759Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:45:59.6957976Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:45:59.7014150Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:45:59.7067890Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:45:59.7119264Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:45:59.7174726Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:45:59.7234241Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:45:59.7292021Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:45:59.7351312Z inflating: build/bin/c10_complex_test 2022-09-27T15:45:59.7469244Z inflating: build/bin/c10_either_test 2022-09-27T15:45:59.7525015Z inflating: build/bin/c10_exception_test 2022-09-27T15:45:59.7578443Z inflating: build/bin/c10_flags_test 2022-09-27T15:45:59.7761075Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:45:59.7815145Z inflating: build/bin/c10_irange_test 2022-09-27T15:45:59.7876713Z inflating: build/bin/c10_logging_test 2022-09-27T15:45:59.7956742Z inflating: build/bin/c10_optional_test 2022-09-27T15:45:59.8023180Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:45:59.8081368Z inflating: build/bin/c10_registry_test 2022-09-27T15:45:59.8145474Z inflating: build/bin/c10_string_view_test 2022-09-27T15:45:59.8205790Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:45:59.8260943Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:45:59.8321407Z inflating: build/bin/c10_typeid_test 2022-09-27T15:45:59.8842913Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:45:59.9364135Z inflating: build/bin/protoc 2022-09-27T15:45:59.9416006Z inflating: build/bin/c10_cuda_CUDATest 2022-09-27T15:45:59.9733817Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:46:00.0088204Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:46:00.0152692Z inflating: build/bin/TCPStoreTest 2022-09-27T15:46:00.0210353Z inflating: build/bin/FileStoreTest 2022-09-27T15:46:00.0267527Z inflating: build/bin/HashStoreTest 2022-09-27T15:46:00.0283259Z inflating: build/bin/ProcessGroupMPITest 2022-09-27T15:46:00.0286563Z inflating: build/bin/example_allreduce 2022-09-27T15:46:00.0342774Z inflating: build/bin/Dimname_test 2022-09-27T15:46:00.0421367Z inflating: build/bin/Dict_test 2022-09-27T15:46:00.0489755Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:46:00.0550846Z inflating: build/bin/NamedTensor_test 2022-09-27T15:46:00.0614561Z inflating: build/bin/apply_utils_test 2022-09-27T15:46:00.0677579Z inflating: build/bin/atest 2022-09-27T15:46:00.0742430Z inflating: build/bin/basic 2022-09-27T15:46:00.0800167Z inflating: build/bin/broadcast_test 2022-09-27T15:46:00.0862941Z inflating: build/bin/cpu_generator_test 2022-09-27T15:46:00.0919391Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:46:00.0972906Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:46:00.1067487Z inflating: build/bin/cpu_rng_test 2022-09-27T15:46:00.1120440Z inflating: build/bin/dlconvertor_test 2022-09-27T15:46:00.1182805Z inflating: build/bin/extension_backend_test 2022-09-27T15:46:00.1242525Z inflating: build/bin/half_test 2022-09-27T15:46:00.1295343Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:46:00.1396260Z inflating: build/bin/ivalue_test 2022-09-27T15:46:00.1452391Z inflating: build/bin/memory_format_test 2022-09-27T15:46:00.1508682Z inflating: build/bin/math_kernel_test 2022-09-27T15:46:00.1564734Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:46:00.1619190Z inflating: build/bin/operator_name_test 2022-09-27T15:46:00.1679188Z inflating: build/bin/native_test 2022-09-27T15:46:00.1735146Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:46:00.1788573Z inflating: build/bin/operators_test 2022-09-27T15:46:00.1844781Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:46:00.1914252Z inflating: build/bin/pow_test 2022-09-27T15:46:00.1975881Z inflating: build/bin/quantized_test 2022-09-27T15:46:00.2030182Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:46:00.2083087Z inflating: build/bin/reduce_ops_test 2022-09-27T15:46:00.2143455Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:46:00.2204694Z inflating: build/bin/scalar_test 2022-09-27T15:46:00.2260120Z inflating: build/bin/stride_properties_test 2022-09-27T15:46:00.2344459Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:46:00.2404029Z inflating: build/bin/type_ptr_test 2022-09-27T15:46:00.2406723Z inflating: build/bin/thread_init_test 2022-09-27T15:46:00.2466531Z inflating: build/bin/test_parallel 2022-09-27T15:46:00.2522289Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:46:00.2587240Z inflating: build/bin/type_test 2022-09-27T15:46:00.2640164Z inflating: build/bin/variant_test 2022-09-27T15:46:00.2641727Z inflating: build/bin/verify_api_visibility 2022-09-27T15:46:00.2716002Z inflating: build/bin/vmap_test 2022-09-27T15:46:00.2770642Z inflating: build/bin/weakref_test 2022-09-27T15:46:00.2824996Z inflating: build/bin/wrapdim_test 2022-09-27T15:46:00.2889188Z inflating: build/bin/IListRef_test 2022-09-27T15:46:00.2941511Z inflating: build/bin/xla_tensor_test 2022-09-27T15:46:00.3059856Z inflating: build/bin/List_test 2022-09-27T15:46:00.3192013Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:46:00.3260933Z inflating: build/bin/KernelFunction_test 2022-09-27T15:46:00.3364760Z inflating: build/bin/kernel_function_test 2022-09-27T15:46:00.3503585Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:46:00.3616260Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:46:00.3680484Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:46:00.3734800Z inflating: build/bin/CppSignature_test 2022-09-27T15:46:00.3838284Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:46:00.3889780Z inflating: build/bin/op_allowlist_test 2022-09-27T15:46:00.3946096Z inflating: build/bin/inline_container_test 2022-09-27T15:46:00.4260370Z inflating: build/bin/op_registration_test 2022-09-27T15:46:00.4320927Z inflating: build/bin/backend_fallback_test 2022-09-27T15:46:00.4376852Z inflating: build/bin/cuda_apply_test 2022-09-27T15:46:00.4442821Z inflating: build/bin/cuda_atomic_ops_test 2022-09-27T15:46:00.4500345Z inflating: build/bin/cuda_caching_host_allocator_test 2022-09-27T15:46:00.4553064Z inflating: build/bin/cuda_device_test 2022-09-27T15:46:00.4626503Z inflating: build/bin/cuda_complex_math_test 2022-09-27T15:46:00.4689644Z inflating: build/bin/cuda_complex_test 2022-09-27T15:46:00.4753819Z inflating: build/bin/cuda_cub_test 2022-09-27T15:46:00.4807080Z inflating: build/bin/cuda_dlconvertor_test 2022-09-27T15:46:00.4862123Z inflating: build/bin/cuda_integer_divider_test 2022-09-27T15:46:00.4934363Z inflating: build/bin/cuda_distributions_test 2022-09-27T15:46:00.4997148Z inflating: build/bin/cuda_generator_test 2022-09-27T15:46:00.5050676Z inflating: build/bin/cuda_half_test 2022-09-27T15:46:00.5102682Z inflating: build/bin/cuda_optional_test 2022-09-27T15:46:00.5168147Z inflating: build/bin/cuda_stream_test 2022-09-27T15:46:00.5224433Z inflating: build/bin/cuda_reportMemoryUsage_test 2022-09-27T15:46:00.5279679Z inflating: build/bin/cuda_packedtensoraccessor_test 2022-09-27T15:46:00.5331793Z inflating: build/bin/cuda_cudnn_test 2022-09-27T15:46:00.5388598Z inflating: build/bin/cuda_vectorized_test 2022-09-27T15:46:00.5405703Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:46:00.5475428Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:46:00.5538140Z inflating: build/bin/ProcessGroupGlooAsyncTest 2022-09-27T15:46:00.5604528Z inflating: build/bin/ProcessGroupNCCLTest 2022-09-27T15:46:00.5667874Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2022-09-27T15:46:00.5724598Z inflating: build/bin/ProcessGroupUCCTest 2022-09-27T15:46:00.5782341Z inflating: build/bin/test_dist_autograd 2022-09-27T15:46:00.5857168Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:46:00.5859997Z inflating: build/bin/parallel_benchmark 2022-09-27T15:46:00.5934214Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:46:00.5945464Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:46:00.6866863Z inflating: build/bin/test_tensorexpr 2022-09-27T15:46:00.7246383Z inflating: build/bin/test_lazy 2022-09-27T15:46:00.7252217Z inflating: build/bin/torch_shm_manager 2022-09-27T15:46:00.8560610Z inflating: build/bin/test_api 2022-09-27T15:46:00.9699578Z inflating: build/bin/test_jit 2022-09-27T15:46:00.9701413Z inflating: .pytorch-test-times.json 2022-09-27T15:46:00.9733449Z ##[group]Run df -H 2022-09-27T15:46:00.9733706Z df -H 2022-09-27T15:46:00.9747005Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:46:00.9747308Z env: 2022-09-27T15:46:00.9747565Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:46:00.9747842Z GPU_FLAG: --gpus all 2022-09-27T15:46:00.9748079Z ##[endgroup] 2022-09-27T15:46:00.9787124Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:46:00.9787474Z devtmpfs 65G 0 65G 0% /dev 2022-09-27T15:46:00.9787745Z tmpfs 65G 0 65G 0% /dev/shm 2022-09-27T15:46:00.9788033Z tmpfs 65G 480k 65G 1% /run 2022-09-27T15:46:00.9788326Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2022-09-27T15:46:00.9788843Z /dev/xvda1 162G 30G 132G 19% / 2022-09-27T15:46:00.9813585Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:46:00.9813957Z .github/scripts/parse_ref.py 2022-09-27T15:46:00.9826195Z shell: /usr/bin/bash -e {0} 2022-09-27T15:46:00.9826451Z env: 2022-09-27T15:46:00.9826697Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:46:00.9826974Z GPU_FLAG: --gpus all 2022-09-27T15:46:00.9827208Z ##[endgroup] 2022-09-27T15:46:01.0131208Z ##[group]Run set -x 2022-09-27T15:46:01.0131594Z set -x 2022-09-27T15:46:01.0131831Z  2022-09-27T15:46:01.0132111Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:46:01.0132449Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:46:01.0132810Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:46:01.0133141Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:46:01.0133401Z else 2022-09-27T15:46:01.0133691Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:46:01.0133971Z fi 2022-09-27T15:46:01.0134198Z  2022-09-27T15:46:01.0134506Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:46:01.0134833Z  2022-09-27T15:46:01.0135135Z # sanitize the input commit message and PR body here: 2022-09-27T15:46:01.0135423Z # 2022-09-27T15:46:01.0135801Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:46:01.0136310Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:46:01.0136742Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:46:01.0137064Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:46:01.0137310Z  2022-09-27T15:46:01.0137671Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:46:01.0138055Z # wreak havoc internally 2022-09-27T15:46:01.0138365Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:46:01.0138700Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:46:01.0138970Z  2022-09-27T15:46:01.0139287Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:46:01.0139810Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:46:01.0140191Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:46:01.0140531Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:46:01.0140822Z container_name=$(docker run \ 2022-09-27T15:46:01.0141109Z  ${GPU_FLAG:-} \ 2022-09-27T15:46:01.0141389Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:46:01.0141650Z  -e PR_NUMBER \ 2022-09-27T15:46:01.0141923Z  -e GITHUB_ACTIONS \ 2022-09-27T15:46:01.0142192Z  -e BASE_SHA \ 2022-09-27T15:46:01.0142435Z  -e BRANCH \ 2022-09-27T15:46:01.0142689Z  -e SHA1 \ 2022-09-27T15:46:01.0142954Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:46:01.0143232Z  -e IN_WHEEL_TEST \ 2022-09-27T15:46:01.0143481Z  -e SHARD_NUMBER \ 2022-09-27T15:46:01.0143748Z  -e TEST_CONFIG \ 2022-09-27T15:46:01.0144021Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:46:01.0144271Z  -e PR_BODY \ 2022-09-27T15:46:01.0144541Z  -e COMMIT_MESSAGES \ 2022-09-27T15:46:01.0144838Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:46:01.0145141Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:46:01.0145435Z  -e PR_LABELS \ 2022-09-27T15:46:01.0145728Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:46:01.0146006Z  -e SCCACHE_BUCKET \ 2022-09-27T15:46:01.0146289Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:46:01.0146564Z  -e XLA_CUDA \ 2022-09-27T15:46:01.0146837Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:46:01.0147186Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:46:01.0147520Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:46:01.0147838Z  --security-opt seccomp=unconfined \ 2022-09-27T15:46:01.0148133Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:46:01.0148408Z  --ipc=host \ 2022-09-27T15:46:01.0148746Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:46:01.0149006Z  --tty \ 2022-09-27T15:46:01.0149256Z  --detach \ 2022-09-27T15:46:01.0149534Z  --name="${container_name}" \ 2022-09-27T15:46:01.0149796Z  --user jenkins \ 2022-09-27T15:46:01.0150129Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:46:01.0150482Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:46:01.0150774Z  "${DOCKER_IMAGE}" 2022-09-27T15:46:01.0151000Z ) 2022-09-27T15:46:01.0151342Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:46:01.0162933Z shell: /usr/bin/bash -e {0} 2022-09-27T15:46:01.0163170Z env: 2022-09-27T15:46:01.0163416Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:46:01.0163692Z GPU_FLAG: --gpus all 2022-09-27T15:46:01.0164008Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:46:01.0164341Z PR_NUMBER: 85462 2022-09-27T15:46:01.0164593Z BRANCH: pull/85462 2022-09-27T15:46:01.0164867Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:46:01.0165195Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:46:01.0165504Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:46:01.0165780Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:46:01.0166058Z TEST_CONFIG: default 2022-09-27T15:46:01.0166309Z SHARD_NUMBER: 3 2022-09-27T15:46:01.0166537Z NUM_TEST_SHARDS: 4 2022-09-27T15:46:01.0169257Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:46:01.0171819Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:46:01.0172144Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:46:01.0172410Z SHM_SIZE: 2g 2022-09-27T15:46:01.0172916Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:46:01.0173403Z XLA_CUDA: 2022-09-27T15:46:01.0173745Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:46:01.0174103Z ##[endgroup] 2022-09-27T15:46:01.0202667Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:46:01.0203142Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *onnx* ]] 2022-09-27T15:46:01.0203474Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:46:01.0206268Z ++ git cherry -v origin/master 2022-09-27T15:46:01.0449678Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:46:01.0450170Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:46:01.0450551Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:46:01.0450949Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:46:01.0451324Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:46:01.0452622Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:46:01.0468867Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:46:01.0472191Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:46:01.0473610Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:46:01.0480676Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:46:01.0486085Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:46:01.0488836Z +++ nproc --ignore=2 2022-09-27T15:46:01.0522227Z ++ docker run --gpus all -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=14 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=2g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:46:14.6631576Z + container_name=77b661e2f8aba2daab8bbecd383f28a180392483b425100c7a8c2532f6578b60 2022-09-27T15:46:14.6633009Z + docker exec -t 77b661e2f8aba2daab8bbecd383f28a180392483b425100c7a8c2532f6578b60 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:46:15.2459745Z Processing ./dist/torch-1.13.0a0+git52424e2-cp310-cp310-linux_x86_64.whl 2022-09-27T15:46:15.3379910Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:46:16.2563492Z Installing collected packages: torch 2022-09-27T15:46:26.7723265Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:46:26.9535061Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:46:26.9757821Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.10/site-packages/torch 2022-09-27T15:46:26.9758736Z + TORCH_BIN_DIR=/opt/conda/lib/python3.10/site-packages/torch/bin 2022-09-27T15:46:26.9763420Z + TORCH_LIB_DIR=/opt/conda/lib/python3.10/site-packages/torch/lib 2022-09-27T15:46:26.9763944Z + TORCH_TEST_DIR=/opt/conda/lib/python3.10/site-packages/torch/test 2022-09-27T15:46:26.9764276Z + BUILD_DIR=build 2022-09-27T15:46:26.9764530Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:46:26.9764809Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:46:26.9768990Z + export VALGRIND=ON 2022-09-27T15:46:26.9769594Z + VALGRIND=ON 2022-09-27T15:46:26.9770068Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *clang9* ]] 2022-09-27T15:46:26.9770524Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *bazel* ]] 2022-09-27T15:46:26.9770847Z ++ realpath build/custom_test_artifacts 2022-09-27T15:46:26.9771243Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:46:26.9774818Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:46:26.9781699Z + source .jenkins/pytorch/common.sh 2022-09-27T15:46:26.9786060Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:46:26.9796913Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:46:26.9798653Z +++ declare -f -t trap_add 2022-09-27T15:46:26.9802886Z ++ set -ex 2022-09-27T15:46:26.9803462Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:46:26.9803946Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:46:26.9804556Z ++ [[ default == *xla* ]] 2022-09-27T15:46:26.9805155Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-09-27T15:46:26.9805631Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-bionic* ]] 2022-09-27T15:46:26.9806214Z ++ which conda 2022-09-27T15:46:26.9814884Z /opt/conda/bin/conda 2022-09-27T15:46:26.9815491Z ++ conda install -q -y cmake 2022-09-27T15:46:29.5921964Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:46:30.3194806Z Solving environment: ...working... done 2022-09-27T15:46:30.4243495Z 2022-09-27T15:46:30.4243834Z ## Package Plan ## 2022-09-27T15:46:30.4244017Z 2022-09-27T15:46:30.4244269Z environment location: /opt/conda 2022-09-27T15:46:30.4244597Z 2022-09-27T15:46:30.4244820Z added / updated specs: 2022-09-27T15:46:30.4245231Z - cmake 2022-09-27T15:46:30.4245385Z 2022-09-27T15:46:30.4245404Z 2022-09-27T15:46:30.4245564Z The following packages will be downloaded: 2022-09-27T15:46:30.4245747Z 2022-09-27T15:46:30.4245884Z package | build 2022-09-27T15:46:30.4249841Z ---------------------------|----------------- 2022-09-27T15:46:30.4250815Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:46:30.4251699Z certifi-2022.9.14 | py310h06a4308_0 155 KB 2022-09-27T15:46:30.4252151Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:46:30.4252537Z conda-22.9.0 | py310h06a4308_0 894 KB 2022-09-27T15:46:30.4252925Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:46:30.4253314Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:46:30.4253684Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:46:30.4254080Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:46:30.4254465Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:46:30.4254860Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:46:30.4255244Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:46:30.4255624Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:46:30.4256262Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:46:30.4256675Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:46:30.4257063Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:46:30.4257469Z ------------------------------------------------------------ 2022-09-27T15:46:30.4257805Z Total: 12.9 MB 2022-09-27T15:46:30.4257969Z 2022-09-27T15:46:30.4258133Z The following NEW packages will be INSTALLED: 2022-09-27T15:46:30.4258339Z 2022-09-27T15:46:30.4258686Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:46:30.4259168Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:46:30.4259619Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:46:30.4260087Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:46:30.4260573Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:46:30.4261077Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:46:30.4261542Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:46:30.4262039Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:46:30.4262545Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:46:30.4263023Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:46:30.4263473Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:46:30.4263943Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:46:30.4264418Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:46:30.4264626Z 2022-09-27T15:46:30.4264756Z The following packages will be UPDATED: 2022-09-27T15:46:30.4264951Z 2022-09-27T15:46:30.4265366Z certifi 2022.6.15-py310h06a4308_0 --> 2022.9.14-py310h06a4308_0 2022-09-27T15:46:30.4265838Z conda 4.14.0-py310h06a4308_0 --> 22.9.0-py310h06a4308_0 2022-09-27T15:46:30.4266052Z 2022-09-27T15:46:30.4266070Z 2022-09-27T15:46:31.7850907Z Preparing transaction: ...working... done 2022-09-27T15:46:32.2945772Z Verifying transaction: ...working... done 2022-09-27T15:46:33.7124661Z Executing transaction: ...working... done 2022-09-27T15:46:33.8540869Z Retrieving notices: ...working... done 2022-09-27T15:46:34.0569864Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-09-27T15:46:34.0570331Z + echo 'Environment variables' 2022-09-27T15:46:34.0570617Z Environment variables 2022-09-27T15:46:34.0570866Z + env 2022-09-27T15:46:34.0578526Z SHARD_NUMBER=3 2022-09-27T15:46:34.0578964Z NV_LIBCUBLAS_DEV_VERSION=11.9.2.110-1 2022-09-27T15:46:34.0579650Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-6 2022-09-27T15:46:34.0580174Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-09-27T15:46:34.0581035Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.12.10-1+cuda11.6 2022-09-27T15:46:34.0581690Z UCC_HOME=/usr 2022-09-27T15:46:34.0582111Z BUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:46:34.0582871Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-6=11.6.3.124-1 2022-09-27T15:46:34.0583204Z INSTALLED_DB=yes 2022-09-27T15:46:34.0583649Z HOSTNAME=77b661e2f8ab 2022-09-27T15:46:34.0583922Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:46:34.0584226Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:46:34.0584533Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:46:34.0584843Z UCC_COMMIT=12944da33f911daf505d9bbc51411233d0ed85e1 2022-09-27T15:46:34.0585837Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_a69734f6-9aa3-468c-b737-9eac705f209c 2022-09-27T15:46:34.0586456Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:46:34.0587318Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:46:34.0588034Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:46:34.0589076Z TEST_CONFIG=default 2022-09-27T15:46:34.0589731Z NV_LIBNPP_VERSION=11.6.3.124-1 2022-09-27T15:46:34.0590157Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-6=11.6.124-1 2022-09-27T15:46:34.0590524Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:46:34.0591056Z GITHUB_ACTIONS=true 2022-09-27T15:46:34.0591624Z NVIDIA_VISIBLE_DEVICES=all 2022-09-27T15:46:34.0592197Z NV_NVPROF_VERSION=11.6.124-1 2022-09-27T15:46:34.0592524Z NV_LIBCUSPARSE_VERSION=11.7.2.124-1 2022-09-27T15:46:34.0592775Z CI=true 2022-09-27T15:46:34.0593032Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:46:34.0593441Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-6=11.9.2.110-1 2022-09-27T15:46:34.0593755Z BRANCH=pull/85462 2022-09-27T15:46:34.0594068Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:46:34.0594421Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2022-09-27T15:46:34.0594736Z GITHUB_ACTOR=kongzii 2022-09-27T15:46:34.0595026Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-09-27T15:46:34.0595337Z GITHUB_ACTION_REF= 2022-09-27T15:46:34.0595621Z NCCL_VERSION=2.12.10-1 2022-09-27T15:46:34.0595863Z GITHUB_ACTION=__self 2022-09-27T15:46:34.0596113Z VALGRIND=ON 2022-09-27T15:46:34.0596373Z GITHUB_REF_PROTECTED=false 2022-09-27T15:46:34.0596814Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:46:34.0599383Z *** 2022-09-27T15:46:34.0599642Z INSTALLED_VISION=yes 2022-09-27T15:46:34.0599880Z NVARCH=x86_64 2022-09-27T15:46:34.0600208Z NV_LIBCUSPARSE_DEV_VERSION=11.7.2.124-1 2022-09-27T15:46:34.0600498Z HOME=/var/lib/jenkins 2022-09-27T15:46:34.0600754Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:46:34.0601045Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:46:34.0601319Z GITHUB_REF_TYPE=branch 2022-09-27T15:46:34.0601615Z NV_LIBNCCL_PACKAGE_VERSION=2.12.10-1 2022-09-27T15:46:34.0601908Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:46:34.0602297Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:46:34.0602717Z NV_LIBNCCL_PACKAGE=libnccl2=2.12.10-1+cuda11.6 2022-09-27T15:46:34.0603433Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_a69734f6-9aa3-468c-b737-9eac705f209c 2022-09-27T15:46:34.0603846Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:46:34.0604200Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-09-27T15:46:34.0604492Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:46:34.0604806Z NV_CUDA_LIB_VERSION=11.6.2-1 2022-09-27T15:46:34.0605147Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:46:34.0605454Z INSTALLED_PROTOBUF=yes 2022-09-27T15:46:34.0605778Z GITHUB_RUN_ID=3133193930 2022-09-27T15:46:34.0606159Z NV_LIBNPP_PACKAGE=libnpp-11-6=11.6.3.124-1 2022-09-27T15:46:34.0606486Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-09-27T15:46:34.0606792Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-09-27T15:46:34.0607128Z NV_NVTX_VERSION=11.6.124-1 2022-09-27T15:46:34.0607452Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:46:34.0607727Z MAX_JOBS=14 2022-09-27T15:46:34.0608031Z NV_LIBCUBLAS_VERSION=11.9.2.110-1 2022-09-27T15:46:34.0608653Z NV_LIBCUBLAS_PACKAGE=libcublas-11-6=11.9.2.110-1 2022-09-27T15:46:34.0609177Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:46:34.0609547Z UCX_HOME=/usr 2022-09-27T15:46:34.0609817Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:46:34.0610156Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:46:34.0610529Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:46:34.0610887Z NV_CUDA_CUDART_DEV_VERSION=11.6.55-1 2022-09-27T15:46:34.0614628Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:46:34.0617180Z GITHUB_BASE_REF=master 2022-09-27T15:46:34.0617425Z TERM=xterm 2022-09-27T15:46:34.0617663Z XLA_CUDA= 2022-09-27T15:46:34.0617959Z NV_NVML_DEV_VERSION=11.6.55-1 2022-09-27T15:46:34.0618235Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:46:34.0618518Z CUDA_VERSION=11.6.2 2022-09-27T15:46:34.0618886Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-6 2022-09-27T15:46:34.0619193Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:46:34.0619770Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_a69734f6-9aa3-468c-b737-9eac705f209c 2022-09-27T15:46:34.0620186Z GITHUB_JOB=test 2022-09-27T15:46:34.0620442Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:46:34.0621190Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:46:34.0622017Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-09-27T15:46:34.0622325Z NUM_TEST_SHARDS=4 2022-09-27T15:46:34.0622585Z PR_NUMBER=85462 2022-09-27T15:46:34.0622812Z SHLVL=1 2022-09-27T15:46:34.0623185Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-6 2022-09-27T15:46:34.0623535Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:46:34.0624166Z NVIDIA_REQUIRE_CUDA=cuda>=11.6 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=450,driver<451 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 2022-09-27T15:46:34.0624810Z NV_LIBNPP_DEV_VERSION=11.6.3.124-1 2022-09-27T15:46:34.0625135Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:46:34.0625458Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:46:34.0625782Z NV_CUDA_CUDART_VERSION=11.6.55-1 2022-09-27T15:46:34.0626162Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:46:34.0626472Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:46:34.0626729Z GITHUB_WORKFLOW=pull 2022-09-27T15:46:34.0627177Z PATH=/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:46:34.0627668Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.12.10-1 2022-09-27T15:46:34.0628125Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:46:34.0628502Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:46:34.0628782Z _=/usr/bin/env 2022-09-27T15:46:34.0629071Z + echo 'Testing pytorch' 2022-09-27T15:46:34.0629345Z Testing pytorch 2022-09-27T15:46:34.0629633Z + export LANG=C.UTF-8 2022-09-27T15:46:34.0629898Z + LANG=C.UTF-8 2022-09-27T15:46:34.0630158Z + PR_NUMBER=85462 2022-09-27T15:46:34.0630437Z + [[ default == \d\e\f\a\u\l\t ]] 2022-09-27T15:46:34.0630719Z + export CUDA_VISIBLE_DEVICES=0 2022-09-27T15:46:34.0631067Z + CUDA_VISIBLE_DEVICES=0 2022-09-27T15:46:34.0631372Z + export HIP_VISIBLE_DEVICES=0 2022-09-27T15:46:34.0631645Z + HIP_VISIBLE_DEVICES=0 2022-09-27T15:46:34.0631943Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:46:34.0632232Z + [[ default == \s\l\o\w ]] 2022-09-27T15:46:34.0632658Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *slow-gradcheck* ]] 2022-09-27T15:46:34.0633139Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-09-27T15:46:34.0633514Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-09-27T15:46:34.0633857Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-09-27T15:46:34.0634272Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda11* ]] 2022-09-27T15:46:34.0634616Z + export BUILD_SPLIT_CUDA=ON 2022-09-27T15:46:34.0634903Z + BUILD_SPLIT_CUDA=ON 2022-09-27T15:46:34.0635162Z + [[ default == *crossref* ]] 2022-09-27T15:46:34.0635442Z + [[ default == *dynamo* ]] 2022-09-27T15:46:34.0635743Z + [[ -n 85462 ]] 2022-09-27T15:46:34.0636007Z + [[ -z '' ]] 2022-09-27T15:46:34.0636319Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:46:34.0636674Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:46:34.0637087Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:46:34.0637568Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *-bazel-* ]] 2022-09-27T15:46:34.0637956Z + pip_install --user ninja 2022-09-27T15:46:34.0638330Z + pip install --progress-bar off --user ninja 2022-09-27T15:46:34.6309332Z Collecting ninja 2022-09-27T15:46:34.6500142Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:46:35.5225602Z Installing collected packages: ninja 2022-09-27T15:46:35.5328965Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:46:35.5330023Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:46:35.5389081Z Successfully installed ninja-1.10.2.3 2022-09-27T15:46:35.6099626Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:46:35.6100610Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:46:35.6101282Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *asan* ]] 2022-09-27T15:46:35.6101635Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:46:35.6101950Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:46:35.6106281Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *tbb* ]] 2022-09-27T15:46:35.6121764Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-09-27T15:46:35.6122239Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-09-27T15:46:35.6124897Z + cd test 2022-09-27T15:46:35.6125416Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:46:37.2050729Z PyTorch built with: 2022-09-27T15:46:37.2051470Z - GCC 7.5 2022-09-27T15:46:37.2051763Z - C++ Version: 201402 2022-09-27T15:46:37.2052315Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:46:37.2052896Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:46:37.2053308Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:46:37.2053671Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:46:37.2054003Z - NNPACK is enabled 2022-09-27T15:46:37.2054324Z - CPU capability usage: AVX2 2022-09-27T15:46:37.2054617Z - CUDA Runtime 11.6 2022-09-27T15:46:37.2055020Z - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52 2022-09-27T15:46:37.2055421Z - CuDNN 8.3.2 (built against CUDA 11.5) 2022-09-27T15:46:37.2055716Z - Magma 2.6.1 2022-09-27T15:46:37.2058858Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=11.6, CUDNN_VERSION=8.3.2, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, FORCE_FALLBACK_CUDA_MPI=1, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=ON, USE_CUDNN=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-09-27T15:46:37.2060908Z 2022-09-27T15:46:37.4170109Z + cd test 2022-09-27T15:46:37.4171099Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:46:38.9750416Z ATen/Parallel: 2022-09-27T15:46:38.9751085Z at::get_num_threads() : 8 2022-09-27T15:46:38.9751518Z at::get_num_interop_threads() : 8 2022-09-27T15:46:38.9751822Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:46:38.9752087Z omp_get_max_threads() : 8 2022-09-27T15:46:38.9753229Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:46:38.9753788Z mkl_get_max_threads() : 8 2022-09-27T15:46:38.9754689Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:46:38.9755530Z std::thread::hardware_concurrency() : 16 2022-09-27T15:46:38.9755962Z Environment variables: 2022-09-27T15:46:38.9756555Z OMP_NUM_THREADS : [not set] 2022-09-27T15:46:38.9756852Z MKL_NUM_THREADS : [not set] 2022-09-27T15:46:38.9757140Z ATen parallel backend: OpenMP 2022-09-27T15:46:38.9757342Z 2022-09-27T15:46:39.1962087Z + [[ default == *deploy* ]] 2022-09-27T15:46:39.1962765Z + [[ default == *backward* ]] 2022-09-27T15:46:39.1963345Z + [[ default == *xla* ]] 2022-09-27T15:46:39.1963674Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:46:39.1964210Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-09-27T15:46:39.1964531Z + [[ default == distributed ]] 2022-09-27T15:46:39.1964893Z + [[ default == *dynamo* ]] 2022-09-27T15:46:39.1965255Z + [[ default == *dynamo* ]] 2022-09-27T15:46:39.1965617Z + [[ 3 == 1 ]] 2022-09-27T15:46:39.1965862Z + [[ 3 == 2 ]] 2022-09-27T15:46:39.1966144Z + [[ 3 -gt 2 ]] 2022-09-27T15:46:39.1966376Z + install_torchdynamo 2022-09-27T15:46:39.1966635Z + local commit 2022-09-27T15:46:39.1967242Z ++ get_pinned_commit torchdynamo 2022-09-27T15:46:39.1967579Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:46:39.1984239Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:46:39.1985352Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:46:39.1986076Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:46:39.6904411Z Collecting git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:46:39.6910475Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 41c44bc1d080d6cf063419a4166732b983b84eef) to /tmp/pip-req-build-gx0pvrka 2022-09-27T15:46:39.6930657Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-gx0pvrka 2022-09-27T15:46:40.4560548Z Running command git rev-parse -q --verify 'sha^41c44bc1d080d6cf063419a4166732b983b84eef' 2022-09-27T15:46:40.4582219Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:46:40.9608295Z Running command git checkout -q 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:46:41.2835729Z Resolved https://github.com/pytorch/torchdynamo.git to commit 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:46:43.6385927Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:46:43.6455753Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.10/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+git52424e2) 2022-09-27T15:46:43.6460585Z Requirement already satisfied: numpy in /opt/conda/lib/python3.10/site-packages (from torchdynamo==1.13.0.dev0) (1.21.2) 2022-09-27T15:46:43.6866388Z Collecting tabulate 2022-09-27T15:46:43.7051904Z Downloading tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-09-27T15:46:43.7116033Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.10/site-packages/PyYAML-6.0-py3.10-linux-x86_64.egg (from torchdynamo==1.13.0.dev0) (6.0) 2022-09-27T15:46:43.7120735Z Requirement already satisfied: sympy in /opt/conda/lib/python3.10/site-packages (from torchdynamo==1.13.0.dev0) (1.11.1) 2022-09-27T15:46:43.7146185Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch>=1.12.0->torchdynamo==1.13.0.dev0) (4.3.0) 2022-09-27T15:46:43.7178418Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.10/site-packages (from sympy->torchdynamo==1.13.0.dev0) (1.2.1) 2022-09-27T15:46:43.7304750Z Building wheels for collected packages: torchdynamo 2022-09-27T15:46:48.1589233Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-09-27T15:46:48.1686331Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp310-cp310-linux_x86_64.whl size=2600957 sha256=222389bf3fa27df50805d425b87fc47beb50a6d6739773f3065519c54b02ba20 2022-09-27T15:46:48.1687979Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/2e/47/4b/a72e6a8c4801cae81c62fd871ce3601d87ba0b7e2d5534e15c 2022-09-27T15:46:48.1713868Z Successfully built torchdynamo 2022-09-27T15:46:49.0075669Z Installing collected packages: tabulate, torchdynamo 2022-09-27T15:46:49.3604371Z Successfully installed tabulate-0.8.10 torchdynamo-1.13.0.dev0 2022-09-27T15:46:49.4460208Z + test_python_shard 3 2022-09-27T15:46:49.4460615Z + [[ -z 4 ]] 2022-09-27T15:46:49.4461119Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 3 4 --verbose 2022-09-27T15:46:51.5767449Z Ignoring disabled issues: [] 2022-09-27T15:46:51.6060222Z /var/lib/jenkins/workspace/test/run_test.py:960: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T15:46:51.6060805Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-09-27T15:46:51.6085703Z Found test time stats from artifacts 2022-09-27T15:46:51.6088747Z Selected tests: 2022-09-27T15:46:51.6089481Z test_ops_gradients 2022-09-27T15:46:51.6090001Z test_quantization 2022-09-27T15:46:51.6090262Z test_linalg 2022-09-27T15:46:51.6090527Z test_sparse_csr 2022-09-27T15:46:51.6090958Z test_jit 2022-09-27T15:46:51.6091356Z test_binary_ufuncs 2022-09-27T15:46:51.6091826Z test_cpp_extensions_jit 2022-09-27T15:46:51.6092147Z test_type_hints 2022-09-27T15:46:51.6092381Z test_jit_autocast 2022-09-27T15:46:51.6092626Z test_dispatch 2022-09-27T15:46:51.6092898Z test_functional_autograd_benchmark 2022-09-27T15:46:51.6093159Z test_serialization 2022-09-27T15:46:51.6093401Z test_view_ops 2022-09-27T15:46:51.6093640Z test_jit_llga_fuser 2022-09-27T15:46:51.6093866Z nn/test_pooling 2022-09-27T15:46:51.6094120Z test_xnnpack_integration 2022-09-27T15:46:51.6094376Z test_stateless 2022-09-27T15:46:51.6094599Z test_mkl_verbose 2022-09-27T15:46:51.6094842Z test_import_stats 2022-09-27T15:46:51.6095094Z test_mobile_optimizer 2022-09-27T15:46:51.6095369Z test_expanded_weights 2022-09-27T15:46:51.6095619Z profiler/test_profiler 2022-09-27T15:46:51.6095895Z lazy/test_step_closures 2022-09-27T15:46:51.6096353Z test_vmap 2022-09-27T15:46:51.6096593Z test_proxy_tensor 2022-09-27T15:46:51.6096847Z test_bundled_inputs 2022-09-27T15:46:51.6097112Z test_functionalization 2022-09-27T15:46:51.6097352Z test_tensorboard 2022-09-27T15:46:51.6097602Z test_function_schema 2022-09-27T15:46:51.6097868Z nn/test_packed_sequence 2022-09-27T15:46:51.6098106Z test_cuda_sanitizer 2022-09-27T15:46:51.6098346Z test_autocast 2022-09-27T15:46:51.6098590Z test_native_functions 2022-09-27T15:46:51.6098822Z lazy/test_reuse_ir 2022-09-27T15:46:51.6099062Z test_type_info 2022-09-27T15:46:51.6099300Z test_show_pickle 2022-09-27T15:46:51.6099524Z test_native_mha 2022-09-27T15:46:51.6099765Z lazy/test_ts_opinfo 2022-09-27T15:46:51.6100018Z test_numba_integration 2022-09-27T15:46:51.6100257Z test_nvfuser_frontend 2022-09-27T15:46:51.6100512Z test_comparison_utils 2022-09-27T15:46:51.6100754Z test_mps 2022-09-27T15:46:51.6221439Z Prioritized test from test file changes. 2022-09-27T15:46:51.6222034Z reordering tests for PR: 2022-09-27T15:46:51.6222752Z prioritized: ['test_linalg', 'test_sparse_csr', 'test_dispatch', 'profiler/test_profiler', 'test_proxy_tensor', 'lazy/test_ts_opinfo', 'test_mps'] 2022-09-27T15:46:51.6224638Z the rest: ['test_ops_gradients', 'test_quantization', 'test_jit', 'test_binary_ufuncs', 'test_cpp_extensions_jit', 'test_type_hints', 'test_jit_autocast', 'test_functional_autograd_benchmark', 'test_serialization', 'test_view_ops', 'test_jit_llga_fuser', 'nn/test_pooling', 'test_xnnpack_integration', 'test_stateless', 'test_mkl_verbose', 'test_import_stats', 'test_mobile_optimizer', 'test_expanded_weights', 'lazy/test_step_closures', 'test_vmap', 'test_bundled_inputs', 'test_functionalization', 'test_tensorboard', 'test_function_schema', 'nn/test_packed_sequence', 'test_cuda_sanitizer', 'test_autocast', 'test_native_functions', 'lazy/test_reuse_ir', 'test_type_info', 'test_show_pickle', 'test_native_mha', 'test_numba_integration', 'test_nvfuser_frontend', 'test_comparison_utils'] 2022-09-27T15:46:51.6225861Z 2022-09-27T15:46:51.6226417Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-09-27T15:46:51.6555236Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-09-27T15:46:51.6728175Z Running test_linalg ... [2022-09-27 15:46:51.672397] 2022-09-27T15:46:51.6729744Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:46:51.672455] 2022-09-27T15:46:55.0783411Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-09-27T15:46:55.0869677Z 2022-09-27T15:46:55.0869974Z Running tests... 2022-09-27T15:46:55.0870448Z ---------------------------------------------------------------------- 2022-09-27T15:46:55.0923033Z test_addbmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-09-27T15:46:56.5125772Z test_addbmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.420s) 2022-09-27T15:46:57.3475289Z test_addbmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.835s) 2022-09-27T15:46:58.0924020Z test_addbmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.745s) 2022-09-27T15:46:58.7884561Z test_addbmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.696s) 2022-09-27T15:46:58.8297437Z test_addmm_activation_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-09-27T15:46:58.8517615Z test_addmm_activation_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-09-27T15:46:58.8550011Z test_addmm_baddbmm_overflow_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:46:58.8811782Z test_addmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-09-27T15:46:58.9048581Z test_addmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:46:58.9258663Z test_addmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-09-27T15:46:58.9469539Z test_addmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-09-27T15:46:59.2214964Z test_addmm_sizes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.274s) 2022-09-27T15:46:59.4969499Z test_addmm_sizes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.275s) 2022-09-27T15:46:59.7681522Z test_addmm_sizes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.271s) 2022-09-27T15:47:00.0392466Z test_addmm_sizes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.271s) 2022-09-27T15:47:00.0698577Z test_addmv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-09-27T15:47:00.1012968Z test_addmv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-09-27T15:47:00.1311873Z test_addmv_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:47:00.1597542Z test_addmv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:47:00.1874448Z test_addmv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:47:00.2069807Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-09-27T15:47:00.2255223Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-09-27T15:47:00.2396196Z test_addr_bool_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:47:00.2629877Z test_addr_float_and_complex_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-09-27T15:47:00.2942696Z test_addr_float_and_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-09-27T15:47:00.3251782Z test_addr_float_and_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-09-27T15:47:00.3483666Z test_addr_float_and_complex_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-09-27T15:47:00.3707723Z test_addr_float_and_complex_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-09-27T15:47:00.3932147Z test_addr_float_and_complex_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-09-27T15:47:00.4229571Z test_addr_integral_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:47:00.4525728Z test_addr_integral_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:47:00.4819125Z test_addr_integral_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-09-27T15:47:00.5111416Z test_addr_integral_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-09-27T15:47:00.5401969Z test_addr_integral_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-09-27T15:47:01.3358793Z test_addr_type_promotion_cuda (__main__.TestLinalgCUDA) ... ok (0.795s) 2022-09-27T15:47:01.3405546Z test_baddbmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-09-27T15:47:02.9438524Z test_baddbmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.603s) 2022-09-27T15:47:04.6177150Z test_baddbmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.674s) 2022-09-27T15:47:06.0968174Z test_baddbmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.479s) 2022-09-27T15:47:07.4941387Z test_baddbmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.397s) 2022-09-27T15:47:07.4986246Z test_blas_alpha_beta_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:07.5029862Z test_blas_alpha_beta_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:07.5072293Z test_blas_alpha_beta_empty_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:07.5114694Z test_blas_alpha_beta_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:07.5155243Z test_blas_alpha_beta_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:07.5350984Z test_blas_empty_cuda (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-09-27T15:47:07.5361304Z test_blas_mv_large_input_cuda (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:47:07.5383394Z test_blas_nan_out_cuda_bfloat16 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:4671: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:07.5384425Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-09-27T15:47:07.5399312Z ok (0.004s) 2022-09-27T15:47:07.5435477Z test_blas_nan_out_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:07.5471587Z test_blas_nan_out_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:07.5508363Z test_blas_nan_out_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:07.5544853Z test_blas_nan_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:07.5581464Z test_blas_nan_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:07.5622704Z test_bmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:47:16.2167689Z test_bmm_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:16.2168917Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:16.4651657Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:16.4652815Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:16.5470661Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:16.5471533Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:16.7912715Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:16.7913607Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:16.8731444Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:16.8732332Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:17.1177082Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:17.1177954Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:17.1984261Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:17.1985115Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:26.1885034Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:26.1886247Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:26.4371816Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:26.4372675Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:26.5187490Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:26.5188349Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:26.7630872Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:26.7631729Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:26.8444779Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:26.8445708Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:27.0906382Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:27.0907227Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:27.1715762Z /var/lib/jenkins/workspace/test/test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:27.1716608Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:47:27.4180348Z ok (19.856s) 2022-09-27T15:47:47.2492030Z test_bmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (19.831s) 2022-09-27T15:48:06.8917261Z test_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (19.642s) 2022-09-27T15:48:26.5052694Z test_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (19.613s) 2022-09-27T15:48:26.5117510Z test_broadcast_batched_matmul_cuda (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:6817: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:48:26.5118802Z torch.matmul(l, r, out=out) 2022-09-27T15:48:26.5287521Z /var/lib/jenkins/workspace/test/test_linalg.py:6817: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:48:26.5288392Z torch.matmul(l, r, out=out) 2022-09-27T15:48:26.5416432Z ok (0.036s) 2022-09-27T15:48:26.5465294Z test_broadcast_fused_matmul_cuda (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-09-27T15:48:26.5479584Z test_chain_matmul_cuda_float64 (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1558: 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:989.) 2022-09-27T15:48:26.5480529Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-09-27T15:48:26.5542051Z ok (0.008s) 2022-09-27T15:48:26.8015691Z test_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.247s) 2022-09-27T15:48:26.8246126Z test_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-09-27T15:48:26.8443938Z test_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-09-27T15:48:26.8607147Z test_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-09-27T15:48:26.9087311Z test_cholesky_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-09-27T15:48:26.9553878Z test_cholesky_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-09-27T15:48:27.0021922Z test_cholesky_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-09-27T15:48:27.0487046Z test_cholesky_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-09-27T15:48:27.0572584Z test_cholesky_ex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-09-27T15:48:27.0676048Z test_cholesky_ex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:48:27.0775907Z test_cholesky_ex_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:48:27.0857007Z test_cholesky_ex_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-09-27T15:48:27.0985063Z test_cholesky_ex_non_pd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-09-27T15:48:27.1110353Z test_cholesky_ex_non_pd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-09-27T15:48:27.1235085Z test_cholesky_ex_non_pd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-09-27T15:48:27.1360329Z test_cholesky_ex_non_pd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-09-27T15:48:27.3505363Z test_cholesky_inverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.214s) 2022-09-27T15:48:27.3916051Z test_cholesky_inverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-09-27T15:48:27.4299541Z test_cholesky_inverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-09-27T15:48:27.4677529Z test_cholesky_inverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-09-27T15:48:27.4912845Z test_cholesky_inverse_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-09-27T15:48:27.5143904Z test_cholesky_inverse_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-09-27T15:48:27.5384612Z test_cholesky_inverse_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:48:27.5625423Z test_cholesky_inverse_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:48:27.5777073Z test_cholesky_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-09-27T15:48:27.5926345Z test_cholesky_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-09-27T15:48:27.6063595Z test_cholesky_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:48:27.6195558Z test_cholesky_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-09-27T15:48:27.6216585Z test_cholesky_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:2494: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:48:27.6217259Z L = torch.cholesky(A) 2022-09-27T15:48:27.6217531Z should be replaced with 2022-09-27T15:48:27.6217794Z L = torch.linalg.cholesky(A) 2022-09-27T15:48:27.6220068Z and 2022-09-27T15:48:27.6220426Z U = torch.cholesky(A, upper=True) 2022-09-27T15:48:27.6220727Z should be replaced with 2022-09-27T15:48:27.6221019Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:48:27.6223308Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:48:27.6223854Z L = torch.cholesky(A, upper=upper) 2022-09-27T15:48:27.6310535Z ok (0.011s) 2022-09-27T15:48:27.6420913Z test_cholesky_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:48:27.6520937Z test_cholesky_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:48:27.6620219Z test_cholesky_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:48:27.6633347Z test_cholesky_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:48:27.6646352Z test_cholesky_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:48:27.6660240Z test_cholesky_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:48:27.6673931Z test_cholesky_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:48:27.6734418Z test_cholesky_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-09-27T15:48:27.6791647Z test_cholesky_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-09-27T15:48:27.6848827Z test_cholesky_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-09-27T15:48:27.6907661Z test_cholesky_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-09-27T15:48:27.7003309Z test_cholesky_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-09-27T15:48:27.7095598Z test_cholesky_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-09-27T15:48:27.7187501Z test_cholesky_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-09-27T15:48:27.7279653Z test_cholesky_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-09-27T15:48:28.3942445Z test_cond_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.666s) 2022-09-27T15:48:28.5522946Z test_cond_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.158s) 2022-09-27T15:48:28.6796898Z test_cond_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.127s) 2022-09-27T15:48:28.8776824Z test_cond_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.198s) 2022-09-27T15:48:28.9416764Z test_cond_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.064s) 2022-09-27T15:48:29.0044003Z test_cond_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.063s) 2022-09-27T15:48:29.0670501Z test_cond_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.063s) 2022-09-27T15:48:29.1297006Z test_cond_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.063s) 2022-09-27T15:48:29.9181297Z test_corner_cases_of_cublasltmatmul_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.788s) 2022-09-27T15:48:30.5870503Z test_corner_cases_of_cublasltmatmul_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.622s) 2022-09-27T15:48:31.1179954Z test_corner_cases_of_cublasltmatmul_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.528s) 2022-09-27T15:48:31.6463159Z test_corner_cases_of_cublasltmatmul_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.527s) 2022-09-27T15:48:32.2783944Z test_corner_cases_of_cublasltmatmul_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.631s) 2022-09-27T15:48:32.2979785Z test_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:48:32.2996252Z test_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:48:32.3017221Z test_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:48:32.3036920Z test_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:48:42.3356826Z test_cublas_addmm_size_10000_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (10.032s) 2022-09-27T15:48:57.3153748Z test_cublas_addmm_size_10000_cuda_float16 (__main__.TestLinalgCUDA) ... ok (14.980s) 2022-09-27T15:49:06.3697123Z test_cublas_addmm_size_10000_cuda_float32 (__main__.TestLinalgCUDA) ... ok (9.054s) 2022-09-27T15:49:06.4211947Z test_cublas_addmm_size_1000_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-09-27T15:49:06.5263195Z test_cublas_addmm_size_1000_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.105s) 2022-09-27T15:49:06.5636831Z test_cublas_addmm_size_1000_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-09-27T15:49:06.5681668Z test_cublas_addmm_size_100_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-09-27T15:49:06.5733593Z test_cublas_addmm_size_100_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-09-27T15:49:06.5772777Z test_cublas_addmm_size_100_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:49:09.3435107Z test_det_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (2.766s) 2022-09-27T15:49:10.2216970Z test_det_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.878s) 2022-09-27T15:49:10.4985960Z test_det_logdet_slogdet_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.277s) 2022-09-27T15:49:10.5078519Z test_det_logdet_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:6418: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:49:10.5080829Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:49:10.5081216Z Q, R = torch.qr(A, some) 2022-09-27T15:49:10.5081470Z should be replaced with 2022-09-27T15:49:10.5082119Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:49:10.5088225Z q, _ = torch.qr(mat) 2022-09-27T15:49:14.0423437Z ok (3.544s) 2022-09-27T15:49:14.0845361Z test_dot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-09-27T15:49:14.0898262Z test_dot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-09-27T15:49:14.0942944Z test_dot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:49:14.0954423Z test_eig_check_magma_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:49:14.1091051Z test_eig_compare_backends_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:49:14.1231337Z test_eig_compare_backends_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:49:14.1351088Z test_eig_compare_backends_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-09-27T15:49:14.1465344Z test_eig_compare_backends_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:49:14.1911047Z test_eig_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-09-27T15:49:14.2356999Z test_eig_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-09-27T15:49:14.2930746Z test_eig_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-09-27T15:49:14.3496923Z test_eig_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-09-27T15:49:14.3662549Z test_eig_numpy_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-09-27T15:49:14.3808707Z test_eig_numpy_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-09-27T15:49:14.3823527Z test_eig_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-09-27T15:49:14.4103258Z test_eig_with_nan_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:49:14.4380201Z test_eig_with_nan_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:49:14.4651388Z test_eig_with_nan_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-09-27T15:49:14.4923794Z test_eig_with_nan_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-09-27T15:49:14.5426823Z test_eigh_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-09-27T15:49:14.7978089Z test_eigh_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.255s) 2022-09-27T15:49:14.8437750Z test_eigh_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-09-27T15:49:14.8881632Z test_eigh_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-09-27T15:49:14.9394952Z test_eigh_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-09-27T15:49:14.9906747Z test_eigh_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-09-27T15:49:15.0420084Z test_eigh_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-09-27T15:49:15.0936727Z test_eigh_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-09-27T15:49:15.0968344Z test_eigh_lower_uplo_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:49:15.1000728Z test_eigh_lower_uplo_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:49:15.1032210Z test_eigh_lower_uplo_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:49:15.1063011Z test_eigh_lower_uplo_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:49:15.1283546Z test_eigvals_compare_backends_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-09-27T15:49:15.1507694Z test_eigvals_compare_backends_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-09-27T15:49:15.1726157Z test_eigvals_compare_backends_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-09-27T15:49:15.1932622Z test_eigvals_compare_backends_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-09-27T15:49:15.2092375Z test_eigvals_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-09-27T15:49:15.2251553Z test_eigvals_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-09-27T15:49:15.2434221Z test_eigvals_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-09-27T15:49:15.2617710Z test_eigvals_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-09-27T15:49:15.2726221Z test_eigvals_numpy_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:49:15.2827127Z test_eigvals_numpy_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:49:15.3098180Z test_eigvalsh_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-09-27T15:49:15.3348817Z test_eigvalsh_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-09-27T15:49:15.3588980Z test_eigvalsh_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:49:15.3827507Z test_eigvalsh_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:49:15.4029266Z test_eigvalsh_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:1030: 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-09-27T15:49:15.4030038Z out = torch.empty_like(t).to(real_dtype) 2022-09-27T15:49:15.4172472Z ok (0.034s) 2022-09-27T15:49:15.4516705Z test_eigvalsh_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-09-27T15:49:15.4859082Z test_eigvalsh_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-09-27T15:49:15.5201626Z test_eigvalsh_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-09-27T15:49:15.5348872Z test_einsum_corner_cases_cuda (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-09-27T15:49:15.5561488Z test_einsum_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-09-27T15:49:15.5748023Z test_einsum_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-09-27T15:49:15.6200084Z test_einsum_error_cases_cuda (__main__.TestLinalgCUDA) ... ok (0.045s) 2022-09-27T15:49:15.9439459Z test_einsum_random_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.324s) 2022-09-27T15:49:16.2370155Z test_einsum_random_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.293s) 2022-09-27T15:49:16.2470201Z test_einsum_sublist_format_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:49:16.2559783Z test_einsum_sublist_format_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-09-27T15:49:16.2941598Z test_geqrf_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-09-27T15:49:16.3322290Z test_geqrf_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-09-27T15:49:16.3661541Z test_geqrf_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-09-27T15:49:16.3994681Z test_geqrf_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-09-27T15:49:16.4195489Z test_householder_product_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-09-27T15:49:16.4400738Z test_householder_product_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-09-27T15:49:16.4590401Z test_householder_product_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-09-27T15:49:16.4774250Z test_householder_product_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-09-27T15:49:16.5165125Z test_householder_product_errors_and_warnings_cuda (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-09-27T15:49:16.5426206Z test_inner_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-09-27T15:49:16.5665224Z test_inner_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:49:16.6280043Z test_inv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.061s) 2022-09-27T15:49:16.6898208Z test_inv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.062s) 2022-09-27T15:49:16.7509934Z test_inv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.061s) 2022-09-27T15:49:16.8117549Z test_inv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.061s) 2022-09-27T15:49:16.8129790Z test_inv_ex_info_device_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-09-27T15:49:16.8142157Z test_inv_ex_info_device_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-09-27T15:49:16.8154377Z test_inv_ex_info_device_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-09-27T15:49:16.8166925Z test_inv_ex_info_device_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-09-27T15:49:16.8308461Z test_inv_ex_singular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:49:16.8445942Z test_inv_ex_singular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:49:16.8583562Z test_inv_ex_singular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:49:16.8724830Z test_inv_ex_singular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:49:16.8931648Z test_invariance_error_spectral_decompositions_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-09-27T15:49:17.0996351Z test_inverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.206s) 2022-09-27T15:49:17.2642296Z test_inverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.164s) 2022-09-27T15:49:17.4131181Z test_inverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.149s) 2022-09-27T15:49:17.5669475Z test_inverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.154s) 2022-09-27T15:49:17.6136999Z test_inverse_errors_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-09-27T15:49:17.6602233Z test_inverse_errors_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-09-27T15:49:17.7068743Z test_inverse_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-09-27T15:49:17.7539594Z test_inverse_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-09-27T15:49:17.7552314Z test_inverse_errors_large_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-09-27T15:49:17.7565668Z test_inverse_errors_large_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-09-27T15:49:17.7578374Z test_inverse_errors_large_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-09-27T15:49:17.7591139Z test_inverse_errors_large_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-09-27T15:49:17.7605912Z test_inverse_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:49:17.7620719Z test_inverse_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:49:17.7636378Z test_inverse_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:49:17.7650752Z test_inverse_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:49:17.7878198Z test_kron_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-09-27T15:49:17.8118032Z test_kron_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:49:17.8333987Z test_kron_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-09-27T15:49:17.8538077Z test_kron_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-09-27T15:49:17.8569268Z test_kron_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:49:17.8601359Z test_kron_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:49:17.8632582Z test_kron_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:49:17.8663301Z test_kron_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:49:17.8736418Z test_kron_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 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-09-27T15:49:17.8737543Z torch.kron(a, b, out=out) 2022-09-27T15:49:17.8737779Z ok (0.007s) 2022-09-27T15:49:17.8806382Z test_kron_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 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-09-27T15:49:17.8807340Z torch.kron(a, b, out=out) 2022-09-27T15:49:17.8807595Z ok (0.007s) 2022-09-27T15:49:17.8876433Z test_kron_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 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-09-27T15:49:17.8877356Z torch.kron(a, b, out=out) 2022-09-27T15:49:17.8877591Z ok (0.007s) 2022-09-27T15:49:17.8946645Z test_kron_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 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-09-27T15:49:17.8947584Z torch.kron(a, b, out=out) 2022-09-27T15:49:17.8947842Z ok (0.007s) 2022-09-27T15:49:17.9036450Z test_lapack_empty_cuda (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:7303: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T15:49:17.9037497Z 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-09-27T15:49:17.9038105Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T15:49:17.9039714Z 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-09-27T15:49:17.9040985Z The unpacking of the solution, as in 2022-09-27T15:49:17.9041852Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T15:49:17.9042234Z should be replaced with 2022-09-27T15:49:17.9042781Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3799.) 2022-09-27T15:49:17.9043417Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0, 0), torch.randn(0, 0))) 2022-09-27T15:49:17.9078328Z ok (0.013s) 2022-09-27T15:49:17.9104935Z test_ldl_factor_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77038 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-09-27T15:49:17.9130613Z test_ldl_factor_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77040 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T15:49:17.9897849Z test_ldl_factor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.077s) 2022-09-27T15:49:18.0037903Z test_ldl_factor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:49:18.0232642Z test_ldl_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-09-27T15:49:18.0421516Z test_ldl_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-09-27T15:49:18.0522434Z test_ldl_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:49:18.0624435Z test_ldl_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:49:18.0656674Z test_linalg_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:49:18.0683490Z test_linalg_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:49:18.0706315Z test_linalg_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:49:18.0727572Z test_linalg_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:49:18.3881728Z test_linalg_lstsq_batch_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.315s) 2022-09-27T15:49:18.4993000Z test_linalg_lstsq_batch_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.111s) 2022-09-27T15:49:18.5885707Z test_linalg_lstsq_batch_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.089s) 2022-09-27T15:49:18.7229196Z test_linalg_lstsq_batch_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.134s) 2022-09-27T15:49:20.1532918Z test_linalg_lstsq_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.430s) 2022-09-27T15:49:20.5906712Z test_linalg_lstsq_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.437s) 2022-09-27T15:49:20.9264996Z test_linalg_lstsq_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.336s) 2022-09-27T15:49:21.4881049Z test_linalg_lstsq_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.562s) 2022-09-27T15:49:21.5364431Z test_linalg_lstsq_input_checks_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-09-27T15:49:21.5835413Z test_linalg_lstsq_input_checks_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-09-27T15:49:21.6307261Z test_linalg_lstsq_input_checks_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-09-27T15:49:21.6777458Z test_linalg_lstsq_input_checks_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-09-27T15:49:21.6826890Z test_linalg_lu_family_cuda_complex128 (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T15:49:21.6827879Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:49:21.6828455Z should be replaced with 2022-09-27T15:49:21.6829186Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:49:21.6829807Z and 2022-09-27T15:49:21.6830254Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:49:21.6830581Z should be replaced with 2022-09-27T15:49:21.6831068Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:49:21.6831890Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:49:23.7643508Z ok (2.086s) 2022-09-27T15:49:25.4250860Z test_linalg_lu_family_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.661s) 2022-09-27T15:49:26.8582322Z test_linalg_lu_family_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.433s) 2022-09-27T15:49:28.9362729Z test_linalg_lu_family_cuda_float64 (__main__.TestLinalgCUDA) ... ok (2.078s) 2022-09-27T15:49:28.9414652Z test_linalg_lu_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... [W Context.cpp:221] Warning: torch.backends.cuda.preferred_linalg_library is an experimental feature. If you see any error or unexpected behavior when this flag is set please file an issue on GitHub. (function operator()) 2022-09-27T15:49:30.8975612Z ok (1.961s) 2022-09-27T15:49:32.7695713Z test_linalg_lu_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.872s) 2022-09-27T15:49:34.6282563Z test_linalg_lu_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.859s) 2022-09-27T15:49:36.5035726Z test_linalg_lu_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.875s) 2022-09-27T15:49:36.5075820Z test_linalg_matrix_exp_analytic_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:49:36.5115057Z test_linalg_matrix_exp_analytic_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:49:36.5154015Z test_linalg_matrix_exp_analytic_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:49:36.5193154Z test_linalg_matrix_exp_analytic_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:49:36.5767685Z test_linalg_matrix_exp_batch_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-09-27T15:49:36.6321009Z test_linalg_matrix_exp_batch_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.055s) 2022-09-27T15:49:36.6474800Z test_linalg_matrix_exp_boundary_cases_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-09-27T15:49:36.6625353Z test_linalg_matrix_exp_boundary_cases_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-09-27T15:49:36.6775446Z test_linalg_matrix_exp_boundary_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-09-27T15:49:36.6925719Z test_linalg_matrix_exp_boundary_cases_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-09-27T15:49:36.8364837Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.144s) 2022-09-27T15:49:36.9797262Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.143s) 2022-09-27T15:49:37.1212649Z test_linalg_matrix_exp_compare_with_taylor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.141s) 2022-09-27T15:49:37.2516505Z test_linalg_matrix_exp_compare_with_taylor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.130s) 2022-09-27T15:49:37.2529228Z test_linalg_matrix_exp_no_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:49:37.2719180Z test_linalg_matrix_exp_utils_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-09-27T15:49:37.2885129Z test_linalg_matrix_exp_utils_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-09-27T15:49:37.2992849Z test_linalg_qr_autograd_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:49:38.4491154Z test_linalg_solve_triangular_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.150s) 2022-09-27T15:49:39.6099055Z test_linalg_solve_triangular_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.161s) 2022-09-27T15:49:39.6401005Z test_linalg_solve_triangular_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:49:39.6685638Z test_linalg_solve_triangular_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:49:43.2647734Z test_linalg_solve_triangular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (3.596s) 2022-09-27T15:49:46.9279161Z test_linalg_solve_triangular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.663s) 2022-09-27T15:49:47.6809517Z test_linalg_solve_triangular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.753s) 2022-09-27T15:49:48.3995722Z test_linalg_solve_triangular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.718s) 2022-09-27T15:49:48.4018100Z test_linalg_solve_triangular_large_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-09-27T15:49:48.4031688Z test_linalg_solve_triangular_large_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-09-27T15:49:48.4045420Z test_linalg_solve_triangular_large_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-09-27T15:49:48.4059343Z test_linalg_solve_triangular_large_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-09-27T15:49:48.4173204Z test_linear_algebra_scalar_raises_cuda (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:49:48.4250353Z test_lobpcg_basic_cuda_float64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:5059: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:49:48.4251091Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:49:48.4251529Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:49:48.4251824Z should be replaced with 2022-09-27T15:49:48.4254549Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:49:48.4254889Z and 2022-09-27T15:49:48.4255172Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:49:48.4255472Z should be replaced with 2022-09-27T15:49:48.4256339Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T15:49:48.4256825Z e = torch.symeig(A)[0] 2022-09-27T15:49:52.0096312Z ok (3.592s) 2022-09-27T15:50:09.7281228Z test_lobpcg_ortho_cuda_float64 (__main__.TestLinalgCUDA) ... ok (17.718s) 2022-09-27T15:50:09.7341146Z test_lobpcg_scipy_cuda_float64 (__main__.TestLinalgCUDA) 2022-09-27T15:50:09.7346621Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... skip: Only runs on cpu (0.007s) 2022-09-27T15:50:09.7359779Z test_lobpcg_torchscript_cuda_float64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:50:09.7449836Z test_lstsq_cuda_float64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:7211: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T15:50:09.7450631Z 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-09-27T15:50:09.7451143Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T15:50:09.7452039Z 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-09-27T15:50:09.7453107Z The unpacking of the solution, as in 2022-09-27T15:50:09.7453436Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T15:50:09.7453719Z should be replaced with 2022-09-27T15:50:09.7457277Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp:2809.) 2022-09-27T15:50:09.7457764Z res1 = torch.lstsq(b, a)[0] 2022-09-27T15:50:09.7591880Z ok (0.023s) 2022-09-27T15:50:09.7636675Z test_lu_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:6914: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:50:09.7638048Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:50:09.7638569Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:50:09.7638839Z should be replaced with 2022-09-27T15:50:09.7639304Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:50:09.7639771Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-09-27T15:50:09.7750211Z ok (0.016s) 2022-09-27T15:50:09.7843729Z test_lu_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-09-27T15:50:09.7921070Z test_lu_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-09-27T15:50:09.8005440Z test_lu_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-09-27T15:50:09.8311091Z test_lu_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:50:09.8498378Z test_lu_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-09-27T15:50:09.8657883Z test_lu_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-09-27T15:50:09.8837008Z test_lu_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-09-27T15:50:09.8849943Z test_lu_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:50:09.8863148Z test_lu_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:50:09.8876116Z test_lu_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:50:09.8889220Z test_lu_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:50:09.9230699Z test_lu_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-09-27T15:50:09.9379167Z test_lu_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-09-27T15:50:09.9501039Z test_lu_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-09-27T15:50:09.9664908Z test_lu_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-09-27T15:50:09.9691942Z test_lu_solve_large_matrices_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:50:09.9718369Z test_lu_solve_large_matrices_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:50:09.9743095Z test_lu_solve_large_matrices_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:09.9767342Z test_lu_solve_large_matrices_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:09.9831137Z test_lu_unpack_check_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-09-27T15:50:10.8647833Z test_matmul_45724_cuda (__main__.TestLinalgCUDA) ... ok (0.881s) 2022-09-27T15:50:10.8902541Z test_matmul_small_brute_force_1d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:10.8903510Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:50:10.8939786Z /var/lib/jenkins/workspace/test/test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:10.8940657Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:50:10.8978105Z /var/lib/jenkins/workspace/test/test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:50:10.8978963Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:50:11.7917505Z ok (0.927s) 2022-09-27T15:50:12.5630472Z test_matmul_small_brute_force_1d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.771s) 2022-09-27T15:50:16.1509439Z test_matmul_small_brute_force_2d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.588s) 2022-09-27T15:50:19.1702446Z test_matmul_small_brute_force_2d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.019s) 2022-09-27T15:50:23.2595585Z test_matmul_small_brute_force_3d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (4.089s) 2022-09-27T15:50:26.6744901Z test_matmul_small_brute_force_3d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.415s) 2022-09-27T15:50:26.6889368Z test_matrix_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:50:26.7024820Z test_matrix_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-09-27T15:50:26.7442722Z test_matrix_power_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-09-27T15:50:26.7729061Z test_matrix_power_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-09-27T15:50:26.7892898Z test_matrix_power_non_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-09-27T15:50:26.8035137Z test_matrix_power_non_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-09-27T15:50:27.9337514Z test_matrix_rank_atol_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.130s) 2022-09-27T15:50:28.1420097Z test_matrix_rank_atol_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.208s) 2022-09-27T15:50:28.2879007Z test_matrix_rank_atol_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.146s) 2022-09-27T15:50:28.5727635Z test_matrix_rank_atol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.285s) 2022-09-27T15:50:28.5879918Z test_matrix_rank_atol_rtol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-09-27T15:50:28.5911789Z test_matrix_rank_basic_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:50:28.5942943Z test_matrix_rank_basic_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:50:28.5972775Z test_matrix_rank_basic_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:50:28.6002879Z test_matrix_rank_basic_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:50:28.8558839Z test_matrix_rank_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.255s) 2022-09-27T15:50:28.9231775Z test_matrix_rank_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.067s) 2022-09-27T15:50:28.9733247Z test_matrix_rank_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-09-27T15:50:29.0649689Z test_matrix_rank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.092s) 2022-09-27T15:50:29.0669152Z test_matrix_rank_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-09-27T15:50:29.0687949Z test_matrix_rank_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-09-27T15:50:29.0707241Z test_matrix_rank_empty_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-09-27T15:50:29.0726033Z test_matrix_rank_empty_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-09-27T15:50:29.0796775Z test_matrix_rank_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-09-27T15:50:29.0864690Z test_matrix_rank_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-09-27T15:50:29.0933148Z test_matrix_rank_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-09-27T15:50:29.1001383Z test_matrix_rank_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-09-27T15:50:29.1062398Z test_mm_bmm_non_memory_dense_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-09-27T15:50:29.1098585Z test_mm_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:50:29.1134496Z test_mm_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:50:29.1175570Z test_mm_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:50:29.1215953Z test_mm_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:50:29.1388326Z test_multi_dot_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-09-27T15:50:29.1521374Z test_multi_dot_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-09-27T15:50:29.1912044Z test_multi_dot_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-09-27T15:50:29.3351756Z test_norm_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.144s) 2022-09-27T15:50:29.3792950Z test_norm_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-09-27T15:50:29.3919311Z test_norm_complex_old_cuda (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-09-27T15:50:29.5009880Z test_norm_dtype_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.109s) 2022-09-27T15:50:29.7362469Z test_norm_dtype_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.235s) 2022-09-27T15:50:30.0287308Z test_norm_dtype_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.292s) 2022-09-27T15:50:30.1368469Z test_norm_dtype_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.108s) 2022-09-27T15:50:30.3371232Z test_norm_dtype_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.200s) 2022-09-27T15:50:30.4573875Z test_norm_dtype_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.120s) 2022-09-27T15:50:30.6407998Z test_norm_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.183s) 2022-09-27T15:50:30.8224805Z test_norm_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.182s) 2022-09-27T15:50:30.8264580Z test_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2570: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:50:30.8265060Z ret **= (1 / ord) 2022-09-27T15:50:30.8296793Z /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T15:50:30.8297550Z absx **= ord 2022-09-27T15:50:30.8298771Z /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:50:30.8299207Z absx **= ord 2022-09-27T15:50:30.9123185Z ok (0.090s) 2022-09-27T15:50:30.9166272Z test_norm_fastpaths_cuda (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:50:31.1169460Z test_norm_fro_2_equivalence_old_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.200s) 2022-09-27T15:50:31.5646606Z test_norm_fused_type_promotion_cuda_bfloat16 (__main__.TestLinalgCUDA) ... STAGE:2022-09-27 15:50:31 505:505 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:50:31.5668941Z STAGE:2022-09-27 15:50:31 505:505 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:50:31.5682438Z STAGE:2022-09-27 15:50:31 505:505 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:50:31.5705399Z STAGE:2022-09-27 15:50:31 505:505 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:50:31.5710494Z ok (0.454s) 2022-09-27T15:50:31.5736431Z test_norm_fused_type_promotion_cuda_float16 (__main__.TestLinalgCUDA) ... STAGE:2022-09-27 15:50:31 505:505 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:50:31.5758269Z STAGE:2022-09-27 15:50:31 505:505 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:50:31.5769889Z STAGE:2022-09-27 15:50:31 505:505 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:50:31.5792401Z STAGE:2022-09-27 15:50:31 505:505 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:50:31.5796698Z ok (0.008s) 2022-09-27T15:50:31.8440097Z test_norm_matrix_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.264s) 2022-09-27T15:50:32.4298034Z test_norm_matrix_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.586s) 2022-09-27T15:50:33.0498360Z test_norm_matrix_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.620s) 2022-09-27T15:50:33.6724655Z test_norm_matrix_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.622s) 2022-09-27T15:50:34.2934563Z test_norm_matrix_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.621s) 2022-09-27T15:50:34.9127722Z test_norm_matrix_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.619s) 2022-09-27T15:50:35.4631113Z test_norm_old_cuda (__main__.TestLinalgCUDA) ... ok (0.550s) 2022-09-27T15:50:35.4744149Z test_norm_old_nan_propagation_cuda (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:50:35.6228104Z test_norm_vector_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.148s) 2022-09-27T15:50:36.5587089Z test_norm_vector_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.936s) 2022-09-27T15:50:36.7987969Z test_norm_vector_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.240s) 2022-09-27T15:50:37.0393677Z test_norm_vector_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.241s) 2022-09-27T15:50:37.2792643Z test_norm_vector_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.240s) 2022-09-27T15:50:37.5196674Z test_norm_vector_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.240s) 2022-09-27T15:50:37.6463057Z test_nuclear_norm_axes_small_brute_force_old_cuda (__main__.TestLinalgCUDA) ... ok (0.127s) 2022-09-27T15:50:37.6841624Z test_nuclear_norm_exceptions_old_cuda (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-09-27T15:50:37.7095954Z test_nuclear_norm_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-09-27T15:50:37.7975643Z test_nuclear_norm_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.088s) 2022-09-27T15:50:37.8141875Z test_old_cholesky_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-09-27T15:50:37.8309179Z test_old_cholesky_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-09-27T15:50:37.8470907Z test_old_cholesky_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-09-27T15:50:37.8631134Z test_old_cholesky_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-09-27T15:50:37.8645369Z test_old_cholesky_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:50:37.8666954Z test_old_cholesky_batched_upper_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:37.8688743Z test_old_cholesky_batched_upper_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:37.8709656Z test_old_cholesky_batched_upper_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:37.8729760Z test_old_cholesky_batched_upper_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:37.8770541Z test_old_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:50:37.8812781Z test_old_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:50:37.8851431Z test_old_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:50:37.8886788Z test_old_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-09-27T15:50:37.8905303Z test_old_cholesky_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:37.8923963Z test_old_cholesky_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:37.8942687Z test_old_cholesky_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:37.8961293Z test_old_cholesky_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:37.8995620Z test_old_matrix_rank_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:3428: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:730.) 2022-09-27T15:50:37.8996546Z self.assertEqual(torch.matrix_rank(a).item(), 10) 2022-09-27T15:50:38.0290883Z /var/lib/jenkins/workspace/test/test_linalg.py:3444: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:721.) 2022-09-27T15:50:38.0291869Z self.assertEqual(torch.matrix_rank(a, 0.01), np.linalg.matrix_rank(a.cpu().numpy(), 0.01)) 2022-09-27T15:50:38.0785272Z ok (0.182s) 2022-09-27T15:50:38.1143914Z test_old_matrix_rank_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-09-27T15:50:38.1424124Z test_old_matrix_rank_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:50:38.2127240Z test_old_matrix_rank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.070s) 2022-09-27T15:50:38.4350581Z test_ormqr_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.222s) 2022-09-27T15:50:38.6655240Z test_ormqr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.230s) 2022-09-27T15:50:38.8639941Z test_ormqr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.198s) 2022-09-27T15:50:39.0530332Z test_ormqr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.189s) 2022-09-27T15:50:39.0902726Z test_ormqr_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-09-27T15:50:39.1280913Z test_ormqr_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-09-27T15:50:39.1634079Z test_ormqr_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-09-27T15:50:39.1974667Z test_ormqr_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-09-27T15:50:39.2021696Z test_outer_cuda_bfloat16 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:50:39.2022337Z torch.ger(a, b, out=out) 2022-09-27T15:50:39.2073758Z ok (0.010s) 2022-09-27T15:50:39.2147840Z test_outer_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-09-27T15:50:39.2258477Z test_outer_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:50:39.2368947Z test_outer_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:50:39.2467678Z test_outer_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:50:39.2567691Z test_outer_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:50:39.2661305Z test_outer_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-09-27T15:50:39.2736686Z test_outer_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-09-27T15:50:39.2810985Z test_outer_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-09-27T15:50:39.2884204Z test_outer_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-09-27T15:50:39.2960840Z test_outer_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-09-27T15:50:39.3035207Z test_outer_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-09-27T15:50:39.3318542Z test_outer_ger_addr_legacy_tests_cuda (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:50:39.3338880Z test_outer_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3359228Z test_outer_type_promotion_cuda_bfloat16_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3379807Z test_outer_type_promotion_cuda_bfloat16_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3400051Z test_outer_type_promotion_cuda_bfloat16_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3419143Z test_outer_type_promotion_cuda_bfloat16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3438015Z test_outer_type_promotion_cuda_bfloat16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3458109Z test_outer_type_promotion_cuda_bfloat16_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3478299Z test_outer_type_promotion_cuda_bfloat16_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3498902Z test_outer_type_promotion_cuda_bfloat16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3519211Z test_outer_type_promotion_cuda_bfloat16_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3539113Z test_outer_type_promotion_cuda_bfloat16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3558040Z test_outer_type_promotion_cuda_bfloat16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3577077Z test_outer_type_promotion_cuda_bool_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3596055Z test_outer_type_promotion_cuda_bool_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3615305Z test_outer_type_promotion_cuda_bool_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3634092Z test_outer_type_promotion_cuda_bool_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3653219Z test_outer_type_promotion_cuda_bool_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3671854Z test_outer_type_promotion_cuda_bool_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3690851Z test_outer_type_promotion_cuda_bool_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3711131Z test_outer_type_promotion_cuda_bool_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3731542Z test_outer_type_promotion_cuda_bool_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3751626Z test_outer_type_promotion_cuda_bool_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3772089Z test_outer_type_promotion_cuda_bool_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3792140Z test_outer_type_promotion_cuda_bool_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3812705Z test_outer_type_promotion_cuda_complex128_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3833111Z test_outer_type_promotion_cuda_complex128_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3853641Z test_outer_type_promotion_cuda_complex128_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3873794Z test_outer_type_promotion_cuda_complex128_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3894377Z test_outer_type_promotion_cuda_complex128_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3914009Z test_outer_type_promotion_cuda_complex128_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3934164Z test_outer_type_promotion_cuda_complex128_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3953873Z test_outer_type_promotion_cuda_complex128_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3974198Z test_outer_type_promotion_cuda_complex128_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.3994336Z test_outer_type_promotion_cuda_complex128_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4014848Z test_outer_type_promotion_cuda_complex128_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4034901Z test_outer_type_promotion_cuda_complex128_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4054943Z test_outer_type_promotion_cuda_complex64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4073691Z test_outer_type_promotion_cuda_complex64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4093687Z test_outer_type_promotion_cuda_complex64_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4113715Z test_outer_type_promotion_cuda_complex64_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4134300Z test_outer_type_promotion_cuda_complex64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4154178Z test_outer_type_promotion_cuda_complex64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4174562Z test_outer_type_promotion_cuda_complex64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4194997Z test_outer_type_promotion_cuda_complex64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4215176Z test_outer_type_promotion_cuda_complex64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4235133Z test_outer_type_promotion_cuda_complex64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4255516Z test_outer_type_promotion_cuda_complex64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4275451Z test_outer_type_promotion_cuda_complex64_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4296586Z test_outer_type_promotion_cuda_float16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4315866Z test_outer_type_promotion_cuda_float16_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4336204Z test_outer_type_promotion_cuda_float16_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4356257Z test_outer_type_promotion_cuda_float16_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4376586Z test_outer_type_promotion_cuda_float16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4396491Z test_outer_type_promotion_cuda_float16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4417010Z test_outer_type_promotion_cuda_float16_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4436358Z test_outer_type_promotion_cuda_float16_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4455403Z test_outer_type_promotion_cuda_float16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4475479Z test_outer_type_promotion_cuda_float16_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4495552Z test_outer_type_promotion_cuda_float16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4515444Z test_outer_type_promotion_cuda_float16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4535777Z test_outer_type_promotion_cuda_float32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4555939Z test_outer_type_promotion_cuda_float32_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4576080Z test_outer_type_promotion_cuda_float32_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4596084Z test_outer_type_promotion_cuda_float32_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4616331Z test_outer_type_promotion_cuda_float32_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4635805Z test_outer_type_promotion_cuda_float32_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4655919Z test_outer_type_promotion_cuda_float32_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4675735Z test_outer_type_promotion_cuda_float32_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4695826Z test_outer_type_promotion_cuda_float32_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4715826Z test_outer_type_promotion_cuda_float32_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4735954Z test_outer_type_promotion_cuda_float32_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4755809Z test_outer_type_promotion_cuda_float32_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4776403Z test_outer_type_promotion_cuda_float64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4796278Z test_outer_type_promotion_cuda_float64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4816679Z test_outer_type_promotion_cuda_float64_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4836810Z test_outer_type_promotion_cuda_float64_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4857109Z test_outer_type_promotion_cuda_float64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4877149Z test_outer_type_promotion_cuda_float64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4897708Z test_outer_type_promotion_cuda_float64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4917680Z test_outer_type_promotion_cuda_float64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4938266Z test_outer_type_promotion_cuda_float64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4958226Z test_outer_type_promotion_cuda_float64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4978488Z test_outer_type_promotion_cuda_float64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.4998614Z test_outer_type_promotion_cuda_float64_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5022473Z test_outer_type_promotion_cuda_int16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5042881Z test_outer_type_promotion_cuda_int16_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5063356Z test_outer_type_promotion_cuda_int16_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5083330Z test_outer_type_promotion_cuda_int16_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5103230Z test_outer_type_promotion_cuda_int16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5121805Z test_outer_type_promotion_cuda_int16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5142440Z test_outer_type_promotion_cuda_int16_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5162180Z test_outer_type_promotion_cuda_int16_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5182714Z test_outer_type_promotion_cuda_int16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5202954Z test_outer_type_promotion_cuda_int16_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5223445Z test_outer_type_promotion_cuda_int16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5243275Z test_outer_type_promotion_cuda_int16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5262377Z test_outer_type_promotion_cuda_int32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5281019Z test_outer_type_promotion_cuda_int32_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5300206Z test_outer_type_promotion_cuda_int32_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5318982Z test_outer_type_promotion_cuda_int32_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5339319Z test_outer_type_promotion_cuda_int32_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5359423Z test_outer_type_promotion_cuda_int32_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5380005Z test_outer_type_promotion_cuda_int32_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5400177Z test_outer_type_promotion_cuda_int32_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5420723Z test_outer_type_promotion_cuda_int32_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5440984Z test_outer_type_promotion_cuda_int32_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5461410Z test_outer_type_promotion_cuda_int32_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5481585Z test_outer_type_promotion_cuda_int32_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5502110Z test_outer_type_promotion_cuda_int64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5522438Z test_outer_type_promotion_cuda_int64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5543007Z test_outer_type_promotion_cuda_int64_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5563320Z test_outer_type_promotion_cuda_int64_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5584104Z test_outer_type_promotion_cuda_int64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5603674Z test_outer_type_promotion_cuda_int64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5624352Z test_outer_type_promotion_cuda_int64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5644515Z test_outer_type_promotion_cuda_int64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5665054Z test_outer_type_promotion_cuda_int64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5685135Z test_outer_type_promotion_cuda_int64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5705646Z test_outer_type_promotion_cuda_int64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5725919Z test_outer_type_promotion_cuda_int64_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5746459Z test_outer_type_promotion_cuda_int8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5766694Z test_outer_type_promotion_cuda_int8_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5787152Z test_outer_type_promotion_cuda_int8_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5807551Z test_outer_type_promotion_cuda_int8_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5828116Z test_outer_type_promotion_cuda_int8_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5848288Z test_outer_type_promotion_cuda_int8_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5868659Z test_outer_type_promotion_cuda_int8_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5888737Z test_outer_type_promotion_cuda_int8_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5909454Z test_outer_type_promotion_cuda_int8_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5929407Z test_outer_type_promotion_cuda_int8_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5948398Z test_outer_type_promotion_cuda_int8_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5968192Z test_outer_type_promotion_cuda_int8_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.5988650Z test_outer_type_promotion_cuda_uint8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6008818Z test_outer_type_promotion_cuda_uint8_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6029398Z test_outer_type_promotion_cuda_uint8_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6049562Z test_outer_type_promotion_cuda_uint8_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6069895Z test_outer_type_promotion_cuda_uint8_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6089907Z test_outer_type_promotion_cuda_uint8_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6110441Z test_outer_type_promotion_cuda_uint8_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6130731Z test_outer_type_promotion_cuda_uint8_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6150984Z test_outer_type_promotion_cuda_uint8_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6171724Z test_outer_type_promotion_cuda_uint8_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6191557Z test_outer_type_promotion_cuda_uint8_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:50:39.6212310Z test_outer_type_promotion_cuda_uint8_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:51:05.3682703Z test_pca_lowrank_cuda (__main__.TestLinalgCUDA) ... ok (25.747s) 2022-09-27T15:51:06.5054759Z test_pinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.137s) 2022-09-27T15:51:07.0598983Z test_pinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.554s) 2022-09-27T15:51:07.5278589Z test_pinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.468s) 2022-09-27T15:51:08.0971341Z test_pinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.569s) 2022-09-27T15:51:08.1420622Z test_pinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.045s) 2022-09-27T15:51:08.1807246Z test_pinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-09-27T15:51:08.2188568Z test_pinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-09-27T15:51:08.2577440Z test_pinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-09-27T15:51:08.3960816Z test_pinverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.138s) 2022-09-27T15:51:08.4529987Z test_pinverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-09-27T15:51:08.4991551Z test_pinverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-09-27T15:51:08.5592627Z test_pinverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.060s) 2022-09-27T15:51:08.5634090Z test_preferred_linalg_library_cuda (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-09-27T15:51:08.5650175Z test_qr_batched_cuda_complex128 (__main__.TestLinalgCUDA) 2022-09-27T15:51:08.5692102Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-09-27T15:51:08.5707614Z test_qr_batched_cuda_complex64 (__main__.TestLinalgCUDA) 2022-09-27T15:51:08.5747904Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.005s) 2022-09-27T15:51:08.5763336Z test_qr_batched_cuda_float32 (__main__.TestLinalgCUDA) 2022-09-27T15:51:08.5800728Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.005s) 2022-09-27T15:51:08.5816437Z test_qr_batched_cuda_float64 (__main__.TestLinalgCUDA) 2022-09-27T15:51:08.5852646Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.005s) 2022-09-27T15:51:08.5890420Z test_qr_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:3557: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:51:08.5891428Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:51:08.5891762Z Q, R = torch.qr(A, some) 2022-09-27T15:51:08.5892231Z should be replaced with 2022-09-27T15:51:08.5894465Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-09-27T15:51:08.5894976Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-09-27T15:51:08.6995398Z ok (0.114s) 2022-09-27T15:51:08.8014018Z test_qr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.102s) 2022-09-27T15:51:08.8935313Z test_qr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.092s) 2022-09-27T15:51:08.9832705Z test_qr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.090s) 2022-09-27T15:51:08.9941197Z test_qr_error_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:51:08.9953334Z test_qr_vs_numpy_cuda_complex128 (__main__.TestLinalgCUDA) 2022-09-27T15:51:09.0053925Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-09-27T15:51:09.0065460Z test_qr_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) 2022-09-27T15:51:09.0170626Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.012s) 2022-09-27T15:51:09.0184048Z test_qr_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) 2022-09-27T15:51:09.0276698Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.010s) 2022-09-27T15:51:09.0288608Z test_qr_vs_numpy_cuda_float64 (__main__.TestLinalgCUDA) 2022-09-27T15:51:09.0382905Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-09-27T15:51:09.0439311Z test_renorm_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-09-27T15:51:09.0450568Z test_renorm_ps_cuda (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:51:10.5334395Z test_slogdet_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.488s) 2022-09-27T15:51:13.8118462Z test_slogdet_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.278s) 2022-09-27T15:51:14.8520628Z test_slogdet_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.040s) 2022-09-27T15:51:15.0989098Z test_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.247s) 2022-09-27T15:51:15.1288200Z test_slogdet_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:51:15.1584598Z test_slogdet_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:51:15.1879607Z test_slogdet_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-09-27T15:51:15.2173878Z test_slogdet_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-09-27T15:51:15.2431760Z test_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-09-27T15:51:15.2548502Z test_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-09-27T15:51:15.2644006Z test_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-09-27T15:51:15.2764829Z test_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-09-27T15:51:15.5312284Z test_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.255s) 2022-09-27T15:51:15.6091708Z test_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.078s) 2022-09-27T15:51:15.6705642Z test_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.061s) 2022-09-27T15:51:15.7770543Z test_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.106s) 2022-09-27T15:51:15.7785591Z test_solve_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-09-27T15:51:15.7809974Z test_strided_mm_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:51:15.7833623Z test_strided_mm_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:51:20.9009457Z test_svd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (5.117s) 2022-09-27T15:51:24.5788487Z test_svd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.678s) 2022-09-27T15:51:27.8238616Z test_svd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.245s) 2022-09-27T15:51:31.2551053Z test_svd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (3.431s) 2022-09-27T15:52:22.0528201Z test_svd_lowrank_cuda_float64 (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_lowrank.py:184: UserWarning: torch.linalg.svd: During SVD computation with the selected cusolver driver, batches 0 failed to converge. A more accurate method will be used to compute the SVD as a fallback. Check doc at https://pytorch.org/docs/stable/generated/torch.linalg.svd.html (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp:872.) 2022-09-27T15:52:22.0529524Z U, S, Vh = torch.linalg.svd(B_t, full_matrices=False) 2022-09-27T15:52:22.1773399Z ok (50.922s) 2022-09-27T15:52:22.2732494Z test_svd_memory_allocation_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.096s) 2022-09-27T15:52:22.3085823Z test_svd_memory_allocation_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-09-27T15:52:22.3283525Z test_svd_memory_allocation_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-09-27T15:52:22.3871288Z test_svd_memory_allocation_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.059s) 2022-09-27T15:52:24.8146445Z test_svd_nan_error_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (2.427s) 2022-09-27T15:52:25.3135155Z test_svd_nan_error_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.499s) 2022-09-27T15:52:25.5916411Z test_svd_nan_error_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.278s) 2022-09-27T15:52:26.2439366Z test_svd_nan_error_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.652s) 2022-09-27T15:52:26.2485082Z test_symeig_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:6951: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:52:26.2486047Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:52:26.2486508Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:52:26.2486777Z should be replaced with 2022-09-27T15:52:26.2487576Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:52:26.2487881Z and 2022-09-27T15:52:26.2488127Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:52:26.2488657Z should be replaced with 2022-09-27T15:52:26.2491431Z 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:2824.) 2022-09-27T15:52:26.2492009Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:52:26.2579199Z /var/lib/jenkins/workspace/test/test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:26.2580211Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:52:26.2926525Z /var/lib/jenkins/workspace/test/test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:26.2927452Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:52:26.4176900Z /var/lib/jenkins/workspace/test/test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:26.4177924Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:52:27.0117411Z /var/lib/jenkins/workspace/test/test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:52:27.0118398Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:52:27.6088105Z ok (1.365s) 2022-09-27T15:52:28.9776213Z test_symeig_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.369s) 2022-09-27T15:52:30.3349102Z test_symeig_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.357s) 2022-09-27T15:52:31.6956044Z test_symeig_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.361s) 2022-09-27T15:52:31.7239160Z test_symeig_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:52:31.7523317Z test_symeig_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:52:31.7806227Z test_symeig_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:52:31.8086262Z test_symeig_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:52:31.8137287Z test_tensordot_cuda (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-09-27T15:52:31.8363621Z test_tensorinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-09-27T15:52:31.8596589Z test_tensorinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-09-27T15:52:31.8810415Z test_tensorinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-09-27T15:52:31.9015041Z test_tensorinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-09-27T15:52:31.9037128Z test_tensorinv_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:52:31.9059728Z test_tensorinv_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:52:31.9081748Z test_tensorinv_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:52:31.9104684Z test_tensorinv_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:52:31.9351237Z test_tensorinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-09-27T15:52:31.9592710Z test_tensorinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:52:31.9833386Z test_tensorinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:52:32.0073804Z test_tensorinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:52:32.0188076Z test_tensorinv_singular_input_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:52:32.0301323Z test_tensorinv_singular_input_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:52:32.0413859Z test_tensorinv_singular_input_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:52:32.0526465Z test_tensorinv_singular_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-09-27T15:52:32.0627512Z test_tensorsolve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:52:32.0731920Z test_tensorsolve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:52:32.0830416Z test_tensorsolve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:52:32.0922835Z test_tensorsolve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-09-27T15:52:32.0939951Z test_tensorsolve_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:52:32.0956820Z test_tensorsolve_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:52:32.0973847Z test_tensorsolve_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:52:32.0990302Z test_tensorsolve_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-09-27T15:52:32.1092548Z test_tensorsolve_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-09-27T15:52:32.1126326Z test_triangular_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:4231: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:52:32.1127090Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:52:32.1127506Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:52:32.1127786Z should be replaced with 2022-09-27T15:52:32.1128255Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:52:32.1129115Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-09-27T15:52:32.1544033Z ok (0.045s) 2022-09-27T15:52:32.2016453Z test_triangular_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-09-27T15:52:32.2442803Z test_triangular_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-09-27T15:52:32.2866102Z test_triangular_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-09-27T15:52:32.3158772Z test_triangular_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-09-27T15:52:32.3457959Z test_triangular_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:52:32.3740347Z test_triangular_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-09-27T15:52:32.4014566Z test_triangular_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-09-27T15:52:32.4032476Z test_triangular_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:52:32.4050462Z test_triangular_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:52:32.4068239Z test_triangular_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:52:32.4086156Z test_triangular_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:52:32.4335496Z test_triangular_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-09-27T15:52:32.4589626Z test_triangular_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-09-27T15:52:32.4826174Z test_triangular_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-09-27T15:52:32.5059203Z test_triangular_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-09-27T15:52:32.5360812Z test_triangular_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:52:32.5663535Z test_triangular_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:52:32.5959592Z test_triangular_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-09-27T15:52:32.6253050Z test_triangular_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-09-27T15:52:32.6658721Z test_vdot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-09-27T15:52:32.6715622Z test_vdot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-09-27T15:52:32.6766228Z test_vdot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-09-27T15:52:34.4458867Z test_vector_norm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (1.769s) 2022-09-27T15:52:35.5854547Z test_vector_norm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.139s) 2022-09-27T15:52:37.3894607Z test_vector_norm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.804s) 2022-09-27T15:52:39.1479644Z test_vector_norm_cuda_float16 (__main__.TestLinalgCUDA) ... ok (1.758s) 2022-09-27T15:52:40.9084518Z test_vector_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.760s) 2022-09-27T15:52:42.0181841Z test_vector_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.110s) 2022-09-27T15:52:42.0620252Z test_vector_norm_dim_tuple_arg_cuda (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-09-27T15:52:42.0645099Z test_vector_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2570: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:52:42.0645583Z ret **= (1 / ord) 2022-09-27T15:52:42.0679599Z /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T15:52:42.0680146Z absx **= ord 2022-09-27T15:52:42.0682330Z /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:52:42.0682745Z absx **= ord 2022-09-27T15:52:42.1053327Z ok (0.043s) 2022-09-27T15:52:42.1053882Z 2022-09-27T15:52:42.1054245Z ---------------------------------------------------------------------- 2022-09-27T15:52:42.1054602Z Ran 723 tests in 347.018s 2022-09-27T15:52:42.1054769Z 2022-09-27T15:52:42.1054894Z OK (skipped=45) 2022-09-27T15:52:42.1055036Z 2022-09-27T15:52:42.1055158Z Generating XML reports... 2022-09-27T15:52:42.1783691Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCUDA-20220927154655.xml 2022-09-27T15:52:42.6703242Z Running test_sparse_csr ... [2022-09-27 15:52:42.669785] 2022-09-27T15:52:42.6703942Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:52:42.669862] 2022-09-27T15:52:47.0211760Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-09-27T15:52:47.2117719Z 2022-09-27T15:52:47.2118110Z Running tests... 2022-09-27T15:52:47.2118606Z ---------------------------------------------------------------------- 2022-09-27T15:52:47.2360657Z test_add_cuda_float32 (__main__.TestSparseCSRCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:2267: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:52:47.2361566Z return torch.sparse_compressed_tensor(compressed_indices, plain_indices, 2022-09-27T15:52:47.3929010Z ok (0.181s) 2022-09-27T15:52:47.5480454Z test_add_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.155s) 2022-09-27T15:52:47.7847163Z test_addmm_all_sparse_csr_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.236s) 2022-09-27T15:52:47.8424690Z test_addmm_all_sparse_csr_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-09-27T15:52:47.8981415Z test_addmm_all_sparse_csr_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.056s) 2022-09-27T15:52:47.9536380Z test_addmm_all_sparse_csr_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.055s) 2022-09-27T15:52:47.9561532Z test_addmm_dense_result_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T15:52:47.9588290Z test_addmm_dense_result_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2022-09-27T15:52:47.9615182Z test_addmm_dense_result_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2022-09-27T15:52:47.9641688Z test_addmm_dense_result_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2022-09-27T15:52:48.0030965Z test_addmm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-09-27T15:52:48.0211837Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.0394412Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.0576011Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.0754431Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.0936154Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.1113228Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.1293148Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.1472551Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.1651964Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.1830617Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.2009978Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.2188698Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.2369562Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.2551958Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.2732326Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.2912624Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.3099481Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:48.3285239Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.3470176Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.3655249Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.3841625Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:48.4027255Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.4210556Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.4394724Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.4573175Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.4753711Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.4932347Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.5113136Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.5299050Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.5484294Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.5669565Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.5852944Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.6038850Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.6223538Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.6405233Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.6588851Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.6766595Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.6946204Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.7122527Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.7299633Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.7479182Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.7658136Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.7837756Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.8018432Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.8202839Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.8384871Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.8563802Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.8744239Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.8926281Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.9107189Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.9285102Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.9465123Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:48.9657384Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:48.9848972Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.0039572Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.0230594Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.0423234Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.0616204Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.0807527Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.1002648Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.1186226Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.1364601Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.1544933Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.1725975Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.1914871Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.2105324Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.2291957Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.2480739Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.2672328Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.2863261Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.3053628Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.3243703Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.3421919Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.3596123Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-09-27T15:52:49.3773426Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.3950056Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.4129858Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.4309512Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.4488911Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.4668434Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.4849301Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.5029622Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.5210086Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.5390535Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.5572940Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.5752860Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.5933544Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.6113612Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.6306630Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.6495576Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.6685868Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.6876880Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.7071236Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.7263204Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.7454601Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.7645505Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.7826578Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.8007562Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.8188001Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.8369744Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:49.8562026Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.8753126Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.8943283Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.9132824Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.9324786Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.9515862Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.9705432Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:49.9895870Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-09-27T15:52:50.4860196Z test_autograd_dense_output_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.496s) 2022-09-27T15:52:50.5491624Z test_autograd_dense_output_addmv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:50.5592039Z test_autograd_dense_output_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-09-27T15:52:50.5686536Z test_autograd_dense_output_mv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:52:50.8225670Z test_autograd_sparse_csr_unary_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.254s) 2022-09-27T15:52:50.8274633Z test_autograd_sparse_csr_unary_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:50.8293820Z 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-09-27T15:52:50.8312479Z 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-09-27T15:52:50.8331644Z 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-09-27T15:52:50.8350288Z 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-09-27T15:52:50.8368908Z 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-09-27T15:52:50.8387780Z test_autograd_sparse_csr_unary_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:52:50.8406868Z 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-09-27T15:52:50.8425667Z 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-09-27T15:52:50.8444153Z 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-09-27T15:52:50.8463204Z 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-09-27T15:52:50.8482288Z 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-09-27T15:52:50.8517285Z test_autograd_sparse_csr_unary_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:52:50.8549408Z test_autograd_sparse_csr_unary_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:52:50.8566486Z 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-09-27T15:52:50.8583849Z 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-09-27T15:52:50.8600549Z test_autograd_sparse_csr_unary_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.002s) 2022-09-27T15:52:50.8617955Z 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-09-27T15:52:50.8634967Z 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-09-27T15:52:50.8652094Z 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-09-27T15:52:50.8669116Z 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-09-27T15:52:50.8686124Z 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-09-27T15:52:50.8703103Z 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-09-27T15:52:50.8720436Z 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-09-27T15:52:50.8738428Z 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-09-27T15:52:51.0717879Z test_autograd_sparse_csr_unary_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.198s) 2022-09-27T15:52:51.0753247Z test_autograd_sparse_csr_unary_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-09-27T15:52:51.0770328Z test_autograd_sparse_csr_unary_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.002s) 2022-09-27T15:52:51.0787381Z 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-09-27T15:52:51.0804279Z 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-09-27T15:52:51.0821399Z 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-09-27T15:52:51.0838339Z 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-09-27T15:52:51.0855374Z 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-09-27T15:52:51.0873355Z 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-09-27T15:52:51.0891763Z 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-09-27T15:52:51.0908911Z 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-09-27T15:52:51.0925570Z 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-09-27T15:52:51.0942698Z 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-09-27T15:52:51.0959789Z 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-09-27T15:52:51.0978675Z test_autograd_sparse_csr_unary_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-09-27T15:52:51.0997367Z 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-09-27T15:52:51.1016496Z 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-09-27T15:52:51.1033446Z 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-09-27T15:52:51.1062285Z test_baddbmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.003s) 2022-09-27T15:52:51.1091000Z test_baddbmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.003s) 2022-09-27T15:52:51.1119458Z test_baddbmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.003s) 2022-09-27T15:52:51.1148193Z test_baddbmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.003s) 2022-09-27T15:52:51.1757573Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-09-27T15:52:51.2369660Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-09-27T15:52:51.2910253Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-09-27T15:52:51.3438903Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2022-09-27T15:52:51.4047079Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-09-27T15:52:51.4665098Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.062s) 2022-09-27T15:52:51.5210803Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-09-27T15:52:51.5742719Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2022-09-27T15:52:51.6361807Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.062s) 2022-09-27T15:52:51.6991383Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:51.7542601Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.055s) 2022-09-27T15:52:51.8083897Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-09-27T15:52:51.8710705Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:51.9346414Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:51.9905457Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.056s) 2022-09-27T15:52:52.0451003Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-09-27T15:52:52.1099732Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-09-27T15:52:52.1755725Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-09-27T15:52:52.2349291Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-09-27T15:52:52.2925957Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-09-27T15:52:52.3539992Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-09-27T15:52:52.4160685Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.062s) 2022-09-27T15:52:52.4706325Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-09-27T15:52:52.5241495Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2022-09-27T15:52:52.5908966Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-09-27T15:52:52.6585803Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-09-27T15:52:52.7187501Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.060s) 2022-09-27T15:52:52.7775063Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-09-27T15:52:52.8409360Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:52.9053265Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-09-27T15:52:52.9614942Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.056s) 2022-09-27T15:52:53.0163342Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.055s) 2022-09-27T15:52:53.0321520Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-09-27T15:52:53.0479836Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-09-27T15:52:53.0631040Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-09-27T15:52:53.0780261Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-09-27T15:52:53.0940086Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-09-27T15:52:53.1095036Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-09-27T15:52:53.1238398Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:53.1379580Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:53.1536412Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-09-27T15:52:53.1694313Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-09-27T15:52:53.1844834Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-09-27T15:52:53.1994156Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-09-27T15:52:53.2149795Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-09-27T15:52:53.2305167Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-09-27T15:52:53.2449354Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:53.2593724Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:53.2777119Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:53.2960078Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:53.3135073Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-09-27T15:52:53.3306702Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-09-27T15:52:53.3461520Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-09-27T15:52:53.3619051Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-09-27T15:52:53.3761555Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:53.3903289Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:53.4082526Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:53.4264241Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-09-27T15:52:53.4436463Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-09-27T15:52:53.4606807Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-09-27T15:52:53.4762831Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-09-27T15:52:53.4921518Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-09-27T15:52:53.5066768Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:53.5210493Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:53.6596902Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... /var/lib/jenkins/workspace/test/test_sparse_csr.py:1456: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:52:53.6597860Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:52:53.6598256Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:52:53.6598560Z should be replaced with 2022-09-27T15:52:53.6599029Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:52:53.6599662Z expected_X, _ = torch.triangular_solve( 2022-09-27T15:52:53.7168039Z ok (0.196s) 2022-09-27T15:52:53.7811089Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-09-27T15:52:53.8425558Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-09-27T15:52:53.9022309Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.060s) 2022-09-27T15:52:53.9641862Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.062s) 2022-09-27T15:52:54.0278369Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-09-27T15:52:54.0885993Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-09-27T15:52:54.1478428Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-09-27T15:52:54.2125729Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-09-27T15:52:54.2780646Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-09-27T15:52:54.3414619Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:54.4034890Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.062s) 2022-09-27T15:52:54.4675675Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-09-27T15:52:54.5331410Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-09-27T15:52:54.5958968Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:54.6571332Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-09-27T15:52:54.7212412Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-09-27T15:52:54.7862698Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-09-27T15:52:54.8492810Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:54.9104827Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-09-27T15:52:54.9731878Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:55.0372115Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-09-27T15:52:55.0981512Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-09-27T15:52:55.1573565Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-09-27T15:52:55.2235848Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-09-27T15:52:55.2904724Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-09-27T15:52:55.3547830Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-09-27T15:52:55.4184002Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:55.4824832Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.064s) 2022-09-27T15:52:55.5480374Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-09-27T15:52:55.6109186Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-09-27T15:52:55.6723892Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-09-27T15:52:55.6957186Z test_bmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-09-27T15:52:55.7198723Z test_bmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-09-27T15:52:55.7419793Z test_bmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-09-27T15:52:55.7630038Z test_bmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:52:55.7647190Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:55.8153440Z This test performs a smoke test for covered conversion and verifies ... ok (0.052s) 2022-09-27T15:52:55.8172862Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:55.8688974Z This test performs a smoke test for covered conversion and verifies ... ok (0.053s) 2022-09-27T15:52:55.8706143Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:55.8922257Z This test performs a smoke test for covered conversion and verifies ... ok (0.023s) 2022-09-27T15:52:55.8939434Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:55.9156573Z This test performs a smoke test for covered conversion and verifies ... ok (0.023s) 2022-09-27T15:52:55.9176237Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:55.9702114Z This test performs a smoke test for covered conversion and verifies ... ok (0.054s) 2022-09-27T15:52:55.9721532Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.0217206Z This test performs a smoke test for covered conversion and verifies ... ok (0.051s) 2022-09-27T15:52:56.0233924Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.0451446Z This test performs a smoke test for covered conversion and verifies ... ok (0.023s) 2022-09-27T15:52:56.0468610Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.0644703Z This test performs a smoke test for covered conversion and verifies ... ok (0.019s) 2022-09-27T15:52:56.0661609Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.0879501Z This test performs a smoke test for covered conversion and verifies ... ok (0.023s) 2022-09-27T15:52:56.0896791Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.1110949Z This test performs a smoke test for covered conversion and verifies ... ok (0.023s) 2022-09-27T15:52:56.1127670Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.1183374Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-09-27T15:52:56.1200419Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.1267877Z This test performs a smoke test for covered conversion and verifies ... ok (0.008s) 2022-09-27T15:52:56.1285104Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.1504664Z This test performs a smoke test for covered conversion and verifies ... ok (0.024s) 2022-09-27T15:52:56.1521569Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.1737508Z This test performs a smoke test for covered conversion and verifies ... ok (0.023s) 2022-09-27T15:52:56.1754409Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.1824585Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-09-27T15:52:56.1841663Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.1893413Z This test performs a smoke test for covered conversion and verifies ... ok (0.007s) 2022-09-27T15:52:56.1958967Z test_coo_csr_conversion_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:56.2007341Z test_coo_csr_conversion_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:56.2079088Z test_coo_csr_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:52:56.2152022Z test_coo_csr_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:52:56.2216719Z test_coo_csr_conversion_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:56.2281329Z test_coo_csr_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:56.2344273Z test_coo_csr_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:56.2393853Z test_coo_csr_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:56.2442513Z test_coo_csr_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:56.2489336Z test_coo_csr_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:56.2538589Z test_coo_csr_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:56.2587064Z test_coo_csr_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:56.2785608Z test_coo_to_csr_convert_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-09-27T15:52:56.2862133Z test_csr_coo_conversion_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:52:56.2921421Z test_csr_coo_conversion_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:56.3003644Z test_csr_coo_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:52:56.3087434Z test_csr_coo_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:52:56.3163725Z test_csr_coo_conversion_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:52:56.3239269Z test_csr_coo_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:52:56.3313119Z test_csr_coo_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:52:56.3374206Z test_csr_coo_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:56.3435466Z test_csr_coo_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:56.3493904Z test_csr_coo_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:56.3554729Z test_csr_coo_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:56.3615176Z test_csr_coo_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:56.3635776Z test_csr_double_to_sparse_csr_cuda (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:52:56.3673889Z test_csr_is_contiguous_cuda (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-09-27T15:52:56.4261906Z test_csr_matvec_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-09-27T15:52:56.4854657Z test_csr_matvec_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-09-27T15:52:56.5435581Z test_csr_matvec_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-09-27T15:52:56.6017168Z test_csr_matvec_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-09-27T15:52:56.6054903Z test_csr_storage_cuda (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-09-27T15:52:56.6109007Z test_csr_stride_cuda (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:56.6318856Z test_csr_to_block_csr_blocksize_2_cuda_float64_int32 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:52:56.6521620Z test_csr_to_block_csr_blocksize_2_cuda_float64_int64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-09-27T15:52:56.6850679Z test_csr_to_block_csr_blocksize_4_cuda_float64_int32 (__main__.TestSparseCSRCUDA) ... ok (0.033s) 2022-09-27T15:52:56.7173389Z test_csr_to_block_csr_blocksize_4_cuda_float64_int64 (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-09-27T15:52:56.7461920Z test_csr_to_block_csr_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2022-09-27T15:52:56.7528683Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:56.7632327Z This test tests conversion from dense to/from CSR and CSC ... ok (0.017s) 2022-09-27T15:52:56.7700269Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.1280172Z This test tests conversion from dense to/from CSR and CSC ... ok (0.365s) 2022-09-27T15:52:57.1346753Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.1428324Z This test tests conversion from dense to/from CSR and CSC ... ok (0.015s) 2022-09-27T15:52:57.1494410Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.1741509Z This test tests conversion from dense to/from CSR and CSC ... ok (0.031s) 2022-09-27T15:52:57.1809528Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.1905413Z This test tests conversion from dense to/from CSR and CSC ... ok (0.016s) 2022-09-27T15:52:57.1975270Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.5472376Z This test tests conversion from dense to/from CSR and CSC ... ok (0.356s) 2022-09-27T15:52:57.5539212Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.5617189Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2022-09-27T15:52:57.5678919Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.5919668Z This test tests conversion from dense to/from CSR and CSC ... ok (0.030s) 2022-09-27T15:52:57.5990346Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.6124737Z This test tests conversion from dense to/from CSR and CSC ... ok (0.020s) 2022-09-27T15:52:57.6195708Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.7411148Z This test tests conversion from dense to/from CSR and CSC ... ok (0.129s) 2022-09-27T15:52:57.7478747Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.7567502Z This test tests conversion from dense to/from CSR and CSC ... ok (0.016s) 2022-09-27T15:52:57.7634414Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.7711210Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2022-09-27T15:52:57.7779310Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.7890772Z This test tests conversion from dense to/from CSR and CSC ... ok (0.018s) 2022-09-27T15:52:57.7958137Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.9157801Z This test tests conversion from dense to/from CSR and CSC ... ok (0.127s) 2022-09-27T15:52:57.9227890Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.9312127Z This test tests conversion from dense to/from CSR and CSC ... ok (0.015s) 2022-09-27T15:52:57.9381951Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-09-27T15:52:57.9458162Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2022-09-27T15:52:57.9537807Z test_direct_coo_csr_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:52:57.9616012Z test_direct_coo_csr_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:52:57.9686029Z test_direct_coo_csr_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:52:57.9754606Z test_direct_coo_csr_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:52:57.9808549Z test_direct_coo_csr_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:57.9862967Z test_direct_coo_csr_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:57.9915006Z test_direct_coo_csr_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:57.9968979Z test_direct_coo_csr_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:58.0023879Z test_direct_coo_csr_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:58.0070896Z test_exercise_detach_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:58.0112257Z test_exercise_detach_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-09-27T15:52:58.0161124Z test_exercise_detach_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:58.0210239Z test_exercise_detach_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:58.0257312Z test_exercise_detach_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:58.0304060Z test_exercise_detach_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:58.0350552Z test_exercise_detach_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:58.0392041Z test_exercise_detach_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-09-27T15:52:58.0433642Z test_exercise_detach_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-09-27T15:52:58.0475599Z test_exercise_detach_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-09-27T15:52:58.0517035Z test_exercise_detach_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-09-27T15:52:58.0559815Z test_exercise_detach_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-09-27T15:52:58.0857684Z test_matmul_device_mismatch_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-09-27T15:52:58.9633335Z test_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.877s) 2022-09-27T15:52:58.9912295Z test_mm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2022-09-27T15:52:59.3455268Z test_mul_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.354s) 2022-09-27T15:52:59.6994348Z test_mul_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.354s) 2022-09-27T15:52:59.7049315Z test_resize_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:59.7100378Z test_resize_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:59.7156700Z test_resize_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:59.7213336Z test_resize_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:59.7266843Z test_resize_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:59.7323774Z test_resize_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:59.7380579Z test_resize_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:52:59.7435336Z test_resize_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:59.7489190Z test_resize_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:59.7541044Z test_resize_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:59.7592525Z test_resize_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:59.7644379Z test_resize_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:52:59.7790164Z test_resize_errors_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.7930478Z test_resize_errors_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.8074415Z test_resize_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.8218055Z test_resize_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.8360011Z test_resize_errors_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.8502871Z test_resize_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.8644432Z test_resize_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.8784671Z test_resize_errors_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.8924917Z test_resize_errors_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.9065569Z test_resize_errors_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.9205378Z test_resize_errors_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.9345747Z test_resize_errors_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-09-27T15:52:59.9450146Z test_sampled_addmm_autograd_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-09-27T15:52:59.9553430Z test_sampled_addmm_autograd_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-09-27T15:52:59.9645954Z test_sampled_addmm_autograd_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:52:59.9734392Z test_sampled_addmm_autograd_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:00.7500617Z test_sampled_addmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.776s) 2022-09-27T15:53:01.5449061Z test_sampled_addmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.795s) 2022-09-27T15:53:02.2783094Z test_sampled_addmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.733s) 2022-09-27T15:53:02.9904400Z test_sampled_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.712s) 2022-09-27T15:53:03.0330108Z test_sampled_addmm_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-09-27T15:53:03.0746008Z test_sampled_addmm_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.041s) 2022-09-27T15:53:03.1157133Z test_sampled_addmm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.041s) 2022-09-27T15:53:03.1568130Z test_sampled_addmm_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.041s) 2022-09-27T15:53:03.1584358Z 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-09-27T15:53:03.1600309Z test_sampled_addmm_zero_sized_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.001s) 2022-09-27T15:53:03.1616492Z 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-09-27T15:53:03.1632566Z test_sampled_addmm_zero_sized_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.001s) 2022-09-27T15:53:03.1899835Z test_select_SparseBSC_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-09-27T15:53:03.2144179Z test_select_SparseBSC_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-09-27T15:53:03.2416314Z test_select_SparseBSC_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-09-27T15:53:03.2690855Z test_select_SparseBSC_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-09-27T15:53:03.2949500Z test_select_SparseBSC_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-09-27T15:53:03.3212104Z test_select_SparseBSC_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-09-27T15:53:03.3477102Z test_select_SparseBSC_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-09-27T15:53:03.3726425Z test_select_SparseBSC_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-09-27T15:53:03.3976704Z test_select_SparseBSC_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-09-27T15:53:03.4221137Z test_select_SparseBSC_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-09-27T15:53:03.4472353Z test_select_SparseBSC_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-09-27T15:53:03.4722343Z test_select_SparseBSC_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-09-27T15:53:03.4982648Z test_select_SparseBSC_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-09-27T15:53:03.5220786Z test_select_SparseBSC_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-09-27T15:53:03.5483871Z test_select_SparseBSC_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-09-27T15:53:03.5755776Z test_select_SparseBSC_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-09-27T15:53:03.6015562Z test_select_SparseBSC_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-09-27T15:53:03.6277449Z test_select_SparseBSC_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-09-27T15:53:03.6539010Z test_select_SparseBSC_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-09-27T15:53:03.6783696Z test_select_SparseBSC_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-09-27T15:53:03.7030559Z test_select_SparseBSC_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-09-27T15:53:03.7277515Z test_select_SparseBSC_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-09-27T15:53:03.7525399Z test_select_SparseBSC_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-09-27T15:53:03.7773542Z test_select_SparseBSC_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-09-27T15:53:03.8003275Z test_select_SparseBSR_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-09-27T15:53:03.8213035Z test_select_SparseBSR_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:53:03.8448089Z test_select_SparseBSR_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-09-27T15:53:03.8685915Z test_select_SparseBSR_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-09-27T15:53:03.8909210Z test_select_SparseBSR_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-09-27T15:53:03.9135811Z test_select_SparseBSR_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-09-27T15:53:03.9362725Z test_select_SparseBSR_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-09-27T15:53:03.9574965Z test_select_SparseBSR_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:53:03.9786415Z test_select_SparseBSR_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:53:03.9993702Z test_select_SparseBSR_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:53:04.0204210Z test_select_SparseBSR_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:53:04.0415201Z test_select_SparseBSR_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:53:04.0637212Z test_select_SparseBSR_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-09-27T15:53:04.0836718Z test_select_SparseBSR_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-09-27T15:53:04.1063391Z test_select_SparseBSR_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-09-27T15:53:04.1289830Z test_select_SparseBSR_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-09-27T15:53:04.1511690Z test_select_SparseBSR_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-09-27T15:53:04.1732850Z test_select_SparseBSR_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-09-27T15:53:04.1945960Z test_select_SparseBSR_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:53:04.2147005Z test_select_SparseBSR_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-09-27T15:53:04.2356744Z test_select_SparseBSR_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:53:04.2560545Z test_select_SparseBSR_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-09-27T15:53:04.2770043Z test_select_SparseBSR_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:53:04.2979591Z test_select_SparseBSR_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-09-27T15:53:04.3442188Z test_select_SparseCSC_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-09-27T15:53:04.3878663Z test_select_SparseCSC_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-09-27T15:53:04.4345597Z test_select_SparseCSC_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2022-09-27T15:53:04.4820422Z test_select_SparseCSC_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2022-09-27T15:53:04.5282067Z test_select_SparseCSC_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-09-27T15:53:04.5745370Z test_select_SparseCSC_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-09-27T15:53:04.6201736Z test_select_SparseCSC_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-09-27T15:53:04.6638344Z test_select_SparseCSC_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-09-27T15:53:04.7076999Z test_select_SparseCSC_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-09-27T15:53:04.7512257Z test_select_SparseCSC_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-09-27T15:53:04.7949454Z test_select_SparseCSC_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-09-27T15:53:04.8387141Z test_select_SparseCSC_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-09-27T15:53:04.8835957Z test_select_SparseCSC_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-09-27T15:53:04.9260797Z test_select_SparseCSC_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-09-27T15:53:04.9719582Z test_select_SparseCSC_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-09-27T15:53:05.0186480Z test_select_SparseCSC_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2022-09-27T15:53:05.0625858Z test_select_SparseCSC_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-09-27T15:53:05.1067740Z test_select_SparseCSC_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-09-27T15:53:05.1510347Z test_select_SparseCSC_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-09-27T15:53:05.1937603Z test_select_SparseCSC_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-09-27T15:53:05.2360746Z test_select_SparseCSC_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-09-27T15:53:05.2795547Z test_select_SparseCSC_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-09-27T15:53:05.3229408Z test_select_SparseCSC_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-09-27T15:53:05.3662362Z test_select_SparseCSC_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-09-27T15:53:05.4039757Z test_select_SparseCSR_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.038s) 2022-09-27T15:53:05.4397572Z test_select_SparseCSR_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-09-27T15:53:05.4788956Z test_select_SparseCSR_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-09-27T15:53:05.5181193Z test_select_SparseCSR_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-09-27T15:53:05.5560197Z test_select_SparseCSR_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.038s) 2022-09-27T15:53:05.5938692Z test_select_SparseCSR_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.038s) 2022-09-27T15:53:05.6318814Z test_select_SparseCSR_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.038s) 2022-09-27T15:53:05.6681380Z test_select_SparseCSR_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-09-27T15:53:05.7042117Z test_select_SparseCSR_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-09-27T15:53:05.7402911Z test_select_SparseCSR_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-09-27T15:53:05.7767979Z test_select_SparseCSR_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-09-27T15:53:05.8127952Z test_select_SparseCSR_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-09-27T15:53:05.8493253Z test_select_SparseCSR_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-09-27T15:53:05.8846893Z test_select_SparseCSR_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-09-27T15:53:05.9227145Z test_select_SparseCSR_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.038s) 2022-09-27T15:53:05.9605486Z test_select_SparseCSR_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.038s) 2022-09-27T15:53:05.9972866Z test_select_SparseCSR_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2022-09-27T15:53:06.0343146Z test_select_SparseCSR_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2022-09-27T15:53:06.0714579Z test_select_SparseCSR_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2022-09-27T15:53:06.1060621Z test_select_SparseCSR_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-09-27T15:53:06.1408609Z test_select_SparseCSR_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-09-27T15:53:06.1762669Z test_select_SparseCSR_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-09-27T15:53:06.2110630Z test_select_SparseCSR_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-09-27T15:53:06.2460828Z test_select_SparseCSR_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-09-27T15:53:06.2907934Z test_sparse_add_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-09-27T15:53:06.3357038Z test_sparse_add_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-09-27T15:53:06.3784921Z test_sparse_add_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-09-27T15:53:06.4204492Z test_sparse_add_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-09-27T15:53:06.4377873Z test_sparse_add_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-09-27T15:53:06.4549203Z test_sparse_add_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-09-27T15:53:06.4718513Z test_sparse_add_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-09-27T15:53:06.4892315Z test_sparse_add_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-09-27T15:53:06.5314256Z test_sparse_addmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-09-27T15:53:06.5734731Z test_sparse_addmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-09-27T15:53:06.6118725Z test_sparse_addmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.038s) 2022-09-27T15:53:06.6500438Z test_sparse_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.038s) 2022-09-27T15:53:06.6586312Z test_sparse_csc_to_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:06.6651905Z test_sparse_csc_to_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:06.6743897Z test_sparse_csc_to_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:06.6836879Z test_sparse_csc_to_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:06.6921568Z test_sparse_csc_to_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:06.7006680Z test_sparse_csc_to_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:06.7089068Z test_sparse_csc_to_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:06.7156126Z test_sparse_csc_to_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:06.7222744Z test_sparse_csc_to_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:06.7286968Z test_sparse_csc_to_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:06.7353563Z test_sparse_csc_to_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:06.7420232Z test_sparse_csc_to_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:06.7472430Z test_sparse_csr_from_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.7521756Z test_sparse_csr_from_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.7573991Z test_sparse_csr_from_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.7627272Z test_sparse_csr_from_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.7680074Z test_sparse_csr_from_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.7733088Z test_sparse_csr_from_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.7785319Z test_sparse_csr_from_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.7834946Z test_sparse_csr_from_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.7884139Z test_sparse_csr_from_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.7933163Z test_sparse_csr_from_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.7982711Z test_sparse_csr_from_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.8031837Z test_sparse_csr_from_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-09-27T15:53:06.8112421Z test_sparse_csr_to_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:06.8174725Z test_sparse_csr_to_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:06.8261298Z test_sparse_csr_to_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:06.8351225Z test_sparse_csr_to_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:06.8432397Z test_sparse_csr_to_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:06.8512435Z test_sparse_csr_to_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:06.8590051Z test_sparse_csr_to_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:06.8653054Z test_sparse_csr_to_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:06.8715397Z test_sparse_csr_to_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:06.8776413Z test_sparse_csr_to_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:06.8838658Z test_sparse_csr_to_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:06.8901483Z test_sparse_csr_to_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:06.8929573Z test_sparse_csr_unary_inplace_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:06.8956520Z test_sparse_csr_unary_inplace_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:06.9030823Z test_sparse_csr_unary_inplace_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:06.9051359Z test_sparse_csr_unary_inplace_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:53:06.9052089Z result = torch.complex(real, imag) 2022-09-27T15:53:07.1495328Z ok (0.246s) 2022-09-27T15:53:07.1594601Z test_sparse_csr_unary_inplace_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-09-27T15:53:07.1625339Z test_sparse_csr_unary_inplace_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.1655252Z test_sparse_csr_unary_inplace_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.1682411Z test_sparse_csr_unary_inplace_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.1707745Z test_sparse_csr_unary_inplace_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.1732931Z test_sparse_csr_unary_inplace_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.1757318Z test_sparse_csr_unary_inplace_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.1782671Z test_sparse_csr_unary_inplace_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.1807485Z test_sparse_csr_unary_inplace_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.1824206Z test_sparse_csr_unary_inplace_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.1840239Z test_sparse_csr_unary_inplace_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.1858275Z test_sparse_csr_unary_inplace_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.1875894Z test_sparse_csr_unary_inplace_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.1893598Z test_sparse_csr_unary_inplace_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.1911242Z test_sparse_csr_unary_inplace_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.1928845Z test_sparse_csr_unary_inplace_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.1946581Z test_sparse_csr_unary_inplace_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.1964276Z test_sparse_csr_unary_inplace_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.1982007Z test_sparse_csr_unary_inplace_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.1998268Z test_sparse_csr_unary_inplace_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:07.2028149Z test_sparse_csr_unary_inplace_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2111610Z test_sparse_csr_unary_inplace_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.2140348Z test_sparse_csr_unary_inplace_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2169238Z test_sparse_csr_unary_inplace_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2198033Z test_sparse_csr_unary_inplace_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2225834Z test_sparse_csr_unary_inplace_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2253653Z test_sparse_csr_unary_inplace_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2280628Z test_sparse_csr_unary_inplace_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2363301Z test_sparse_csr_unary_inplace_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.2446277Z test_sparse_csr_unary_inplace_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.2528977Z test_sparse_csr_unary_inplace_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.2611534Z test_sparse_csr_unary_inplace_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.2693503Z test_sparse_csr_unary_inplace_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.2720946Z test_sparse_csr_unary_inplace_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2803216Z test_sparse_csr_unary_inplace_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.2833615Z test_sparse_csr_unary_inplace_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2864400Z test_sparse_csr_unary_inplace_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2895312Z test_sparse_csr_unary_inplace_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2924351Z test_sparse_csr_unary_inplace_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2953699Z test_sparse_csr_unary_inplace_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.2982887Z test_sparse_csr_unary_inplace_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.3068326Z test_sparse_csr_unary_inplace_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.3154055Z test_sparse_csr_unary_inplace_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.3239605Z test_sparse_csr_unary_inplace_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.3321748Z test_sparse_csr_unary_inplace_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.3403772Z test_sparse_csr_unary_inplace_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.3431737Z test_sparse_csr_unary_inplace_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.3513489Z test_sparse_csr_unary_inplace_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.3542119Z test_sparse_csr_unary_inplace_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.3570661Z test_sparse_csr_unary_inplace_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.3599502Z test_sparse_csr_unary_inplace_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.3626844Z test_sparse_csr_unary_inplace_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.3654435Z test_sparse_csr_unary_inplace_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.3681608Z test_sparse_csr_unary_inplace_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.3764651Z test_sparse_csr_unary_inplace_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.3845975Z test_sparse_csr_unary_inplace_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.3927751Z test_sparse_csr_unary_inplace_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.4009963Z test_sparse_csr_unary_inplace_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.4091726Z test_sparse_csr_unary_inplace_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.4119336Z test_sparse_csr_unary_inplace_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4205007Z test_sparse_csr_unary_inplace_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.4235279Z test_sparse_csr_unary_inplace_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4266064Z test_sparse_csr_unary_inplace_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4296894Z test_sparse_csr_unary_inplace_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4325816Z test_sparse_csr_unary_inplace_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4354877Z test_sparse_csr_unary_inplace_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4382520Z test_sparse_csr_unary_inplace_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4464824Z test_sparse_csr_unary_inplace_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.4549478Z test_sparse_csr_unary_inplace_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.4635343Z test_sparse_csr_unary_inplace_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.4720981Z test_sparse_csr_unary_inplace_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.4802233Z test_sparse_csr_unary_inplace_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.4830131Z test_sparse_csr_unary_inplace_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4857600Z test_sparse_csr_unary_inplace_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4884887Z test_sparse_csr_unary_inplace_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4912070Z test_sparse_csr_unary_inplace_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.4937153Z test_sparse_csr_unary_inplace_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.4961608Z test_sparse_csr_unary_inplace_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.4986118Z test_sparse_csr_unary_inplace_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.5010804Z test_sparse_csr_unary_inplace_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.5037335Z test_sparse_csr_unary_inplace_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.5064170Z test_sparse_csr_unary_inplace_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.5088994Z test_sparse_csr_unary_inplace_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.5117819Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7010062Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.189s) 2022-09-27T15:53:07.7040161Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7067354Z test_sparse_csr_unary_inplace_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7094776Z test_sparse_csr_unary_inplace_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7122724Z test_sparse_csr_unary_inplace_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7149031Z test_sparse_csr_unary_inplace_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7175260Z test_sparse_csr_unary_inplace_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7200653Z test_sparse_csr_unary_inplace_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:07.7226758Z test_sparse_csr_unary_inplace_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7252874Z test_sparse_csr_unary_inplace_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7282368Z test_sparse_csr_unary_inplace_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7365188Z test_sparse_csr_unary_inplace_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.7393625Z test_sparse_csr_unary_inplace_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7421349Z test_sparse_csr_unary_inplace_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7449565Z test_sparse_csr_unary_inplace_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:07.7532853Z test_sparse_csr_unary_inplace_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.7618025Z test_sparse_csr_unary_inplace_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.7701509Z test_sparse_csr_unary_inplace_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.7783067Z test_sparse_csr_unary_inplace_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:07.7867425Z test_sparse_csr_unary_inplace_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:08.0901462Z test_sparse_csr_unary_inplace_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.303s) 2022-09-27T15:53:08.2993261Z test_sparse_csr_unary_inplace_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.209s) 2022-09-27T15:53:08.5026209Z test_sparse_csr_unary_inplace_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.203s) 2022-09-27T15:53:08.7697196Z test_sparse_csr_unary_inplace_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.267s) 2022-09-27T15:53:08.7786078Z test_sparse_csr_unary_inplace_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:08.7872491Z test_sparse_csr_unary_inplace_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:08.7958877Z test_sparse_csr_unary_inplace_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:08.8045275Z test_sparse_csr_unary_inplace_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:08.8129472Z test_sparse_csr_unary_inplace_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:08.8157723Z test_sparse_csr_unary_inplace_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8239223Z test_sparse_csr_unary_inplace_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:08.8266737Z test_sparse_csr_unary_inplace_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8294469Z test_sparse_csr_unary_inplace_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8322564Z test_sparse_csr_unary_inplace_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8406320Z test_sparse_csr_unary_inplace_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:08.8488842Z test_sparse_csr_unary_inplace_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:08.8570469Z test_sparse_csr_unary_inplace_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:08.8652005Z test_sparse_csr_unary_inplace_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:08.8733790Z test_sparse_csr_unary_inplace_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:08.8761209Z test_sparse_csr_unary_inplace_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8788944Z test_sparse_csr_unary_inplace_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8817419Z test_sparse_csr_unary_inplace_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8846028Z test_sparse_csr_unary_inplace_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8872625Z test_sparse_csr_unary_inplace_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8899406Z test_sparse_csr_unary_inplace_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8925334Z test_sparse_csr_unary_inplace_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:08.8951759Z test_sparse_csr_unary_inplace_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.8976838Z test_sparse_csr_unary_inplace_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:08.8993111Z test_sparse_csr_unary_inplace_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9010653Z test_sparse_csr_unary_inplace_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9028491Z test_sparse_csr_unary_inplace_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9044364Z test_sparse_csr_unary_inplace_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:08.9060582Z test_sparse_csr_unary_inplace_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9076330Z test_sparse_csr_unary_inplace_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:08.9092643Z test_sparse_csr_unary_inplace_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9108144Z test_sparse_csr_unary_inplace_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:08.9124085Z test_sparse_csr_unary_inplace_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:08.9140108Z test_sparse_csr_unary_inplace_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9156084Z test_sparse_csr_unary_inplace_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:08.9173604Z test_sparse_csr_unary_inplace_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9191214Z test_sparse_csr_unary_inplace_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9208671Z test_sparse_csr_unary_inplace_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9225906Z test_sparse_csr_unary_inplace_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9241608Z test_sparse_csr_unary_inplace_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:08.9258343Z test_sparse_csr_unary_inplace_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9274361Z test_sparse_csr_unary_inplace_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:08.9290970Z test_sparse_csr_unary_inplace_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9308616Z test_sparse_csr_unary_inplace_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9326025Z test_sparse_csr_unary_inplace_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9343691Z test_sparse_csr_unary_inplace_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9361238Z test_sparse_csr_unary_inplace_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9378677Z test_sparse_csr_unary_inplace_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9396045Z test_sparse_csr_unary_inplace_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9413696Z test_sparse_csr_unary_inplace_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9430945Z test_sparse_csr_unary_inplace_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9448381Z test_sparse_csr_unary_inplace_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9465898Z test_sparse_csr_unary_inplace_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9483189Z test_sparse_csr_unary_inplace_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9500952Z test_sparse_csr_unary_inplace_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9517046Z test_sparse_csr_unary_inplace_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:08.9534717Z test_sparse_csr_unary_inplace_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9552063Z test_sparse_csr_unary_inplace_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9569549Z test_sparse_csr_unary_inplace_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9587339Z test_sparse_csr_unary_inplace_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9604628Z test_sparse_csr_unary_inplace_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9622458Z test_sparse_csr_unary_inplace_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9639842Z test_sparse_csr_unary_inplace_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9657282Z test_sparse_csr_unary_inplace_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9674776Z test_sparse_csr_unary_inplace_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9692335Z test_sparse_csr_unary_inplace_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9710014Z test_sparse_csr_unary_inplace_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9727551Z test_sparse_csr_unary_inplace_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9745166Z test_sparse_csr_unary_inplace_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:08.9774398Z test_sparse_csr_unary_inplace_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.9855932Z test_sparse_csr_unary_inplace_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:08.9883988Z test_sparse_csr_unary_inplace_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.9912420Z test_sparse_csr_unary_inplace_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:08.9941561Z test_sparse_csr_unary_inplace_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.0026933Z test_sparse_csr_unary_inplace_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:09.0109352Z test_sparse_csr_unary_inplace_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:09.0190548Z test_sparse_csr_unary_inplace_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:09.0272051Z test_sparse_csr_unary_inplace_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:09.0353826Z test_sparse_csr_unary_inplace_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:09.0383010Z test_sparse_csr_unary_inplace_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.0413773Z test_sparse_csr_unary_inplace_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.2339842Z test_sparse_csr_unary_inplace_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.192s) 2022-09-27T15:53:09.4220214Z test_sparse_csr_unary_inplace_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.188s) 2022-09-27T15:53:09.4249089Z test_sparse_csr_unary_inplace_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4276682Z test_sparse_csr_unary_inplace_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4305263Z test_sparse_csr_unary_inplace_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4332196Z test_sparse_csr_unary_inplace_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4357350Z test_sparse_csr_unary_inplace_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.4383593Z test_sparse_csr_unary_inplace_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4409973Z test_sparse_csr_unary_inplace_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4435943Z test_sparse_csr_unary_inplace_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.4465540Z test_sparse_csr_unary_inplace_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4493046Z test_sparse_csr_unary_inplace_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4520654Z test_sparse_csr_unary_inplace_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4547490Z test_sparse_csr_unary_inplace_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4573442Z test_sparse_csr_unary_inplace_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.4598009Z test_sparse_csr_unary_inplace_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.4622610Z test_sparse_csr_unary_inplace_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.4647148Z test_sparse_csr_unary_inplace_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.4673234Z test_sparse_csr_unary_inplace_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.4699983Z test_sparse_csr_unary_inplace_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.4724541Z test_sparse_csr_unary_inplace_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.4753340Z test_sparse_csr_unary_inplace_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.7147927Z test_sparse_csr_unary_inplace_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.239s) 2022-09-27T15:53:09.9535266Z test_sparse_csr_unary_inplace_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.239s) 2022-09-27T15:53:09.9563825Z test_sparse_csr_unary_inplace_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.9591768Z test_sparse_csr_unary_inplace_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.9619176Z test_sparse_csr_unary_inplace_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.9643988Z test_sparse_csr_unary_inplace_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.9669321Z test_sparse_csr_unary_inplace_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.9694379Z test_sparse_csr_unary_inplace_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.9719823Z test_sparse_csr_unary_inplace_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.9744819Z test_sparse_csr_unary_inplace_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.9772949Z test_sparse_csr_unary_inplace_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.9797615Z test_sparse_csr_unary_inplace_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.9825352Z test_sparse_csr_unary_inplace_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.9852735Z test_sparse_csr_unary_inplace_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.9879779Z test_sparse_csr_unary_inplace_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.9904462Z test_sparse_csr_unary_inplace_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.9931070Z test_sparse_csr_unary_inplace_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:09.9957192Z test_sparse_csr_unary_inplace_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:09.9983849Z test_sparse_csr_unary_inplace_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.0010134Z test_sparse_csr_unary_inplace_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.0029402Z test_sparse_csr_unary_inplace_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:10.0045291Z test_sparse_csr_unary_inplace_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:10.0061441Z test_sparse_csr_unary_inplace_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:10.0077479Z test_sparse_csr_unary_inplace_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:10.0093506Z test_sparse_csr_unary_inplace_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:10.0110945Z test_sparse_csr_unary_inplace_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:10.0128310Z test_sparse_csr_unary_inplace_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:10.0144710Z test_sparse_csr_unary_inplace_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:10.0160490Z test_sparse_csr_unary_inplace_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:53:10.0176566Z test_sparse_csr_unary_inplace_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:53:10.0203916Z test_sparse_csr_unary_inplace_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.0286533Z test_sparse_csr_unary_inplace_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.0316246Z test_sparse_csr_unary_inplace_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.0346207Z test_sparse_csr_unary_inplace_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.0376987Z test_sparse_csr_unary_inplace_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.0404329Z test_sparse_csr_unary_inplace_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.0431860Z test_sparse_csr_unary_inplace_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.0460209Z test_sparse_csr_unary_inplace_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.0542902Z test_sparse_csr_unary_inplace_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.0625736Z test_sparse_csr_unary_inplace_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.0707252Z test_sparse_csr_unary_inplace_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.0788447Z test_sparse_csr_unary_inplace_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.0870402Z test_sparse_csr_unary_inplace_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.0898158Z test_sparse_csr_unary_inplace_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.0983540Z test_sparse_csr_unary_inplace_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.1013821Z test_sparse_csr_unary_inplace_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.1044428Z test_sparse_csr_unary_inplace_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.1073178Z test_sparse_csr_unary_inplace_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.1100661Z test_sparse_csr_unary_inplace_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.1128829Z test_sparse_csr_unary_inplace_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.1157833Z test_sparse_csr_unary_inplace_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.1243228Z test_sparse_csr_unary_inplace_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.1325932Z test_sparse_csr_unary_inplace_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.1412268Z test_sparse_csr_unary_inplace_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:10.1494716Z test_sparse_csr_unary_inplace_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.1577386Z test_sparse_csr_unary_inplace_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.1607149Z test_sparse_csr_unary_inplace_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:10.1689855Z test_sparse_csr_unary_inplace_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:10.7006176Z test_sparse_csr_unary_inplace_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.531s) 2022-09-27T15:53:11.2528775Z test_sparse_csr_unary_inplace_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.552s) 2022-09-27T15:53:11.8024715Z test_sparse_csr_unary_inplace_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.549s) 2022-09-27T15:53:11.8053938Z test_sparse_csr_unary_inplace_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.8081554Z test_sparse_csr_unary_inplace_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.8108943Z test_sparse_csr_unary_inplace_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.8192794Z test_sparse_csr_unary_inplace_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.8275017Z test_sparse_csr_unary_inplace_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.8357450Z test_sparse_csr_unary_inplace_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.8439296Z test_sparse_csr_unary_inplace_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.8521549Z test_sparse_csr_unary_inplace_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.8551085Z test_sparse_csr_unary_inplace_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.8633420Z test_sparse_csr_unary_inplace_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.8662314Z test_sparse_csr_unary_inplace_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.8692048Z test_sparse_csr_unary_inplace_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.8722528Z test_sparse_csr_unary_inplace_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.8751847Z test_sparse_csr_unary_inplace_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.8781365Z test_sparse_csr_unary_inplace_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.8810178Z test_sparse_csr_unary_inplace_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.8896600Z test_sparse_csr_unary_inplace_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-09-27T15:53:11.8982753Z test_sparse_csr_unary_inplace_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.9068682Z test_sparse_csr_unary_inplace_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.9151098Z test_sparse_csr_unary_inplace_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.9233765Z test_sparse_csr_unary_inplace_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.9261606Z test_sparse_csr_unary_inplace_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.9343418Z test_sparse_csr_unary_inplace_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.9371999Z test_sparse_csr_unary_inplace_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.9400312Z test_sparse_csr_unary_inplace_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.9430008Z test_sparse_csr_unary_inplace_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.9459603Z test_sparse_csr_unary_inplace_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.9488445Z test_sparse_csr_unary_inplace_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.9517414Z test_sparse_csr_unary_inplace_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.9601343Z test_sparse_csr_unary_inplace_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.9683720Z test_sparse_csr_unary_inplace_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.9765419Z test_sparse_csr_unary_inplace_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.9847006Z test_sparse_csr_unary_inplace_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.9929103Z test_sparse_csr_unary_inplace_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:11.9956717Z test_sparse_csr_unary_inplace_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:11.9984424Z test_sparse_csr_unary_inplace_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:12.0011537Z test_sparse_csr_unary_inplace_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:12.0039491Z test_sparse_csr_unary_inplace_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:12.0064206Z test_sparse_csr_unary_inplace_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:12.0088907Z test_sparse_csr_unary_inplace_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:12.0115036Z test_sparse_csr_unary_inplace_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:53:12.0140085Z test_sparse_csr_unary_inplace_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:12.0164880Z test_sparse_csr_unary_inplace_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:53:12.0242018Z test_sparse_csr_unary_out_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.0312871Z test_sparse_csr_unary_out_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.0388070Z test_sparse_csr_unary_out_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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-09-27T15:53:12.0388766Z return self.op(*args, **kwargs) 2022-09-27T15:53:12.0394139Z ok (0.008s) 2022-09-27T15:53:12.0470335Z test_sparse_csr_unary_out_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.0546570Z test_sparse_csr_unary_out_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.0621705Z test_sparse_csr_unary_out_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.0696078Z test_sparse_csr_unary_out_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.0769988Z test_sparse_csr_unary_out_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.0841213Z test_sparse_csr_unary_out_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.0912416Z test_sparse_csr_unary_out_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.0983599Z test_sparse_csr_unary_out_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.1054598Z test_sparse_csr_unary_out_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.1129341Z test_sparse_csr_unary_out_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.1205394Z test_sparse_csr_unary_out_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.3754329Z test_sparse_csr_unary_out_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.255s) 2022-09-27T15:53:12.6273692Z test_sparse_csr_unary_out_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.252s) 2022-09-27T15:53:12.8723470Z test_sparse_csr_unary_out_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.245s) 2022-09-27T15:53:12.8802069Z test_sparse_csr_unary_out_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.8880443Z test_sparse_csr_unary_out_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.8957810Z test_sparse_csr_unary_out_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.9033142Z test_sparse_csr_unary_out_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.9110259Z test_sparse_csr_unary_out_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.9186714Z test_sparse_csr_unary_out_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.9264960Z test_sparse_csr_unary_out_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.9343243Z test_sparse_csr_unary_out_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.9419921Z test_sparse_csr_unary_out_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.9499761Z test_sparse_csr_unary_out_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.9580112Z test_sparse_csr_unary_out_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.9659763Z test_sparse_csr_unary_out_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:12.9734976Z test_sparse_csr_unary_out_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.9809816Z test_sparse_csr_unary_out_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.9885450Z test_sparse_csr_unary_out_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:12.9960074Z test_sparse_csr_unary_out_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.0034627Z test_sparse_csr_unary_out_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.0109033Z test_sparse_csr_unary_out_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.0182687Z test_sparse_csr_unary_out_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.0241501Z test_sparse_csr_unary_out_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:13.0317418Z test_sparse_csr_unary_out_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.0390731Z test_sparse_csr_unary_out_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.0470513Z test_sparse_csr_unary_out_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.0550888Z test_sparse_csr_unary_out_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.0630812Z test_sparse_csr_unary_out_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.0708787Z test_sparse_csr_unary_out_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.0786371Z test_sparse_csr_unary_out_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.0864071Z test_sparse_csr_unary_out_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.0941138Z test_sparse_csr_unary_out_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.1015193Z test_sparse_csr_unary_out_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.1088836Z test_sparse_csr_unary_out_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.1163307Z test_sparse_csr_unary_out_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.1240651Z test_sparse_csr_unary_out_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.1318236Z test_sparse_csr_unary_out_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.1392274Z test_sparse_csr_unary_out_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.1469521Z test_sparse_csr_unary_out_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.1548378Z test_sparse_csr_unary_out_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.1625913Z test_sparse_csr_unary_out_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.1701271Z test_sparse_csr_unary_out_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.1776346Z test_sparse_csr_unary_out_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.1850916Z test_sparse_csr_unary_out_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.1925435Z test_sparse_csr_unary_out_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.1999070Z test_sparse_csr_unary_out_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.2072389Z test_sparse_csr_unary_out_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.2146315Z test_sparse_csr_unary_out_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.2220430Z test_sparse_csr_unary_out_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.2295270Z test_sparse_csr_unary_out_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.2368099Z test_sparse_csr_unary_out_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.2444554Z test_sparse_csr_unary_out_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.2524880Z test_sparse_csr_unary_out_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.2602660Z test_sparse_csr_unary_out_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.2678521Z test_sparse_csr_unary_out_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.2753271Z test_sparse_csr_unary_out_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.2827837Z test_sparse_csr_unary_out_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.2902138Z test_sparse_csr_unary_out_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.2975946Z test_sparse_csr_unary_out_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.3049914Z test_sparse_csr_unary_out_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.3125867Z test_sparse_csr_unary_out_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.3187141Z test_sparse_csr_unary_out_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:13.3265598Z test_sparse_csr_unary_out_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.3343742Z test_sparse_csr_unary_out_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.3421411Z test_sparse_csr_unary_out_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.3499358Z test_sparse_csr_unary_out_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.3573739Z test_sparse_csr_unary_out_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.3647916Z test_sparse_csr_unary_out_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.3719380Z test_sparse_csr_unary_out_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.3790448Z test_sparse_csr_unary_out_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.3862884Z test_sparse_csr_unary_out_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.3937270Z test_sparse_csr_unary_out_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4007815Z test_sparse_csr_unary_out_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4084605Z test_sparse_csr_unary_out_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.4163095Z test_sparse_csr_unary_out_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.4239660Z test_sparse_csr_unary_out_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.4313785Z test_sparse_csr_unary_out_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4388246Z test_sparse_csr_unary_out_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4461907Z test_sparse_csr_unary_out_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4533795Z test_sparse_csr_unary_out_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4604480Z test_sparse_csr_unary_out_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4675258Z test_sparse_csr_unary_out_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4745878Z test_sparse_csr_unary_out_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4816988Z test_sparse_csr_unary_out_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4892093Z test_sparse_csr_unary_out_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.4965509Z test_sparse_csr_unary_out_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.5040541Z test_sparse_csr_unary_out_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.5114163Z test_sparse_csr_unary_out_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.5190987Z test_sparse_csr_unary_out_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.5267946Z test_sparse_csr_unary_out_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.5343968Z test_sparse_csr_unary_out_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.5419945Z test_sparse_csr_unary_out_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.5493743Z test_sparse_csr_unary_out_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.5568814Z test_sparse_csr_unary_out_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.5642335Z test_sparse_csr_unary_out_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.5716214Z test_sparse_csr_unary_out_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.5790618Z test_sparse_csr_unary_out_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.5864852Z test_sparse_csr_unary_out_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.5938377Z test_sparse_csr_unary_out_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6011301Z test_sparse_csr_unary_out_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6084261Z test_sparse_csr_unary_out_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6158034Z test_sparse_csr_unary_out_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6215494Z test_sparse_csr_unary_out_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-09-27T15:53:13.6289390Z test_sparse_csr_unary_out_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6363531Z test_sparse_csr_unary_out_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6441123Z test_sparse_csr_unary_out_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.6516063Z test_sparse_csr_unary_out_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6589930Z test_sparse_csr_unary_out_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6665824Z test_sparse_csr_unary_out_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6740138Z test_sparse_csr_unary_out_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6813655Z test_sparse_csr_unary_out_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6887116Z test_sparse_csr_unary_out_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.6961695Z test_sparse_csr_unary_out_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.7037700Z test_sparse_csr_unary_out_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.7111514Z test_sparse_csr_unary_out_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.7185512Z test_sparse_csr_unary_out_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.7259512Z test_sparse_csr_unary_out_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.7330533Z test_sparse_csr_unary_out_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.7401029Z test_sparse_csr_unary_out_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.7471201Z test_sparse_csr_unary_out_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.7541879Z test_sparse_csr_unary_out_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.7612763Z test_sparse_csr_unary_out_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.7626948Z test_sparse_csr_unary_out_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7640768Z test_sparse_csr_unary_out_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7655104Z test_sparse_csr_unary_out_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7668813Z test_sparse_csr_unary_out_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7682549Z test_sparse_csr_unary_out_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7696395Z test_sparse_csr_unary_out_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7710366Z test_sparse_csr_unary_out_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7725290Z test_sparse_csr_unary_out_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7740698Z test_sparse_csr_unary_out_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7755554Z test_sparse_csr_unary_out_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7769314Z test_sparse_csr_unary_out_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7783370Z test_sparse_csr_unary_out_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7796994Z test_sparse_csr_unary_out_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7810760Z test_sparse_csr_unary_out_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7825877Z test_sparse_csr_unary_out_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7840998Z test_sparse_csr_unary_out_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7856388Z test_sparse_csr_unary_out_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7871569Z test_sparse_csr_unary_out_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7886417Z test_sparse_csr_unary_out_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7900398Z test_sparse_csr_unary_out_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7914819Z test_sparse_csr_unary_out_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7929619Z test_sparse_csr_unary_out_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7944632Z test_sparse_csr_unary_out_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7959220Z test_sparse_csr_unary_out_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.7974132Z test_sparse_csr_unary_out_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:53:13.8046765Z test_sparse_csr_unary_out_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8116769Z test_sparse_csr_unary_out_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8187921Z test_sparse_csr_unary_out_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8259550Z test_sparse_csr_unary_out_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8330255Z test_sparse_csr_unary_out_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8400516Z test_sparse_csr_unary_out_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8470469Z test_sparse_csr_unary_out_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8541622Z test_sparse_csr_unary_out_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8611796Z test_sparse_csr_unary_out_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8682398Z test_sparse_csr_unary_out_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8754088Z test_sparse_csr_unary_out_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8824453Z test_sparse_csr_unary_out_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8894768Z test_sparse_csr_unary_out_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.8965449Z test_sparse_csr_unary_out_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9036662Z test_sparse_csr_unary_out_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9107225Z test_sparse_csr_unary_out_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9177576Z test_sparse_csr_unary_out_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9249748Z test_sparse_csr_unary_out_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9322761Z test_sparse_csr_unary_out_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9396826Z test_sparse_csr_unary_out_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9473949Z test_sparse_csr_unary_out_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:13.9546685Z test_sparse_csr_unary_out_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9620719Z test_sparse_csr_unary_out_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9694470Z test_sparse_csr_unary_out_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9767880Z test_sparse_csr_unary_out_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9841435Z test_sparse_csr_unary_out_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9914633Z test_sparse_csr_unary_out_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:13.9988113Z test_sparse_csr_unary_out_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.0062951Z test_sparse_csr_unary_out_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.0136734Z test_sparse_csr_unary_out_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.0210152Z test_sparse_csr_unary_out_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.0286395Z test_sparse_csr_unary_out_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.0362642Z test_sparse_csr_unary_out_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.0439185Z test_sparse_csr_unary_out_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.0512858Z test_sparse_csr_unary_out_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.0588327Z test_sparse_csr_unary_out_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.0661330Z test_sparse_csr_unary_out_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.0731930Z test_sparse_csr_unary_out_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.0801698Z test_sparse_csr_unary_out_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.0872005Z test_sparse_csr_unary_out_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.0941405Z test_sparse_csr_unary_out_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1012007Z test_sparse_csr_unary_out_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1085825Z test_sparse_csr_unary_out_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1159906Z test_sparse_csr_unary_out_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1233166Z test_sparse_csr_unary_out_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1306275Z test_sparse_csr_unary_out_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1376713Z test_sparse_csr_unary_out_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1446919Z test_sparse_csr_unary_out_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1516706Z test_sparse_csr_unary_out_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1587245Z test_sparse_csr_unary_out_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1658968Z test_sparse_csr_unary_out_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1732730Z test_sparse_csr_unary_out_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1802694Z test_sparse_csr_unary_out_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1878548Z test_sparse_csr_unary_out_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.1954662Z test_sparse_csr_unary_out_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.2030710Z test_sparse_csr_unary_out_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2104646Z test_sparse_csr_unary_out_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2178281Z test_sparse_csr_unary_out_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2251647Z test_sparse_csr_unary_out_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2322198Z test_sparse_csr_unary_out_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2395296Z test_sparse_csr_unary_out_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2468481Z test_sparse_csr_unary_out_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2541918Z test_sparse_csr_unary_out_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2614241Z test_sparse_csr_unary_out_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2688620Z test_sparse_csr_unary_out_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2758875Z test_sparse_csr_unary_out_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2832297Z test_sparse_csr_unary_out_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2906075Z test_sparse_csr_unary_out_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.2982542Z test_sparse_csr_unary_out_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.3056345Z test_sparse_csr_unary_out_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3129121Z test_sparse_csr_unary_out_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3201645Z test_sparse_csr_unary_out_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3274539Z test_sparse_csr_unary_out_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3348562Z test_sparse_csr_unary_out_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3422898Z test_sparse_csr_unary_out_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3496014Z test_sparse_csr_unary_out_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3567208Z test_sparse_csr_unary_out_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3638858Z test_sparse_csr_unary_out_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3710188Z test_sparse_csr_unary_out_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3781273Z test_sparse_csr_unary_out_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3851687Z test_sparse_csr_unary_out_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3922884Z test_sparse_csr_unary_out_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.3993360Z test_sparse_csr_unary_out_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.4064817Z test_sparse_csr_unary_out_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.4141690Z test_sparse_csr_unary_out_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.4217241Z test_sparse_csr_unary_out_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.4296669Z test_sparse_csr_unary_out_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.4376162Z test_sparse_csr_unary_out_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.4455572Z test_sparse_csr_unary_out_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.4532125Z test_sparse_csr_unary_out_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.4605513Z test_sparse_csr_unary_out_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.4679444Z test_sparse_csr_unary_out_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.4752467Z test_sparse_csr_unary_out_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.4828702Z test_sparse_csr_unary_out_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.4904738Z test_sparse_csr_unary_out_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.4980711Z test_sparse_csr_unary_out_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.5057685Z test_sparse_csr_unary_out_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.5134881Z test_sparse_csr_unary_out_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.5210605Z test_sparse_csr_unary_out_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.5289791Z test_sparse_csr_unary_out_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.5368522Z test_sparse_csr_unary_out_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.5446917Z test_sparse_csr_unary_out_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.5520717Z test_sparse_csr_unary_out_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.5595389Z test_sparse_csr_unary_out_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.5668915Z test_sparse_csr_unary_out_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.5742054Z test_sparse_csr_unary_out_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.5814787Z test_sparse_csr_unary_out_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.5887388Z test_sparse_csr_unary_out_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.5960225Z test_sparse_csr_unary_out_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.6033772Z test_sparse_csr_unary_out_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.6107993Z test_sparse_csr_unary_out_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.6181240Z test_sparse_csr_unary_out_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.6256990Z test_sparse_csr_unary_out_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.6333011Z test_sparse_csr_unary_out_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.6408775Z test_sparse_csr_unary_out_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.6485653Z test_sparse_csr_unary_out_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.6562180Z test_sparse_csr_unary_out_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.6638652Z test_sparse_csr_unary_out_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.6713429Z test_sparse_csr_unary_out_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.6787389Z test_sparse_csr_unary_out_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.6861044Z test_sparse_csr_unary_out_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.6934742Z test_sparse_csr_unary_out_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7007891Z test_sparse_csr_unary_out_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7082085Z test_sparse_csr_unary_out_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7154558Z test_sparse_csr_unary_out_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7230791Z test_sparse_csr_unary_out_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.7306870Z test_sparse_csr_unary_out_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.7382880Z test_sparse_csr_unary_out_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7456851Z test_sparse_csr_unary_out_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7533375Z test_sparse_csr_unary_out_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.7606902Z test_sparse_csr_unary_out_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7680334Z test_sparse_csr_unary_out_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7753010Z test_sparse_csr_unary_out_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7825917Z test_sparse_csr_unary_out_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7898945Z test_sparse_csr_unary_out_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.7972372Z test_sparse_csr_unary_out_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8045965Z test_sparse_csr_unary_out_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8118465Z test_sparse_csr_unary_out_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8194232Z test_sparse_csr_unary_out_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8269960Z test_sparse_csr_unary_out_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8345884Z test_sparse_csr_unary_out_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8419861Z test_sparse_csr_unary_out_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8493611Z test_sparse_csr_unary_out_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8566649Z test_sparse_csr_unary_out_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8639713Z test_sparse_csr_unary_out_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8712372Z test_sparse_csr_unary_out_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8785567Z test_sparse_csr_unary_out_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8858939Z test_sparse_csr_unary_out_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.8932879Z test_sparse_csr_unary_out_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.9008977Z test_sparse_csr_unary_out_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.9086427Z test_sparse_csr_unary_out_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.9162937Z test_sparse_csr_unary_out_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.9239530Z test_sparse_csr_unary_out_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-09-27T15:53:14.9310034Z test_sparse_csr_unary_out_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.9380640Z test_sparse_csr_unary_out_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.9450260Z test_sparse_csr_unary_out_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.9520458Z test_sparse_csr_unary_out_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.9593686Z test_sparse_csr_unary_out_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-09-27T15:53:14.9721392Z test_sparse_mm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-09-27T15:53:14.9849999Z test_sparse_mm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-09-27T15:53:14.9974314Z test_sparse_mm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-09-27T15:53:15.0096219Z test_sparse_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-09-27T15:53:15.0115165Z test_sparse_to_sparse_compressed_SparseBSC_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-09-27T15:53:15.0119323Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-09-27T15:53:15.0138016Z test_sparse_to_sparse_compressed_SparseBSR_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-09-27T15:53:15.0142218Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-09-27T15:53:15.0160608Z test_sparse_to_sparse_compressed_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-09-27T15:53:15.0397216Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.025s) 2022-09-27T15:53:15.0416782Z test_sparse_to_sparse_compressed_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-09-27T15:53:15.0670063Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.027s) 2022-09-27T15:53:15.2846345Z test_sparse_triangular_solve_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.218s) 2022-09-27T15:53:15.5025883Z test_sparse_triangular_solve_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.218s) 2022-09-27T15:53:15.6981090Z test_sparse_triangular_solve_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.196s) 2022-09-27T15:53:15.8878459Z test_sparse_triangular_solve_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.190s) 2022-09-27T15:53:15.9230880Z test_sum_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-09-27T15:53:15.9552982Z test_sum_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-09-27T15:53:15.9915325Z test_sum_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-09-27T15:53:16.0280977Z test_sum_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-09-27T15:53:16.0634231Z test_sum_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-09-27T15:53:16.1061609Z test_sum_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-09-27T15:53:16.1478608Z test_sum_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-09-27T15:53:16.1801952Z test_sum_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-09-27T15:53:16.2124855Z test_sum_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-09-27T15:53:16.2443329Z test_sum_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-09-27T15:53:16.2766379Z test_sum_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-09-27T15:53:16.3088049Z test_sum_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-09-27T15:53:20.6538703Z test_transpose_SparseBSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (4.345s) 2022-09-27T15:53:24.7663247Z test_transpose_SparseBSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (4.112s) 2022-09-27T15:53:29.2509487Z test_transpose_SparseBSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (4.484s) 2022-09-27T15:53:33.7712154Z test_transpose_SparseBSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (4.520s) 2022-09-27T15:53:38.1334818Z test_transpose_SparseBSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (4.362s) 2022-09-27T15:53:42.4859469Z test_transpose_SparseBSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (4.352s) 2022-09-27T15:53:46.8235263Z test_transpose_SparseBSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (4.337s) 2022-09-27T15:53:50.9657152Z test_transpose_SparseBSC_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (4.142s) 2022-09-27T15:53:55.1027565Z test_transpose_SparseBSC_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (4.137s) 2022-09-27T15:53:59.2320223Z test_transpose_SparseBSC_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (4.129s) 2022-09-27T15:54:03.3713039Z test_transpose_SparseBSC_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (4.139s) 2022-09-27T15:54:07.5099068Z test_transpose_SparseBSC_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (4.138s) 2022-09-27T15:54:11.9753094Z test_transpose_SparseBSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (4.465s) 2022-09-27T15:54:16.1901826Z test_transpose_SparseBSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (4.215s) 2022-09-27T15:54:20.7607018Z test_transpose_SparseBSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (4.570s) 2022-09-27T15:54:25.3661514Z test_transpose_SparseBSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (4.605s) 2022-09-27T15:54:29.8218702Z test_transpose_SparseBSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (4.456s) 2022-09-27T15:54:34.2669101Z test_transpose_SparseBSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (4.445s) 2022-09-27T15:54:38.6965812Z test_transpose_SparseBSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (4.430s) 2022-09-27T15:54:42.9448052Z test_transpose_SparseBSR_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (4.248s) 2022-09-27T15:54:47.1825675Z test_transpose_SparseBSR_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (4.238s) 2022-09-27T15:54:51.3886273Z test_transpose_SparseBSR_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (4.206s) 2022-09-27T15:54:55.6358426Z test_transpose_SparseBSR_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (4.247s) 2022-09-27T15:54:59.8853216Z test_transpose_SparseBSR_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (4.249s) 2022-09-27T15:55:02.0020994Z test_transpose_SparseCSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (2.117s) 2022-09-27T15:55:04.0105790Z test_transpose_SparseCSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (2.008s) 2022-09-27T15:55:06.1843493Z test_transpose_SparseCSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (2.174s) 2022-09-27T15:55:08.3662695Z test_transpose_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (2.182s) 2022-09-27T15:55:10.4787670Z test_transpose_SparseCSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (2.112s) 2022-09-27T15:55:12.6050423Z test_transpose_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (2.126s) 2022-09-27T15:55:14.7210991Z test_transpose_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (2.116s) 2022-09-27T15:55:16.7321280Z test_transpose_SparseCSC_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (2.011s) 2022-09-27T15:55:18.7520719Z test_transpose_SparseCSC_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (2.020s) 2022-09-27T15:55:20.7618641Z test_transpose_SparseCSC_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (2.010s) 2022-09-27T15:55:22.7753191Z test_transpose_SparseCSC_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (2.013s) 2022-09-27T15:55:24.7882872Z test_transpose_SparseCSC_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (2.013s) 2022-09-27T15:55:26.9744533Z test_transpose_SparseCSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (2.186s) 2022-09-27T15:55:29.0479808Z test_transpose_SparseCSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (2.073s) 2022-09-27T15:55:31.2958563Z test_transpose_SparseCSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (2.248s) 2022-09-27T15:55:33.5462894Z test_transpose_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (2.250s) 2022-09-27T15:55:35.7296313Z test_transpose_SparseCSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (2.183s) 2022-09-27T15:55:37.9113950Z test_transpose_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (2.182s) 2022-09-27T15:55:40.0902232Z test_transpose_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (2.179s) 2022-09-27T15:55:42.1778293Z test_transpose_SparseCSR_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (2.087s) 2022-09-27T15:55:44.2662110Z test_transpose_SparseCSR_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (2.088s) 2022-09-27T15:55:46.3469817Z test_transpose_SparseCSR_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (2.081s) 2022-09-27T15:55:48.4306934Z test_transpose_SparseCSR_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (2.084s) 2022-09-27T15:55:50.5124522Z test_transpose_SparseCSR_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (2.082s) 2022-09-27T15:55:50.5156297Z test_zero_to_zero_correspondence_unary_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5184016Z test_zero_to_zero_correspondence_unary_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5215366Z test_zero_to_zero_correspondence_unary_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5247098Z test_zero_to_zero_correspondence_unary_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5278814Z test_zero_to_zero_correspondence_unary_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5309819Z test_zero_to_zero_correspondence_unary_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5342318Z test_zero_to_zero_correspondence_unary_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5374095Z test_zero_to_zero_correspondence_unary_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5402782Z test_zero_to_zero_correspondence_unary_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5431974Z test_zero_to_zero_correspondence_unary_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5460244Z test_zero_to_zero_correspondence_unary_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5488893Z test_zero_to_zero_correspondence_unary_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5517905Z test_zero_to_zero_correspondence_unary_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5549334Z test_zero_to_zero_correspondence_unary_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5580420Z test_zero_to_zero_correspondence_unary_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5612073Z test_zero_to_zero_correspondence_unary_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5643802Z test_zero_to_zero_correspondence_unary_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5674696Z test_zero_to_zero_correspondence_unary_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5705596Z test_zero_to_zero_correspondence_unary_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5736706Z test_zero_to_zero_correspondence_unary_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5767552Z test_zero_to_zero_correspondence_unary_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5798860Z test_zero_to_zero_correspondence_unary_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5830040Z test_zero_to_zero_correspondence_unary_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5861376Z test_zero_to_zero_correspondence_unary_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5892554Z test_zero_to_zero_correspondence_unary_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5923821Z test_zero_to_zero_correspondence_unary_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5954941Z test_zero_to_zero_correspondence_unary_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.5986941Z test_zero_to_zero_correspondence_unary_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6018593Z test_zero_to_zero_correspondence_unary_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6048970Z test_zero_to_zero_correspondence_unary_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6081107Z test_zero_to_zero_correspondence_unary_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6110977Z test_zero_to_zero_correspondence_unary_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6142381Z test_zero_to_zero_correspondence_unary_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6173466Z test_zero_to_zero_correspondence_unary_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6204153Z test_zero_to_zero_correspondence_unary_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6235637Z test_zero_to_zero_correspondence_unary_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6266680Z test_zero_to_zero_correspondence_unary_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6297793Z test_zero_to_zero_correspondence_unary_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6328453Z test_zero_to_zero_correspondence_unary_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6359409Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6391252Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6423174Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6453976Z test_zero_to_zero_correspondence_unary_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6484443Z test_zero_to_zero_correspondence_unary_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6514712Z test_zero_to_zero_correspondence_unary_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6546341Z test_zero_to_zero_correspondence_unary_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6577457Z test_zero_to_zero_correspondence_unary_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6608520Z test_zero_to_zero_correspondence_unary_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6640593Z test_zero_to_zero_correspondence_unary_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6674528Z test_zero_to_zero_correspondence_unary_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6704664Z test_zero_to_zero_correspondence_unary_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6735433Z test_zero_to_zero_correspondence_unary_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6765965Z test_zero_to_zero_correspondence_unary_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6797604Z test_zero_to_zero_correspondence_unary_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6830138Z test_zero_to_zero_correspondence_unary_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6861636Z test_zero_to_zero_correspondence_unary_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6891962Z test_zero_to_zero_correspondence_unary_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6921814Z test_zero_to_zero_correspondence_unary_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6952843Z test_zero_to_zero_correspondence_unary_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.6984007Z test_zero_to_zero_correspondence_unary_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7015162Z test_zero_to_zero_correspondence_unary_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7046208Z test_zero_to_zero_correspondence_unary_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7077643Z test_zero_to_zero_correspondence_unary_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7108745Z test_zero_to_zero_correspondence_unary_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7139962Z test_zero_to_zero_correspondence_unary_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7170890Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7202283Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7234272Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7265337Z test_zero_to_zero_correspondence_unary_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7296303Z test_zero_to_zero_correspondence_unary_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7326427Z test_zero_to_zero_correspondence_unary_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7357417Z test_zero_to_zero_correspondence_unary_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7388888Z test_zero_to_zero_correspondence_unary_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7420214Z test_zero_to_zero_correspondence_unary_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7450958Z test_zero_to_zero_correspondence_unary_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7482040Z test_zero_to_zero_correspondence_unary_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7512936Z test_zero_to_zero_correspondence_unary_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7543816Z test_zero_to_zero_correspondence_unary_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7575007Z test_zero_to_zero_correspondence_unary_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7604629Z test_zero_to_zero_correspondence_unary_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7631988Z test_zero_to_zero_correspondence_unary_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7659685Z test_zero_to_zero_correspondence_unary_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7685991Z test_zero_to_zero_correspondence_unary_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7713399Z test_zero_to_zero_correspondence_unary_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7741763Z test_zero_to_zero_correspondence_unary_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7770518Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7796685Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:55:50.7827498Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7859293Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7891094Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7920339Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7949491Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.7977774Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8002846Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:55:50.8029234Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8054185Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:55:50.8079447Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:55:50.8104831Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-09-27T15:55:50.8135695Z test_zero_to_zero_correspondence_unary_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8166834Z test_zero_to_zero_correspondence_unary_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8197453Z test_zero_to_zero_correspondence_unary_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8229718Z test_zero_to_zero_correspondence_unary_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8259876Z test_zero_to_zero_correspondence_unary_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8290464Z test_zero_to_zero_correspondence_unary_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8321653Z test_zero_to_zero_correspondence_unary_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8352862Z test_zero_to_zero_correspondence_unary_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8384468Z test_zero_to_zero_correspondence_unary_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8415469Z test_zero_to_zero_correspondence_unary_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8446284Z test_zero_to_zero_correspondence_unary_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8477118Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8508257Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8538224Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8569447Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8600342Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8631643Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8663035Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8694396Z test_zero_to_zero_correspondence_unary_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8724689Z test_zero_to_zero_correspondence_unary_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8755819Z test_zero_to_zero_correspondence_unary_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8786395Z test_zero_to_zero_correspondence_unary_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8817848Z test_zero_to_zero_correspondence_unary_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8847371Z test_zero_to_zero_correspondence_unary_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8878739Z test_zero_to_zero_correspondence_unary_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8909619Z test_zero_to_zero_correspondence_unary_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8940718Z test_zero_to_zero_correspondence_unary_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.8971337Z test_zero_to_zero_correspondence_unary_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9002600Z test_zero_to_zero_correspondence_unary_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9033486Z test_zero_to_zero_correspondence_unary_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9064698Z test_zero_to_zero_correspondence_unary_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9096907Z test_zero_to_zero_correspondence_unary_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9128163Z test_zero_to_zero_correspondence_unary_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9155535Z test_zero_to_zero_correspondence_unary_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9183315Z test_zero_to_zero_correspondence_unary_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9208996Z test_zero_to_zero_correspondence_unary_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9236699Z test_zero_to_zero_correspondence_unary_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9263881Z test_zero_to_zero_correspondence_unary_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9292225Z test_zero_to_zero_correspondence_unary_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9319388Z test_zero_to_zero_correspondence_unary_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9349440Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9379170Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9408559Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9436754Z test_zero_to_zero_correspondence_unary_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9465075Z test_zero_to_zero_correspondence_unary_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9493296Z test_zero_to_zero_correspondence_unary_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9521107Z test_zero_to_zero_correspondence_unary_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9559451Z test_zero_to_zero_correspondence_unary_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-09-27T15:55:50.9587177Z test_zero_to_zero_correspondence_unary_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9615188Z test_zero_to_zero_correspondence_unary_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9642411Z test_zero_to_zero_correspondence_unary_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9670293Z test_zero_to_zero_correspondence_unary_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9698746Z test_zero_to_zero_correspondence_unary_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9726501Z test_zero_to_zero_correspondence_unary_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9754197Z test_zero_to_zero_correspondence_unary_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9781997Z test_zero_to_zero_correspondence_unary_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9809517Z test_zero_to_zero_correspondence_unary_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9837438Z test_zero_to_zero_correspondence_unary_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9865145Z test_zero_to_zero_correspondence_unary_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9892699Z test_zero_to_zero_correspondence_unary_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9919619Z test_zero_to_zero_correspondence_unary_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9947620Z test_zero_to_zero_correspondence_unary_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:50.9975916Z test_zero_to_zero_correspondence_unary_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0003108Z test_zero_to_zero_correspondence_unary_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0031423Z test_zero_to_zero_correspondence_unary_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0058759Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0086770Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0115763Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0143693Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0171184Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0198407Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0225891Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0253571Z test_zero_to_zero_correspondence_unary_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0281263Z test_zero_to_zero_correspondence_unary_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0309263Z test_zero_to_zero_correspondence_unary_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0337091Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0364238Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0391725Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0420035Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0447372Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0475159Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0502842Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0530191Z test_zero_to_zero_correspondence_unary_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0561623Z test_zero_to_zero_correspondence_unary_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0592859Z test_zero_to_zero_correspondence_unary_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0623831Z test_zero_to_zero_correspondence_unary_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0654532Z test_zero_to_zero_correspondence_unary_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0684302Z test_zero_to_zero_correspondence_unary_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0715343Z test_zero_to_zero_correspondence_unary_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0746839Z test_zero_to_zero_correspondence_unary_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0777747Z test_zero_to_zero_correspondence_unary_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0808571Z test_zero_to_zero_correspondence_unary_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0839585Z test_zero_to_zero_correspondence_unary_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0870824Z test_zero_to_zero_correspondence_unary_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0902660Z test_zero_to_zero_correspondence_unary_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0934491Z test_zero_to_zero_correspondence_unary_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0965682Z test_zero_to_zero_correspondence_unary_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.0996553Z test_zero_to_zero_correspondence_unary_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1027488Z test_zero_to_zero_correspondence_unary_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1057638Z test_zero_to_zero_correspondence_unary_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1084575Z test_zero_to_zero_correspondence_unary_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1111788Z test_zero_to_zero_correspondence_unary_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1138649Z test_zero_to_zero_correspondence_unary_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1165758Z test_zero_to_zero_correspondence_unary_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1192953Z test_zero_to_zero_correspondence_unary_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1223921Z test_zero_to_zero_correspondence_unary_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1254591Z test_zero_to_zero_correspondence_unary_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1285262Z test_zero_to_zero_correspondence_unary_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1315300Z test_zero_to_zero_correspondence_unary_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1342934Z test_zero_to_zero_correspondence_unary_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1370347Z test_zero_to_zero_correspondence_unary_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1397201Z test_zero_to_zero_correspondence_unary_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1424410Z test_zero_to_zero_correspondence_unary_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1451578Z test_zero_to_zero_correspondence_unary_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1482578Z test_zero_to_zero_correspondence_unary_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1510121Z test_zero_to_zero_correspondence_unary_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1541253Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1572811Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1604035Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1634944Z test_zero_to_zero_correspondence_unary_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1665861Z test_zero_to_zero_correspondence_unary_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1696085Z test_zero_to_zero_correspondence_unary_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1723294Z test_zero_to_zero_correspondence_unary_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1750683Z test_zero_to_zero_correspondence_unary_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1777515Z test_zero_to_zero_correspondence_unary_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1804489Z test_zero_to_zero_correspondence_unary_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1832026Z test_zero_to_zero_correspondence_unary_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1863284Z test_zero_to_zero_correspondence_unary_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1890857Z test_zero_to_zero_correspondence_unary_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1921187Z test_zero_to_zero_correspondence_unary_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1953460Z test_zero_to_zero_correspondence_unary_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.1984927Z test_zero_to_zero_correspondence_unary_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2012072Z test_zero_to_zero_correspondence_unary_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2039003Z test_zero_to_zero_correspondence_unary_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2065741Z test_zero_to_zero_correspondence_unary_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2094220Z test_zero_to_zero_correspondence_unary_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2122721Z test_zero_to_zero_correspondence_unary_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2150551Z test_zero_to_zero_correspondence_unary_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2179336Z test_zero_to_zero_correspondence_unary_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2207015Z test_zero_to_zero_correspondence_unary_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2234950Z test_zero_to_zero_correspondence_unary_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2262658Z test_zero_to_zero_correspondence_unary_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2290447Z test_zero_to_zero_correspondence_unary_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2318861Z test_zero_to_zero_correspondence_unary_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2346464Z test_zero_to_zero_correspondence_unary_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2374124Z test_zero_to_zero_correspondence_unary_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2401233Z test_zero_to_zero_correspondence_unary_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2432277Z test_zero_to_zero_correspondence_unary_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2463307Z test_zero_to_zero_correspondence_unary_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2494833Z test_zero_to_zero_correspondence_unary_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2526216Z test_zero_to_zero_correspondence_unary_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2557834Z test_zero_to_zero_correspondence_unary_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2588641Z test_zero_to_zero_correspondence_unary_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2619545Z test_zero_to_zero_correspondence_unary_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2650787Z test_zero_to_zero_correspondence_unary_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2681739Z test_zero_to_zero_correspondence_unary_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2712852Z test_zero_to_zero_correspondence_unary_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2744359Z test_zero_to_zero_correspondence_unary_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2775886Z test_zero_to_zero_correspondence_unary_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2807144Z test_zero_to_zero_correspondence_unary_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2837672Z test_zero_to_zero_correspondence_unary_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2868968Z test_zero_to_zero_correspondence_unary_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2899843Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2931673Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2962986Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.2993668Z test_zero_to_zero_correspondence_unary_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3024551Z test_zero_to_zero_correspondence_unary_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3055288Z test_zero_to_zero_correspondence_unary_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3086455Z test_zero_to_zero_correspondence_unary_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3117608Z test_zero_to_zero_correspondence_unary_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3148713Z test_zero_to_zero_correspondence_unary_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3179805Z test_zero_to_zero_correspondence_unary_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3210659Z test_zero_to_zero_correspondence_unary_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3241560Z test_zero_to_zero_correspondence_unary_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3272897Z test_zero_to_zero_correspondence_unary_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3303963Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3335736Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3366984Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3397746Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3429099Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3459139Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3490183Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3521054Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3552244Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3583398Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3614721Z test_zero_to_zero_correspondence_unary_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3645296Z test_zero_to_zero_correspondence_unary_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3676310Z test_zero_to_zero_correspondence_unary_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3707600Z test_zero_to_zero_correspondence_unary_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3739270Z test_zero_to_zero_correspondence_unary_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3770861Z test_zero_to_zero_correspondence_unary_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3801661Z test_zero_to_zero_correspondence_unary_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3833133Z test_zero_to_zero_correspondence_unary_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3862972Z test_zero_to_zero_correspondence_unary_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3894171Z test_zero_to_zero_correspondence_unary_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3925076Z test_zero_to_zero_correspondence_unary_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3956122Z test_zero_to_zero_correspondence_unary_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.3987600Z test_zero_to_zero_correspondence_unary_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4018598Z test_zero_to_zero_correspondence_unary_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4048986Z test_zero_to_zero_correspondence_unary_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4079934Z test_zero_to_zero_correspondence_unary_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4110701Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4142911Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4174790Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4205456Z test_zero_to_zero_correspondence_unary_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4236030Z test_zero_to_zero_correspondence_unary_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4266384Z test_zero_to_zero_correspondence_unary_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4297508Z test_zero_to_zero_correspondence_unary_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4328282Z test_zero_to_zero_correspondence_unary_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4359232Z test_zero_to_zero_correspondence_unary_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4390227Z test_zero_to_zero_correspondence_unary_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4421550Z test_zero_to_zero_correspondence_unary_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4452711Z test_zero_to_zero_correspondence_unary_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4483324Z test_zero_to_zero_correspondence_unary_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4514324Z test_zero_to_zero_correspondence_unary_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4544522Z test_zero_to_zero_correspondence_unary_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4573046Z test_zero_to_zero_correspondence_unary_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4601365Z test_zero_to_zero_correspondence_unary_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4629639Z test_zero_to_zero_correspondence_unary_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4658419Z test_zero_to_zero_correspondence_unary_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:51.4685668Z test_zero_to_zero_correspondence_unary_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-09-27T15:55:52.1312697Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.662s) 2022-09-27T15:55:52.2432460Z test_clone_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.112s) 2022-09-27T15:55:52.2530913Z test_clone_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.2643841Z test_clone_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.2759160Z test_clone_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.2873699Z test_clone_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.2984598Z test_clone_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.3094271Z test_clone_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.3192823Z test_clone_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.3291832Z test_clone_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.3388778Z test_clone_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.3487959Z test_clone_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.3586936Z test_clone_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.3697622Z test_clone_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.3794434Z test_clone_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.3906505Z test_clone_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.4018510Z test_clone_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.4128376Z test_clone_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.4239467Z test_clone_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.4349028Z test_clone_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:55:52.4446701Z test_clone_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.4544214Z test_clone_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.4639419Z test_clone_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:55:52.4739091Z test_clone_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.4836161Z test_clone_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:55:52.4910038Z test_clone_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-09-27T15:55:52.4971703Z test_clone_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.5046266Z test_clone_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-09-27T15:55:52.5122747Z test_clone_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-09-27T15:55:52.5196348Z test_clone_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-09-27T15:55:52.5271467Z test_clone_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-09-27T15:55:52.5344939Z test_clone_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-09-27T15:55:52.5407468Z test_clone_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.5472250Z test_clone_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.5533573Z test_clone_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.5595216Z test_clone_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.5658015Z test_clone_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.5730858Z test_clone_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-09-27T15:55:52.5792146Z test_clone_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.5866771Z test_clone_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-09-27T15:55:52.5943270Z test_clone_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-09-27T15:55:52.6017637Z test_clone_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-09-27T15:55:52.6091581Z test_clone_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-09-27T15:55:52.6162896Z test_clone_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-09-27T15:55:52.6225589Z test_clone_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.6287961Z test_clone_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.6349169Z test_clone_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.6413770Z test_clone_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.6477390Z test_clone_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:52.6508500Z test_consistency_SparseBSC__masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6539198Z test_consistency_SparseBSC__masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6569063Z test_consistency_SparseBSC__masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6599784Z test_consistency_SparseBSC__masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6630356Z test_consistency_SparseBSC__masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6661213Z test_consistency_SparseBSC__masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6692098Z test_consistency_SparseBSC__masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6722261Z test_consistency_SparseBSC__masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6752477Z test_consistency_SparseBSC__masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6780886Z test_consistency_SparseBSC__masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6811010Z test_consistency_SparseBSC__masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6841441Z test_consistency_SparseBSC__masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6871608Z test_consistency_SparseBSC__masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6901962Z test_consistency_SparseBSC__masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6932627Z test_consistency_SparseBSC__masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6962409Z test_consistency_SparseBSC__masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.6993063Z test_consistency_SparseBSC__masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7023314Z test_consistency_SparseBSC__masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7053944Z test_consistency_SparseBSC__masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7081526Z test_consistency_SparseBSC__masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7111372Z test_consistency_SparseBSC__masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7141884Z test_consistency_SparseBSC__masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7172102Z test_consistency_SparseBSC__masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7202210Z test_consistency_SparseBSC__masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7232672Z test_consistency_SparseBSC__masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7263134Z test_consistency_SparseBSC__masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7293737Z test_consistency_SparseBSC__masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7323574Z test_consistency_SparseBSC__masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7353937Z test_consistency_SparseBSC__masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7382378Z test_consistency_SparseBSC__masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7413027Z test_consistency_SparseBSC__masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7443414Z test_consistency_SparseBSC__masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7473622Z test_consistency_SparseBSC__masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7504103Z test_consistency_SparseBSC__masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7534765Z test_consistency_SparseBSC__masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7564818Z test_consistency_SparseBSC__masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7595286Z test_consistency_SparseBSC__masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7625726Z test_consistency_SparseBSC__masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7654974Z test_consistency_SparseBSC__masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7685242Z test_consistency_SparseBSC__masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7715928Z test_consistency_SparseBSC__masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7746072Z test_consistency_SparseBSC__masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7775984Z test_consistency_SparseBSC__masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7805939Z test_consistency_SparseBSC__masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7836643Z test_consistency_SparseBSC__masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7866597Z test_consistency_SparseBSC__masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7897040Z test_consistency_SparseBSC__masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7927432Z test_consistency_SparseBSC__masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7955918Z test_consistency_SparseBSC__masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.7985992Z test_consistency_SparseBSC__masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8016722Z test_consistency_SparseBSC__masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8047284Z test_consistency_SparseBSC__masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8077359Z test_consistency_SparseBSC__masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8107525Z test_consistency_SparseBSC__masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8137872Z test_consistency_SparseBSC_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8168256Z test_consistency_SparseBSC_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8198490Z test_consistency_SparseBSC_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8229083Z test_consistency_SparseBSC_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8257879Z test_consistency_SparseBSC_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8288246Z test_consistency_SparseBSC_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8318394Z test_consistency_SparseBSC_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8348803Z test_consistency_SparseBSC_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8379038Z test_consistency_SparseBSC_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8409200Z test_consistency_SparseBSC_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8439507Z test_consistency_SparseBSC_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8470061Z test_consistency_SparseBSC_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8500158Z test_consistency_SparseBSC_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8529914Z test_consistency_SparseBSC_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8560134Z test_consistency_SparseBSC_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8590701Z test_consistency_SparseBSC_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8620919Z test_consistency_SparseBSC_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8651601Z test_consistency_SparseBSC_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8681789Z test_consistency_SparseBSC_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8712161Z test_consistency_SparseBSC_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8743142Z test_consistency_SparseBSC_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8773292Z test_consistency_SparseBSC_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8803322Z test_consistency_SparseBSC_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8833518Z test_consistency_SparseBSC_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8864167Z test_consistency_SparseBSC_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8894542Z test_consistency_SparseBSC_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8924346Z test_consistency_SparseBSC_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8954995Z test_consistency_SparseBSC_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.8985162Z test_consistency_SparseBSC_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9015256Z test_consistency_SparseBSC_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9045496Z test_consistency_SparseBSC_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9075720Z test_consistency_SparseBSC_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9105932Z test_consistency_SparseBSC_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9136323Z test_consistency_SparseBSC_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9163815Z test_consistency_SparseBSC_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9193725Z test_consistency_SparseBSC_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9224144Z test_consistency_SparseBSC_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9254848Z test_consistency_SparseBSC_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9284534Z test_consistency_SparseBSC_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9314684Z test_consistency_SparseBSC_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9344720Z test_consistency_SparseBSC_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9374943Z test_consistency_SparseBSC_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9405268Z test_consistency_SparseBSC_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9436514Z test_consistency_SparseBSC_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9466806Z test_consistency_SparseBSC_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9496949Z test_consistency_SparseBSC_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9527415Z test_consistency_SparseBSC_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9557444Z test_consistency_SparseBSC_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9588411Z test_consistency_SparseBSC_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9618655Z test_consistency_SparseBSC_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9648777Z test_consistency_SparseBSC_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9679116Z test_consistency_SparseBSC_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9709621Z test_consistency_SparseBSC_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9740183Z test_consistency_SparseBSC_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9770445Z test_consistency_SparseBSC_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9800531Z test_consistency_SparseBSC_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9830634Z test_consistency_SparseBSC_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9861844Z test_consistency_SparseBSC_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9892324Z test_consistency_SparseBSC_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9922161Z test_consistency_SparseBSC_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9952082Z test_consistency_SparseBSC_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:52.9982275Z test_consistency_SparseBSC_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0012570Z test_consistency_SparseBSC_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0042703Z test_consistency_SparseBSC_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0073008Z test_consistency_SparseBSC_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0102162Z test_consistency_SparseBSC_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0132836Z test_consistency_SparseBSC_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0162705Z test_consistency_SparseBSC_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0193320Z test_consistency_SparseBSC_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0222657Z test_consistency_SparseBSC_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0252661Z test_consistency_SparseBSC_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0282657Z test_consistency_SparseBSC_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0313044Z test_consistency_SparseBSC_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0343206Z test_consistency_SparseBSC_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0373624Z test_consistency_SparseBSC_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0403409Z test_consistency_SparseBSC_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0433209Z test_consistency_SparseBSC_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0463529Z test_consistency_SparseBSC_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0493855Z test_consistency_SparseBSC_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0523879Z test_consistency_SparseBSC_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0554528Z test_consistency_SparseBSC_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0585094Z test_consistency_SparseBSC_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0614006Z test_consistency_SparseBSC_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0643926Z test_consistency_SparseBSC_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0674134Z test_consistency_SparseBSC_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0704722Z test_consistency_SparseBSC_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0735199Z test_consistency_SparseBSC_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0765260Z test_consistency_SparseBSC_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0795942Z test_consistency_SparseBSC_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0826455Z test_consistency_SparseBSC_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0856951Z test_consistency_SparseBSC_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0886927Z test_consistency_SparseBSC_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0916957Z test_consistency_SparseBSC_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0947099Z test_consistency_SparseBSC_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.0977373Z test_consistency_SparseBSC_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1007238Z test_consistency_SparseBSC_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1037287Z test_consistency_SparseBSC_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1067448Z test_consistency_SparseBSC_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1098021Z test_consistency_SparseBSC_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1128149Z test_consistency_SparseBSC_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1158369Z test_consistency_SparseBSC_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1188540Z test_consistency_SparseBSC_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1218641Z test_consistency_SparseBSC_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1249199Z test_consistency_SparseBSC_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1279306Z test_consistency_SparseBSC_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1309702Z test_consistency_SparseBSC_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1339935Z test_consistency_SparseBSC_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1370400Z test_consistency_SparseBSC_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1400927Z test_consistency_SparseBSC_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1429516Z test_consistency_SparseBSC_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1460044Z test_consistency_SparseBSC_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1489932Z test_consistency_SparseBSC_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1519989Z test_consistency_SparseBSC_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1548296Z test_consistency_SparseBSC_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1579042Z test_consistency_SparseBSC_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1609366Z test_consistency_SparseBSC_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1640210Z test_consistency_SparseBSC_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1670625Z test_consistency_SparseBSC_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1700767Z test_consistency_SparseBSC_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1727815Z test_consistency_SparseBSC_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1758455Z test_consistency_SparseBSC_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1788407Z test_consistency_SparseBSC_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1817292Z test_consistency_SparseBSC_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1847633Z test_consistency_SparseBSC_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1878328Z test_consistency_SparseBSC_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1906460Z test_consistency_SparseBSC_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1936840Z test_consistency_SparseBSC_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1967016Z test_consistency_SparseBSC_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.1997538Z test_consistency_SparseBSC_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2027987Z test_consistency_SparseBSC_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2058329Z test_consistency_SparseBSC_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2088128Z test_consistency_SparseBSC_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2118375Z test_consistency_SparseBSC_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2147229Z test_consistency_SparseBSC_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2177268Z test_consistency_SparseBSC_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2207366Z test_consistency_SparseBSC_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2238027Z test_consistency_SparseBSC_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2266892Z test_consistency_SparseBSC_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2297211Z test_consistency_SparseBSC_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2326882Z test_consistency_SparseBSC_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2357325Z test_consistency_SparseBSC_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2387911Z test_consistency_SparseBSC_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2417938Z test_consistency_SparseBSC_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2448288Z test_consistency_SparseBSC_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2478539Z test_consistency_SparseBSC_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2508645Z test_consistency_SparseBSC_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2538741Z test_consistency_SparseBSC_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2568779Z test_consistency_SparseBSC_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2599308Z test_consistency_SparseBSC_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2629415Z test_consistency_SparseBSC_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2659907Z test_consistency_SparseBSC_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2689245Z test_consistency_SparseBSC_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2719402Z test_consistency_SparseBSC_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2749900Z test_consistency_SparseBSC_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2780103Z test_consistency_SparseBSC_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2810161Z test_consistency_SparseBSC_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2840236Z test_consistency_SparseBSC_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2871028Z test_consistency_SparseBSC_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2901465Z test_consistency_SparseBSC_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2932130Z test_consistency_SparseBSC_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2961990Z test_consistency_SparseBSC_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.2990747Z test_consistency_SparseBSC_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3020868Z test_consistency_SparseBSC_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3050931Z test_consistency_SparseBSC_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3081428Z test_consistency_SparseBSC_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3111551Z test_consistency_SparseBSC_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3141769Z test_consistency_SparseBSC_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3172109Z test_consistency_SparseBSC_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3202000Z test_consistency_SparseBSC_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3232774Z test_consistency_SparseBSC_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3263098Z test_consistency_SparseBSC_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3293299Z test_consistency_SparseBSC_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3323114Z test_consistency_SparseBSC_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3353866Z test_consistency_SparseBSC_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3383940Z test_consistency_SparseBSC_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3414354Z test_consistency_SparseBSC_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3444476Z test_consistency_SparseBSC_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3474747Z test_consistency_SparseBSC_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3504886Z test_consistency_SparseBSC_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3535236Z test_consistency_SparseBSC_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3583703Z test_consistency_SparseBSC_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3595683Z test_consistency_SparseBSC_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3625788Z test_consistency_SparseBSC_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3656476Z test_consistency_SparseBSC_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3686175Z test_consistency_SparseBSC_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3716503Z test_consistency_SparseBSC_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3747135Z test_consistency_SparseBSC_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3777441Z test_consistency_SparseBSC_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3807709Z test_consistency_SparseBSC_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3837886Z test_consistency_SparseBSC_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3868130Z test_consistency_SparseBSC_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3898120Z test_consistency_SparseBSC_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3928170Z test_consistency_SparseBSC_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3958417Z test_consistency_SparseBSC_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.3988683Z test_consistency_SparseBSC_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4019203Z test_consistency_SparseBSC_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4049195Z test_consistency_SparseBSC_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4079744Z test_consistency_SparseBSC_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4109776Z test_consistency_SparseBSC_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4140016Z test_consistency_SparseBSC_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4170185Z test_consistency_SparseBSC_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4200353Z test_consistency_SparseBSC_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4230623Z test_consistency_SparseBSC_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4260511Z test_consistency_SparseBSC_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4290451Z test_consistency_SparseBSC_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4320532Z test_consistency_SparseBSC_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4350685Z test_consistency_SparseBSC_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4381052Z test_consistency_SparseBSC_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4411172Z test_consistency_SparseBSC_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4441383Z test_consistency_SparseBSC_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4471248Z test_consistency_SparseBSC_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4501126Z test_consistency_SparseBSC_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4531574Z test_consistency_SparseBSC_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4561859Z test_consistency_SparseBSC_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4592483Z test_consistency_SparseBSC_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4622936Z test_consistency_SparseBSC_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4653238Z test_consistency_SparseBSC_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4683346Z test_consistency_SparseBSC_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4713624Z test_consistency_SparseBSC_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4743909Z test_consistency_SparseBSC_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4774058Z test_consistency_SparseBSC_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4804016Z test_consistency_SparseBSC_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4834450Z test_consistency_SparseBSC_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4864668Z test_consistency_SparseBSC_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4894786Z test_consistency_SparseBSC_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4925206Z test_consistency_SparseBSC_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4956932Z test_consistency_SparseBSC_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.4986023Z test_consistency_SparseBSC_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5016447Z test_consistency_SparseBSC_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5046926Z test_consistency_SparseBSC_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5076902Z test_consistency_SparseBSC_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5107084Z test_consistency_SparseBSC_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5137156Z test_consistency_SparseBSC_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5167263Z test_consistency_SparseBSC_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5197541Z test_consistency_SparseBSC_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5227999Z test_consistency_SparseBSC_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5258364Z test_consistency_SparseBSC_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5288363Z test_consistency_SparseBSC_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5318303Z test_consistency_SparseBSC_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5348688Z test_consistency_SparseBSC_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5378624Z test_consistency_SparseBSC_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5408741Z test_consistency_SparseBSC_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5439122Z test_consistency_SparseBSC_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5469503Z test_consistency_SparseBSC_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5499612Z test_consistency_SparseBSC_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5529691Z test_consistency_SparseBSC_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5559988Z test_consistency_SparseBSC_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5590728Z test_consistency_SparseBSC_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5620260Z test_consistency_SparseBSC_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5649299Z test_consistency_SparseBSC_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5679544Z test_consistency_SparseBSC_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5709943Z test_consistency_SparseBSC_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5740052Z test_consistency_SparseBSC_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5770042Z test_consistency_SparseBSC_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5800225Z test_consistency_SparseBSC_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5830667Z test_consistency_SparseBSC_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5860971Z test_consistency_SparseBSC_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5890785Z test_consistency_SparseBSC_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5920997Z test_consistency_SparseBSC_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5951435Z test_consistency_SparseBSC_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.5983138Z test_consistency_SparseBSC_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6012062Z test_consistency_SparseBSC_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6042010Z test_consistency_SparseBSC_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6072450Z test_consistency_SparseBSC_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6102530Z test_consistency_SparseBSC_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6132931Z test_consistency_SparseBSC_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6162924Z test_consistency_SparseBSC_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6193242Z test_consistency_SparseBSC_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6223455Z test_consistency_SparseBSC_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6254354Z test_consistency_SparseBSC_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6283489Z test_consistency_SparseBSC_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6313471Z test_consistency_SparseBSC_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6343895Z test_consistency_SparseBSC_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6374206Z test_consistency_SparseBSC_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6404103Z test_consistency_SparseBSC_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6434436Z test_consistency_SparseBSC_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6464585Z test_consistency_SparseBSC_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6494561Z test_consistency_SparseBSC_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6524314Z test_consistency_SparseBSC_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6554668Z test_consistency_SparseBSC_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6584828Z test_consistency_SparseBSC_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6614890Z test_consistency_SparseBSC_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6644735Z test_consistency_SparseBSC_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6675262Z test_consistency_SparseBSC_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6705554Z test_consistency_SparseBSC_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6735886Z test_consistency_SparseBSC_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6765625Z test_consistency_SparseBSC_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6796198Z test_consistency_SparseBSC_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6826282Z test_consistency_SparseBSC_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6856722Z test_consistency_SparseBSC_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6886547Z test_consistency_SparseBSC_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6916671Z test_consistency_SparseBSC_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6947029Z test_consistency_SparseBSC_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.6977237Z test_consistency_SparseBSC_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7007330Z test_consistency_SparseBSC_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7037287Z test_consistency_SparseBSC_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7067637Z test_consistency_SparseBSC_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7097706Z test_consistency_SparseBSC_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7127450Z test_consistency_SparseBSC_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7157773Z test_consistency_SparseBSC_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7187903Z test_consistency_SparseBSC_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7218041Z test_consistency_SparseBSC_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7248258Z test_consistency_SparseBSC_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7278678Z test_consistency_SparseBSC_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7309112Z test_consistency_SparseBSC_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7339245Z test_consistency_SparseBSC_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7369213Z test_consistency_SparseBSC_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7399685Z test_consistency_SparseBSC_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7429657Z test_consistency_SparseBSC_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7459738Z test_consistency_SparseBSC_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7489630Z test_consistency_SparseBSC_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7519691Z test_consistency_SparseBSC_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7550012Z test_consistency_SparseBSC_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7580225Z test_consistency_SparseBSC_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7610186Z test_consistency_SparseBSC_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7640638Z test_consistency_SparseBSC_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7671017Z test_consistency_SparseBSC_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7701660Z test_consistency_SparseBSC_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7731829Z test_consistency_SparseBSC_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7762133Z test_consistency_SparseBSC_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7792645Z test_consistency_SparseBSC_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7822877Z test_consistency_SparseBSC_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7853214Z test_consistency_SparseBSC_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7883554Z test_consistency_SparseBSC_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7913973Z test_consistency_SparseBSC_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7944382Z test_consistency_SparseBSC_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.7974851Z test_consistency_SparseBSC_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8005004Z test_consistency_SparseBSC_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8035383Z test_consistency_SparseBSC_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8064449Z test_consistency_SparseBSC_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8095096Z test_consistency_SparseBSC_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8124795Z test_consistency_SparseBSC_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8155081Z test_consistency_SparseBSC_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8185537Z test_consistency_SparseBSC_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8215617Z test_consistency_SparseBSC_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8245781Z test_consistency_SparseBSC_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8276167Z test_consistency_SparseBSC_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8306313Z test_consistency_SparseBSC_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:55:53.8336673Z test_consistency_SparseBSR__masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8368154Z test_consistency_SparseBSR__masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8397228Z test_consistency_SparseBSR__masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8427368Z test_consistency_SparseBSR__masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8457408Z test_consistency_SparseBSR__masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8487239Z test_consistency_SparseBSR__masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8517459Z test_consistency_SparseBSR__masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8547873Z test_consistency_SparseBSR__masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8578346Z test_consistency_SparseBSR__masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8608187Z test_consistency_SparseBSR__masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8638305Z test_consistency_SparseBSR__masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8668592Z test_consistency_SparseBSR__masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8698698Z test_consistency_SparseBSR__masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8728490Z test_consistency_SparseBSR__masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8758587Z test_consistency_SparseBSR__masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8788772Z test_consistency_SparseBSR__masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8819050Z test_consistency_SparseBSR__masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8849358Z test_consistency_SparseBSR__masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8879352Z test_consistency_SparseBSR__masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8909367Z test_consistency_SparseBSR__masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8939535Z test_consistency_SparseBSR__masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8969430Z test_consistency_SparseBSR__masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.8999251Z test_consistency_SparseBSR__masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9029487Z test_consistency_SparseBSR__masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9060110Z test_consistency_SparseBSR__masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9090010Z test_consistency_SparseBSR__masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9120402Z test_consistency_SparseBSR__masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9150902Z test_consistency_SparseBSR__masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9181233Z test_consistency_SparseBSR__masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9211279Z test_consistency_SparseBSR__masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9241364Z test_consistency_SparseBSR__masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9271388Z test_consistency_SparseBSR__masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9301643Z test_consistency_SparseBSR__masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9331987Z test_consistency_SparseBSR__masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9361675Z test_consistency_SparseBSR__masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9389983Z test_consistency_SparseBSR__masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9417089Z test_consistency_SparseBSR__masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9447264Z test_consistency_SparseBSR__masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9477510Z test_consistency_SparseBSR__masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9507727Z test_consistency_SparseBSR__masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9539343Z test_consistency_SparseBSR__masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9569485Z test_consistency_SparseBSR__masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9600001Z test_consistency_SparseBSR__masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9630650Z test_consistency_SparseBSR__masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9660942Z test_consistency_SparseBSR__masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9690933Z test_consistency_SparseBSR__masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9721681Z test_consistency_SparseBSR__masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9752126Z test_consistency_SparseBSR__masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9781732Z test_consistency_SparseBSR__masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9811976Z test_consistency_SparseBSR__masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9842143Z test_consistency_SparseBSR__masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9872475Z test_consistency_SparseBSR__masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9902695Z test_consistency_SparseBSR__masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9933085Z test_consistency_SparseBSR__masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:53.9979186Z test_consistency_SparseBSR_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:54.0019420Z test_consistency_SparseBSR_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0063387Z test_consistency_SparseBSR_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0107364Z test_consistency_SparseBSR_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0151751Z test_consistency_SparseBSR_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0194379Z test_consistency_SparseBSR_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0236978Z test_consistency_SparseBSR_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0277428Z test_consistency_SparseBSR_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0317357Z test_consistency_SparseBSR_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0357101Z test_consistency_SparseBSR_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0396823Z test_consistency_SparseBSR_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0436553Z test_consistency_SparseBSR_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0476372Z test_consistency_SparseBSR_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0517288Z test_consistency_SparseBSR_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0560680Z test_consistency_SparseBSR_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0604288Z test_consistency_SparseBSR_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0648005Z test_consistency_SparseBSR_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0690270Z test_consistency_SparseBSR_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0733068Z test_consistency_SparseBSR_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0774483Z test_consistency_SparseBSR_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0816014Z test_consistency_SparseBSR_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0858029Z test_consistency_SparseBSR_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0899665Z test_consistency_SparseBSR_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0941259Z test_consistency_SparseBSR_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.0983863Z test_consistency_SparseBSR_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1025459Z test_consistency_SparseBSR_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1068597Z test_consistency_SparseBSR_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1112249Z test_consistency_SparseBSR_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1156250Z test_consistency_SparseBSR_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1198506Z test_consistency_SparseBSR_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1241717Z test_consistency_SparseBSR_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1282897Z test_consistency_SparseBSR_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1324397Z test_consistency_SparseBSR_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1365867Z test_consistency_SparseBSR_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1406781Z test_consistency_SparseBSR_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1448447Z test_consistency_SparseBSR_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1489238Z test_consistency_SparseBSR_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1531584Z test_consistency_SparseBSR_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1572782Z test_consistency_SparseBSR_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1616422Z test_consistency_SparseBSR_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1660298Z test_consistency_SparseBSR_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1704078Z test_consistency_SparseBSR_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1746310Z test_consistency_SparseBSR_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1788426Z test_consistency_SparseBSR_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1830617Z test_consistency_SparseBSR_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1871952Z test_consistency_SparseBSR_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1913487Z test_consistency_SparseBSR_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1955069Z test_consistency_SparseBSR_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.1996492Z test_consistency_SparseBSR_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2038143Z test_consistency_SparseBSR_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2080305Z test_consistency_SparseBSR_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2121635Z test_consistency_SparseBSR_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2162547Z test_consistency_SparseBSR_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2206161Z test_consistency_SparseBSR_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2249676Z test_consistency_SparseBSR_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2291745Z test_consistency_SparseBSR_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2333820Z test_consistency_SparseBSR_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2375758Z test_consistency_SparseBSR_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2416924Z test_consistency_SparseBSR_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2458400Z test_consistency_SparseBSR_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2500238Z test_consistency_SparseBSR_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2541764Z test_consistency_SparseBSR_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2582798Z test_consistency_SparseBSR_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2625200Z test_consistency_SparseBSR_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2666180Z test_consistency_SparseBSR_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2709806Z test_consistency_SparseBSR_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2753138Z test_consistency_SparseBSR_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2796772Z test_consistency_SparseBSR_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2838785Z test_consistency_SparseBSR_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2880980Z test_consistency_SparseBSR_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2922603Z test_consistency_SparseBSR_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.2964082Z test_consistency_SparseBSR_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3005204Z test_consistency_SparseBSR_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3046775Z test_consistency_SparseBSR_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3088263Z test_consistency_SparseBSR_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3128917Z test_consistency_SparseBSR_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3171081Z test_consistency_SparseBSR_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3213609Z test_consistency_SparseBSR_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3256122Z test_consistency_SparseBSR_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3297794Z test_consistency_SparseBSR_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3337702Z test_consistency_SparseBSR_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3377542Z test_consistency_SparseBSR_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3416954Z test_consistency_SparseBSR_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3456820Z test_consistency_SparseBSR_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3496647Z test_consistency_SparseBSR_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3538339Z test_consistency_SparseBSR_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3577250Z test_consistency_SparseBSR_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3620867Z test_consistency_SparseBSR_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3664559Z test_consistency_SparseBSR_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3708281Z test_consistency_SparseBSR_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3750335Z test_consistency_SparseBSR_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3791492Z test_consistency_SparseBSR_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3832827Z test_consistency_SparseBSR_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3871789Z test_consistency_SparseBSR_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3911180Z test_consistency_SparseBSR_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3949756Z test_consistency_SparseBSR_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.3989001Z test_consistency_SparseBSR_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4027987Z test_consistency_SparseBSR_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4069952Z test_consistency_SparseBSR_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4111216Z test_consistency_SparseBSR_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4153306Z test_consistency_SparseBSR_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4195495Z test_consistency_SparseBSR_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4237154Z test_consistency_SparseBSR_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4278774Z test_consistency_SparseBSR_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4320011Z test_consistency_SparseBSR_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4361158Z test_consistency_SparseBSR_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4402297Z test_consistency_SparseBSR_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4443934Z test_consistency_SparseBSR_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4485290Z test_consistency_SparseBSR_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4527550Z test_consistency_SparseBSR_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4569559Z test_consistency_SparseBSR_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4612003Z test_consistency_SparseBSR_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4653558Z test_consistency_SparseBSR_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4694811Z test_consistency_SparseBSR_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4736231Z test_consistency_SparseBSR_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4777696Z test_consistency_SparseBSR_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4818605Z test_consistency_SparseBSR_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4860837Z test_consistency_SparseBSR_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4902206Z test_consistency_SparseBSR_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4944058Z test_consistency_SparseBSR_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.4986369Z test_consistency_SparseBSR_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5027824Z test_consistency_SparseBSR_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5069057Z test_consistency_SparseBSR_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5110233Z test_consistency_SparseBSR_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5151493Z test_consistency_SparseBSR_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5193106Z test_consistency_SparseBSR_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5234545Z test_consistency_SparseBSR_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5276015Z test_consistency_SparseBSR_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5317751Z test_consistency_SparseBSR_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5359404Z test_consistency_SparseBSR_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5400836Z test_consistency_SparseBSR_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5440308Z test_consistency_SparseBSR_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5479715Z test_consistency_SparseBSR_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5518785Z test_consistency_SparseBSR_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5558306Z test_consistency_SparseBSR_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5599313Z test_consistency_SparseBSR_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5638979Z test_consistency_SparseBSR_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5678224Z test_consistency_SparseBSR_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5720403Z test_consistency_SparseBSR_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5763091Z test_consistency_SparseBSR_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5802921Z test_consistency_SparseBSR_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5843080Z test_consistency_SparseBSR_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5883833Z test_consistency_SparseBSR_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5924040Z test_consistency_SparseBSR_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.5963023Z test_consistency_SparseBSR_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6002262Z test_consistency_SparseBSR_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6041666Z test_consistency_SparseBSR_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6081082Z test_consistency_SparseBSR_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6120339Z test_consistency_SparseBSR_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6160550Z test_consistency_SparseBSR_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6199926Z test_consistency_SparseBSR_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6241463Z test_consistency_SparseBSR_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6282357Z test_consistency_SparseBSR_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6322295Z test_consistency_SparseBSR_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6362872Z test_consistency_SparseBSR_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6403112Z test_consistency_SparseBSR_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6442644Z test_consistency_SparseBSR_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6481891Z test_consistency_SparseBSR_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6521470Z test_consistency_SparseBSR_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6560774Z test_consistency_SparseBSR_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6600266Z test_consistency_SparseBSR_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6637525Z test_consistency_SparseBSR_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6676258Z test_consistency_SparseBSR_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6716418Z test_consistency_SparseBSR_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6755348Z test_consistency_SparseBSR_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6795447Z test_consistency_SparseBSR_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6834981Z test_consistency_SparseBSR_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6874682Z test_consistency_SparseBSR_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6914075Z test_consistency_SparseBSR_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6953670Z test_consistency_SparseBSR_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.6992885Z test_consistency_SparseBSR_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7033292Z test_consistency_SparseBSR_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7072744Z test_consistency_SparseBSR_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7112827Z test_consistency_SparseBSR_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7152995Z test_consistency_SparseBSR_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7193418Z test_consistency_SparseBSR_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7232976Z test_consistency_SparseBSR_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7272828Z test_consistency_SparseBSR_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7311795Z test_consistency_SparseBSR_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7349824Z test_consistency_SparseBSR_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7389496Z test_consistency_SparseBSR_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7431748Z test_consistency_SparseBSR_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7472661Z test_consistency_SparseBSR_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7514675Z test_consistency_SparseBSR_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7556549Z test_consistency_SparseBSR_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7598503Z test_consistency_SparseBSR_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7639487Z test_consistency_SparseBSR_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7678483Z test_consistency_SparseBSR_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7719411Z test_consistency_SparseBSR_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7760875Z test_consistency_SparseBSR_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7801782Z test_consistency_SparseBSR_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7844099Z test_consistency_SparseBSR_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7887351Z test_consistency_SparseBSR_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7930782Z test_consistency_SparseBSR_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.7973961Z test_consistency_SparseBSR_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8015537Z test_consistency_SparseBSR_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8057576Z test_consistency_SparseBSR_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8099277Z test_consistency_SparseBSR_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8138796Z test_consistency_SparseBSR_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8178420Z test_consistency_SparseBSR_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8217565Z test_consistency_SparseBSR_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8257028Z test_consistency_SparseBSR_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8296145Z test_consistency_SparseBSR_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8326161Z test_consistency_SparseBSR_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:54.8356417Z test_consistency_SparseBSR_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:54.8386368Z test_consistency_SparseBSR_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:54.8416183Z test_consistency_SparseBSR_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:54.8446241Z test_consistency_SparseBSR_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:54.8476490Z test_consistency_SparseBSR_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:54.8506208Z test_consistency_SparseBSR_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:54.8548697Z test_consistency_SparseBSR_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8590614Z test_consistency_SparseBSR_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8632294Z test_consistency_SparseBSR_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8673812Z test_consistency_SparseBSR_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8713235Z test_consistency_SparseBSR_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8752431Z test_consistency_SparseBSR_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8791454Z test_consistency_SparseBSR_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8830820Z test_consistency_SparseBSR_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8870355Z test_consistency_SparseBSR_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8912145Z test_consistency_SparseBSR_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8951550Z test_consistency_SparseBSR_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.8994464Z test_consistency_SparseBSR_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9037755Z test_consistency_SparseBSR_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9081123Z test_consistency_SparseBSR_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9123089Z test_consistency_SparseBSR_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9164929Z test_consistency_SparseBSR_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9206556Z test_consistency_SparseBSR_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9245954Z test_consistency_SparseBSR_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9285529Z test_consistency_SparseBSR_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9324577Z test_consistency_SparseBSR_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9363727Z test_consistency_SparseBSR_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9403371Z test_consistency_SparseBSR_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9445239Z test_consistency_SparseBSR_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9484300Z test_consistency_SparseBSR_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9526134Z test_consistency_SparseBSR_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9568253Z test_consistency_SparseBSR_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9610271Z test_consistency_SparseBSR_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9649726Z test_consistency_SparseBSR_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9688993Z test_consistency_SparseBSR_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9728469Z test_consistency_SparseBSR_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9767815Z test_consistency_SparseBSR_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9807446Z test_consistency_SparseBSR_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9847823Z test_consistency_SparseBSR_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9887471Z test_consistency_SparseBSR_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9927753Z test_consistency_SparseBSR_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:54.9968089Z test_consistency_SparseBSR_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0008348Z test_consistency_SparseBSR_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0047847Z test_consistency_SparseBSR_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0087103Z test_consistency_SparseBSR_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0126493Z test_consistency_SparseBSR_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0165955Z test_consistency_SparseBSR_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0204909Z test_consistency_SparseBSR_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0247263Z test_consistency_SparseBSR_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0288321Z test_consistency_SparseBSR_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0331268Z test_consistency_SparseBSR_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0374998Z test_consistency_SparseBSR_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0418294Z test_consistency_SparseBSR_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0460666Z test_consistency_SparseBSR_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0502839Z test_consistency_SparseBSR_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0544533Z test_consistency_SparseBSR_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0586102Z test_consistency_SparseBSR_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0626710Z test_consistency_SparseBSR_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0667851Z test_consistency_SparseBSR_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0708789Z test_consistency_SparseBSR_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0750042Z test_consistency_SparseBSR_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0791825Z test_consistency_SparseBSR_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0833082Z test_consistency_SparseBSR_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0872722Z test_consistency_SparseBSR_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0916266Z test_consistency_SparseBSR_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.0959450Z test_consistency_SparseBSR_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1001424Z test_consistency_SparseBSR_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1043366Z test_consistency_SparseBSR_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1084920Z test_consistency_SparseBSR_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1125457Z test_consistency_SparseBSR_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1166347Z test_consistency_SparseBSR_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1207594Z test_consistency_SparseBSR_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1248780Z test_consistency_SparseBSR_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1290604Z test_consistency_SparseBSR_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1332915Z test_consistency_SparseBSR_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1374031Z test_consistency_SparseBSR_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1417313Z test_consistency_SparseBSR_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1460692Z test_consistency_SparseBSR_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1504093Z test_consistency_SparseBSR_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1546058Z test_consistency_SparseBSR_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1588310Z test_consistency_SparseBSR_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1630152Z test_consistency_SparseBSR_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1671718Z test_consistency_SparseBSR_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1712934Z test_consistency_SparseBSR_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1754429Z test_consistency_SparseBSR_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1795365Z test_consistency_SparseBSR_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1836555Z test_consistency_SparseBSR_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1878906Z test_consistency_SparseBSR_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1919699Z test_consistency_SparseBSR_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.1963008Z test_consistency_SparseBSR_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2006758Z test_consistency_SparseBSR_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2050332Z test_consistency_SparseBSR_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2092530Z test_consistency_SparseBSR_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2134387Z test_consistency_SparseBSR_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2176413Z test_consistency_SparseBSR_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2217636Z test_consistency_SparseBSR_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2258962Z test_consistency_SparseBSR_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2300517Z test_consistency_SparseBSR_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2341947Z test_consistency_SparseBSR_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2383211Z test_consistency_SparseBSR_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2425316Z test_consistency_SparseBSR_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2466304Z test_consistency_SparseBSR_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2509405Z test_consistency_SparseBSR_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2552894Z test_consistency_SparseBSR_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2596277Z test_consistency_SparseBSR_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2638310Z test_consistency_SparseBSR_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2680476Z test_consistency_SparseBSR_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2722161Z test_consistency_SparseBSR_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2763336Z test_consistency_SparseBSR_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2804508Z test_consistency_SparseBSR_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2845894Z test_consistency_SparseBSR_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2887101Z test_consistency_SparseBSR_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2928333Z test_consistency_SparseBSR_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.2958746Z test_consistency_SparseBSR_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.2988693Z test_consistency_SparseBSR_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3018857Z test_consistency_SparseBSR_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3048764Z test_consistency_SparseBSR_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3078811Z test_consistency_SparseBSR_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3108913Z test_consistency_SparseBSR_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3138833Z test_consistency_SparseBSR_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3168767Z test_consistency_SparseBSR_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3198706Z test_consistency_SparseBSR_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3228617Z test_consistency_SparseBSR_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3258738Z test_consistency_SparseBSR_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3288483Z test_consistency_SparseBSR_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:55:55.3330543Z test_consistency_SparseBSR_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.3372420Z test_consistency_SparseBSR_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.3414182Z test_consistency_SparseBSR_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.3456222Z test_consistency_SparseBSR_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.3495907Z test_consistency_SparseBSR_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.3535671Z test_consistency_SparseBSR_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.3575011Z test_consistency_SparseBSR_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.3615000Z test_consistency_SparseBSR_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.3654533Z test_consistency_SparseBSR_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.3684718Z test_consistency_SparseCSC__masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.3715262Z test_consistency_SparseCSC__masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.3745141Z test_consistency_SparseCSC__masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.3775105Z test_consistency_SparseCSC__masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.3804988Z test_consistency_SparseCSC__masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.3834978Z test_consistency_SparseCSC__masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.3865044Z test_consistency_SparseCSC__masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.3895074Z test_consistency_SparseCSC__masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.3924701Z test_consistency_SparseCSC__masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.3954863Z test_consistency_SparseCSC__masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.3985006Z test_consistency_SparseCSC__masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4015093Z test_consistency_SparseCSC__masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4044636Z test_consistency_SparseCSC__masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4074665Z test_consistency_SparseCSC__masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4104623Z test_consistency_SparseCSC__masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4134872Z test_consistency_SparseCSC__masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4164594Z test_consistency_SparseCSC__masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4194783Z test_consistency_SparseCSC__masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4224375Z test_consistency_SparseCSC__masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4254367Z test_consistency_SparseCSC__masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4284042Z test_consistency_SparseCSC__masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4314169Z test_consistency_SparseCSC__masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4344123Z test_consistency_SparseCSC__masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4374088Z test_consistency_SparseCSC__masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4403517Z test_consistency_SparseCSC__masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4433453Z test_consistency_SparseCSC__masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4463772Z test_consistency_SparseCSC__masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4493702Z test_consistency_SparseCSC__masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4523555Z test_consistency_SparseCSC__masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4552275Z test_consistency_SparseCSC__masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4582597Z test_consistency_SparseCSC__masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4612331Z test_consistency_SparseCSC__masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4642223Z test_consistency_SparseCSC__masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4672358Z test_consistency_SparseCSC__masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4702136Z test_consistency_SparseCSC__masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4732301Z test_consistency_SparseCSC__masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4762186Z test_consistency_SparseCSC__masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4792157Z test_consistency_SparseCSC__masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4822157Z test_consistency_SparseCSC__masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4851991Z test_consistency_SparseCSC__masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4881629Z test_consistency_SparseCSC__masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4911617Z test_consistency_SparseCSC__masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4941694Z test_consistency_SparseCSC__masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.4971668Z test_consistency_SparseCSC__masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5001422Z test_consistency_SparseCSC__masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5031465Z test_consistency_SparseCSC__masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5061461Z test_consistency_SparseCSC__masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5091878Z test_consistency_SparseCSC__masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5121449Z test_consistency_SparseCSC__masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5151739Z test_consistency_SparseCSC__masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5181808Z test_consistency_SparseCSC__masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5211585Z test_consistency_SparseCSC__masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5241184Z test_consistency_SparseCSC__masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5270995Z test_consistency_SparseCSC__masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:55.5313078Z test_consistency_SparseCSC_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5352350Z test_consistency_SparseCSC_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5395542Z test_consistency_SparseCSC_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5438565Z test_consistency_SparseCSC_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5482053Z test_consistency_SparseCSC_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5523855Z test_consistency_SparseCSC_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5563238Z test_consistency_SparseCSC_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5604822Z test_consistency_SparseCSC_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5644222Z test_consistency_SparseCSC_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5681382Z test_consistency_SparseCSC_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5720184Z test_consistency_SparseCSC_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5759140Z test_consistency_SparseCSC_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5795681Z test_consistency_SparseCSC_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5836540Z test_consistency_SparseCSC_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5879667Z test_consistency_SparseCSC_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5922947Z test_consistency_SparseCSC_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.5966114Z test_consistency_SparseCSC_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6008153Z test_consistency_SparseCSC_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6049637Z test_consistency_SparseCSC_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6090762Z test_consistency_SparseCSC_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6132097Z test_consistency_SparseCSC_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6173621Z test_consistency_SparseCSC_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6214893Z test_consistency_SparseCSC_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6256029Z test_consistency_SparseCSC_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6298302Z test_consistency_SparseCSC_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6339384Z test_consistency_SparseCSC_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6383337Z test_consistency_SparseCSC_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6426633Z test_consistency_SparseCSC_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6469709Z test_consistency_SparseCSC_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6511823Z test_consistency_SparseCSC_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6553784Z test_consistency_SparseCSC_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6595435Z test_consistency_SparseCSC_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6636298Z test_consistency_SparseCSC_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6677095Z test_consistency_SparseCSC_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6718206Z test_consistency_SparseCSC_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6759173Z test_consistency_SparseCSC_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6799330Z test_consistency_SparseCSC_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6841221Z test_consistency_SparseCSC_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6882541Z test_consistency_SparseCSC_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6925812Z test_consistency_SparseCSC_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.6968999Z test_consistency_SparseCSC_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7011830Z test_consistency_SparseCSC_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7053910Z test_consistency_SparseCSC_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7095607Z test_consistency_SparseCSC_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7137329Z test_consistency_SparseCSC_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7178473Z test_consistency_SparseCSC_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7219800Z test_consistency_SparseCSC_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7260686Z test_consistency_SparseCSC_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7301623Z test_consistency_SparseCSC_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7342648Z test_consistency_SparseCSC_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7384474Z test_consistency_SparseCSC_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7425335Z test_consistency_SparseCSC_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7468158Z test_consistency_SparseCSC_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7511329Z test_consistency_SparseCSC_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7554514Z test_consistency_SparseCSC_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7596502Z test_consistency_SparseCSC_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7638390Z test_consistency_SparseCSC_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7679906Z test_consistency_SparseCSC_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7720846Z test_consistency_SparseCSC_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7762460Z test_consistency_SparseCSC_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7803750Z test_consistency_SparseCSC_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7844715Z test_consistency_SparseCSC_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7885664Z test_consistency_SparseCSC_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7927375Z test_consistency_SparseCSC_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.7967809Z test_consistency_SparseCSC_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8010933Z test_consistency_SparseCSC_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8054372Z test_consistency_SparseCSC_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8097673Z test_consistency_SparseCSC_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8139587Z test_consistency_SparseCSC_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8181569Z test_consistency_SparseCSC_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8223328Z test_consistency_SparseCSC_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8264553Z test_consistency_SparseCSC_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8305737Z test_consistency_SparseCSC_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8346583Z test_consistency_SparseCSC_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8387447Z test_consistency_SparseCSC_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8426973Z test_consistency_SparseCSC_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8468529Z test_consistency_SparseCSC_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8509904Z test_consistency_SparseCSC_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8551739Z test_consistency_SparseCSC_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8592314Z test_consistency_SparseCSC_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8631929Z test_consistency_SparseCSC_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8671441Z test_consistency_SparseCSC_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8710441Z test_consistency_SparseCSC_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8746936Z test_consistency_SparseCSC_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8785893Z test_consistency_SparseCSC_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8826653Z test_consistency_SparseCSC_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8865058Z test_consistency_SparseCSC_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8908433Z test_consistency_SparseCSC_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8951708Z test_consistency_SparseCSC_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.8994874Z test_consistency_SparseCSC_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9035965Z test_consistency_SparseCSC_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9077652Z test_consistency_SparseCSC_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9115366Z test_consistency_SparseCSC_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9150748Z test_consistency_SparseCSC_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-09-27T15:55:55.9186338Z test_consistency_SparseCSC_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-09-27T15:55:55.9224609Z test_consistency_SparseCSC_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9263336Z test_consistency_SparseCSC_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9302205Z test_consistency_SparseCSC_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9343577Z test_consistency_SparseCSC_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9384180Z test_consistency_SparseCSC_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9426022Z test_consistency_SparseCSC_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9467788Z test_consistency_SparseCSC_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9509650Z test_consistency_SparseCSC_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9551245Z test_consistency_SparseCSC_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9592355Z test_consistency_SparseCSC_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9632685Z test_consistency_SparseCSC_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9673727Z test_consistency_SparseCSC_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9714414Z test_consistency_SparseCSC_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9755767Z test_consistency_SparseCSC_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9797736Z test_consistency_SparseCSC_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9839779Z test_consistency_SparseCSC_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9881347Z test_consistency_SparseCSC_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9921587Z test_consistency_SparseCSC_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:55.9962586Z test_consistency_SparseCSC_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0003645Z test_consistency_SparseCSC_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0045056Z test_consistency_SparseCSC_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0085343Z test_consistency_SparseCSC_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0127260Z test_consistency_SparseCSC_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0168270Z test_consistency_SparseCSC_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0210372Z test_consistency_SparseCSC_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0251234Z test_consistency_SparseCSC_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0292869Z test_consistency_SparseCSC_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0330952Z test_consistency_SparseCSC_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0372031Z test_consistency_SparseCSC_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0413024Z test_consistency_SparseCSC_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0454477Z test_consistency_SparseCSC_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0495381Z test_consistency_SparseCSC_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0536362Z test_consistency_SparseCSC_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0578528Z test_consistency_SparseCSC_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0620388Z test_consistency_SparseCSC_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0661814Z test_consistency_SparseCSC_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0700890Z test_consistency_SparseCSC_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0740295Z test_consistency_SparseCSC_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0779289Z test_consistency_SparseCSC_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0817620Z test_consistency_SparseCSC_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0857318Z test_consistency_SparseCSC_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0897747Z test_consistency_SparseCSC_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0937123Z test_consistency_SparseCSC_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.0979531Z test_consistency_SparseCSC_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1021912Z test_consistency_SparseCSC_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1063674Z test_consistency_SparseCSC_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1104514Z test_consistency_SparseCSC_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1144747Z test_consistency_SparseCSC_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1185152Z test_consistency_SparseCSC_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1224355Z test_consistency_SparseCSC_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1263743Z test_consistency_SparseCSC_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1302864Z test_consistency_SparseCSC_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1342249Z test_consistency_SparseCSC_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1381229Z test_consistency_SparseCSC_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1419433Z test_consistency_SparseCSC_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1457983Z test_consistency_SparseCSC_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1498953Z test_consistency_SparseCSC_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1539796Z test_consistency_SparseCSC_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1580010Z test_consistency_SparseCSC_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1620209Z test_consistency_SparseCSC_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1660433Z test_consistency_SparseCSC_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1696501Z test_consistency_SparseCSC_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-09-27T15:55:56.1732929Z test_consistency_SparseCSC_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1772008Z test_consistency_SparseCSC_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1811199Z test_consistency_SparseCSC_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1850435Z test_consistency_SparseCSC_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1889720Z test_consistency_SparseCSC_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1928901Z test_consistency_SparseCSC_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.1969019Z test_consistency_SparseCSC_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2007926Z test_consistency_SparseCSC_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2048081Z test_consistency_SparseCSC_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2087469Z test_consistency_SparseCSC_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2127279Z test_consistency_SparseCSC_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2166457Z test_consistency_SparseCSC_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2205993Z test_consistency_SparseCSC_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2245408Z test_consistency_SparseCSC_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2286249Z test_consistency_SparseCSC_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2325928Z test_consistency_SparseCSC_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2364340Z test_consistency_SparseCSC_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2404434Z test_consistency_SparseCSC_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2444567Z test_consistency_SparseCSC_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2483814Z test_consistency_SparseCSC_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2522923Z test_consistency_SparseCSC_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2562205Z test_consistency_SparseCSC_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2601291Z test_consistency_SparseCSC_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2640043Z test_consistency_SparseCSC_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2682407Z test_consistency_SparseCSC_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2723373Z test_consistency_SparseCSC_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2765267Z test_consistency_SparseCSC_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2807191Z test_consistency_SparseCSC_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2848882Z test_consistency_SparseCSC_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2889658Z test_consistency_SparseCSC_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2930650Z test_consistency_SparseCSC_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.2971825Z test_consistency_SparseCSC_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3012777Z test_consistency_SparseCSC_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3053983Z test_consistency_SparseCSC_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3095673Z test_consistency_SparseCSC_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3138992Z test_consistency_SparseCSC_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3182628Z test_consistency_SparseCSC_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3225597Z test_consistency_SparseCSC_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3267197Z test_consistency_SparseCSC_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3308698Z test_consistency_SparseCSC_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3350609Z test_consistency_SparseCSC_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3390008Z test_consistency_SparseCSC_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3429121Z test_consistency_SparseCSC_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3467981Z test_consistency_SparseCSC_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3506865Z test_consistency_SparseCSC_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3545720Z test_consistency_SparseCSC_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3575995Z test_consistency_SparseCSC_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:56.3605804Z test_consistency_SparseCSC_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:56.3635713Z test_consistency_SparseCSC_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:56.3665542Z test_consistency_SparseCSC_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:56.3695515Z test_consistency_SparseCSC_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:56.3725271Z test_consistency_SparseCSC_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:56.3755234Z test_consistency_SparseCSC_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:55:56.3796934Z test_consistency_SparseCSC_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3835294Z test_consistency_SparseCSC_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3876405Z test_consistency_SparseCSC_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3917790Z test_consistency_SparseCSC_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3956949Z test_consistency_SparseCSC_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.3996332Z test_consistency_SparseCSC_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4035832Z test_consistency_SparseCSC_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4074806Z test_consistency_SparseCSC_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4114066Z test_consistency_SparseCSC_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4155770Z test_consistency_SparseCSC_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4195250Z test_consistency_SparseCSC_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4238190Z test_consistency_SparseCSC_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4281532Z test_consistency_SparseCSC_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4325359Z test_consistency_SparseCSC_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4366747Z test_consistency_SparseCSC_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4408805Z test_consistency_SparseCSC_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4450450Z test_consistency_SparseCSC_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4489667Z test_consistency_SparseCSC_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4528825Z test_consistency_SparseCSC_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4567491Z test_consistency_SparseCSC_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4607337Z test_consistency_SparseCSC_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4646712Z test_consistency_SparseCSC_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4688259Z test_consistency_SparseCSC_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4727030Z test_consistency_SparseCSC_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4768720Z test_consistency_SparseCSC_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4810686Z test_consistency_SparseCSC_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4852701Z test_consistency_SparseCSC_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4891729Z test_consistency_SparseCSC_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4930958Z test_consistency_SparseCSC_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.4969306Z test_consistency_SparseCSC_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5005855Z test_consistency_SparseCSC_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5044746Z test_consistency_SparseCSC_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5084511Z test_consistency_SparseCSC_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5123325Z test_consistency_SparseCSC_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5163484Z test_consistency_SparseCSC_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5203446Z test_consistency_SparseCSC_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5243209Z test_consistency_SparseCSC_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5282491Z test_consistency_SparseCSC_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5321562Z test_consistency_SparseCSC_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5360943Z test_consistency_SparseCSC_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5400013Z test_consistency_SparseCSC_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5439231Z test_consistency_SparseCSC_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5481149Z test_consistency_SparseCSC_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5522431Z test_consistency_SparseCSC_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5565130Z test_consistency_SparseCSC_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5608320Z test_consistency_SparseCSC_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5651425Z test_consistency_SparseCSC_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5693686Z test_consistency_SparseCSC_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5735329Z test_consistency_SparseCSC_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5776977Z test_consistency_SparseCSC_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5818171Z test_consistency_SparseCSC_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5858755Z test_consistency_SparseCSC_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5899733Z test_consistency_SparseCSC_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5939453Z test_consistency_SparseCSC_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.5979780Z test_consistency_SparseCSC_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6021651Z test_consistency_SparseCSC_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6062452Z test_consistency_SparseCSC_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6105414Z test_consistency_SparseCSC_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6149062Z test_consistency_SparseCSC_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6191927Z test_consistency_SparseCSC_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6233468Z test_consistency_SparseCSC_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6274304Z test_consistency_SparseCSC_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6315797Z test_consistency_SparseCSC_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6357189Z test_consistency_SparseCSC_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6398308Z test_consistency_SparseCSC_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6438930Z test_consistency_SparseCSC_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6480383Z test_consistency_SparseCSC_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6521431Z test_consistency_SparseCSC_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6561428Z test_consistency_SparseCSC_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6602193Z test_consistency_SparseCSC_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6646193Z test_consistency_SparseCSC_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6689451Z test_consistency_SparseCSC_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6733224Z test_consistency_SparseCSC_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6775429Z test_consistency_SparseCSC_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6817329Z test_consistency_SparseCSC_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6859313Z test_consistency_SparseCSC_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6900176Z test_consistency_SparseCSC_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6941397Z test_consistency_SparseCSC_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.6982482Z test_consistency_SparseCSC_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7023486Z test_consistency_SparseCSC_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7064867Z test_consistency_SparseCSC_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7106918Z test_consistency_SparseCSC_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7147244Z test_consistency_SparseCSC_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7189709Z test_consistency_SparseCSC_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7232753Z test_consistency_SparseCSC_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7273613Z test_consistency_SparseCSC_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7315590Z test_consistency_SparseCSC_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7357785Z test_consistency_SparseCSC_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7399245Z test_consistency_SparseCSC_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7440088Z test_consistency_SparseCSC_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7480864Z test_consistency_SparseCSC_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7521682Z test_consistency_SparseCSC_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7562188Z test_consistency_SparseCSC_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7603442Z test_consistency_SparseCSC_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7645602Z test_consistency_SparseCSC_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7686251Z test_consistency_SparseCSC_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7729008Z test_consistency_SparseCSC_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7772264Z test_consistency_SparseCSC_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7815499Z test_consistency_SparseCSC_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7857122Z test_consistency_SparseCSC_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7899036Z test_consistency_SparseCSC_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7940720Z test_consistency_SparseCSC_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.7981617Z test_consistency_SparseCSC_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.8022669Z test_consistency_SparseCSC_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.8063296Z test_consistency_SparseCSC_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.8104381Z test_consistency_SparseCSC_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.8145568Z test_consistency_SparseCSC_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.8200930Z test_consistency_SparseCSC_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:56.8251536Z test_consistency_SparseCSC_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:56.8308883Z test_consistency_SparseCSC_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:56.8366741Z test_consistency_SparseCSC_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:55:56.8422625Z test_consistency_SparseCSC_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:56.8477684Z test_consistency_SparseCSC_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:56.8532949Z test_consistency_SparseCSC_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:56.8583515Z test_consistency_SparseCSC_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:56.8633745Z test_consistency_SparseCSC_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:56.8683426Z test_consistency_SparseCSC_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:56.8733746Z test_consistency_SparseCSC_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:56.8784106Z test_consistency_SparseCSC_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:55:56.8825646Z test_consistency_SparseCSC_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.8867115Z test_consistency_SparseCSC_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.8908592Z test_consistency_SparseCSC_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.8950466Z test_consistency_SparseCSC_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.8989881Z test_consistency_SparseCSC_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.9028801Z test_consistency_SparseCSC_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.9067554Z test_consistency_SparseCSC_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.9106641Z test_consistency_SparseCSC_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.9146176Z test_consistency_SparseCSC_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:55:56.9253217Z test_consistency_SparseCSR__masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_masked/__init__.py:767: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:55:56.9254029Z new_values.scatter_reduce_( 2022-09-27T15:55:56.9505279Z ok (0.036s) 2022-09-27T15:55:56.9854556Z test_consistency_SparseCSR__masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:55:57.0203779Z test_consistency_SparseCSR__masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:55:57.0552053Z test_consistency_SparseCSR__masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:55:57.0581801Z test_consistency_SparseCSR__masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.0612079Z test_consistency_SparseCSR__masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.0641598Z test_consistency_SparseCSR__masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.0671675Z test_consistency_SparseCSR__masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.0701579Z test_consistency_SparseCSR__masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.1053603Z test_consistency_SparseCSR__masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:55:57.1401927Z test_consistency_SparseCSR__masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:55:57.1752328Z test_consistency_SparseCSR__masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:55:57.2102267Z test_consistency_SparseCSR__masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:55:57.2132641Z test_consistency_SparseCSR__masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.2162375Z test_consistency_SparseCSR__masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.2192707Z test_consistency_SparseCSR__masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.2222667Z test_consistency_SparseCSR__masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.2252818Z test_consistency_SparseCSR__masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.2620566Z test_consistency_SparseCSR__masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-09-27T15:55:57.2650940Z test_consistency_SparseCSR__masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.2680368Z test_consistency_SparseCSR__masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.2708661Z test_consistency_SparseCSR__masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.3083678Z test_consistency_SparseCSR__masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-09-27T15:55:57.3447843Z test_consistency_SparseCSR__masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-09-27T15:55:57.3811596Z test_consistency_SparseCSR__masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-09-27T15:55:57.3841647Z test_consistency_SparseCSR__masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.3871899Z test_consistency_SparseCSR__masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.3902264Z test_consistency_SparseCSR__masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.3932938Z test_consistency_SparseCSR__masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:57.3962781Z test_consistency_SparseCSR__masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:55:58.3531966Z test_consistency_SparseCSR__masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.957s) 2022-09-27T15:55:59.2469754Z test_consistency_SparseCSR__masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.894s) 2022-09-27T15:55:59.2641953Z test_consistency_SparseCSR__masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-09-27T15:55:59.2811055Z test_consistency_SparseCSR__masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-09-27T15:56:00.2194410Z test_consistency_SparseCSR__masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.938s) 2022-09-27T15:56:00.2553397Z test_consistency_SparseCSR__masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-09-27T15:56:00.2906392Z test_consistency_SparseCSR__masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:56:00.3043447Z test_consistency_SparseCSR__masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-09-27T15:56:00.3182298Z test_consistency_SparseCSR__masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-09-27T15:56:00.3315595Z test_consistency_SparseCSR__masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-09-27T15:56:00.3452351Z test_consistency_SparseCSR__masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-09-27T15:56:00.3581648Z test_consistency_SparseCSR__masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-09-27T15:56:00.3920094Z test_consistency_SparseCSR__masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:00.4055973Z test_consistency_SparseCSR__masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-09-27T15:56:00.4194657Z test_consistency_SparseCSR__masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-09-27T15:56:00.4334560Z test_consistency_SparseCSR__masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-09-27T15:56:00.4678525Z test_consistency_SparseCSR__masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:00.5018668Z test_consistency_SparseCSR__masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:00.5358402Z test_consistency_SparseCSR__masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:00.5494755Z test_consistency_SparseCSR__masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-09-27T15:56:00.5631138Z test_consistency_SparseCSR__masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-09-27T15:56:00.5760368Z test_consistency_SparseCSR__masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-09-27T15:56:00.5896891Z test_consistency_SparseCSR__masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-09-27T15:56:00.6020513Z test_consistency_SparseCSR__masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-09-27T15:56:00.6061400Z test_consistency_SparseCSR_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6099037Z test_consistency_SparseCSR_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6141034Z test_consistency_SparseCSR_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6183496Z test_consistency_SparseCSR_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6225426Z test_consistency_SparseCSR_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6266172Z test_consistency_SparseCSR_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6303782Z test_consistency_SparseCSR_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6344599Z test_consistency_SparseCSR_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6382793Z test_consistency_SparseCSR_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6419298Z test_consistency_SparseCSR_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6457150Z test_consistency_SparseCSR_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6495663Z test_consistency_SparseCSR_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6534206Z test_consistency_SparseCSR_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6574219Z test_consistency_SparseCSR_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6616048Z test_consistency_SparseCSR_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6658225Z test_consistency_SparseCSR_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6700801Z test_consistency_SparseCSR_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6739235Z test_consistency_SparseCSR_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6779915Z test_consistency_SparseCSR_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6820141Z test_consistency_SparseCSR_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6860171Z test_consistency_SparseCSR_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6899286Z test_consistency_SparseCSR_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6939647Z test_consistency_SparseCSR_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.6980355Z test_consistency_SparseCSR_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7020750Z test_consistency_SparseCSR_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7060609Z test_consistency_SparseCSR_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7103593Z test_consistency_SparseCSR_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7145616Z test_consistency_SparseCSR_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7187426Z test_consistency_SparseCSR_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7228510Z test_consistency_SparseCSR_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7269897Z test_consistency_SparseCSR_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7310217Z test_consistency_SparseCSR_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7350395Z test_consistency_SparseCSR_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7390482Z test_consistency_SparseCSR_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7430352Z test_consistency_SparseCSR_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7470733Z test_consistency_SparseCSR_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7510035Z test_consistency_SparseCSR_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7551453Z test_consistency_SparseCSR_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7590931Z test_consistency_SparseCSR_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7633716Z test_consistency_SparseCSR_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7675954Z test_consistency_SparseCSR_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7718230Z test_consistency_SparseCSR_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7759252Z test_consistency_SparseCSR_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7800326Z test_consistency_SparseCSR_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7841109Z test_consistency_SparseCSR_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7881556Z test_consistency_SparseCSR_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7921445Z test_consistency_SparseCSR_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7959959Z test_consistency_SparseCSR_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.7996932Z test_consistency_SparseCSR_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8036776Z test_consistency_SparseCSR_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8077469Z test_consistency_SparseCSR_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8116958Z test_consistency_SparseCSR_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8159065Z test_consistency_SparseCSR_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8200893Z test_consistency_SparseCSR_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8242961Z test_consistency_SparseCSR_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8283869Z test_consistency_SparseCSR_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8324420Z test_consistency_SparseCSR_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8364995Z test_consistency_SparseCSR_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8404879Z test_consistency_SparseCSR_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8445442Z test_consistency_SparseCSR_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8485443Z test_consistency_SparseCSR_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8525394Z test_consistency_SparseCSR_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8565629Z test_consistency_SparseCSR_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8606442Z test_consistency_SparseCSR_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8646135Z test_consistency_SparseCSR_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8688149Z test_consistency_SparseCSR_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8730512Z test_consistency_SparseCSR_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8772689Z test_consistency_SparseCSR_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8811401Z test_consistency_SparseCSR_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8852195Z test_consistency_SparseCSR_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8892575Z test_consistency_SparseCSR_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8932695Z test_consistency_SparseCSR_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.8972352Z test_consistency_SparseCSR_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9012082Z test_consistency_SparseCSR_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9051938Z test_consistency_SparseCSR_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9090484Z test_consistency_SparseCSR_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9128794Z test_consistency_SparseCSR_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9169542Z test_consistency_SparseCSR_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9209976Z test_consistency_SparseCSR_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9250461Z test_consistency_SparseCSR_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9288872Z test_consistency_SparseCSR_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9326799Z test_consistency_SparseCSR_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9364809Z test_consistency_SparseCSR_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9403213Z test_consistency_SparseCSR_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9441091Z test_consistency_SparseCSR_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9481348Z test_consistency_SparseCSR_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9518755Z test_consistency_SparseCSR_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9560756Z test_consistency_SparseCSR_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9603038Z test_consistency_SparseCSR_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9645238Z test_consistency_SparseCSR_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9685573Z test_consistency_SparseCSR_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9723398Z test_consistency_SparseCSR_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9760076Z test_consistency_SparseCSR_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9795928Z test_consistency_SparseCSR_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-09-27T15:56:00.9833538Z test_consistency_SparseCSR_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9871238Z test_consistency_SparseCSR_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9908357Z test_consistency_SparseCSR_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9945856Z test_consistency_SparseCSR_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:00.9986767Z test_consistency_SparseCSR_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0024790Z test_consistency_SparseCSR_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0065182Z test_consistency_SparseCSR_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0106148Z test_consistency_SparseCSR_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0146690Z test_consistency_SparseCSR_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0186731Z test_consistency_SparseCSR_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0226660Z test_consistency_SparseCSR_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0266627Z test_consistency_SparseCSR_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0306640Z test_consistency_SparseCSR_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0346376Z test_consistency_SparseCSR_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0386356Z test_consistency_SparseCSR_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0427395Z test_consistency_SparseCSR_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0468856Z test_consistency_SparseCSR_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0508867Z test_consistency_SparseCSR_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0548939Z test_consistency_SparseCSR_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0588806Z test_consistency_SparseCSR_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0628405Z test_consistency_SparseCSR_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0668179Z test_consistency_SparseCSR_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0707363Z test_consistency_SparseCSR_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0748156Z test_consistency_SparseCSR_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0788203Z test_consistency_SparseCSR_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0828928Z test_consistency_SparseCSR_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0866263Z test_consistency_SparseCSR_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0906580Z test_consistency_SparseCSR_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0946508Z test_consistency_SparseCSR_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.0987008Z test_consistency_SparseCSR_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1026787Z test_consistency_SparseCSR_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1065640Z test_consistency_SparseCSR_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1105187Z test_consistency_SparseCSR_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1146446Z test_consistency_SparseCSR_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1186922Z test_consistency_SparseCSR_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1227505Z test_consistency_SparseCSR_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1268052Z test_consistency_SparseCSR_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1306312Z test_consistency_SparseCSR_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1343949Z test_consistency_SparseCSR_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1381950Z test_consistency_SparseCSR_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1420123Z test_consistency_SparseCSR_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1458722Z test_consistency_SparseCSR_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1497966Z test_consistency_SparseCSR_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1536185Z test_consistency_SparseCSR_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1577327Z test_consistency_SparseCSR_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1618389Z test_consistency_SparseCSR_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1659196Z test_consistency_SparseCSR_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1697896Z test_consistency_SparseCSR_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1735879Z test_consistency_SparseCSR_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1775623Z test_consistency_SparseCSR_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1813754Z test_consistency_SparseCSR_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1852082Z test_consistency_SparseCSR_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1890356Z test_consistency_SparseCSR_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1928526Z test_consistency_SparseCSR_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.1966441Z test_consistency_SparseCSR_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2005905Z test_consistency_SparseCSR_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2044114Z test_consistency_SparseCSR_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2081515Z test_consistency_SparseCSR_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2121418Z test_consistency_SparseCSR_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2158476Z test_consistency_SparseCSR_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2197635Z test_consistency_SparseCSR_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2236833Z test_consistency_SparseCSR_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2275119Z test_consistency_SparseCSR_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2313509Z test_consistency_SparseCSR_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2350774Z test_consistency_SparseCSR_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2388865Z test_consistency_SparseCSR_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2427162Z test_consistency_SparseCSR_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2464386Z test_consistency_SparseCSR_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2502232Z test_consistency_SparseCSR_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2541445Z test_consistency_SparseCSR_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2580496Z test_consistency_SparseCSR_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2617825Z test_consistency_SparseCSR_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2655979Z test_consistency_SparseCSR_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2694599Z test_consistency_SparseCSR_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2732889Z test_consistency_SparseCSR_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2771320Z test_consistency_SparseCSR_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2809063Z test_consistency_SparseCSR_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2848496Z test_consistency_SparseCSR_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2886602Z test_consistency_SparseCSR_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2925838Z test_consistency_SparseCSR_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.2964805Z test_consistency_SparseCSR_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3004161Z test_consistency_SparseCSR_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3042522Z test_consistency_SparseCSR_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3080440Z test_consistency_SparseCSR_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3118581Z test_consistency_SparseCSR_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3156734Z test_consistency_SparseCSR_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3194727Z test_consistency_SparseCSR_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3234985Z test_consistency_SparseCSR_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3274412Z test_consistency_SparseCSR_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3314691Z test_consistency_SparseCSR_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3354350Z test_consistency_SparseCSR_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3394963Z test_consistency_SparseCSR_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3434844Z test_consistency_SparseCSR_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3474942Z test_consistency_SparseCSR_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3514854Z test_consistency_SparseCSR_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3554772Z test_consistency_SparseCSR_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3594815Z test_consistency_SparseCSR_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3635742Z test_consistency_SparseCSR_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3677480Z test_consistency_SparseCSR_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3719545Z test_consistency_SparseCSR_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3761578Z test_consistency_SparseCSR_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3802114Z test_consistency_SparseCSR_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3840356Z test_consistency_SparseCSR_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3880945Z test_consistency_SparseCSR_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3918798Z test_consistency_SparseCSR_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3957111Z test_consistency_SparseCSR_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.3995122Z test_consistency_SparseCSR_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4033560Z test_consistency_SparseCSR_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4071460Z test_consistency_SparseCSR_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4121753Z test_consistency_SparseCSR_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.4178728Z test_consistency_SparseCSR_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:56:01.4235986Z test_consistency_SparseCSR_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:56:01.4292902Z test_consistency_SparseCSR_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:56:01.4343433Z test_consistency_SparseCSR_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.4392959Z test_consistency_SparseCSR_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.4443323Z test_consistency_SparseCSR_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.4483797Z test_consistency_SparseCSR_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4524393Z test_consistency_SparseCSR_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4565441Z test_consistency_SparseCSR_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4605760Z test_consistency_SparseCSR_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4644089Z test_consistency_SparseCSR_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4682621Z test_consistency_SparseCSR_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4720898Z test_consistency_SparseCSR_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4759667Z test_consistency_SparseCSR_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4794830Z test_consistency_SparseCSR_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-09-27T15:56:01.4836149Z test_consistency_SparseCSR_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4874854Z test_consistency_SparseCSR_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4916321Z test_consistency_SparseCSR_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.4958958Z test_consistency_SparseCSR_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5001383Z test_consistency_SparseCSR_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5042353Z test_consistency_SparseCSR_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5083400Z test_consistency_SparseCSR_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5123847Z test_consistency_SparseCSR_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5162429Z test_consistency_SparseCSR_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5200528Z test_consistency_SparseCSR_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5238860Z test_consistency_SparseCSR_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5277147Z test_consistency_SparseCSR_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5315232Z test_consistency_SparseCSR_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5355941Z test_consistency_SparseCSR_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5393957Z test_consistency_SparseCSR_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5434588Z test_consistency_SparseCSR_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5475338Z test_consistency_SparseCSR_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5515958Z test_consistency_SparseCSR_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5554510Z test_consistency_SparseCSR_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5592956Z test_consistency_SparseCSR_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5631331Z test_consistency_SparseCSR_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5669244Z test_consistency_SparseCSR_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5707574Z test_consistency_SparseCSR_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5746710Z test_consistency_SparseCSR_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5784749Z test_consistency_SparseCSR_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5823749Z test_consistency_SparseCSR_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5862710Z test_consistency_SparseCSR_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5901549Z test_consistency_SparseCSR_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5939884Z test_consistency_SparseCSR_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.5978488Z test_consistency_SparseCSR_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6016682Z test_consistency_SparseCSR_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6055046Z test_consistency_SparseCSR_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6093190Z test_consistency_SparseCSR_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6134021Z test_consistency_SparseCSR_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6174035Z test_consistency_SparseCSR_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6216136Z test_consistency_SparseCSR_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6258609Z test_consistency_SparseCSR_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6300965Z test_consistency_SparseCSR_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6342030Z test_consistency_SparseCSR_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6383004Z test_consistency_SparseCSR_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6423391Z test_consistency_SparseCSR_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6462913Z test_consistency_SparseCSR_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6502899Z test_consistency_SparseCSR_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6542904Z test_consistency_SparseCSR_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6582956Z test_consistency_SparseCSR_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6622675Z test_consistency_SparseCSR_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6663533Z test_consistency_SparseCSR_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6703363Z test_consistency_SparseCSR_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6745529Z test_consistency_SparseCSR_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6787630Z test_consistency_SparseCSR_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6829861Z test_consistency_SparseCSR_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6870788Z test_consistency_SparseCSR_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6911480Z test_consistency_SparseCSR_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6951678Z test_consistency_SparseCSR_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.6991689Z test_consistency_SparseCSR_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7031864Z test_consistency_SparseCSR_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7072089Z test_consistency_SparseCSR_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7111918Z test_consistency_SparseCSR_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7151881Z test_consistency_SparseCSR_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7192912Z test_consistency_SparseCSR_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7232846Z test_consistency_SparseCSR_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7274944Z test_consistency_SparseCSR_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7316924Z test_consistency_SparseCSR_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7359375Z test_consistency_SparseCSR_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7399967Z test_consistency_SparseCSR_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7440660Z test_consistency_SparseCSR_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7481621Z test_consistency_SparseCSR_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7521679Z test_consistency_SparseCSR_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7561877Z test_consistency_SparseCSR_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7601879Z test_consistency_SparseCSR_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7642202Z test_consistency_SparseCSR_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7682076Z test_consistency_SparseCSR_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7722931Z test_consistency_SparseCSR_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7762761Z test_consistency_SparseCSR_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7802253Z test_consistency_SparseCSR_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7844582Z test_consistency_SparseCSR_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7887217Z test_consistency_SparseCSR_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7927936Z test_consistency_SparseCSR_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.7968882Z test_consistency_SparseCSR_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8009564Z test_consistency_SparseCSR_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8049684Z test_consistency_SparseCSR_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8089642Z test_consistency_SparseCSR_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8129437Z test_consistency_SparseCSR_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8169700Z test_consistency_SparseCSR_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8209718Z test_consistency_SparseCSR_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8250481Z test_consistency_SparseCSR_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8290351Z test_consistency_SparseCSR_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8332891Z test_consistency_SparseCSR_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8375078Z test_consistency_SparseCSR_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8415833Z test_consistency_SparseCSR_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8456708Z test_consistency_SparseCSR_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8497421Z test_consistency_SparseCSR_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8537964Z test_consistency_SparseCSR_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8577747Z test_consistency_SparseCSR_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8618148Z test_consistency_SparseCSR_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8657793Z test_consistency_SparseCSR_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8698271Z test_consistency_SparseCSR_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8738624Z test_consistency_SparseCSR_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.8792781Z test_consistency_SparseCSR_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.8841595Z test_consistency_SparseCSR_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.8898386Z test_consistency_SparseCSR_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:56:01.8955128Z test_consistency_SparseCSR_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-09-27T15:56:01.9007549Z test_consistency_SparseCSR_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.9061192Z test_consistency_SparseCSR_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.9114841Z test_consistency_SparseCSR_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.9162584Z test_consistency_SparseCSR_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.9211334Z test_consistency_SparseCSR_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.9260037Z test_consistency_SparseCSR_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.9309226Z test_consistency_SparseCSR_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.9358022Z test_consistency_SparseCSR_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:01.9398865Z test_consistency_SparseCSR_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.9439945Z test_consistency_SparseCSR_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.9480913Z test_consistency_SparseCSR_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.9520698Z test_consistency_SparseCSR_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.9558800Z test_consistency_SparseCSR_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.9596883Z test_consistency_SparseCSR_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.9635139Z test_consistency_SparseCSR_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.9673263Z test_consistency_SparseCSR_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.9711305Z test_consistency_SparseCSR_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:01.9874828Z test_copy_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-09-27T15:56:02.0021429Z test_copy_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.0190561Z test_copy_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-09-27T15:56:02.0359785Z test_copy_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-09-27T15:56:02.0519629Z test_copy_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-09-27T15:56:02.0680361Z test_copy_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-09-27T15:56:02.0839142Z test_copy_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-09-27T15:56:02.0986364Z test_copy_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.1133516Z test_copy_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.1279778Z test_copy_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.1426346Z test_copy_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.1574642Z test_copy_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.1735133Z test_copy_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-09-27T15:56:02.1882698Z test_copy_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.2050587Z test_copy_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-09-27T15:56:02.2219752Z test_copy_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-09-27T15:56:02.2379621Z test_copy_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-09-27T15:56:02.2539239Z test_copy_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-09-27T15:56:02.2697385Z test_copy_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-09-27T15:56:02.2845694Z test_copy_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.2992641Z test_copy_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.3138720Z test_copy_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.3284414Z test_copy_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-09-27T15:56:02.3431312Z test_copy_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-09-27T15:56:02.3738406Z test_copy_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:02.4029972Z test_copy_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:02.4343974Z test_copy_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:02.4659077Z test_copy_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:02.4964972Z test_copy_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:02.5272350Z test_copy_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:02.5578409Z test_copy_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:02.5875925Z test_copy_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:02.6168081Z test_copy_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:02.6461890Z test_copy_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:02.6757763Z test_copy_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:02.7052293Z test_copy_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:02.7358589Z test_copy_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:02.7649023Z test_copy_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:02.7964083Z test_copy_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:02.8278846Z test_copy_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:02.8585017Z test_copy_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:02.8892627Z test_copy_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:02.9197102Z test_copy_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:02.9490585Z test_copy_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:02.9785026Z test_copy_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:03.0077485Z test_copy_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:03.0369662Z test_copy_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:03.0662749Z test_copy_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:03.1175378Z test_copy_errors_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.051s) 2022-09-27T15:56:03.1671246Z test_copy_errors_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.2180892Z test_copy_errors_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.051s) 2022-09-27T15:56:03.2689386Z test_copy_errors_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.051s) 2022-09-27T15:56:03.3193221Z test_copy_errors_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.3695738Z test_copy_errors_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.4197137Z test_copy_errors_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.4694346Z test_copy_errors_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.5190634Z test_copy_errors_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.5687646Z test_copy_errors_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.6188554Z test_copy_errors_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.6686929Z test_copy_errors_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.7189576Z test_copy_errors_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.7685418Z test_copy_errors_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.049s) 2022-09-27T15:56:03.8195562Z test_copy_errors_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.051s) 2022-09-27T15:56:03.8705239Z test_copy_errors_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.051s) 2022-09-27T15:56:03.9207947Z test_copy_errors_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:03.9719754Z test_copy_errors_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.051s) 2022-09-27T15:56:04.0237375Z test_copy_errors_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.052s) 2022-09-27T15:56:04.0736878Z test_copy_errors_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:04.1239460Z test_copy_errors_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:04.1741864Z test_copy_errors_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:04.2238306Z test_copy_errors_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:04.2734802Z test_copy_errors_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-09-27T15:56:04.3077620Z test_copy_errors_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.3415315Z test_copy_errors_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.3761397Z test_copy_errors_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:56:04.4111570Z test_copy_errors_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:56:04.4454485Z test_copy_errors_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.4796854Z test_copy_errors_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.5140384Z test_copy_errors_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.5488681Z test_copy_errors_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:56:04.5830489Z test_copy_errors_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.6170238Z test_copy_errors_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.6511567Z test_copy_errors_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.6860249Z test_copy_errors_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.7191404Z test_copy_errors_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.7525924Z test_copy_errors_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:04.7869252Z test_copy_errors_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.8213169Z test_copy_errors_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.8559790Z test_copy_errors_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-09-27T15:56:04.8901536Z test_copy_errors_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.9240404Z test_copy_errors_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:04.9576204Z test_copy_errors_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:04.9911310Z test_copy_errors_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:05.0247000Z test_copy_errors_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:05.0587606Z test_copy_errors_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:05.0922785Z test_copy_errors_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:05.0934442Z test_dim_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:56:05.0945580Z test_dim_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:56:05.0956581Z test_dim_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:56:05.0968541Z test_dim_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:56:05.1253410Z test_empty_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.1534544Z test_empty_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.1812757Z test_empty_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.2126569Z test_empty_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:05.2404732Z test_empty_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.2684069Z test_empty_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.2962342Z test_empty_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.3241269Z test_empty_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.3519920Z test_empty_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.3831640Z test_empty_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:05.4145474Z test_empty_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:05.4460329Z test_empty_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:05.4742304Z test_empty_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.5023503Z test_empty_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.5302388Z test_empty_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.5585510Z test_empty_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.5872327Z test_empty_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:05.6155763Z test_empty_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.6438444Z test_empty_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.6755537Z test_empty_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:05.7055494Z test_empty_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:05.7336315Z test_empty_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.7616366Z test_empty_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.7895412Z test_empty_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:05.7947590Z test_empty_errors_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.7995537Z test_empty_errors_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8046450Z test_empty_errors_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8097956Z test_empty_errors_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8148592Z test_empty_errors_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8199272Z test_empty_errors_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8250026Z test_empty_errors_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8301205Z test_empty_errors_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8352058Z test_empty_errors_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8402698Z test_empty_errors_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8451186Z test_empty_errors_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8499617Z test_empty_errors_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8547347Z test_empty_errors_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8595239Z test_empty_errors_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8643361Z test_empty_errors_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8691685Z test_empty_errors_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8739930Z test_empty_errors_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8787857Z test_empty_errors_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8835831Z test_empty_errors_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8883973Z test_empty_errors_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8934917Z test_empty_errors_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.8985781Z test_empty_errors_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.9036639Z test_empty_errors_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.9087618Z test_empty_errors_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:05.9178446Z test_empty_like_SparseBSC_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:05.9265193Z test_empty_like_SparseBSC_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:05.9355245Z test_empty_like_SparseBSC_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:05.9452466Z test_empty_like_SparseBSC_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-09-27T15:56:05.9546173Z test_empty_like_SparseBSC_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:05.9638488Z test_empty_like_SparseBSC_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:05.9726262Z test_empty_like_SparseBSC_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:05.9819555Z test_empty_like_SparseBSC_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:05.9912403Z test_empty_like_SparseBSC_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:06.0000938Z test_empty_like_SparseBSC_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:06.0088252Z test_empty_like_SparseBSC_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:06.0174904Z test_empty_like_SparseBSC_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:06.0424106Z test_empty_like_SparseBSC_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.0670832Z test_empty_like_SparseBSC_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.0938820Z test_empty_like_SparseBSC_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:06.1207077Z test_empty_like_SparseBSC_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:06.1475074Z test_empty_like_SparseBSC_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:06.1725805Z test_empty_like_SparseBSC_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.1973261Z test_empty_like_SparseBSC_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.2219885Z test_empty_like_SparseBSC_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.2469171Z test_empty_like_SparseBSC_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.2716615Z test_empty_like_SparseBSC_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.2963277Z test_empty_like_SparseBSC_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.3209749Z test_empty_like_SparseBSC_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.3457167Z test_empty_like_SparseBSC_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.3703275Z test_empty_like_SparseBSC_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.3949894Z test_empty_like_SparseBSC_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.4196761Z test_empty_like_SparseBSC_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.4443070Z test_empty_like_SparseBSC_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.4689754Z test_empty_like_SparseBSC_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.4937127Z test_empty_like_SparseBSC_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.5183516Z test_empty_like_SparseBSC_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.5430117Z test_empty_like_SparseBSC_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.5677423Z test_empty_like_SparseBSC_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.5924170Z test_empty_like_SparseBSC_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.6171195Z test_empty_like_SparseBSC_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.6418520Z test_empty_like_SparseBSC_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.6665148Z test_empty_like_SparseBSC_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.6933274Z test_empty_like_SparseBSC_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:06.7202071Z test_empty_like_SparseBSC_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:06.7472436Z test_empty_like_SparseBSC_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:06.7721759Z test_empty_like_SparseBSC_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.7969032Z test_empty_like_SparseBSC_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.8216288Z test_empty_like_SparseBSC_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.8462685Z test_empty_like_SparseBSC_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.8709755Z test_empty_like_SparseBSC_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.8977428Z test_empty_like_SparseBSC_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:06.9233116Z test_empty_like_SparseBSC_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.9480095Z test_empty_like_SparseBSR_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:06.9725940Z test_empty_like_SparseBSR_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:06.9972643Z test_empty_like_SparseBSR_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:07.0218650Z test_empty_like_SparseBSR_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:07.0464342Z test_empty_like_SparseBSR_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.0731880Z test_empty_like_SparseBSR_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:07.0998938Z test_empty_like_SparseBSR_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:07.1266268Z test_empty_like_SparseBSR_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:07.1527022Z test_empty_like_SparseBSR_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:07.1773138Z test_empty_like_SparseBSR_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:07.2018737Z test_empty_like_SparseBSR_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.2285558Z test_empty_like_SparseBSR_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:07.2377481Z test_empty_like_SparseBSR_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.2463555Z test_empty_like_SparseBSR_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-09-27T15:56:07.2549673Z test_empty_like_SparseBSR_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.2636846Z test_empty_like_SparseBSR_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.2723614Z test_empty_like_SparseBSR_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.2816152Z test_empty_like_SparseBSR_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.2909246Z test_empty_like_SparseBSR_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.3001477Z test_empty_like_SparseBSR_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.3093985Z test_empty_like_SparseBSR_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.3184991Z test_empty_like_SparseBSR_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.3271243Z test_empty_like_SparseBSR_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.3357306Z test_empty_like_SparseBSR_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-09-27T15:56:07.3603196Z test_empty_like_SparseBSR_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.3850023Z test_empty_like_SparseBSR_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:07.4095983Z test_empty_like_SparseBSR_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.4341928Z test_empty_like_SparseBSR_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.4587666Z test_empty_like_SparseBSR_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.4834299Z test_empty_like_SparseBSR_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:07.5080267Z test_empty_like_SparseBSR_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.5326223Z test_empty_like_SparseBSR_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.5571773Z test_empty_like_SparseBSR_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.5817996Z test_empty_like_SparseBSR_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:07.6063616Z test_empty_like_SparseBSR_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.6330602Z test_empty_like_SparseBSR_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:07.6597557Z test_empty_like_SparseBSR_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:07.6862047Z test_empty_like_SparseBSR_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:07.7107997Z test_empty_like_SparseBSR_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.7353545Z test_empty_like_SparseBSR_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.7599278Z test_empty_like_SparseBSR_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.7866396Z test_empty_like_SparseBSR_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:07.8115037Z test_empty_like_SparseBSR_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:07.8361885Z test_empty_like_SparseBSR_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:07.8608138Z test_empty_like_SparseBSR_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:07.8853254Z test_empty_like_SparseBSR_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:07.9104579Z test_empty_like_SparseBSR_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:07.9372545Z test_empty_like_SparseBSR_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:07.9600349Z test_empty_like_SparseCSC_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:07.9810494Z test_empty_like_SparseCSC_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.0039683Z test_empty_like_SparseCSC_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:08.0268852Z test_empty_like_SparseCSC_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:08.0493112Z test_empty_like_SparseCSC_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:08.0703664Z test_empty_like_SparseCSC_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.0913975Z test_empty_like_SparseCSC_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.1124879Z test_empty_like_SparseCSC_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.1335472Z test_empty_like_SparseCSC_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.1545431Z test_empty_like_SparseCSC_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.1757110Z test_empty_like_SparseCSC_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.1967205Z test_empty_like_SparseCSC_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.2177954Z test_empty_like_SparseCSC_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.2388712Z test_empty_like_SparseCSC_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.2599385Z test_empty_like_SparseCSC_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.2809776Z test_empty_like_SparseCSC_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.3020314Z test_empty_like_SparseCSC_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.3230474Z test_empty_like_SparseCSC_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.3440832Z test_empty_like_SparseCSC_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.3650859Z test_empty_like_SparseCSC_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.3861586Z test_empty_like_SparseCSC_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.4072421Z test_empty_like_SparseCSC_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.4282672Z test_empty_like_SparseCSC_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.4493132Z test_empty_like_SparseCSC_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.4544100Z test_empty_like_SparseCSC_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.4594493Z test_empty_like_SparseCSC_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.4645138Z test_empty_like_SparseCSC_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.4699283Z test_empty_like_SparseCSC_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.4753072Z test_empty_like_SparseCSC_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.4807073Z test_empty_like_SparseCSC_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.4861169Z test_empty_like_SparseCSC_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.4915218Z test_empty_like_SparseCSC_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.4969980Z test_empty_like_SparseCSC_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.5023437Z test_empty_like_SparseCSC_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.5077107Z test_empty_like_SparseCSC_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.5128598Z test_empty_like_SparseCSC_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:08.5339675Z test_empty_like_SparseCSC_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.5550356Z test_empty_like_SparseCSC_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.5761489Z test_empty_like_SparseCSC_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.5972394Z test_empty_like_SparseCSC_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.6182875Z test_empty_like_SparseCSC_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.6393614Z test_empty_like_SparseCSC_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.6604584Z test_empty_like_SparseCSC_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.6817033Z test_empty_like_SparseCSC_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.7027314Z test_empty_like_SparseCSC_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.7237661Z test_empty_like_SparseCSC_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.7448867Z test_empty_like_SparseCSC_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.7660064Z test_empty_like_SparseCSC_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.7870320Z test_empty_like_SparseCSR_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.8081224Z test_empty_like_SparseCSR_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.8292565Z test_empty_like_SparseCSR_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.8505741Z test_empty_like_SparseCSR_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.8717634Z test_empty_like_SparseCSR_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.8946772Z test_empty_like_SparseCSR_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:08.9167362Z test_empty_like_SparseCSR_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:08.9378431Z test_empty_like_SparseCSR_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:08.9594938Z test_empty_like_SparseCSR_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:08.9823576Z test_empty_like_SparseCSR_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:09.0036275Z test_empty_like_SparseCSR_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.0246810Z test_empty_like_SparseCSR_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.0458023Z test_empty_like_SparseCSR_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.0668931Z test_empty_like_SparseCSR_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.0879404Z test_empty_like_SparseCSR_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.1089896Z test_empty_like_SparseCSR_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.1300691Z test_empty_like_SparseCSR_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.1530390Z test_empty_like_SparseCSR_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:09.1754918Z test_empty_like_SparseCSR_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:09.1965489Z test_empty_like_SparseCSR_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.2176070Z test_empty_like_SparseCSR_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.2404714Z test_empty_like_SparseCSR_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:09.2634500Z test_empty_like_SparseCSR_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:09.2864092Z test_empty_like_SparseCSR_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:09.3089274Z test_empty_like_SparseCSR_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:09.3299900Z test_empty_like_SparseCSR_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.3510745Z test_empty_like_SparseCSR_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.3721653Z test_empty_like_SparseCSR_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.3952762Z test_empty_like_SparseCSR_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:09.4166681Z test_empty_like_SparseCSR_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.4377632Z test_empty_like_SparseCSR_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.4606753Z test_empty_like_SparseCSR_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:09.4818758Z test_empty_like_SparseCSR_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.5028293Z test_empty_like_SparseCSR_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:09.5258053Z test_empty_like_SparseCSR_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:09.5486768Z test_empty_like_SparseCSR_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:09.5541396Z test_empty_like_SparseCSR_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.5595110Z test_empty_like_SparseCSR_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.5648166Z test_empty_like_SparseCSR_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.5699392Z test_empty_like_SparseCSR_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.5749728Z test_empty_like_SparseCSR_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.5799819Z test_empty_like_SparseCSR_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.5849494Z test_empty_like_SparseCSR_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.5899827Z test_empty_like_SparseCSR_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.5949770Z test_empty_like_SparseCSR_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.5999388Z test_empty_like_SparseCSR_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.6049547Z test_empty_like_SparseCSR_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.6099912Z test_empty_like_SparseCSR_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-09-27T15:56:09.6591474Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.049s) 2022-09-27T15:56:09.6897397Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:09.7273560Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-09-27T15:56:09.7756014Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.048s) 2022-09-27T15:56:09.8061634Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:09.8437452Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-09-27T15:56:09.8866937Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-09-27T15:56:09.9165678Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:09.9507079Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:09.9933533Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-09-27T15:56:10.0230061Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:10.0570852Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:10.0579722Z test_layout_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:56:10.0588417Z test_layout_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:56:10.0596967Z test_layout_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:56:10.0605054Z test_layout_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T15:56:10.6401677Z test_print_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.580s) 2022-09-27T15:56:11.2132102Z test_print_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.573s) 2022-09-27T15:56:11.3705128Z test_print_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.157s) 2022-09-27T15:56:11.5297608Z test_print_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.159s) 2022-09-27T15:56:11.5622145Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:11.5929897Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:11.6275193Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:11.6617133Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:11.6955883Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:11.7289436Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:11.7614082Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:11.7911957Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:11.8220095Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:11.8531012Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:11.8831516Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:11.9144286Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:11.9475083Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:11.9771335Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:12.0097918Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:12.0425055Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:12.0746173Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:12.1068494Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:12.1395318Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:12.1694807Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:12.1994566Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:12.2286962Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:12.2593836Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:12.2907699Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:12.3155233Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:12.3377235Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:12.3625069Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:12.3877911Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:12.4122637Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:12.4368364Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:12.4622690Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:12.4858709Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:12.5085464Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:12.5302703Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:12.5524406Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:12.5747895Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:12.5992035Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:12.6226815Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:12.6487420Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:12.6743985Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:12.6988335Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:12.7233266Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:12.7485330Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:12.7719053Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:12.7953397Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:12.8179789Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:12.8400478Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:12.8622277Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:12.8931956Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:12.9217015Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:12.9522859Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:12.9839357Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:13.0149501Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:13.0456465Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:13.0754776Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:13.1025034Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:13.1300134Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:13.1562248Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:13.1831663Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:13.2117650Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:13.2409353Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:13.2692688Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:13.2997545Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:13.3295147Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:13.3602826Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:13.3902644Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:13.4193625Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:13.4461244Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:13.4725894Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:13.4992397Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:13.5270270Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:13.5544374Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:13.5768957Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:13.5960992Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:13.6179923Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:13.6403334Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:13.6621046Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:13.6839668Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:13.7051811Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:13.7245260Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:13.7437920Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:13.7625712Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:13.7818617Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:13.8013114Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:13.8243054Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:13.8436229Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:13.8654547Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:13.8877498Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:13.9094457Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:13.9312592Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:13.9524016Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:13.9716434Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:13.9922384Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:14.0119547Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:14.0312613Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:14.0519016Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:14.0859983Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:14.1159414Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:14.1485550Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:14.1820727Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:14.2150572Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:14.2490223Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-09-27T15:56:14.2819388Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:14.3137428Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:14.3449921Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:14.3761892Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:14.4080184Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:14.4398571Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:14.4728782Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:14.5041738Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:14.5376300Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:14.5710124Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:14.6035292Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:14.6363316Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-09-27T15:56:14.6680203Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-09-27T15:56:14.6982654Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:14.7289865Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:14.7591490Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:14.7904963Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:14.8206619Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:14.8457601Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:14.8689309Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:14.8936635Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:14.9197926Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:14.9456843Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:14.9715821Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:14.9970461Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:15.0206374Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:15.0442083Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:15.0674154Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:15.0910135Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:15.1138806Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:15.1387613Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:15.1618075Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:15.1875105Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:15.2134133Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:15.2378910Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:15.2638459Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:15.2893789Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-09-27T15:56:15.3128770Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:15.3363062Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:15.3584708Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:15.3804790Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:15.4028447Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:15.4337168Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:15.4622369Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:15.4935207Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:15.5250937Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:15.5546089Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:15.5841153Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:15.6131640Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:15.6403806Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:15.6669838Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:15.6933484Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:15.7200618Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:15.7471017Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:15.7764822Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:15.8030795Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:15.8336368Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:15.8640652Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:15.8934062Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:15.9223851Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:15.9510902Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:15.9779021Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:16.0047261Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:16.0312909Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:16.0577933Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:16.0857335Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:16.1078178Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:16.1271972Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:16.1491598Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:16.1715773Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:16.1934521Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:16.2155700Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:16.2369436Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:16.2563996Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:16.2757046Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:16.2946198Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:16.3139619Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:16.3334935Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:16.3552495Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:16.3745635Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:16.3965756Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:16.4193189Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:16.4410967Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:16.4634557Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:16.4848042Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:16.5041890Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:16.5234175Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:16.5435798Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:16.5631873Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:16.5827855Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:16.5859396Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.5889203Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.5918065Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.5950575Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.5981955Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6010551Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6040059Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6070263Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6102525Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6135296Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6164455Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6193571Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6222766Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6251871Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6280561Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6313382Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6346114Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6378456Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6410703Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6442972Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6475609Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6508114Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6537168Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6569431Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6601768Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6631308Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6660419Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6693174Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6722187Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6751185Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6780634Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6809062Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6838208Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6867158Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6899629Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6932286Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6964445Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.6993868Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7026314Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7055428Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7084211Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7116530Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7145677Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7177996Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7206910Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7239160Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7271288Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7303726Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:16.7600898Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:16.7871367Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:16.8173853Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:16.8481810Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:16.8790290Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:16.9099836Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:16.9394814Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:16.9670278Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:16.9949022Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:17.0215291Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:17.0494768Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:17.0768543Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:17.1082448Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:17.1369424Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:17.1679548Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:17.1986500Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:17.2290748Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:17.2587265Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:17.2879311Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:17.3159184Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:17.3447393Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:17.3712394Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-09-27T15:56:17.3985575Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:17.4263002Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:17.4497820Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:17.4700262Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:17.4938939Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:17.5170185Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:17.5394288Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:17.5630449Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:17.5849891Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:17.6054974Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:17.6253362Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:17.6447837Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:17.6648005Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:17.6845983Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:17.7068197Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:17.7278977Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:17.7503627Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:17.7732492Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:17.7955576Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:17.8177339Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:17.8395269Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:17.8594680Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:17.8792240Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:17.8985572Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:17.9185034Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:17.9383190Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:17.9414712Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9443886Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9473686Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9505978Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9538164Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9571775Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9599672Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9628809Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9661490Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9694379Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9725897Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9755865Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9788269Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9820856Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9853566Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9882637Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9915525Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9944853Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:17.9974048Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0002723Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0032266Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0061198Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0089763Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0118721Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0147707Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0179621Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0212102Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0242632Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0274958Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0304119Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0333432Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0366375Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0395394Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0424847Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0457481Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0489780Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0518793Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0551503Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0583504Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0614505Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0643359Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0675706Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0708226Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0737731Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0769828Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0801976Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0834459Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.0863637Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-09-27T15:56:18.1160419Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:18.1430225Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:18.1731750Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:18.2035010Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:18.2336878Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:18.2652282Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:18.2957392Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:18.3244610Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:18.3525086Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:18.3795275Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:18.4068949Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-09-27T15:56:18.4359209Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:18.4672982Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:18.4949401Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:18.5248939Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:18.5557623Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-09-27T15:56:18.5852579Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:18.6150870Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:18.6451031Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-09-27T15:56:18.6733771Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:18.7021580Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-09-27T15:56:18.7303494Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:18.7585835Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:18.7870422Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-09-27T15:56:18.8093262Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:18.8290693Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:18.8515138Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:18.8754885Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:18.8985934Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:18.9208129Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:18.9425809Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:18.9623917Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:18.9821967Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:19.0015208Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-09-27T15:56:19.0226929Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:19.0437836Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:19.0666770Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:19.0875922Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-09-27T15:56:19.1106667Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:19.1346433Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-09-27T15:56:19.1581111Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:19.1811165Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-09-27T15:56:19.2027710Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-09-27T15:56:19.2225705Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:19.2422549Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:19.2625517Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:19.2823930Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:19.3024887Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-09-27T15:56:19.3139617Z test_validate_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.3260442Z test_validate_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-09-27T15:56:19.3376015Z test_validate_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.3489925Z test_validate_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.3605043Z test_validate_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.3719495Z test_validate_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.3834674Z test_validate_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.3949882Z test_validate_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.4064517Z test_validate_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.4178485Z test_validate_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.4293866Z test_validate_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.4407913Z test_validate_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.4524578Z test_validate_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-09-27T15:56:19.4636620Z test_validate_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.4750371Z test_validate_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.4863853Z test_validate_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.4976453Z test_validate_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.5087959Z test_validate_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.5200528Z test_validate_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.5314492Z test_validate_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.5427676Z test_validate_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.5546180Z test_validate_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-09-27T15:56:19.5661004Z test_validate_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.5775191Z test_validate_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-09-27T15:56:19.5819155Z test_validate_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.5862579Z test_validate_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.5905447Z test_validate_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.5949464Z test_validate_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.5993644Z test_validate_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6036733Z test_validate_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6079991Z test_validate_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6124440Z test_validate_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6167421Z test_validate_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6210220Z test_validate_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6254939Z test_validate_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6300856Z test_validate_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6346048Z test_validate_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6388928Z test_validate_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6432256Z test_validate_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6475246Z test_validate_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6519634Z test_validate_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6562521Z test_validate_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6605339Z test_validate_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6648223Z test_validate_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6690802Z test_validate_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6733483Z test_validate_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6777464Z test_validate_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6820665Z test_validate_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-09-27T15:56:19.6820974Z 2022-09-27T15:56:19.6821357Z ---------------------------------------------------------------------- 2022-09-27T15:56:19.6821685Z Ran 3989 tests in 212.470s 2022-09-27T15:56:19.6824824Z 2022-09-27T15:56:19.6825117Z OK (skipped=789) 2022-09-27T15:56:19.6825400Z 2022-09-27T15:56:19.6825537Z Generating XML reports... 2022-09-27T15:56:19.8349564Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCUDA-20220927155247.xml 2022-09-27T15:56:19.8352393Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220927155247.xml 2022-09-27T15:56:20.1867130Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCUDA-20220927155247.xml 2022-09-27T15:56:20.7715342Z Running test_dispatch ... [2022-09-27 15:56:20.770996] 2022-09-27T15:56:20.7716018Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:56:20.771073] 2022-09-27T15:56:22.8676573Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-09-27T15:56:22.8695670Z 2022-09-27T15:56:22.8695887Z Running tests... 2022-09-27T15:56:22.8696319Z ---------------------------------------------------------------------- 2022-09-27T15:56:24.3960611Z test_all_invariants (__main__.TestDispatch) ... ok (1.526s) 2022-09-27T15:56:36.0054073Z test_computed_table (__main__.TestDispatch) ... ok (11.609s) 2022-09-27T15:56:36.0235086Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.018s) 2022-09-27T15:56:36.0257711Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:56:36.3510294Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.325s) 2022-09-27T15:56:36.6985570Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.347s) 2022-09-27T15:56:47.7279510Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (11.029s) 2022-09-27T15:56:47.7444509Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.016s) 2022-09-27T15:56:47.7622347Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.018s) 2022-09-27T15:56:47.7649424Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.003s) 2022-09-27T15:56:47.7674898Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:56:58.8942794Z test_def (__main__.TestDispatch) ... ok (11.126s) 2022-09-27T15:56:58.9080622Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.014s) 2022-09-27T15:56:58.9090276Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T15:56:58.9100816Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T15:56:59.2777031Z test_def_with_inference (__main__.TestDispatch) ... ok (0.367s) 2022-09-27T15:56:59.2798371Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.002s) 2022-09-27T15:56:59.2809327Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-09-27T15:56:59.2822431Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T15:56:59.2822970Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/dangling_impl_extension... 2022-09-27T15:56:59.3231049Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/dangling_impl_extension/build.ninja... 2022-09-27T15:56:59.3235301Z Building extension module dangling_impl_extension... 2022-09-27T15:56:59.3235690Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T15:57:00.5525344Z [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.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -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-09-27T15:57:00.8657762Z [2/2] c++ dangling_impl_extension.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o dangling_impl_extension.so 2022-09-27T15:57:00.8712106Z Loading extension module dangling_impl_extension... 2022-09-27T15:57:00.8734310Z ok (1.592s) 2022-09-27T15:57:01.2170960Z test_impl_only (__main__.TestDispatch) ... ok (0.343s) 2022-09-27T15:57:01.2274292Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.010s) 2022-09-27T15:57:01.2375876Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.010s) 2022-09-27T15:57:01.2476191Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.010s) 2022-09-27T15:57:01.2560216Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.008s) 2022-09-27T15:57:01.2570785Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T15:57:01.2571486Z operator: __test45643__::foo 2022-09-27T15:57:01.2572072Z no debug info 2022-09-27T15:57:01.2573001Z dispatch key: (catch all) 2022-09-27T15:57:01.2573347Z previous kernel: fn1 2022-09-27T15:57:01.2573642Z new kernel: fn2 (function registerKernel) 2022-09-27T15:57:01.2576034Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T15:57:01.2576492Z operator: __test45644__::foo 2022-09-27T15:57:01.2577736Z no debug info 2022-09-27T15:57:01.2578276Z dispatch key: (catch all) 2022-09-27T15:57:01.2578880Z previous kernel: fn1 2022-09-27T15:57:01.2579195Z new kernel: fn2 (function registerKernel) 2022-09-27T15:57:01.2579471Z ok (0.002s) 2022-09-27T15:57:01.2592094Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:57:01.2603186Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:57:01.2616205Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:57:01.2627085Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:57:01.2636379Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:57:01.2649380Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T15:57:01.2926917Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.028s) 2022-09-27T15:57:01.2927258Z 2022-09-27T15:57:01.2927644Z ---------------------------------------------------------------------- 2022-09-27T15:57:01.2927982Z Ran 32 tests in 38.423s 2022-09-27T15:57:01.2928149Z 2022-09-27T15:57:01.2928245Z OK 2022-09-27T15:57:01.2928380Z 2022-09-27T15:57:01.2928799Z Generating XML reports... 2022-09-27T15:57:01.2999572Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927155622.xml 2022-09-27T15:57:01.3008177Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927155622.xml 2022-09-27T15:57:01.7098014Z Running profiler/test_profiler ... [2022-09-27 15:57:01.709204] 2022-09-27T15:57:01.7098746Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:57:01.709282] 2022-09-27T15:57:05.2889000Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler 2022-09-27T15:57:05.2912667Z 2022-09-27T15:57:05.2912968Z Running tests... 2022-09-27T15:57:05.2913403Z ---------------------------------------------------------------------- 2022-09-27T15:57:05.3125709Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.021s) 2022-09-27T15:57:05.3138635Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.001s) 2022-09-27T15:57:05.3344639Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.020s) 2022-09-27T15:57:05.3511063Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.017s) 2022-09-27T15:57:05.3559515Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:57:05.3587698Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:57:05.3615760Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:57:05.6336516Z STAGE:2022-09-27 15:57:05 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:05.6417459Z STAGE:2022-09-27 15:57:05 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:05.6619241Z STAGE:2022-09-27 15:57:05 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:05.6666127Z STAGE:2022-09-27 15:57:05 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:05.6805551Z ok (0.329s) 2022-09-27T15:57:05.6821307Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82720 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:57:05.6842763Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82873 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T15:57:05.6862262Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:57:05 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:05.6890559Z STAGE:2022-09-27 15:57:05 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:05.7059228Z ok (0.022s) 2022-09-27T15:57:05.7076777Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83491 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T15:57:05.7096086Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:57:05 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:06.2175972Z STAGE:2022-09-27 15:57:06 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:06.2208813Z ok (0.513s) 2022-09-27T15:57:06.2246336Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:57:06 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:06.2307438Z STAGE:2022-09-27 15:57:06 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:06.2606422Z STAGE:2022-09-27 15:57:06 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:06.2657210Z STAGE:2022-09-27 15:57:06 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:06.2919110Z STAGE:2022-09-27 15:57:06 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:06.2969709Z STAGE:2022-09-27 15:57:06 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:06.3236168Z STAGE:2022-09-27 15:57:06 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:06.3272101Z STAGE:2022-09-27 15:57:06 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:06.3522011Z ok (0.131s) 2022-09-27T15:57:06.3538845Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82864 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:57:06.3619045Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:57:06 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:07.5992760Z STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:07.6036200Z ok (1.250s) 2022-09-27T15:57:07.6058650Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82914 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T15:57:07.6085513Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:07.6113618Z STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:07.6141859Z ok (0.008s) 2022-09-27T15:57:07.6175009Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:07.6225895Z STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:07.6630104Z ok (0.049s) 2022-09-27T15:57:07.6654501Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:07.8072450Z STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:07.8787716Z ok (0.216s) 2022-09-27T15:57:07.8831719Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.004s) 2022-09-27T15:57:07.8853997Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-09-27T15:57:07.8879160Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:07.9130028Z STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:07.9151484Z ok (0.030s) 2022-09-27T15:57:07.9174774Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:07.9194992Z STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:07.9267740Z ok (0.012s) 2022-09-27T15:57:07.9334991Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.007s) 2022-09-27T15:57:07.9346659Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-09-27T15:57:07.9348437Z ok (0.001s) 2022-09-27T15:57:07.9371885Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:07.9383836Z STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:07.9406042Z ok (0.005s) 2022-09-27T15:57:07.9664983Z test_flops (__main__.TestProfiler) ... STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:07.9843045Z STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:07.9882465Z STAGE:2022-09-27 15:57:07 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.0075127Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.0109996Z ok (0.070s) 2022-09-27T15:57:08.0142045Z test_high_level_trace (__main__.TestProfiler) 2022-09-27T15:57:08.0215591Z Checks that python side high level events are recorded. ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.0316868Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.0843487Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.0939698Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.1405944Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.1507087Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.2007613Z ok (0.190s) 2022-09-27T15:57:08.2032952Z test_kineto (__main__.TestProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.2074684Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.2100168Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.2117222Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.2148670Z ok (0.014s) 2022-09-27T15:57:08.2161119Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-09-27T15:57:08.2190161Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.2207305Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.2247424Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.2264968Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.2351557Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.2368460Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.2445536Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.2468992Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.2535300Z ok (0.037s) 2022-09-27T15:57:08.2571948Z test_memory_profiler (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72280 for platform(s) linux, mac. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-09-27T15:57:08.2722161Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.2784957Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.2799822Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.2804901Z ok (0.023s) 2022-09-27T15:57:08.2819476Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... /var/lib/jenkins/workspace/test/profiler/test_profiler.py:1241: 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:177.) 2022-09-27T15:57:08.2820163Z inp = torch.nested_tensor([a, b]) 2022-09-27T15:57:08.2829079Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.2845462Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.2860953Z ok (0.005s) 2022-09-27T15:57:08.2887409Z test_oom_tracing (__main__.TestProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.3335726Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.3343890Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.3348642Z ok (0.049s) 2022-09-27T15:57:08.3360887Z test_profiler_correlation_id (__main__.TestProfiler) 2022-09-27T15:57:08.3616218Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.3809955Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.3839436Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4031923Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4055096Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4242651Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4266306Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4449499Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4477867Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4660243Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4673779Z ok (0.132s) 2022-09-27T15:57:08.4699475Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-09-27T15:57:08.4721182Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4733614Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4739789Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.4743753Z ok (0.004s) 2022-09-27T15:57:08.4759335Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4768409Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4775785Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.4786567Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4794980Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4797839Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.4806825Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4825035Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4836408Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.4847877Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4857952Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4864943Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.4875544Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4884493Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4887161Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.4896959Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4920995Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4932413Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.4936711Z ok (0.019s) 2022-09-27T15:57:08.4960164Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.4971859Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.4974501Z ok (0.004s) 2022-09-27T15:57:08.4999245Z test_source (__main__.TestProfiler) 2022-09-27T15:57:08.5039156Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.5285739Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.5400242Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.5440086Z ok (0.046s) 2022-09-27T15:57:08.5478089Z test_tensorboard_trace_handler (__main__.TestProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.5500065Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.5537810Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.5555905Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.5595163Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.5616256Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.5634431Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.5671927Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.5692824Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.5710845Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.5749446Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.5794881Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.5813052Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.5851702Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.5894454Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.5912464Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.5950536Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.5991491Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.6009538Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.6047063Z STAGE:2022-09-27 15:57:08 731:731 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:57:08.6089608Z ok (0.065s) 2022-09-27T15:57:08.6110738Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... ok (0.002s) 2022-09-27T15:57:08.6123350Z test_mem_leak (__main__.TestProfilerCUDA) 2022-09-27T15:57:08.6127629Z Checks that there's no memory leak when using profiler with CUDA ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78457 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:57:08.6158555Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.003s) 2022-09-27T15:57:08.6179856Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.6213301Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.6426628Z ok (0.027s) 2022-09-27T15:57:08.6448371Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.6478786Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.6660492Z ok (0.023s) 2022-09-27T15:57:08.6685063Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.6698912Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.6718209Z ok (0.006s) 2022-09-27T15:57:08.7601184Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.7622110Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.7639240Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.8147236Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.8154778Z ok (0.143s) 2022-09-27T15:57:08.8169452Z test_extra_fields (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82719 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:57:08.8198603Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.8216568Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.8242284Z ok (0.007s) 2022-09-27T15:57:08.8271857Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.8310283Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.8421660Z ok (0.018s) 2022-09-27T15:57:08.8436301Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83247 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:57:08.8465975Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:57:08.8480638Z STAGE:2022-09-27 15:57:08 731:731 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:57:08.8535338Z ok (0.010s) 2022-09-27T15:57:08.8556445Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83113 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T15:57:08.8557288Z 2022-09-27T15:57:08.8557840Z ---------------------------------------------------------------------- 2022-09-27T15:57:08.8558214Z Ran 53 tests in 3.564s 2022-09-27T15:57:08.8558394Z 2022-09-27T15:57:08.8558511Z OK (skipped=12) 2022-09-27T15:57:08.8558653Z 2022-09-27T15:57:08.8558782Z Generating XML reports... 2022-09-27T15:57:08.8601263Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20220927155705.xml 2022-09-27T15:57:08.8621598Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20220927155705.xml 2022-09-27T15:57:08.8641956Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20220927155705.xml 2022-09-27T15:57:08.8647286Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20220927155705.xml 2022-09-27T15:57:08.8654339Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20220927155705.xml 2022-09-27T15:57:08.8663386Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20220927155705.xml 2022-09-27T15:57:09.3219918Z Running test_proxy_tensor ... [2022-09-27 15:57:09.321477] 2022-09-27T15:57:09.3220638Z Executing ['/opt/conda/bin/python', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:57:09.321558] 2022-09-27T15:57:13.2962249Z /var/lib/jenkins/workspace/test/test_proxy_tensor.py:123: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-09-27T15:57:13.2963063Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-09-27T15:57:13.3272290Z Test results will be stored in test-reports/python-unittest/test_proxy_tensor 2022-09-27T15:57:13.3300133Z 2022-09-27T15:57:13.3300382Z Running tests... 2022-09-27T15:57:13.3300998Z ---------------------------------------------------------------------- 2022-09-27T15:57:13.3355205Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-09-27T15:57:13.3409429Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-09-27T15:57:13.3472274Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.006s) 2022-09-27T15:57:13.3506406Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-09-27T15:57:14.4518046Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... ok (1.101s) 2022-09-27T15:57:14.4570371Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:57:14.4649200Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-09-27T15:57:14.4689751Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:57:14.4735683Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:57:14.4780432Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:57:14.4843442Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T15:57:14.4886073Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:57:14.4930476Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:57:14.5366351Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.043s) 2022-09-27T15:57:14.5430271Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T15:57:14.5735462Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.030s) 2022-09-27T15:57:14.6064035Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.033s) 2022-09-27T15:57:14.6123521Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T15:57:14.6179936Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T15:57:14.6216372Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:57:14.6268611Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:57:14.6369352Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-09-27T15:57:14.6642391Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.027s) 2022-09-27T15:57:14.6681549Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:57:14.6690602Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.001s) 2022-09-27T15:57:14.6731552Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:57:14.6808179Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-09-27T15:57:14.6864744Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-09-27T15:57:14.6952368Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-09-27T15:57:14.7000682Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:57:14.7028119Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:57:14.7119524Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-09-27T15:57:14.7155164Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:57:14.7208228Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T15:57:14.7238641Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:57:14.7275710Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:57:14.7319086Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:57:14.7373917Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T15:57:14.7405219Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:57:14.7442993Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:57:14.7872696Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.043s) 2022-09-27T15:57:14.7928903Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T15:57:14.8082557Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.015s) 2022-09-27T15:57:14.8262298Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.018s) 2022-09-27T15:57:14.8301933Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:57:14.8345632Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:57:14.8376422Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:57:14.8411565Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:57:14.8509588Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-09-27T15:57:14.8663079Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.015s) 2022-09-27T15:57:14.8703230Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:57:14.8712941Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.001s) 2022-09-27T15:57:14.8746421Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:57:14.8820769Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-09-27T15:57:14.8863160Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:57:14.8930481Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-09-27T15:57:14.8969367Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:57:14.9423608Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... ok (0.045s) 2022-09-27T15:57:14.9515823Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-09-27T15:57:14.9578818Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-09-27T15:57:14.9659564Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-09-27T15:57:14.9700770Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-09-27T15:57:14.9750321Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-09-27T15:57:14.9793334Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-09-27T15:57:15.0044116Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ok (0.025s) 2022-09-27T15:57:15.0075481Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-09-27T15:57:15.0141629Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.007s) 2022-09-27T15:57:15.0569432Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.043s) 2022-09-27T15:57:15.0626976Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-09-27T15:57:15.0868971Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.024s) 2022-09-27T15:57:15.1036411Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.017s) 2022-09-27T15:57:15.1084005Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.005s) 2022-09-27T15:57:15.1178426Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-09-27T15:57:15.1230087Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-09-27T15:57:15.1260208Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.003s) 2022-09-27T15:57:15.1359035Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.010s) 2022-09-27T15:57:15.1475021Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.011s) 2022-09-27T15:57:15.1512720Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-09-27T15:57:15.1521549Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: test requires torchvision (0.001s) 2022-09-27T15:57:15.1581154Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-09-27T15:57:15.1655542Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-09-27T15:57:15.1715439Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-09-27T15:57:15.1747924Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.003s) 2022-09-27T15:57:15.1890306Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ok (0.014s) 2022-09-27T15:57:15.2049357Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ok (0.016s) 2022-09-27T15:57:15.2388916Z test_cat (__main__.TestSymbolicTracing) ... ok (0.034s) 2022-09-27T15:57:15.2683600Z test_expand (__main__.TestSymbolicTracing) ... ok (0.029s) 2022-09-27T15:57:15.7678016Z test_guards_equal (__main__.TestSymbolicTracing) ... ok (0.499s) 2022-09-27T15:57:15.7740800Z test_multiply_shape (__main__.TestSymbolicTracing) ... ok (0.006s) 2022-09-27T15:57:15.7750520Z test_new_empty (__main__.TestSymbolicTracing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83408 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:57:15.8341607Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... ok (0.059s) 2022-09-27T15:57:15.8469744Z test_symbolic_meta (__main__.TestSymbolicTracing) ... ok (0.013s) 2022-09-27T15:57:15.9361282Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... ok (0.089s) 2022-09-27T15:57:15.9495261Z test_unary (__main__.TestSymbolicTracing) ... ok (0.013s) 2022-09-27T15:57:15.9495878Z 2022-09-27T15:57:15.9496538Z ---------------------------------------------------------------------- 2022-09-27T15:57:15.9496973Z Ran 94 tests in 2.620s 2022-09-27T15:57:15.9497145Z 2022-09-27T15:57:15.9497290Z OK (skipped=4, expected failures=7) 2022-09-27T15:57:15.9497482Z 2022-09-27T15:57:15.9497626Z Generating XML reports... 2022-09-27T15:57:15.9535657Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20220927155713.xml 2022-09-27T15:57:15.9563489Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20220927155713.xml 2022-09-27T15:57:15.9591106Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20220927155713.xml 2022-09-27T15:57:15.9621069Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20220927155713.xml 2022-09-27T15:57:15.9632692Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20220927155713.xml 2022-09-27T15:57:16.6244735Z Running lazy/test_ts_opinfo ... [2022-09-27 15:57:16.623931] 2022-09-27T15:57:16.6246056Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:57:16.624006] 2022-09-27T15:57:20.6486474Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-09-27T15:57:20.6504226Z 2022-09-27T15:57:20.6504812Z Running tests... 2022-09-27T15:57:20.6505315Z ---------------------------------------------------------------------- 2022-09-27T15:57:20.8723686Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.222s) 2022-09-27T15:57:20.8737603Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-09-27T15:57:20.8758383Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.002s) 2022-09-27T15:57:20.8791828Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.003s) 2022-09-27T15:57:20.8792418Z 2022-09-27T15:57:20.8793097Z ---------------------------------------------------------------------- 2022-09-27T15:57:20.8793442Z Ran 4 tests in 0.229s 2022-09-27T15:57:20.8793616Z 2022-09-27T15:57:20.8793732Z OK (skipped=1) 2022-09-27T15:57:20.8793892Z 2022-09-27T15:57:20.8794039Z Generating XML reports... 2022-09-27T15:57:20.8830228Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927155720.xml 2022-09-27T15:57:20.8835877Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927155720.xml 2022-09-27T15:57:21.3263526Z Running test_mps ... [2022-09-27 15:57:21.325892] 2022-09-27T15:57:21.3264165Z Executing ['/opt/conda/bin/python', '-bb', 'test_mps.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:57:21.325968] 2022-09-27T15:57:25.4011873Z MPS not available, skipping tests 2022-09-27T15:57:25.4045308Z Test results will be stored in test-reports/python-unittest/test_mps 2022-09-27T15:57:25.4061419Z 2022-09-27T15:57:25.4061714Z Running tests... 2022-09-27T15:57:25.4062223Z ---------------------------------------------------------------------- 2022-09-27T15:57:25.4062634Z 2022-09-27T15:57:25.4062924Z ---------------------------------------------------------------------- 2022-09-27T15:57:25.4063571Z Ran 0 tests in 0.000s 2022-09-27T15:57:25.4063736Z 2022-09-27T15:57:25.4063812Z OK 2022-09-27T15:57:25.4063947Z 2022-09-27T15:57:25.4064075Z Generating XML reports... 2022-09-27T15:57:25.8463041Z Running test_ops_gradients ... [2022-09-27 15:57:25.845804] 2022-09-27T15:57:25.8463746Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_gradients.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:57:25.845880] 2022-09-27T15:57:30.0836226Z Test results will be stored in test-reports/python-unittest/test_ops_gradients 2022-09-27T15:57:30.1836052Z 2022-09-27T15:57:30.1836644Z Running tests... 2022-09-27T15:57:30.1837194Z ---------------------------------------------------------------------- 2022-09-27T15:57:30.1859397Z test_fn_fail_gradgrad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.002s) 2022-09-27T15:57:30.1870824Z test_fn_fail_gradgrad_H_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1882027Z test_fn_fail_gradgrad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1893289Z test_fn_fail_gradgrad_T_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1904818Z test_fn_fail_gradgrad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1916082Z test_fn_fail_gradgrad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1927244Z test_fn_fail_gradgrad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1938636Z test_fn_fail_gradgrad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1949962Z test_fn_fail_gradgrad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1961004Z test_fn_fail_gradgrad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1972404Z test_fn_fail_gradgrad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1983848Z test_fn_fail_gradgrad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.1994972Z test_fn_fail_gradgrad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2006132Z test_fn_fail_gradgrad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2017503Z test_fn_fail_gradgrad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2023730Z test_fn_fail_gradgrad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:30.2031194Z test_fn_fail_gradgrad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:30.2042672Z test_fn_fail_gradgrad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2054012Z test_fn_fail_gradgrad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2065050Z test_fn_fail_gradgrad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2076202Z test_fn_fail_gradgrad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2087472Z test_fn_fail_gradgrad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2099040Z test_fn_fail_gradgrad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2109911Z test_fn_fail_gradgrad__masked_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2120952Z test_fn_fail_gradgrad__masked_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2132413Z test_fn_fail_gradgrad__masked_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2143639Z test_fn_fail_gradgrad__masked_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2154674Z test_fn_fail_gradgrad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2165767Z test_fn_fail_gradgrad__masked_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2177139Z test_fn_fail_gradgrad__masked_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2188725Z test_fn_fail_gradgrad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2199767Z test_fn_fail_gradgrad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2211090Z test_fn_fail_gradgrad__masked_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2222322Z test_fn_fail_gradgrad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2233495Z test_fn_fail_gradgrad__masked_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2244437Z test_fn_fail_gradgrad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2255879Z test_fn_fail_gradgrad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2267062Z test_fn_fail_gradgrad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2278128Z test_fn_fail_gradgrad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2289152Z test_fn_fail_gradgrad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2300535Z test_fn_fail_gradgrad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2311592Z test_fn_fail_gradgrad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2322911Z test_fn_fail_gradgrad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2334360Z test_fn_fail_gradgrad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2345306Z test_fn_fail_gradgrad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2356496Z test_fn_fail_gradgrad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2367594Z test_fn_fail_gradgrad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2379006Z test_fn_fail_gradgrad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2390071Z test_fn_fail_gradgrad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2401179Z test_fn_fail_gradgrad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2412608Z test_fn_fail_gradgrad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2423682Z test_fn_fail_gradgrad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2434738Z test_fn_fail_gradgrad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2445722Z test_fn_fail_gradgrad_add_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2457143Z test_fn_fail_gradgrad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2468071Z test_fn_fail_gradgrad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2479280Z test_fn_fail_gradgrad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2490492Z test_fn_fail_gradgrad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2501645Z test_fn_fail_gradgrad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2512928Z test_fn_fail_gradgrad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2524065Z test_fn_fail_gradgrad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2535270Z test_fn_fail_gradgrad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2546365Z test_fn_fail_gradgrad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2557516Z test_fn_fail_gradgrad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2568590Z test_fn_fail_gradgrad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2579981Z test_fn_fail_gradgrad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2591040Z test_fn_fail_gradgrad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2602100Z test_fn_fail_gradgrad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2613539Z test_fn_fail_gradgrad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2624595Z test_fn_fail_gradgrad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2635700Z test_fn_fail_gradgrad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2646814Z test_fn_fail_gradgrad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2657981Z test_fn_fail_gradgrad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2669115Z test_fn_fail_gradgrad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2680329Z test_fn_fail_gradgrad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2691759Z test_fn_fail_gradgrad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2702728Z test_fn_fail_gradgrad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2713845Z test_fn_fail_gradgrad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2724846Z test_fn_fail_gradgrad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2736188Z test_fn_fail_gradgrad_arange_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2747635Z test_fn_fail_gradgrad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2758671Z test_fn_fail_gradgrad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2769668Z test_fn_fail_gradgrad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2780832Z test_fn_fail_gradgrad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2791878Z test_fn_fail_gradgrad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.2798178Z test_fn_fail_gradgrad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.001s) 2022-09-27T15:57:30.2804769Z test_fn_fail_gradgrad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.001s) 2022-09-27T15:57:30.2816628Z test_fn_fail_gradgrad_as_strided_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2827701Z test_fn_fail_gradgrad_as_strided_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2838827Z test_fn_fail_gradgrad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2849985Z test_fn_fail_gradgrad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2861169Z test_fn_fail_gradgrad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2872335Z test_fn_fail_gradgrad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2883775Z test_fn_fail_gradgrad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2895165Z test_fn_fail_gradgrad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2906356Z test_fn_fail_gradgrad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2917483Z test_fn_fail_gradgrad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2928611Z test_fn_fail_gradgrad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2940274Z test_fn_fail_gradgrad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2950435Z test_fn_fail_gradgrad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2960791Z test_fn_fail_gradgrad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2971450Z test_fn_fail_gradgrad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2981839Z test_fn_fail_gradgrad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.2992129Z test_fn_fail_gradgrad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4150228Z test_fn_fail_gradgrad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.115s) 2022-09-27T15:57:30.4161172Z test_fn_fail_gradgrad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4172230Z test_fn_fail_gradgrad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4182183Z test_fn_fail_gradgrad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4192378Z test_fn_fail_gradgrad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4203028Z test_fn_fail_gradgrad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4213887Z test_fn_fail_gradgrad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4224169Z test_fn_fail_gradgrad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4234540Z test_fn_fail_gradgrad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4245031Z test_fn_fail_gradgrad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.4255300Z test_fn_fail_gradgrad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.4266031Z test_fn_fail_gradgrad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4276212Z test_fn_fail_gradgrad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4286444Z test_fn_fail_gradgrad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4296965Z test_fn_fail_gradgrad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4307469Z test_fn_fail_gradgrad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.4317426Z test_fn_fail_gradgrad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.4328134Z test_fn_fail_gradgrad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.4338580Z test_fn_fail_gradgrad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4348793Z test_fn_fail_gradgrad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4359158Z test_fn_fail_gradgrad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.4369605Z test_fn_fail_gradgrad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5153038Z test_fn_fail_gradgrad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-09-27T15:57:30.5163837Z test_fn_fail_gradgrad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5174717Z test_fn_fail_gradgrad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5185089Z test_fn_fail_gradgrad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5195288Z test_fn_fail_gradgrad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.5205646Z test_fn_fail_gradgrad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.5215398Z test_fn_fail_gradgrad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5225374Z test_fn_fail_gradgrad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5235481Z test_fn_fail_gradgrad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5245449Z test_fn_fail_gradgrad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5255887Z test_fn_fail_gradgrad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5265862Z test_fn_fail_gradgrad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5276282Z test_fn_fail_gradgrad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5286476Z test_fn_fail_gradgrad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5297072Z test_fn_fail_gradgrad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5307379Z test_fn_fail_gradgrad_clamp_max_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5317737Z test_fn_fail_gradgrad_clamp_min_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5328071Z test_fn_fail_gradgrad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5338846Z test_fn_fail_gradgrad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5349116Z test_fn_fail_gradgrad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5359461Z test_fn_fail_gradgrad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5369802Z test_fn_fail_gradgrad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5380279Z test_fn_fail_gradgrad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5390555Z test_fn_fail_gradgrad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5400743Z test_fn_fail_gradgrad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5411273Z test_fn_fail_gradgrad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5421525Z test_fn_fail_gradgrad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5431922Z test_fn_fail_gradgrad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5442251Z test_fn_fail_gradgrad_constant_pad_nd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5453020Z test_fn_fail_gradgrad_constant_pad_nd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5463102Z test_fn_fail_gradgrad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5473332Z test_fn_fail_gradgrad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5483829Z test_fn_fail_gradgrad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5494530Z test_fn_fail_gradgrad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5504596Z test_fn_fail_gradgrad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5514890Z test_fn_fail_gradgrad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5525169Z test_fn_fail_gradgrad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5535911Z test_fn_fail_gradgrad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5546156Z test_fn_fail_gradgrad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5557000Z test_fn_fail_gradgrad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.5566936Z test_fn_fail_gradgrad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.5577335Z test_fn_fail_gradgrad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5587686Z test_fn_fail_gradgrad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5598026Z test_fn_fail_gradgrad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5608235Z test_fn_fail_gradgrad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5618826Z test_fn_fail_gradgrad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5629183Z test_fn_fail_gradgrad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5639876Z test_fn_fail_gradgrad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5650315Z test_fn_fail_gradgrad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5660453Z test_fn_fail_gradgrad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5670782Z test_fn_fail_gradgrad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5681143Z test_fn_fail_gradgrad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5691822Z test_fn_fail_gradgrad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5702086Z test_fn_fail_gradgrad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5712528Z test_fn_fail_gradgrad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5722857Z test_fn_fail_gradgrad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5733418Z test_fn_fail_gradgrad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5743671Z test_fn_fail_gradgrad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5754169Z test_fn_fail_gradgrad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5764410Z test_fn_fail_gradgrad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5774930Z test_fn_fail_gradgrad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5785220Z test_fn_fail_gradgrad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5795602Z test_fn_fail_gradgrad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5805860Z test_fn_fail_gradgrad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5816411Z test_fn_fail_gradgrad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5826781Z test_fn_fail_gradgrad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5837513Z test_fn_fail_gradgrad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5847589Z test_fn_fail_gradgrad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5858307Z test_fn_fail_gradgrad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5868826Z test_fn_fail_gradgrad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5879080Z test_fn_fail_gradgrad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5889375Z test_fn_fail_gradgrad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5899859Z test_fn_fail_gradgrad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5910096Z test_fn_fail_gradgrad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5920459Z test_fn_fail_gradgrad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5930833Z test_fn_fail_gradgrad_double_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5941673Z test_fn_fail_gradgrad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5951887Z test_fn_fail_gradgrad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5962014Z test_fn_fail_gradgrad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5972701Z test_fn_fail_gradgrad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5983474Z test_fn_fail_gradgrad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.5993671Z test_fn_fail_gradgrad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6005025Z test_fn_fail_gradgrad_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6015016Z test_fn_fail_gradgrad_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6025289Z test_fn_fail_gradgrad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6035517Z test_fn_fail_gradgrad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6045759Z test_fn_fail_gradgrad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6056254Z test_fn_fail_gradgrad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6066496Z test_fn_fail_gradgrad_equal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6076641Z test_fn_fail_gradgrad_equal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6086857Z test_fn_fail_gradgrad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6097480Z test_fn_fail_gradgrad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6107750Z test_fn_fail_gradgrad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6118102Z test_fn_fail_gradgrad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6128556Z test_fn_fail_gradgrad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6139432Z test_fn_fail_gradgrad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6149482Z test_fn_fail_gradgrad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6159815Z test_fn_fail_gradgrad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6170250Z test_fn_fail_gradgrad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6180946Z test_fn_fail_gradgrad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6191109Z test_fn_fail_gradgrad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6201452Z test_fn_fail_gradgrad_eye_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6211957Z test_fn_fail_gradgrad_eye_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6222291Z test_fn_fail_gradgrad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6232566Z test_fn_fail_gradgrad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6242925Z test_fn_fail_gradgrad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6253619Z test_fn_fail_gradgrad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6263920Z test_fn_fail_gradgrad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6274353Z test_fn_fail_gradgrad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6284794Z test_fn_fail_gradgrad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6295240Z test_fn_fail_gradgrad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6305476Z test_fn_fail_gradgrad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6315843Z test_fn_fail_gradgrad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6326103Z test_fn_fail_gradgrad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6336802Z test_fn_fail_gradgrad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6347268Z test_fn_fail_gradgrad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6357679Z test_fn_fail_gradgrad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6368007Z test_fn_fail_gradgrad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6378611Z test_fn_fail_gradgrad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6388974Z test_fn_fail_gradgrad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6399352Z test_fn_fail_gradgrad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6409683Z test_fn_fail_gradgrad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6420369Z test_fn_fail_gradgrad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6430853Z test_fn_fail_gradgrad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6441272Z test_fn_fail_gradgrad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6451698Z test_fn_fail_gradgrad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6461962Z test_fn_fail_gradgrad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6472248Z test_fn_fail_gradgrad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6482837Z test_fn_fail_gradgrad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6503628Z test_fn_fail_gradgrad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6504301Z test_fn_fail_gradgrad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6514275Z test_fn_fail_gradgrad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6524543Z test_fn_fail_gradgrad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6535344Z test_fn_fail_gradgrad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6545608Z test_fn_fail_gradgrad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6555916Z test_fn_fail_gradgrad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6566364Z test_fn_fail_gradgrad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6576986Z test_fn_fail_gradgrad_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6587232Z test_fn_fail_gradgrad_fill_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6597716Z test_fn_fail_gradgrad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6607975Z test_fn_fail_gradgrad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6618502Z test_fn_fail_gradgrad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6628908Z test_fn_fail_gradgrad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6639280Z test_fn_fail_gradgrad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6649745Z test_fn_fail_gradgrad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6660140Z test_fn_fail_gradgrad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6670512Z test_fn_fail_gradgrad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6680856Z test_fn_fail_gradgrad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6691392Z test_fn_fail_gradgrad_float_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6701640Z test_fn_fail_gradgrad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6711909Z test_fn_fail_gradgrad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6722219Z test_fn_fail_gradgrad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6733278Z test_fn_fail_gradgrad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6743217Z test_fn_fail_gradgrad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6753510Z test_fn_fail_gradgrad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6763873Z test_fn_fail_gradgrad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6774576Z test_fn_fail_gradgrad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6784877Z test_fn_fail_gradgrad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6795231Z test_fn_fail_gradgrad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6805425Z test_fn_fail_gradgrad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6815761Z test_fn_fail_gradgrad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6826024Z test_fn_fail_gradgrad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6836463Z test_fn_fail_gradgrad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6847483Z test_fn_fail_gradgrad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6857908Z test_fn_fail_gradgrad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6868196Z test_fn_fail_gradgrad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6878464Z test_fn_fail_gradgrad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6888893Z test_fn_fail_gradgrad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6899786Z test_fn_fail_gradgrad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6910147Z test_fn_fail_gradgrad_half_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6920609Z test_fn_fail_gradgrad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6931112Z test_fn_fail_gradgrad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.6941556Z test_fn_fail_gradgrad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6951857Z test_fn_fail_gradgrad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6962207Z test_fn_fail_gradgrad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6972782Z test_fn_fail_gradgrad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6983010Z test_fn_fail_gradgrad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.6993483Z test_fn_fail_gradgrad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7004010Z test_fn_fail_gradgrad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7014434Z test_fn_fail_gradgrad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7024517Z test_fn_fail_gradgrad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7034898Z test_fn_fail_gradgrad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7045229Z test_fn_fail_gradgrad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7055932Z test_fn_fail_gradgrad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7066161Z test_fn_fail_gradgrad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7076528Z test_fn_fail_gradgrad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7086743Z test_fn_fail_gradgrad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7097338Z test_fn_fail_gradgrad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7107820Z test_fn_fail_gradgrad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7117996Z test_fn_fail_gradgrad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7128457Z test_fn_fail_gradgrad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7139051Z test_fn_fail_gradgrad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7149396Z test_fn_fail_gradgrad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7159713Z test_fn_fail_gradgrad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7170494Z test_fn_fail_gradgrad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7180777Z test_fn_fail_gradgrad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7191023Z test_fn_fail_gradgrad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7201316Z test_fn_fail_gradgrad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7211735Z test_fn_fail_gradgrad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7222027Z test_fn_fail_gradgrad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7232264Z test_fn_fail_gradgrad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7242630Z test_fn_fail_gradgrad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7253164Z test_fn_fail_gradgrad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7263395Z test_fn_fail_gradgrad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7273662Z test_fn_fail_gradgrad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7283856Z test_fn_fail_gradgrad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7294287Z test_fn_fail_gradgrad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7304473Z test_fn_fail_gradgrad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7314741Z test_fn_fail_gradgrad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7325029Z test_fn_fail_gradgrad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7335721Z test_fn_fail_gradgrad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7346227Z test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7356595Z test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7366786Z 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-09-27T15:57:30.7377373Z 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-09-27T15:57:30.7387673Z test_fn_fail_gradgrad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7397914Z test_fn_fail_gradgrad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7408304Z test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7418708Z test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7428992Z test_fn_fail_gradgrad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7439417Z test_fn_fail_gradgrad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7449539Z test_fn_fail_gradgrad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7460060Z test_fn_fail_gradgrad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7470391Z test_fn_fail_gradgrad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7480697Z test_fn_fail_gradgrad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7491015Z test_fn_fail_gradgrad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7501517Z test_fn_fail_gradgrad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7511733Z test_fn_fail_gradgrad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7521984Z test_fn_fail_gradgrad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7532796Z test_fn_fail_gradgrad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7543056Z test_fn_fail_gradgrad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7553566Z test_fn_fail_gradgrad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7563852Z test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7574467Z test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7585477Z test_fn_fail_gradgrad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7596306Z test_fn_fail_gradgrad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7606518Z test_fn_fail_gradgrad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7617130Z test_fn_fail_gradgrad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7627556Z test_fn_fail_gradgrad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7638046Z test_fn_fail_gradgrad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7648410Z test_fn_fail_gradgrad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7659031Z test_fn_fail_gradgrad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7669460Z test_fn_fail_gradgrad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7680043Z test_fn_fail_gradgrad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7690288Z test_fn_fail_gradgrad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7700986Z test_fn_fail_gradgrad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7711046Z test_fn_fail_gradgrad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7721153Z test_fn_fail_gradgrad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7731571Z test_fn_fail_gradgrad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7741592Z test_fn_fail_gradgrad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7752144Z test_fn_fail_gradgrad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7762554Z test_fn_fail_gradgrad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7773254Z test_fn_fail_gradgrad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7783534Z test_fn_fail_gradgrad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7793939Z test_fn_fail_gradgrad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7804285Z test_fn_fail_gradgrad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7815020Z test_fn_fail_gradgrad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7825313Z test_fn_fail_gradgrad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7835678Z test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7846043Z 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-09-27T15:57:30.7856843Z test_fn_fail_gradgrad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7867268Z test_fn_fail_gradgrad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.7873138Z test_fn_fail_gradgrad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:30.7878825Z test_fn_fail_gradgrad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:30.7890101Z test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7900227Z test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7910715Z test_fn_fail_gradgrad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7921098Z test_fn_fail_gradgrad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7932750Z test_fn_fail_gradgrad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7943238Z test_fn_fail_gradgrad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7953673Z test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7964096Z test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7974828Z test_fn_fail_gradgrad_linalg_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7985041Z test_fn_fail_gradgrad_linalg_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.7995929Z test_fn_fail_gradgrad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8006739Z test_fn_fail_gradgrad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8017852Z test_fn_fail_gradgrad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8028746Z test_fn_fail_gradgrad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8039355Z test_fn_fail_gradgrad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8049679Z test_fn_fail_gradgrad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8060335Z 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-09-27T15:57:30.8070717Z 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-09-27T15:57:30.8080803Z test_fn_fail_gradgrad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8091357Z test_fn_fail_gradgrad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8102182Z test_fn_fail_gradgrad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8113072Z test_fn_fail_gradgrad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8123879Z test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8134909Z test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8145236Z test_fn_fail_gradgrad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8155807Z test_fn_fail_gradgrad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8165870Z test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8176253Z test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8186586Z 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-09-27T15:57:30.8196697Z 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-09-27T15:57:30.8207245Z test_fn_fail_gradgrad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8217870Z test_fn_fail_gradgrad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8228259Z test_fn_fail_gradgrad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8238738Z test_fn_fail_gradgrad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8249112Z test_fn_fail_gradgrad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8259837Z test_fn_fail_gradgrad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8270255Z test_fn_fail_gradgrad_linalg_solve_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8280686Z test_fn_fail_gradgrad_linalg_solve_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8291365Z test_fn_fail_gradgrad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8301717Z test_fn_fail_gradgrad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8312526Z test_fn_fail_gradgrad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8323241Z test_fn_fail_gradgrad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8334422Z test_fn_fail_gradgrad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8345529Z test_fn_fail_gradgrad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8355803Z test_fn_fail_gradgrad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8366049Z test_fn_fail_gradgrad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8376780Z test_fn_fail_gradgrad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8387207Z test_fn_fail_gradgrad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8397493Z test_fn_fail_gradgrad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8407819Z test_fn_fail_gradgrad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8418722Z test_fn_fail_gradgrad_linalg_vecdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8428988Z test_fn_fail_gradgrad_linalg_vecdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8439559Z test_fn_fail_gradgrad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8449938Z test_fn_fail_gradgrad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8460626Z test_fn_fail_gradgrad_linspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8470866Z test_fn_fail_gradgrad_linspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8481007Z test_fn_fail_gradgrad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8491620Z test_fn_fail_gradgrad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8501888Z test_fn_fail_gradgrad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8512306Z test_fn_fail_gradgrad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8522617Z test_fn_fail_gradgrad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8533495Z test_fn_fail_gradgrad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8543804Z test_fn_fail_gradgrad_log_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8554153Z test_fn_fail_gradgrad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8564525Z test_fn_fail_gradgrad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8575045Z test_fn_fail_gradgrad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8585437Z test_fn_fail_gradgrad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8595936Z test_fn_fail_gradgrad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8606181Z test_fn_fail_gradgrad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8616674Z test_fn_fail_gradgrad_logdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8626776Z test_fn_fail_gradgrad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8637144Z test_fn_fail_gradgrad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8647498Z test_fn_fail_gradgrad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8658180Z test_fn_fail_gradgrad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8668353Z test_fn_fail_gradgrad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8678708Z test_fn_fail_gradgrad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8688997Z test_fn_fail_gradgrad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8699561Z test_fn_fail_gradgrad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8710016Z test_fn_fail_gradgrad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8720184Z test_fn_fail_gradgrad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8730619Z test_fn_fail_gradgrad_logspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8741144Z test_fn_fail_gradgrad_logspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8751487Z test_fn_fail_gradgrad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8762017Z test_fn_fail_gradgrad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8772533Z test_fn_fail_gradgrad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8782774Z test_fn_fail_gradgrad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.8793063Z test_fn_fail_gradgrad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8803427Z test_fn_fail_gradgrad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8814098Z test_fn_fail_gradgrad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8824520Z test_fn_fail_gradgrad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8835016Z test_fn_fail_gradgrad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8845502Z test_fn_fail_gradgrad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8856077Z test_fn_fail_gradgrad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8866419Z test_fn_fail_gradgrad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8876990Z test_fn_fail_gradgrad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8887160Z test_fn_fail_gradgrad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8897889Z test_fn_fail_gradgrad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8908350Z test_fn_fail_gradgrad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8918671Z test_fn_fail_gradgrad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8929149Z test_fn_fail_gradgrad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8939753Z test_fn_fail_gradgrad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8950080Z test_fn_fail_gradgrad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8960544Z test_fn_fail_gradgrad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8971296Z test_fn_fail_gradgrad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8981991Z test_fn_fail_gradgrad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.8992165Z test_fn_fail_gradgrad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9002509Z test_fn_fail_gradgrad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9013302Z test_fn_fail_gradgrad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9023488Z test_fn_fail_gradgrad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9033879Z test_fn_fail_gradgrad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9044236Z test_fn_fail_gradgrad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9054857Z test_fn_fail_gradgrad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9065159Z test_fn_fail_gradgrad_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9075583Z test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9085822Z test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9096523Z test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9106796Z test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9117111Z test_fn_fail_gradgrad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9127431Z test_fn_fail_gradgrad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9138175Z test_fn_fail_gradgrad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9148453Z test_fn_fail_gradgrad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9158965Z test_fn_fail_gradgrad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9169265Z test_fn_fail_gradgrad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9179813Z test_fn_fail_gradgrad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9190254Z test_fn_fail_gradgrad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9200494Z test_fn_fail_gradgrad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9210866Z test_fn_fail_gradgrad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9221634Z test_fn_fail_gradgrad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9231755Z test_fn_fail_gradgrad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9242196Z test_fn_fail_gradgrad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9252778Z test_fn_fail_gradgrad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9263250Z test_fn_fail_gradgrad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9273402Z test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9283751Z test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9294212Z test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9304548Z test_fn_fail_gradgrad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9314960Z test_fn_fail_gradgrad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9325272Z test_fn_fail_gradgrad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9336023Z test_fn_fail_gradgrad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9346297Z test_fn_fail_gradgrad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9356901Z test_fn_fail_gradgrad_narrow_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9367202Z test_fn_fail_gradgrad_narrow_copy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9377687Z test_fn_fail_gradgrad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9387902Z test_fn_fail_gradgrad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9398350Z test_fn_fail_gradgrad_native_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9408708Z test_fn_fail_gradgrad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9419125Z test_fn_fail_gradgrad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9429491Z test_fn_fail_gradgrad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9439745Z test_fn_fail_gradgrad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9450261Z test_fn_fail_gradgrad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9460816Z test_fn_fail_gradgrad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9471229Z test_fn_fail_gradgrad_new_empty_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9481373Z test_fn_fail_gradgrad_new_empty_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9491798Z test_fn_fail_gradgrad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9502022Z test_fn_fail_gradgrad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9512304Z test_fn_fail_gradgrad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9522383Z test_fn_fail_gradgrad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9532986Z test_fn_fail_gradgrad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9543190Z test_fn_fail_gradgrad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9553480Z test_fn_fail_gradgrad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:30.9563572Z test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9574163Z test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9584400Z test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9594762Z test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9605036Z test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9615491Z test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9625714Z test_fn_fail_gradgrad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9636129Z test_fn_fail_gradgrad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9646382Z test_fn_fail_gradgrad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9657042Z test_fn_fail_gradgrad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9667805Z test_fn_fail_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9678008Z test_fn_fail_gradgrad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9688304Z test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9699070Z test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9708993Z test_fn_fail_gradgrad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9719313Z test_fn_fail_gradgrad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9729596Z test_fn_fail_gradgrad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9740086Z test_fn_fail_gradgrad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9750442Z test_fn_fail_gradgrad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9760686Z test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9771070Z test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9781519Z test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9791859Z test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9802230Z test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9812734Z test_fn_fail_gradgrad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9822983Z test_fn_fail_gradgrad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9833281Z test_fn_fail_gradgrad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9843660Z test_fn_fail_gradgrad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9854151Z test_fn_fail_gradgrad_nn_functional_dropout3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9864482Z test_fn_fail_gradgrad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9874922Z test_fn_fail_gradgrad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9959556Z test_fn_fail_gradgrad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T15:57:30.9969371Z test_fn_fail_gradgrad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9979461Z test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9989228Z test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:30.9998951Z test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0008738Z test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0018571Z test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0028176Z test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0037842Z test_fn_fail_gradgrad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0047573Z test_fn_fail_gradgrad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0167198Z test_fn_fail_gradgrad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T15:57:31.0177372Z test_fn_fail_gradgrad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0187050Z test_fn_fail_gradgrad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0226163Z test_fn_fail_gradgrad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T15:57:31.0236229Z test_fn_fail_gradgrad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0245568Z test_fn_fail_gradgrad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0255549Z test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0265230Z test_fn_fail_gradgrad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0274901Z test_fn_fail_gradgrad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0284698Z test_fn_fail_gradgrad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0294682Z test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0304490Z test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0314073Z test_fn_fail_gradgrad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0323976Z test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0334604Z test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0344761Z test_fn_fail_gradgrad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0355027Z test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0365291Z test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0375914Z test_fn_fail_gradgrad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0386187Z test_fn_fail_gradgrad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0396416Z test_fn_fail_gradgrad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0406709Z test_fn_fail_gradgrad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0417318Z test_fn_fail_gradgrad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0427562Z test_fn_fail_gradgrad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0438018Z test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0448156Z test_fn_fail_gradgrad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0458889Z test_fn_fail_gradgrad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0469102Z test_fn_fail_gradgrad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0478823Z test_fn_fail_gradgrad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0488941Z test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0498584Z test_fn_fail_gradgrad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0508295Z test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0518063Z test_fn_fail_gradgrad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0527693Z test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0538198Z test_fn_fail_gradgrad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0547779Z test_fn_fail_gradgrad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0588780Z test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T15:57:31.0627686Z test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T15:57:31.0637227Z test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0646828Z test_fn_fail_gradgrad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0656841Z test_fn_fail_gradgrad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0666655Z test_fn_fail_gradgrad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0676244Z test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0685800Z test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0695768Z test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0705499Z test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0715158Z test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0725146Z test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0735125Z test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0744764Z test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0754367Z test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0764088Z test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0846670Z test_fn_fail_gradgrad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T15:57:31.0856602Z test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0866486Z test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0876621Z test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0887167Z test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0897160Z test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0906991Z test_fn_fail_gradgrad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0916637Z test_fn_fail_gradgrad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0926332Z test_fn_fail_gradgrad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0936293Z test_fn_fail_gradgrad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0946019Z test_fn_fail_gradgrad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0955795Z test_fn_fail_gradgrad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0965332Z test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0975325Z test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0985026Z test_fn_fail_gradgrad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.0994686Z test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1004368Z test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1014272Z test_fn_fail_gradgrad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1024142Z test_fn_fail_gradgrad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1033767Z test_fn_fail_gradgrad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1043376Z test_fn_fail_gradgrad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1053510Z test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1063151Z test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1072883Z test_fn_fail_gradgrad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1082573Z test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1092673Z test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1102378Z test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1112089Z test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1121833Z test_fn_fail_gradgrad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1131794Z test_fn_fail_gradgrad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1141490Z test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1151251Z test_fn_fail_gradgrad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1160988Z test_fn_fail_gradgrad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1170619Z test_fn_fail_gradgrad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1180297Z test_fn_fail_gradgrad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1189949Z test_fn_fail_gradgrad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1200382Z test_fn_fail_gradgrad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1210324Z test_fn_fail_gradgrad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1220227Z test_fn_fail_gradgrad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1230031Z test_fn_fail_gradgrad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1239789Z test_fn_fail_gradgrad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1249612Z test_fn_fail_gradgrad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1255293Z test_fn_fail_gradgrad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-09-27T15:57:31.1261430Z test_fn_fail_gradgrad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-09-27T15:57:31.1272765Z test_fn_fail_gradgrad_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1283326Z test_fn_fail_gradgrad_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1294117Z test_fn_fail_gradgrad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1304607Z test_fn_fail_gradgrad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1315205Z test_fn_fail_gradgrad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1325788Z test_fn_fail_gradgrad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1336608Z test_fn_fail_gradgrad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1347343Z test_fn_fail_gradgrad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1358583Z test_fn_fail_gradgrad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1369584Z test_fn_fail_gradgrad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1380142Z test_fn_fail_gradgrad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1390827Z test_fn_fail_gradgrad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1401416Z test_fn_fail_gradgrad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1412339Z test_fn_fail_gradgrad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1423044Z test_fn_fail_gradgrad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1429149Z test_fn_fail_gradgrad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:31.1435286Z test_fn_fail_gradgrad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:31.1441403Z test_fn_fail_gradgrad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:31.1447673Z test_fn_fail_gradgrad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:31.1459135Z test_fn_fail_gradgrad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1469730Z test_fn_fail_gradgrad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1480348Z test_fn_fail_gradgrad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1490942Z test_fn_fail_gradgrad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1501597Z test_fn_fail_gradgrad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1512108Z test_fn_fail_gradgrad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1522727Z test_fn_fail_gradgrad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1533711Z test_fn_fail_gradgrad_put_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1544502Z test_fn_fail_gradgrad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1555227Z test_fn_fail_gradgrad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1566048Z test_fn_fail_gradgrad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1576441Z test_fn_fail_gradgrad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1587290Z test_fn_fail_gradgrad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1597971Z test_fn_fail_gradgrad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1608179Z test_fn_fail_gradgrad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1619184Z test_fn_fail_gradgrad_randn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1629423Z test_fn_fail_gradgrad_randn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1640045Z test_fn_fail_gradgrad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1650774Z test_fn_fail_gradgrad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1661234Z test_fn_fail_gradgrad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1671847Z test_fn_fail_gradgrad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1682206Z test_fn_fail_gradgrad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1693164Z test_fn_fail_gradgrad_real_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1703609Z test_fn_fail_gradgrad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1714133Z test_fn_fail_gradgrad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1724624Z test_fn_fail_gradgrad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1735648Z test_fn_fail_gradgrad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1746281Z test_fn_fail_gradgrad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1756924Z test_fn_fail_gradgrad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1767454Z test_fn_fail_gradgrad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1778453Z test_fn_fail_gradgrad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1788932Z test_fn_fail_gradgrad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1799486Z test_fn_fail_gradgrad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1810250Z test_fn_fail_gradgrad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1820958Z test_fn_fail_gradgrad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1831490Z test_fn_fail_gradgrad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1842703Z test_fn_fail_gradgrad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1853606Z test_fn_fail_gradgrad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1863942Z test_fn_fail_gradgrad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1874382Z test_fn_fail_gradgrad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.1884841Z test_fn_fail_gradgrad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1895653Z test_fn_fail_gradgrad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1906192Z test_fn_fail_gradgrad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1916692Z test_fn_fail_gradgrad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1927289Z test_fn_fail_gradgrad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1938383Z test_fn_fail_gradgrad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1948848Z test_fn_fail_gradgrad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1959542Z test_fn_fail_gradgrad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1970212Z test_fn_fail_gradgrad_round_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1980720Z test_fn_fail_gradgrad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.1986918Z test_fn_fail_gradgrad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:31.1993195Z test_fn_fail_gradgrad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:31.2004202Z test_fn_fail_gradgrad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2015013Z test_fn_fail_gradgrad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2025505Z test_fn_fail_gradgrad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2036093Z test_fn_fail_gradgrad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2046714Z test_fn_fail_gradgrad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2057601Z test_fn_fail_gradgrad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2068954Z test_fn_fail_gradgrad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2079499Z test_fn_fail_gradgrad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2090039Z test_fn_fail_gradgrad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2100871Z test_fn_fail_gradgrad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2111397Z test_fn_fail_gradgrad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2122001Z test_fn_fail_gradgrad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2132913Z test_fn_fail_gradgrad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2143556Z test_fn_fail_gradgrad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2202417Z test_fn_fail_gradgrad_segment_reduce_lengths_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T15:57:31.2248447Z test_fn_fail_gradgrad_segment_reduce_offsets_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T15:57:31.2259434Z test_fn_fail_gradgrad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2269973Z test_fn_fail_gradgrad_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2280742Z test_fn_fail_gradgrad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2291156Z test_fn_fail_gradgrad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2302039Z test_fn_fail_gradgrad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2312794Z test_fn_fail_gradgrad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2323335Z test_fn_fail_gradgrad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2334033Z test_fn_fail_gradgrad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2344573Z test_fn_fail_gradgrad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2355093Z test_fn_fail_gradgrad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2365840Z test_fn_fail_gradgrad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2376402Z test_fn_fail_gradgrad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2387145Z test_fn_fail_gradgrad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2397758Z test_fn_fail_gradgrad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2408418Z test_fn_fail_gradgrad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2419263Z test_fn_fail_gradgrad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2429907Z test_fn_fail_gradgrad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2440617Z test_fn_fail_gradgrad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2451286Z test_fn_fail_gradgrad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2462115Z test_fn_fail_gradgrad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2472803Z test_fn_fail_gradgrad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2483393Z test_fn_fail_gradgrad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2494398Z test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2504946Z test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2515577Z test_fn_fail_gradgrad_special_airy_ai_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2526104Z test_fn_fail_gradgrad_special_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2537038Z test_fn_fail_gradgrad_special_bessel_j1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2547510Z test_fn_fail_gradgrad_special_bessel_y0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2558028Z test_fn_fail_gradgrad_special_bessel_y1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2568426Z test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2579253Z test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2584860Z test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:57:31.2591321Z test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:57:31.2602299Z test_fn_fail_gradgrad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2613208Z test_fn_fail_gradgrad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2623938Z test_fn_fail_gradgrad_special_hermite_polynomial_h_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2634413Z test_fn_fail_gradgrad_special_hermite_polynomial_he_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2644816Z test_fn_fail_gradgrad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2655797Z test_fn_fail_gradgrad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2666199Z test_fn_fail_gradgrad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2676863Z test_fn_fail_gradgrad_special_laguerre_polynomial_l_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2682522Z test_fn_fail_gradgrad_special_legendre_polynomial_p_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:57:31.2693856Z test_fn_fail_gradgrad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2704518Z test_fn_fail_gradgrad_special_modified_bessel_i0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2714908Z test_fn_fail_gradgrad_special_modified_bessel_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2725638Z test_fn_fail_gradgrad_special_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2736412Z test_fn_fail_gradgrad_special_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2746715Z test_fn_fail_gradgrad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2757395Z test_fn_fail_gradgrad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2767790Z test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2778867Z test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2789252Z test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2794999Z test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:57:31.2801459Z test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:57:31.2807683Z test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:57:31.2814352Z test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:57:31.2825385Z test_fn_fail_gradgrad_special_spherical_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2835856Z test_fn_fail_gradgrad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2846579Z test_fn_fail_gradgrad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.2857108Z test_fn_fail_gradgrad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2867566Z test_fn_fail_gradgrad_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2878233Z test_fn_fail_gradgrad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2888749Z test_fn_fail_gradgrad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2899447Z test_fn_fail_gradgrad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2910017Z test_fn_fail_gradgrad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2920483Z test_fn_fail_gradgrad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2931181Z test_fn_fail_gradgrad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2941761Z test_fn_fail_gradgrad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2952300Z test_fn_fail_gradgrad_square_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2962833Z test_fn_fail_gradgrad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2973833Z test_fn_fail_gradgrad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2984457Z test_fn_fail_gradgrad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.2994877Z test_fn_fail_gradgrad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3005400Z test_fn_fail_gradgrad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3016278Z test_fn_fail_gradgrad_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3026897Z test_fn_fail_gradgrad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3037428Z test_fn_fail_gradgrad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3048085Z test_fn_fail_gradgrad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3058912Z test_fn_fail_gradgrad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3069683Z test_fn_fail_gradgrad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3080075Z test_fn_fail_gradgrad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3090693Z test_fn_fail_gradgrad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3101476Z test_fn_fail_gradgrad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3112121Z test_fn_fail_gradgrad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3122594Z test_fn_fail_gradgrad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3134126Z test_fn_fail_gradgrad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3145117Z test_fn_fail_gradgrad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3156149Z test_fn_fail_gradgrad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3166883Z test_fn_fail_gradgrad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3177791Z test_fn_fail_gradgrad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3188466Z test_fn_fail_gradgrad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3198971Z test_fn_fail_gradgrad_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3209529Z test_fn_fail_gradgrad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3220230Z test_fn_fail_gradgrad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3230812Z test_fn_fail_gradgrad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3241449Z test_fn_fail_gradgrad_take_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3252441Z test_fn_fail_gradgrad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3262902Z test_fn_fail_gradgrad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3273720Z test_fn_fail_gradgrad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3284204Z test_fn_fail_gradgrad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3294977Z test_fn_fail_gradgrad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3305679Z test_fn_fail_gradgrad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3316331Z test_fn_fail_gradgrad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3326853Z test_fn_fail_gradgrad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3337786Z test_fn_fail_gradgrad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3348431Z test_fn_fail_gradgrad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3359088Z test_fn_fail_gradgrad_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3369633Z test_fn_fail_gradgrad_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3380764Z test_fn_fail_gradgrad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.3391172Z test_fn_fail_gradgrad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3401803Z test_fn_fail_gradgrad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3412915Z test_fn_fail_gradgrad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3423484Z test_fn_fail_gradgrad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3434083Z test_fn_fail_gradgrad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3445018Z test_fn_fail_gradgrad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3456071Z test_fn_fail_gradgrad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3466573Z test_fn_fail_gradgrad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3477098Z test_fn_fail_gradgrad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3487695Z test_fn_fail_gradgrad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3498343Z test_fn_fail_gradgrad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3508650Z test_fn_fail_gradgrad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3519421Z test_fn_fail_gradgrad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3530028Z test_fn_fail_gradgrad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3540923Z test_fn_fail_gradgrad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3551460Z test_fn_fail_gradgrad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3562273Z test_fn_fail_gradgrad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3573278Z test_fn_fail_gradgrad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3583879Z test_fn_fail_gradgrad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3594461Z test_fn_fail_gradgrad_unbind_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3605241Z test_fn_fail_gradgrad_unbind_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3616062Z test_fn_fail_gradgrad_unflatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3626759Z test_fn_fail_gradgrad_unflatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3637457Z test_fn_fail_gradgrad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3648188Z test_fn_fail_gradgrad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3659117Z test_fn_fail_gradgrad_uniform_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.3669677Z test_fn_fail_gradgrad_uniform_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.3680396Z test_fn_fail_gradgrad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.3690924Z test_fn_fail_gradgrad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.3701515Z test_fn_fail_gradgrad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3712128Z test_fn_fail_gradgrad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3722744Z test_fn_fail_gradgrad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3733754Z test_fn_fail_gradgrad_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3744373Z test_fn_fail_gradgrad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3755051Z test_fn_fail_gradgrad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3765690Z test_fn_fail_gradgrad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3776622Z test_fn_fail_gradgrad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3787203Z test_fn_fail_gradgrad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3798083Z test_fn_fail_gradgrad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3808620Z test_fn_fail_gradgrad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3819576Z test_fn_fail_gradgrad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3830247Z test_fn_fail_gradgrad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3840962Z test_fn_fail_gradgrad_view_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3851931Z test_fn_fail_gradgrad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3862615Z test_fn_fail_gradgrad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3873411Z test_fn_fail_gradgrad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3884145Z test_fn_fail_gradgrad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3895090Z test_fn_fail_gradgrad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3906290Z test_fn_fail_gradgrad_where_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3916833Z test_fn_fail_gradgrad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3927478Z test_fn_fail_gradgrad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3938304Z test_fn_fail_gradgrad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does support gradgrad (0.001s) 2022-09-27T15:57:31.3949098Z test_fn_fail_gradgrad_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.3959564Z test_fn_fail_gradgrad_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.3970337Z test_fn_fail_gradgrad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.3981003Z test_fn_fail_gradgrad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:31.4835215Z test_fn_fwgrad_bwgrad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-09-27T15:57:31.4968694Z test_fn_fwgrad_bwgrad_H_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T15:57:31.5704329Z test_fn_fwgrad_bwgrad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-09-27T15:57:31.5840914Z test_fn_fwgrad_bwgrad_T_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T15:57:32.4430853Z test_fn_fwgrad_bwgrad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.859s) 2022-09-27T15:57:32.6110764Z test_fn_fwgrad_bwgrad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.168s) 2022-09-27T15:57:33.2240224Z test_fn_fwgrad_bwgrad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.613s) 2022-09-27T15:57:33.3272216Z test_fn_fwgrad_bwgrad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-09-27T15:57:34.1846934Z test_fn_fwgrad_bwgrad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.857s) 2022-09-27T15:57:34.3236697Z test_fn_fwgrad_bwgrad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-09-27T15:57:35.9097510Z test_fn_fwgrad_bwgrad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.586s) 2022-09-27T15:57:36.1093117Z test_fn_fwgrad_bwgrad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.200s) 2022-09-27T15:57:36.2295924Z test_fn_fwgrad_bwgrad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-09-27T15:57:36.9395193Z test_fn_fwgrad_bwgrad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.710s) 2022-09-27T15:57:37.0557559Z test_fn_fwgrad_bwgrad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-09-27T15:57:37.0564823Z test_fn_fwgrad_bwgrad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:37.0572012Z test_fn_fwgrad_bwgrad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:38.8013508Z test_fn_fwgrad_bwgrad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.744s) 2022-09-27T15:57:38.9094347Z test_fn_fwgrad_bwgrad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.108s) 2022-09-27T15:57:40.0131733Z test_fn_fwgrad_bwgrad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.104s) 2022-09-27T15:57:41.1163134Z test_fn_fwgrad_bwgrad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.103s) 2022-09-27T15:57:41.1176688Z test_fn_fwgrad_bwgrad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:41.1188513Z test_fn_fwgrad_bwgrad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:57:42.0050153Z test_fn_fwgrad_bwgrad__masked_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.886s) 2022-09-27T15:57:42.1808557Z test_fn_fwgrad_bwgrad__masked_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.176s) 2022-09-27T15:57:42.9142667Z test_fn_fwgrad_bwgrad__masked_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.733s) 2022-09-27T15:57:43.0624730Z test_fn_fwgrad_bwgrad__masked_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.148s) 2022-09-27T15:57:43.2774182Z test_fn_fwgrad_bwgrad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.215s) 2022-09-27T15:57:43.5695426Z test_fn_fwgrad_bwgrad__masked_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.292s) 2022-09-27T15:57:44.7152013Z test_fn_fwgrad_bwgrad__masked_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.145s) 2022-09-27T15:57:50.6329160Z test_fn_fwgrad_bwgrad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.918s) 2022-09-27T15:57:51.8861527Z test_fn_fwgrad_bwgrad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.253s) 2022-09-27T15:57:52.0983689Z test_fn_fwgrad_bwgrad__masked_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.212s) 2022-09-27T15:57:57.6451441Z test_fn_fwgrad_bwgrad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (5.547s) 2022-09-27T15:58:00.3390078Z test_fn_fwgrad_bwgrad__masked_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.694s) 2022-09-27T15:58:00.8553427Z test_fn_fwgrad_bwgrad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.516s) 2022-09-27T15:58:24.6067465Z test_fn_fwgrad_bwgrad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (23.751s) 2022-09-27T15:58:28.0334687Z test_fn_fwgrad_bwgrad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.427s) 2022-09-27T15:58:28.2608787Z test_fn_fwgrad_bwgrad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.227s) 2022-09-27T15:58:28.4983007Z test_fn_fwgrad_bwgrad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.237s) 2022-09-27T15:58:38.0330727Z test_fn_fwgrad_bwgrad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.535s) 2022-09-27T15:58:39.9261553Z test_fn_fwgrad_bwgrad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.893s) 2022-09-27T15:58:44.0308852Z test_fn_fwgrad_bwgrad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.105s) 2022-09-27T15:58:44.8206973Z test_fn_fwgrad_bwgrad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.790s) 2022-09-27T15:58:53.7696800Z test_fn_fwgrad_bwgrad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.949s) 2022-09-27T15:58:55.5665498Z test_fn_fwgrad_bwgrad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.797s) 2022-09-27T15:58:55.6112943Z test_fn_fwgrad_bwgrad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T15:58:55.6205900Z test_fn_fwgrad_bwgrad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T15:58:56.6575299Z test_fn_fwgrad_bwgrad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.037s) 2022-09-27T15:58:56.6821863Z test_fn_fwgrad_bwgrad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T15:58:56.8231072Z test_fn_fwgrad_bwgrad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.141s) 2022-09-27T15:58:56.8462827Z test_fn_fwgrad_bwgrad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T15:58:57.6389585Z test_fn_fwgrad_bwgrad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.792s) 2022-09-27T15:58:57.7716991Z test_fn_fwgrad_bwgrad_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-09-27T15:58:59.5439411Z test_fn_fwgrad_bwgrad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.772s) 2022-09-27T15:58:59.6917060Z test_fn_fwgrad_bwgrad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.148s) 2022-09-27T15:59:04.3846036Z test_fn_fwgrad_bwgrad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.693s) 2022-09-27T15:59:04.6854478Z test_fn_fwgrad_bwgrad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.301s) 2022-09-27T15:59:08.8524142Z test_fn_fwgrad_bwgrad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.167s) 2022-09-27T15:59:09.1159557Z test_fn_fwgrad_bwgrad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.264s) 2022-09-27T15:59:09.8374559Z test_fn_fwgrad_bwgrad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.721s) 2022-09-27T15:59:09.9099747Z test_fn_fwgrad_bwgrad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-09-27T15:59:10.5917962Z test_fn_fwgrad_bwgrad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.682s) 2022-09-27T15:59:10.6584525Z test_fn_fwgrad_bwgrad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T15:59:11.5104057Z test_fn_fwgrad_bwgrad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.852s) 2022-09-27T15:59:11.6493182Z test_fn_fwgrad_bwgrad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-09-27T15:59:12.2022287Z test_fn_fwgrad_bwgrad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.553s) 2022-09-27T15:59:12.2949974Z test_fn_fwgrad_bwgrad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-09-27T15:59:12.2961426Z test_fn_fwgrad_bwgrad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.2972532Z test_fn_fwgrad_bwgrad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.2982987Z test_fn_fwgrad_bwgrad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.2993785Z test_fn_fwgrad_bwgrad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.4828113Z test_fn_fwgrad_bwgrad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-09-27T15:59:12.6657733Z test_fn_fwgrad_bwgrad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-09-27T15:59:12.6668548Z test_fn_fwgrad_bwgrad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.7219701Z test_fn_fwgrad_bwgrad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T15:59:12.7297677Z test_fn_fwgrad_bwgrad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T15:59:12.7308829Z test_fn_fwgrad_bwgrad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.7319588Z test_fn_fwgrad_bwgrad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.7330188Z test_fn_fwgrad_bwgrad_arange_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.7341183Z test_fn_fwgrad_bwgrad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.7351872Z test_fn_fwgrad_bwgrad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.7362407Z test_fn_fwgrad_bwgrad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.7373401Z test_fn_fwgrad_bwgrad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.7384162Z test_fn_fwgrad_bwgrad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:12.7389589Z test_fn_fwgrad_bwgrad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.001s) 2022-09-27T15:59:12.7396413Z test_fn_fwgrad_bwgrad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.001s) 2022-09-27T15:59:12.7403002Z test_fn_fwgrad_bwgrad_as_strided_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Passes on complex128 and float64 only (0.001s) 2022-09-27T15:59:12.7409245Z test_fn_fwgrad_bwgrad_as_strided_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Passes on complex128 and float64 only (0.001s) 2022-09-27T15:59:12.7933924Z test_fn_fwgrad_bwgrad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T15:59:12.8031158Z test_fn_fwgrad_bwgrad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T15:59:12.8550989Z test_fn_fwgrad_bwgrad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T15:59:12.8647407Z test_fn_fwgrad_bwgrad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T15:59:13.0072352Z test_fn_fwgrad_bwgrad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.142s) 2022-09-27T15:59:13.0549709Z test_fn_fwgrad_bwgrad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T15:59:13.0640081Z test_fn_fwgrad_bwgrad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T15:59:13.1154871Z test_fn_fwgrad_bwgrad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T15:59:13.1252165Z test_fn_fwgrad_bwgrad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T15:59:13.7652846Z test_fn_fwgrad_bwgrad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.640s) 2022-09-27T15:59:13.8521353Z test_fn_fwgrad_bwgrad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T15:59:14.5020445Z test_fn_fwgrad_bwgrad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.650s) 2022-09-27T15:59:14.5911360Z test_fn_fwgrad_bwgrad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T15:59:15.2492821Z test_fn_fwgrad_bwgrad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.658s) 2022-09-27T15:59:15.3403287Z test_fn_fwgrad_bwgrad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T15:59:17.1507391Z test_fn_fwgrad_bwgrad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.810s) 2022-09-27T15:59:17.2880502Z test_fn_fwgrad_bwgrad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-09-27T15:59:17.3203513Z test_fn_fwgrad_bwgrad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T15:59:17.3270786Z test_fn_fwgrad_bwgrad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:13754: 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-09-27T15:59:17.3272234Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-09-27T15:59:17.3276402Z /opt/conda/lib/python3.10/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-09-27T15:59:17.3277054Z warnings.warn( 2022-09-27T15:59:17.3377878Z expected failure (0.017s) 2022-09-27T15:59:17.3468007Z test_fn_fwgrad_bwgrad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.009s) 2022-09-27T15:59:17.8034369Z test_fn_fwgrad_bwgrad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.456s) 2022-09-27T15:59:17.8780307Z test_fn_fwgrad_bwgrad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-09-27T15:59:17.9613208Z test_fn_fwgrad_bwgrad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-09-27T15:59:17.9761223Z test_fn_fwgrad_bwgrad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T15:59:17.9772660Z test_fn_fwgrad_bwgrad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:17.9783169Z test_fn_fwgrad_bwgrad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:18.3165465Z test_fn_fwgrad_bwgrad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.338s) 2022-09-27T15:59:18.3640992Z test_fn_fwgrad_bwgrad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T15:59:18.6365925Z test_fn_fwgrad_bwgrad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.272s) 2022-09-27T15:59:18.6835317Z test_fn_fwgrad_bwgrad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T15:59:18.6847167Z test_fn_fwgrad_bwgrad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:18.6858083Z test_fn_fwgrad_bwgrad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:18.6869158Z test_fn_fwgrad_bwgrad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:18.9431497Z test_fn_fwgrad_bwgrad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.256s) 2022-09-27T15:59:18.9876340Z test_fn_fwgrad_bwgrad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T15:59:19.4517535Z test_fn_fwgrad_bwgrad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.464s) 2022-09-27T15:59:19.5281069Z test_fn_fwgrad_bwgrad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-09-27T15:59:19.5831978Z test_fn_fwgrad_bwgrad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T15:59:19.5909661Z test_fn_fwgrad_bwgrad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T15:59:19.5942946Z test_fn_fwgrad_bwgrad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:59:19.5943756Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:59:19.9617025Z expected failure (0.370s) 2022-09-27T15:59:19.9763182Z test_fn_fwgrad_bwgrad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.015s) 2022-09-27T15:59:19.9775198Z test_fn_fwgrad_bwgrad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:19.9785971Z test_fn_fwgrad_bwgrad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:20.1464919Z test_fn_fwgrad_bwgrad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:2570: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:59:20.1465602Z L = torch.cholesky(A) 2022-09-27T15:59:20.1465876Z should be replaced with 2022-09-27T15:59:20.1466165Z L = torch.linalg.cholesky(A) 2022-09-27T15:59:20.1469284Z and 2022-09-27T15:59:20.1469684Z U = torch.cholesky(A, upper=True) 2022-09-27T15:59:20.1469985Z should be replaced with 2022-09-27T15:59:20.1470541Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:59:20.1471106Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:59:20.1471658Z return op(input + input.mH, *args, **kwargs) 2022-09-27T15:59:20.1572779Z ok (0.179s) 2022-09-27T15:59:20.1679789Z test_fn_fwgrad_bwgrad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T15:59:21.1377006Z test_fn_fwgrad_bwgrad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.969s) 2022-09-27T15:59:21.2982898Z test_fn_fwgrad_bwgrad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-09-27T15:59:22.4548603Z test_fn_fwgrad_bwgrad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.156s) 2022-09-27T15:59:22.6624108Z test_fn_fwgrad_bwgrad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.208s) 2022-09-27T15:59:23.0382103Z test_fn_fwgrad_bwgrad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.376s) 2022-09-27T15:59:23.0883503Z test_fn_fwgrad_bwgrad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-09-27T15:59:23.1781218Z test_fn_fwgrad_bwgrad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-09-27T15:59:23.3003422Z test_fn_fwgrad_bwgrad_clamp_max_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.122s) 2022-09-27T15:59:23.4234594Z test_fn_fwgrad_bwgrad_clamp_min_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-09-27T15:59:23.4966058Z test_fn_fwgrad_bwgrad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-09-27T15:59:23.5103588Z test_fn_fwgrad_bwgrad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T15:59:23.7319897Z test_fn_fwgrad_bwgrad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.222s) 2022-09-27T15:59:23.7688358Z test_fn_fwgrad_bwgrad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T15:59:25.1564924Z test_fn_fwgrad_bwgrad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.387s) 2022-09-27T15:59:25.4467062Z test_fn_fwgrad_bwgrad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.290s) 2022-09-27T15:59:25.6978775Z test_fn_fwgrad_bwgrad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.251s) 2022-09-27T15:59:25.7989411Z test_fn_fwgrad_bwgrad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-09-27T15:59:25.8151252Z test_fn_fwgrad_bwgrad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T15:59:25.8553676Z test_fn_fwgrad_bwgrad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T15:59:25.8623851Z test_fn_fwgrad_bwgrad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T15:59:27.6468908Z test_fn_fwgrad_bwgrad_constant_pad_nd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.784s) 2022-09-27T15:59:27.9689844Z test_fn_fwgrad_bwgrad_constant_pad_nd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.322s) 2022-09-27T15:59:28.0373869Z test_fn_fwgrad_bwgrad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T15:59:28.0497473Z test_fn_fwgrad_bwgrad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T15:59:28.1726740Z test_fn_fwgrad_bwgrad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-09-27T15:59:28.7015789Z test_fn_fwgrad_bwgrad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.529s) 2022-09-27T15:59:28.7928814Z test_fn_fwgrad_bwgrad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T15:59:28.9132337Z test_fn_fwgrad_bwgrad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-09-27T15:59:28.9343489Z test_fn_fwgrad_bwgrad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T15:59:29.0511297Z test_fn_fwgrad_bwgrad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-09-27T15:59:29.0715068Z test_fn_fwgrad_bwgrad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T15:59:29.0726796Z test_fn_fwgrad_bwgrad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:29.0738486Z test_fn_fwgrad_bwgrad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T15:59:29.0745366Z test_fn_fwgrad_bwgrad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Barely fails (0.001s) 2022-09-27T15:59:29.0752086Z test_fn_fwgrad_bwgrad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Barely fails (0.001s) 2022-09-27T15:59:29.3226182Z test_fn_fwgrad_bwgrad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.247s) 2022-09-27T15:59:29.3637139Z test_fn_fwgrad_bwgrad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T15:59:29.3876036Z test_fn_fwgrad_bwgrad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T15:59:29.4115697Z test_fn_fwgrad_bwgrad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T15:59:29.4123062Z 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-09-27T15:59:43.9907373Z test_fn_fwgrad_bwgrad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (14.578s) 2022-09-27T15:59:44.1580776Z test_fn_fwgrad_bwgrad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-09-27T15:59:44.1880548Z test_fn_fwgrad_bwgrad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T15:59:45.1092659Z test_fn_fwgrad_bwgrad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.921s) 2022-09-27T15:59:45.2764791Z test_fn_fwgrad_bwgrad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-09-27T15:59:45.2972533Z test_fn_fwgrad_bwgrad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T15:59:45.9582333Z test_fn_fwgrad_bwgrad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.661s) 2022-09-27T15:59:46.0688514Z test_fn_fwgrad_bwgrad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-09-27T15:59:46.6598020Z test_fn_fwgrad_bwgrad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.591s) 2022-09-27T15:59:46.7664698Z test_fn_fwgrad_bwgrad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-09-27T15:59:46.9753502Z test_fn_fwgrad_bwgrad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.209s) 2022-09-27T15:59:47.0127230Z test_fn_fwgrad_bwgrad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T15:59:47.5916012Z test_fn_fwgrad_bwgrad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.579s) 2022-09-27T15:59:47.6941754Z test_fn_fwgrad_bwgrad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T15:59:47.8947847Z test_fn_fwgrad_bwgrad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.200s) 2022-09-27T15:59:55.1057223Z test_fn_fwgrad_bwgrad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (7.211s) 2022-09-27T15:59:56.3980177Z test_fn_fwgrad_bwgrad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.292s) 2022-09-27T15:59:58.7385596Z test_fn_fwgrad_bwgrad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.340s) 2022-09-27T16:00:04.4161253Z test_fn_fwgrad_bwgrad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.677s) 2022-09-27T16:00:05.5175934Z test_fn_fwgrad_bwgrad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.101s) 2022-09-27T16:00:05.6363225Z test_fn_fwgrad_bwgrad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-09-27T16:00:06.4705219Z test_fn_fwgrad_bwgrad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.834s) 2022-09-27T16:00:06.6124682Z test_fn_fwgrad_bwgrad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.142s) 2022-09-27T16:00:06.7313081Z test_fn_fwgrad_bwgrad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-09-27T16:00:06.9011218Z test_fn_fwgrad_bwgrad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-09-27T16:00:06.9153390Z test_fn_fwgrad_bwgrad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:00:07.0853465Z test_fn_fwgrad_bwgrad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-09-27T16:00:07.1158089Z test_fn_fwgrad_bwgrad_double_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:00:07.3372854Z test_fn_fwgrad_bwgrad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.221s) 2022-09-27T16:00:07.3723895Z test_fn_fwgrad_bwgrad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:00:07.6133152Z test_fn_fwgrad_bwgrad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.241s) 2022-09-27T16:00:07.6537319Z test_fn_fwgrad_bwgrad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:00:08.5229500Z test_fn_fwgrad_bwgrad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.869s) 2022-09-27T16:00:08.6760624Z test_fn_fwgrad_bwgrad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-09-27T16:00:08.6772329Z test_fn_fwgrad_bwgrad_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:08.6783374Z test_fn_fwgrad_bwgrad_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:08.6794457Z test_fn_fwgrad_bwgrad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:08.6805769Z test_fn_fwgrad_bwgrad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:08.6816935Z test_fn_fwgrad_bwgrad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:08.6828029Z test_fn_fwgrad_bwgrad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:08.6839015Z test_fn_fwgrad_bwgrad_equal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:08.6850213Z test_fn_fwgrad_bwgrad_equal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:08.6949656Z test_fn_fwgrad_bwgrad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:00:08.9605939Z test_fn_fwgrad_bwgrad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.265s) 2022-09-27T16:00:08.9714531Z test_fn_fwgrad_bwgrad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:00:09.1941982Z test_fn_fwgrad_bwgrad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.223s) 2022-09-27T16:00:09.7524350Z test_fn_fwgrad_bwgrad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.558s) 2022-09-27T16:00:09.7722282Z test_fn_fwgrad_bwgrad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:00:09.8860196Z test_fn_fwgrad_bwgrad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-09-27T16:00:09.9070728Z test_fn_fwgrad_bwgrad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:00:10.2532022Z test_fn_fwgrad_bwgrad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.346s) 2022-09-27T16:00:10.3147060Z test_fn_fwgrad_bwgrad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-09-27T16:00:10.3235635Z test_fn_fwgrad_bwgrad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:00:10.3246468Z test_fn_fwgrad_bwgrad_eye_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:10.3257245Z test_fn_fwgrad_bwgrad_eye_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:10.6260902Z test_fn_fwgrad_bwgrad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.300s) 2022-09-27T16:00:10.7539023Z test_fn_fwgrad_bwgrad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-09-27T16:00:11.0700120Z test_fn_fwgrad_bwgrad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.316s) 2022-09-27T16:00:11.2150880Z test_fn_fwgrad_bwgrad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.145s) 2022-09-27T16:00:11.5787378Z test_fn_fwgrad_bwgrad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.364s) 2022-09-27T16:00:11.7446926Z test_fn_fwgrad_bwgrad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.166s) 2022-09-27T16:00:11.9422268Z test_fn_fwgrad_bwgrad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.197s) 2022-09-27T16:00:11.9791964Z test_fn_fwgrad_bwgrad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:00:12.3197565Z test_fn_fwgrad_bwgrad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.340s) 2022-09-27T16:00:12.3974493Z test_fn_fwgrad_bwgrad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-09-27T16:00:12.7471373Z test_fn_fwgrad_bwgrad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.350s) 2022-09-27T16:00:12.8254356Z test_fn_fwgrad_bwgrad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-09-27T16:00:13.2436297Z test_fn_fwgrad_bwgrad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.418s) 2022-09-27T16:00:13.3392727Z test_fn_fwgrad_bwgrad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-09-27T16:00:13.6274636Z test_fn_fwgrad_bwgrad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.288s) 2022-09-27T16:00:13.7593990Z test_fn_fwgrad_bwgrad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-09-27T16:00:14.0846644Z test_fn_fwgrad_bwgrad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.325s) 2022-09-27T16:00:14.2526394Z test_fn_fwgrad_bwgrad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.168s) 2022-09-27T16:00:14.6308027Z test_fn_fwgrad_bwgrad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.378s) 2022-09-27T16:00:14.8038890Z test_fn_fwgrad_bwgrad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.173s) 2022-09-27T16:00:15.0007580Z test_fn_fwgrad_bwgrad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.197s) 2022-09-27T16:00:15.0375071Z test_fn_fwgrad_bwgrad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:00:15.2091975Z test_fn_fwgrad_bwgrad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-09-27T16:00:15.3839213Z test_fn_fwgrad_bwgrad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.175s) 2022-09-27T16:00:15.5936720Z test_fn_fwgrad_bwgrad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.210s) 2022-09-27T16:00:15.8874372Z test_fn_fwgrad_bwgrad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.294s) 2022-09-27T16:00:15.9538211Z test_fn_fwgrad_bwgrad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:00:16.2870757Z test_fn_fwgrad_bwgrad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.333s) 2022-09-27T16:00:16.3624892Z test_fn_fwgrad_bwgrad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-09-27T16:00:16.7492349Z test_fn_fwgrad_bwgrad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.387s) 2022-09-27T16:00:16.8368523Z test_fn_fwgrad_bwgrad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T16:00:16.9741557Z test_fn_fwgrad_bwgrad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-09-27T16:00:17.1284645Z test_fn_fwgrad_bwgrad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.154s) 2022-09-27T16:00:17.3086762Z test_fn_fwgrad_bwgrad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-09-27T16:00:17.4261155Z test_fn_fwgrad_bwgrad_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-09-27T16:00:17.4492743Z test_fn_fwgrad_bwgrad_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:00:17.6716209Z test_fn_fwgrad_bwgrad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.222s) 2022-09-27T16:00:17.7089775Z test_fn_fwgrad_bwgrad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:00:18.0381693Z test_fn_fwgrad_bwgrad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.329s) 2022-09-27T16:00:18.0976148Z test_fn_fwgrad_bwgrad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-09-27T16:00:18.1657425Z test_fn_fwgrad_bwgrad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:00:18.1783802Z test_fn_fwgrad_bwgrad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:00:18.2463200Z test_fn_fwgrad_bwgrad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:00:18.2589531Z test_fn_fwgrad_bwgrad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:00:18.2729129Z test_fn_fwgrad_bwgrad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.014s) 2022-09-27T16:00:18.2823333Z test_fn_fwgrad_bwgrad_float_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.009s) 2022-09-27T16:00:19.7498495Z test_fn_fwgrad_bwgrad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.467s) 2022-09-27T16:00:19.9350227Z test_fn_fwgrad_bwgrad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.185s) 2022-09-27T16:00:19.9428696Z test_fn_fwgrad_bwgrad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:00:19.9440304Z test_fn_fwgrad_bwgrad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:20.0779622Z test_fn_fwgrad_bwgrad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.134s) 2022-09-27T16:00:20.2116120Z test_fn_fwgrad_bwgrad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.134s) 2022-09-27T16:00:20.3357773Z test_fn_fwgrad_bwgrad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:00:20.3533553Z test_fn_fwgrad_bwgrad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:00:20.6640269Z test_fn_fwgrad_bwgrad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.310s) 2022-09-27T16:00:20.6652247Z test_fn_fwgrad_bwgrad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:20.6662514Z test_fn_fwgrad_bwgrad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:20.8741502Z test_fn_fwgrad_bwgrad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.208s) 2022-09-27T16:00:20.9124472Z test_fn_fwgrad_bwgrad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:00:20.9135640Z test_fn_fwgrad_bwgrad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:20.9146508Z test_fn_fwgrad_bwgrad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:20.9157055Z test_fn_fwgrad_bwgrad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:23.0953817Z test_fn_fwgrad_bwgrad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.179s) 2022-09-27T16:00:23.5106415Z test_fn_fwgrad_bwgrad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.415s) 2022-09-27T16:00:23.5117973Z test_fn_fwgrad_bwgrad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:23.5255187Z test_fn_fwgrad_bwgrad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.014s) 2022-09-27T16:00:23.5345551Z test_fn_fwgrad_bwgrad_half_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.009s) 2022-09-27T16:00:23.5356271Z test_fn_fwgrad_bwgrad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:23.5366782Z test_fn_fwgrad_bwgrad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:23.7602083Z test_fn_fwgrad_bwgrad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.223s) 2022-09-27T16:00:23.7960758Z test_fn_fwgrad_bwgrad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:00:24.0266314Z test_fn_fwgrad_bwgrad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.230s) 2022-09-27T16:00:24.0642696Z test_fn_fwgrad_bwgrad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:00:24.1946256Z test_fn_fwgrad_bwgrad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-09-27T16:00:24.8897337Z test_fn_fwgrad_bwgrad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.695s) 2022-09-27T16:00:24.8908450Z test_fn_fwgrad_bwgrad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:24.8918566Z test_fn_fwgrad_bwgrad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:24.9852106Z test_fn_fwgrad_bwgrad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-09-27T16:00:25.6660234Z test_fn_fwgrad_bwgrad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.681s) 2022-09-27T16:00:25.7850507Z test_fn_fwgrad_bwgrad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-09-27T16:00:26.0157934Z test_fn_fwgrad_bwgrad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.231s) 2022-09-27T16:00:26.0566418Z test_fn_fwgrad_bwgrad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:00:26.1823325Z test_fn_fwgrad_bwgrad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.126s) 2022-09-27T16:00:26.2061786Z test_fn_fwgrad_bwgrad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:00:26.5678394Z test_fn_fwgrad_bwgrad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.362s) 2022-09-27T16:00:26.6332055Z test_fn_fwgrad_bwgrad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-09-27T16:00:26.6348778Z test_fn_fwgrad_bwgrad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:717: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:884.) 2022-09-27T16:00:26.6350194Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-09-27T16:00:26.6449171Z ok (0.012s) 2022-09-27T16:00:26.7675322Z test_fn_fwgrad_bwgrad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-09-27T16:00:26.7908617Z test_fn_fwgrad_bwgrad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:00:26.9715205Z test_fn_fwgrad_bwgrad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.181s) 2022-09-27T16:00:27.0016786Z test_fn_fwgrad_bwgrad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:00:27.0028612Z test_fn_fwgrad_bwgrad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0039853Z test_fn_fwgrad_bwgrad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0051122Z test_fn_fwgrad_bwgrad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0062166Z test_fn_fwgrad_bwgrad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0073272Z test_fn_fwgrad_bwgrad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0084451Z test_fn_fwgrad_bwgrad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0095745Z test_fn_fwgrad_bwgrad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0106781Z test_fn_fwgrad_bwgrad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0117900Z test_fn_fwgrad_bwgrad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0128980Z test_fn_fwgrad_bwgrad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0141105Z test_fn_fwgrad_bwgrad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0152524Z test_fn_fwgrad_bwgrad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0163604Z test_fn_fwgrad_bwgrad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0174891Z test_fn_fwgrad_bwgrad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:27.0185951Z test_fn_fwgrad_bwgrad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:28.7070630Z test_fn_fwgrad_bwgrad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.688s) 2022-09-27T16:00:28.7089846Z test_fn_fwgrad_bwgrad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:717: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T16:00:28.7090736Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-09-27T16:00:29.0414390Z ok (0.334s) 2022-09-27T16:00:29.0426907Z test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:29.0437823Z test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:29.0449032Z test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:29.0460810Z 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-09-27T16:00:29.0471843Z test_fn_fwgrad_bwgrad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:29.0482829Z test_fn_fwgrad_bwgrad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:29.0494156Z test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:29.0505180Z test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:29.0516216Z test_fn_fwgrad_bwgrad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:29.0527252Z test_fn_fwgrad_bwgrad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:29.1463417Z test_fn_fwgrad_bwgrad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-09-27T16:00:29.1626530Z test_fn_fwgrad_bwgrad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:00:29.2395442Z test_fn_fwgrad_bwgrad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-09-27T16:00:30.0729485Z test_fn_fwgrad_bwgrad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.833s) 2022-09-27T16:00:30.2089012Z test_fn_fwgrad_bwgrad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-09-27T16:00:30.2101232Z test_fn_fwgrad_bwgrad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:32.3491542Z test_fn_fwgrad_bwgrad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.139s) 2022-09-27T16:00:32.5963995Z test_fn_fwgrad_bwgrad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.247s) 2022-09-27T16:00:32.9512796Z test_fn_fwgrad_bwgrad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.355s) 2022-09-27T16:00:33.9632955Z test_fn_fwgrad_bwgrad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.012s) 2022-09-27T16:00:34.1453173Z test_fn_fwgrad_bwgrad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.182s) 2022-09-27T16:00:35.1039654Z test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.958s) 2022-09-27T16:00:35.2739384Z test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-09-27T16:00:36.1941841Z test_fn_fwgrad_bwgrad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.920s) 2022-09-27T16:00:36.2755925Z test_fn_fwgrad_bwgrad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-09-27T16:00:36.5268241Z test_fn_fwgrad_bwgrad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.251s) 2022-09-27T16:00:36.5690692Z test_fn_fwgrad_bwgrad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:00:37.0583777Z test_fn_fwgrad_bwgrad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.489s) 2022-09-27T16:00:37.1534115Z test_fn_fwgrad_bwgrad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:00:37.1542681Z test_fn_fwgrad_bwgrad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped, see https://github.com//issues/84192 (0.001s) 2022-09-27T16:00:37.1551429Z test_fn_fwgrad_bwgrad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped, see https://github.com//issues/84192 (0.001s) 2022-09-27T16:00:38.3127399Z test_fn_fwgrad_bwgrad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.157s) 2022-09-27T16:00:38.8509043Z test_fn_fwgrad_bwgrad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.538s) 2022-09-27T16:00:39.8209975Z test_fn_fwgrad_bwgrad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.970s) 2022-09-27T16:00:39.9828206Z test_fn_fwgrad_bwgrad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-09-27T16:00:40.5119433Z test_fn_fwgrad_bwgrad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.529s) 2022-09-27T16:00:40.7469031Z test_fn_fwgrad_bwgrad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.235s) 2022-09-27T16:00:41.1906229Z test_fn_fwgrad_bwgrad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.444s) 2022-09-27T16:00:41.2731069Z test_fn_fwgrad_bwgrad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-09-27T16:00:44.3545314Z test_fn_fwgrad_bwgrad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.081s) 2022-09-27T16:00:44.8847339Z test_fn_fwgrad_bwgrad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.530s) 2022-09-27T16:00:45.3048877Z test_fn_fwgrad_bwgrad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.420s) 2022-09-27T16:00:45.3827418Z test_fn_fwgrad_bwgrad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-09-27T16:00:45.7753565Z test_fn_fwgrad_bwgrad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.392s) 2022-09-27T16:00:45.8462216Z test_fn_fwgrad_bwgrad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:00:45.8474065Z test_fn_fwgrad_bwgrad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:45.8485464Z test_fn_fwgrad_bwgrad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:45.8496485Z 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-09-27T16:00:45.8507562Z 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-09-27T16:00:45.8518594Z test_fn_fwgrad_bwgrad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:45.8529841Z test_fn_fwgrad_bwgrad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:00:45.8536478Z test_fn_fwgrad_bwgrad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:45.8543777Z test_fn_fwgrad_bwgrad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:53.7353715Z test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (7.881s) 2022-09-27T16:00:54.5222965Z test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.787s) 2022-09-27T16:00:58.7522813Z test_fn_fwgrad_bwgrad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.230s) 2022-09-27T16:00:59.5624651Z test_fn_fwgrad_bwgrad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.810s) 2022-09-27T16:01:03.1039074Z test_fn_fwgrad_bwgrad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.541s) 2022-09-27T16:01:03.7738407Z test_fn_fwgrad_bwgrad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.670s) 2022-09-27T16:01:06.4696833Z test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.696s) 2022-09-27T16:01:07.0013780Z test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.532s) 2022-09-27T16:01:29.6244602Z test_fn_fwgrad_bwgrad_linalg_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (22.623s) 2022-09-27T16:01:33.8026182Z test_fn_fwgrad_bwgrad_linalg_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.178s) 2022-09-27T16:01:39.5257464Z test_fn_fwgrad_bwgrad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.723s) 2022-09-27T16:01:40.4507198Z test_fn_fwgrad_bwgrad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.925s) 2022-09-27T16:01:41.5314680Z test_fn_fwgrad_bwgrad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.081s) 2022-09-27T16:01:41.7306418Z test_fn_fwgrad_bwgrad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.199s) 2022-09-27T16:01:41.7317461Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:01:41.7328397Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:01:41.7339999Z test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:01:41.7351060Z 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-09-27T16:01:42.6603953Z test_fn_fwgrad_bwgrad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.925s) 2022-09-27T16:01:42.8118135Z test_fn_fwgrad_bwgrad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.151s) 2022-09-27T16:01:49.3051474Z test_fn_fwgrad_bwgrad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.493s) 2022-09-27T16:01:50.3531719Z test_fn_fwgrad_bwgrad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.048s) 2022-09-27T16:01:50.3777242Z test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.025s) 2022-09-27T16:01:50.3949700Z test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.017s) 2022-09-27T16:01:53.9189431Z test_fn_fwgrad_bwgrad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.524s) 2022-09-27T16:01:54.3604271Z test_fn_fwgrad_bwgrad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.441s) 2022-09-27T16:01:55.0169270Z test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.656s) 2022-09-27T16:01:55.1373526Z test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-09-27T16:01:55.1379706Z test_fn_fwgrad_bwgrad_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:01:55.1390995Z 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-09-27T16:01:58.5834504Z test_fn_fwgrad_bwgrad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.444s) 2022-09-27T16:01:59.1667258Z test_fn_fwgrad_bwgrad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.583s) 2022-09-27T16:01:59.9842808Z test_fn_fwgrad_bwgrad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.817s) 2022-09-27T16:02:00.1311204Z test_fn_fwgrad_bwgrad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.147s) 2022-09-27T16:02:01.7019591Z test_fn_fwgrad_bwgrad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.571s) 2022-09-27T16:02:01.9898153Z test_fn_fwgrad_bwgrad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.288s) 2022-09-27T16:02:03.4838007Z test_fn_fwgrad_bwgrad_linalg_solve_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.494s) 2022-09-27T16:02:03.7524875Z test_fn_fwgrad_bwgrad_linalg_solve_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.269s) 2022-09-27T16:02:25.9028370Z test_fn_fwgrad_bwgrad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (22.150s) 2022-09-27T16:02:29.8685380Z test_fn_fwgrad_bwgrad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.966s) 2022-09-27T16:02:29.8693243Z test_fn_fwgrad_bwgrad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:02:34.6232522Z test_fn_fwgrad_bwgrad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.754s) 2022-09-27T16:02:37.3909588Z test_fn_fwgrad_bwgrad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.768s) 2022-09-27T16:02:37.7961084Z test_fn_fwgrad_bwgrad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.405s) 2022-09-27T16:02:37.9559802Z test_fn_fwgrad_bwgrad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-09-27T16:02:37.9856957Z test_fn_fwgrad_bwgrad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:02:38.4954252Z test_fn_fwgrad_bwgrad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.510s) 2022-09-27T16:02:38.5920985Z test_fn_fwgrad_bwgrad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-09-27T16:02:39.2131234Z test_fn_fwgrad_bwgrad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.621s) 2022-09-27T16:02:39.3297715Z test_fn_fwgrad_bwgrad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-09-27T16:02:42.5130173Z test_fn_fwgrad_bwgrad_linalg_vecdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.183s) 2022-09-27T16:02:43.0181405Z test_fn_fwgrad_bwgrad_linalg_vecdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.505s) 2022-09-27T16:02:51.7202137Z test_fn_fwgrad_bwgrad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.702s) 2022-09-27T16:02:53.4515524Z test_fn_fwgrad_bwgrad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.731s) 2022-09-27T16:02:53.4526792Z test_fn_fwgrad_bwgrad_linspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:53.4538010Z test_fn_fwgrad_bwgrad_linspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:53.9196646Z test_fn_fwgrad_bwgrad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.466s) 2022-09-27T16:02:53.9404030Z test_fn_fwgrad_bwgrad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:02:53.9492021Z test_fn_fwgrad_bwgrad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:02:54.4079203Z test_fn_fwgrad_bwgrad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.458s) 2022-09-27T16:02:54.4284714Z test_fn_fwgrad_bwgrad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:02:54.5403603Z test_fn_fwgrad_bwgrad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.112s) 2022-09-27T16:02:54.5597845Z test_fn_fwgrad_bwgrad_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:02:54.6099546Z test_fn_fwgrad_bwgrad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-09-27T16:02:54.8738774Z test_fn_fwgrad_bwgrad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.264s) 2022-09-27T16:02:54.9244090Z test_fn_fwgrad_bwgrad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:02:54.9424091Z test_fn_fwgrad_bwgrad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:02:54.9588999Z test_fn_fwgrad_bwgrad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:02:54.9680008Z test_fn_fwgrad_bwgrad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:02:55.6129588Z test_fn_fwgrad_bwgrad_logdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.645s) 2022-09-27T16:02:55.7327075Z test_fn_fwgrad_bwgrad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-09-27T16:02:55.7338409Z test_fn_fwgrad_bwgrad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:55.7348754Z test_fn_fwgrad_bwgrad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:55.7359486Z test_fn_fwgrad_bwgrad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:55.7370066Z test_fn_fwgrad_bwgrad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:55.7380667Z test_fn_fwgrad_bwgrad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:55.7391080Z test_fn_fwgrad_bwgrad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:55.7401466Z test_fn_fwgrad_bwgrad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:55.7412282Z test_fn_fwgrad_bwgrad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:55.7799567Z test_fn_fwgrad_bwgrad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:02:55.7810601Z test_fn_fwgrad_bwgrad_logspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:55.7821951Z test_fn_fwgrad_bwgrad_logspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:56.9539164Z test_fn_fwgrad_bwgrad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.171s) 2022-09-27T16:02:56.9551316Z test_fn_fwgrad_bwgrad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:56.9561589Z test_fn_fwgrad_bwgrad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:56.9572289Z test_fn_fwgrad_bwgrad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:02:57.7263903Z test_fn_fwgrad_bwgrad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T16:02:57.7265581Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:02:57.7266329Z should be replaced with 2022-09-27T16:02:57.7266972Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:02:57.7267486Z and 2022-09-27T16:02:57.7269763Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:02:57.7270120Z should be replaced with 2022-09-27T16:02:57.7272125Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T16:02:57.7272674Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T16:03:00.5865218Z ok (3.629s) 2022-09-27T16:03:01.3050494Z test_fn_fwgrad_bwgrad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.718s) 2022-09-27T16:03:01.3700269Z test_fn_fwgrad_bwgrad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:717: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T16:03:01.3700987Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:03:01.3701313Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:03:01.3701601Z should be replaced with 2022-09-27T16:03:01.3702080Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T16:03:01.3706487Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-09-27T16:03:06.7085862Z ok (5.403s) 2022-09-27T16:03:07.7018021Z test_fn_fwgrad_bwgrad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.993s) 2022-09-27T16:03:09.9981969Z test_fn_fwgrad_bwgrad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.296s) 2022-09-27T16:03:10.4022346Z test_fn_fwgrad_bwgrad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.404s) 2022-09-27T16:03:10.6477105Z test_fn_fwgrad_bwgrad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.245s) 2022-09-27T16:03:10.6862308Z test_fn_fwgrad_bwgrad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:03:10.9056587Z test_fn_fwgrad_bwgrad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.219s) 2022-09-27T16:03:10.9442453Z test_fn_fwgrad_bwgrad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:03:11.4623758Z test_fn_fwgrad_bwgrad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.518s) 2022-09-27T16:03:11.5572771Z test_fn_fwgrad_bwgrad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:03:11.9286008Z test_fn_fwgrad_bwgrad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.371s) 2022-09-27T16:03:11.9970196Z test_fn_fwgrad_bwgrad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:03:12.3573067Z test_fn_fwgrad_bwgrad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.360s) 2022-09-27T16:03:12.4263141Z test_fn_fwgrad_bwgrad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:03:13.6046541Z test_fn_fwgrad_bwgrad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.178s) 2022-09-27T16:03:13.8014596Z test_fn_fwgrad_bwgrad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.197s) 2022-09-27T16:03:14.2729686Z test_fn_fwgrad_bwgrad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.471s) 2022-09-27T16:03:14.3462993Z test_fn_fwgrad_bwgrad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-09-27T16:03:14.4838654Z test_fn_fwgrad_bwgrad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-09-27T16:03:14.5034019Z test_fn_fwgrad_bwgrad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:03:14.5353374Z test_fn_fwgrad_bwgrad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:03:14.6723511Z test_fn_fwgrad_bwgrad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-09-27T16:03:15.4619515Z test_fn_fwgrad_bwgrad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.789s) 2022-09-27T16:03:15.6030001Z test_fn_fwgrad_bwgrad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.141s) 2022-09-27T16:03:15.7141190Z test_fn_fwgrad_bwgrad_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-09-27T16:03:17.2095592Z test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.495s) 2022-09-27T16:03:17.4304842Z test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.221s) 2022-09-27T16:03:18.9266447Z test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.496s) 2022-09-27T16:03:19.1475540Z test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.221s) 2022-09-27T16:03:19.2851758Z test_fn_fwgrad_bwgrad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.138s) 2022-09-27T16:03:19.3047010Z test_fn_fwgrad_bwgrad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:03:19.3366279Z test_fn_fwgrad_bwgrad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:03:19.4737527Z test_fn_fwgrad_bwgrad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-09-27T16:03:19.6388360Z test_fn_fwgrad_bwgrad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.165s) 2022-09-27T16:03:19.6537495Z test_fn_fwgrad_bwgrad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:03:19.7176807Z test_fn_fwgrad_bwgrad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-09-27T16:03:19.7972293Z test_fn_fwgrad_bwgrad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-09-27T16:03:19.8114925Z test_fn_fwgrad_bwgrad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:03:19.8301929Z test_fn_fwgrad_bwgrad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:03:20.5384313Z test_fn_fwgrad_bwgrad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.708s) 2022-09-27T16:03:20.6543489Z test_fn_fwgrad_bwgrad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-09-27T16:03:20.6554810Z test_fn_fwgrad_bwgrad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:20.7448520Z test_fn_fwgrad_bwgrad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T16:03:20.7599910Z test_fn_fwgrad_bwgrad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:03:20.8619738Z test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T16:03:20.9635406Z test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-09-27T16:03:21.0652580Z test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-09-27T16:03:21.0888005Z test_fn_fwgrad_bwgrad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:03:21.4522177Z test_fn_fwgrad_bwgrad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.363s) 2022-09-27T16:03:21.5656006Z test_fn_fwgrad_bwgrad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-09-27T16:03:22.8677191Z test_fn_fwgrad_bwgrad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.302s) 2022-09-27T16:03:23.1468913Z test_fn_fwgrad_bwgrad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.279s) 2022-09-27T16:03:23.1479650Z test_fn_fwgrad_bwgrad_narrow_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:23.1490012Z test_fn_fwgrad_bwgrad_narrow_copy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:23.5282723Z test_fn_fwgrad_bwgrad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.379s) 2022-09-27T16:03:23.5956574Z test_fn_fwgrad_bwgrad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T16:03:23.9668644Z test_fn_fwgrad_bwgrad_native_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.371s) 2022-09-27T16:03:23.9679298Z test_fn_fwgrad_bwgrad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:23.9689660Z test_fn_fwgrad_bwgrad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0104714Z test_fn_fwgrad_bwgrad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:03:24.0183576Z test_fn_fwgrad_bwgrad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:03:24.0194201Z test_fn_fwgrad_bwgrad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0205271Z test_fn_fwgrad_bwgrad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0216422Z test_fn_fwgrad_bwgrad_new_empty_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0226864Z test_fn_fwgrad_bwgrad_new_empty_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0237725Z test_fn_fwgrad_bwgrad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0248146Z test_fn_fwgrad_bwgrad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0259095Z test_fn_fwgrad_bwgrad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0269455Z test_fn_fwgrad_bwgrad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0279924Z test_fn_fwgrad_bwgrad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0290564Z test_fn_fwgrad_bwgrad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0301437Z test_fn_fwgrad_bwgrad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:03:24.0759364Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:03:24.1509102Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-09-27T16:03:24.2402114Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T16:03:24.3059784Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:03:24.4867516Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.181s) 2022-09-27T16:03:24.6392167Z test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.152s) 2022-09-27T16:03:24.7086060Z test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:03:24.7605469Z test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T16:03:24.8199390Z test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-09-27T16:03:25.3254182Z test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.505s) 2022-09-27T16:03:25.6103874Z test_fn_fwgrad_bwgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.285s) 2022-09-27T16:03:26.7630410Z test_fn_fwgrad_bwgrad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.152s) 2022-09-27T16:03:30.2171173Z test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.454s) 2022-09-27T16:03:30.7317397Z test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.514s) 2022-09-27T16:03:30.7523830Z test_fn_fwgrad_bwgrad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:03:34.2424221Z test_fn_fwgrad_bwgrad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.490s) 2022-09-27T16:03:34.4852315Z test_fn_fwgrad_bwgrad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.243s) 2022-09-27T16:03:36.5514700Z test_fn_fwgrad_bwgrad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:717: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T16:03:36.5515681Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-09-27T16:03:43.6667636Z ok (9.181s) 2022-09-27T16:03:44.4260514Z test_fn_fwgrad_bwgrad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.759s) 2022-09-27T16:03:47.6021347Z test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.176s) 2022-09-27T16:03:47.8620427Z test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.260s) 2022-09-27T16:03:48.1838760Z test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.322s) 2022-09-27T16:03:48.5167485Z test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.333s) 2022-09-27T16:03:48.8130518Z test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.296s) 2022-09-27T16:03:49.1212072Z test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.308s) 2022-09-27T16:03:49.4386797Z test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.317s) 2022-09-27T16:03:49.4587149Z test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:03:49.4601468Z test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:03:49.4602650Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:03:49.5795180Z ok (0.121s) 2022-09-27T16:03:49.7063843Z test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-09-27T16:03:49.8743181Z test_fn_fwgrad_bwgrad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.168s) 2022-09-27T16:03:49.8955098Z test_fn_fwgrad_bwgrad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:03:49.9068435Z test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:03:49.9309336Z test_fn_fwgrad_bwgrad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:03:50.0025111Z test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:03:50.4802300Z test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.478s) 2022-09-27T16:03:50.5702579Z test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-09-27T16:03:50.9391012Z test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.369s) 2022-09-27T16:03:51.4100948Z test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.471s) 2022-09-27T16:04:04.6147135Z test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (13.204s) 2022-09-27T16:04:04.6824858Z test_fn_fwgrad_bwgrad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:04:05.0279531Z test_fn_fwgrad_bwgrad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.345s) 2022-09-27T16:04:05.0443183Z test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:04:05.2269444Z test_fn_fwgrad_bwgrad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-09-27T16:04:05.2697970Z test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:04:05.2785921Z test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:04:05.3105932Z test_fn_fwgrad_bwgrad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:04:05.3548943Z test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:04:05.5437959Z test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.189s) 2022-09-27T16:04:05.5551866Z test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:04:05.8618555Z test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.306s) 2022-09-27T16:04:05.9601382Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-09-27T16:04:06.0621766Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T16:04:06.1532738Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T16:04:06.2454640Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-09-27T16:04:06.3346125Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T16:04:06.4269404Z test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-09-27T16:04:06.4642755Z test_fn_fwgrad_bwgrad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:04:06.4643520Z warnings.warn( 2022-09-27T16:04:06.7331108Z ok (0.306s) 2022-09-27T16:04:07.4225169Z test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.689s) 2022-09-27T16:04:07.5170079Z test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:04:07.6696795Z test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-09-27T16:04:07.7346837Z test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-09-27T16:04:09.5331948Z test_fn_fwgrad_bwgrad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.798s) 2022-09-27T16:04:09.8279193Z test_fn_fwgrad_bwgrad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.295s) 2022-09-27T16:04:10.0073891Z test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.179s) 2022-09-27T16:04:10.0170347Z test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:04:10.2959389Z test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.279s) 2022-09-27T16:04:17.5850948Z test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (7.289s) 2022-09-27T16:04:29.0602181Z test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (11.475s) 2022-09-27T16:04:33.6644857Z test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.604s) 2022-09-27T16:04:35.0463750Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.382s) 2022-09-27T16:04:35.2491601Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.203s) 2022-09-27T16:04:37.8785371Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.629s) 2022-09-27T16:04:38.2602865Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.382s) 2022-09-27T16:04:39.1287639Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.868s) 2022-09-27T16:04:39.2950112Z test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.166s) 2022-09-27T16:04:39.3232190Z test_fn_fwgrad_bwgrad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:04:39.4164137Z test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-09-27T16:04:39.4237326Z test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:04:39.4324054Z test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:04:39.4453363Z test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:04:39.9643127Z test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.519s) 2022-09-27T16:04:40.5933775Z test_fn_fwgrad_bwgrad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.629s) 2022-09-27T16:04:40.7121609Z test_fn_fwgrad_bwgrad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-09-27T16:04:41.2106478Z test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.498s) 2022-09-27T16:04:41.3123577Z test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T16:04:43.1832720Z test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.871s) 2022-09-27T16:04:43.5186866Z test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.335s) 2022-09-27T16:04:43.9693310Z test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.451s) 2022-09-27T16:04:44.0512125Z test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-09-27T16:04:44.5019569Z test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.451s) 2022-09-27T16:04:44.5828558Z test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-09-27T16:04:45.2350573Z test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.652s) 2022-09-27T16:04:45.3570564Z test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.122s) 2022-09-27T16:04:45.3653395Z test_fn_fwgrad_bwgrad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:04:45.4506893Z test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-09-27T16:04:45.4664510Z test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:04:45.5519895Z test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-09-27T16:04:45.5674083Z test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:04:47.2059068Z test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.638s) 2022-09-27T16:04:47.5320124Z test_fn_fwgrad_bwgrad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.326s) 2022-09-27T16:04:47.5529294Z test_fn_fwgrad_bwgrad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:04:47.5828642Z test_fn_fwgrad_bwgrad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:04:47.6126051Z test_fn_fwgrad_bwgrad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:04:47.6333724Z test_fn_fwgrad_bwgrad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:04:47.6586629Z test_fn_fwgrad_bwgrad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:04:47.7947337Z test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-09-27T16:04:47.8052470Z test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:04:47.8615454Z test_fn_fwgrad_bwgrad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:04:48.1641484Z test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.302s) 2022-09-27T16:04:48.2211067Z test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:04:48.2426365Z test_fn_fwgrad_bwgrad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:04:48.2779716Z test_fn_fwgrad_bwgrad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:04:48.4440929Z test_fn_fwgrad_bwgrad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.166s) 2022-09-27T16:04:48.4738352Z test_fn_fwgrad_bwgrad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:04:49.1004378Z test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.626s) 2022-09-27T16:04:49.1232732Z test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:04:49.1547989Z test_fn_fwgrad_bwgrad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:04:50.5587056Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.404s) 2022-09-27T16:04:50.8348591Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.276s) 2022-09-27T16:04:52.2900465Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.455s) 2022-09-27T16:04:52.5795226Z test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.289s) 2022-09-27T16:05:02.1642784Z test_fn_fwgrad_bwgrad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.585s) 2022-09-27T16:05:03.8992116Z test_fn_fwgrad_bwgrad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.735s) 2022-09-27T16:05:03.9011376Z test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:05:03.9012406Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:05:03.9312367Z ok (0.032s) 2022-09-27T16:05:03.9339548Z test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:05:03.9340673Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:05:04.0210635Z ok (0.090s) 2022-09-27T16:05:04.0223541Z test_fn_fwgrad_bwgrad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:04.0236987Z test_fn_fwgrad_bwgrad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:06.1500883Z test_fn_fwgrad_bwgrad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.126s) 2022-09-27T16:05:06.5827067Z test_fn_fwgrad_bwgrad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.432s) 2022-09-27T16:05:06.7291556Z test_fn_fwgrad_bwgrad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.146s) 2022-09-27T16:05:06.7581358Z test_fn_fwgrad_bwgrad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:05:09.2444462Z test_fn_fwgrad_bwgrad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.486s) 2022-09-27T16:05:09.7228681Z test_fn_fwgrad_bwgrad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.478s) 2022-09-27T16:05:10.4685577Z test_fn_fwgrad_bwgrad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.745s) 2022-09-27T16:05:10.5310715Z test_fn_fwgrad_bwgrad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-09-27T16:05:10.5317919Z test_fn_fwgrad_bwgrad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-09-27T16:05:10.5325683Z test_fn_fwgrad_bwgrad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-09-27T16:05:10.5338451Z test_fn_fwgrad_bwgrad_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:10.5349419Z test_fn_fwgrad_bwgrad_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:10.5360658Z test_fn_fwgrad_bwgrad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:10.5372314Z test_fn_fwgrad_bwgrad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:10.5383783Z test_fn_fwgrad_bwgrad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:10.5395100Z test_fn_fwgrad_bwgrad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:10.6312998Z test_fn_fwgrad_bwgrad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-09-27T16:05:10.6471372Z test_fn_fwgrad_bwgrad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:05:30.9435101Z test_fn_fwgrad_bwgrad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (20.296s) 2022-09-27T16:05:31.0959723Z test_fn_fwgrad_bwgrad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.152s) 2022-09-27T16:05:31.1230832Z test_fn_fwgrad_bwgrad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:05:32.3313136Z test_fn_fwgrad_bwgrad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.208s) 2022-09-27T16:05:32.4857368Z test_fn_fwgrad_bwgrad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.154s) 2022-09-27T16:05:32.8359404Z test_fn_fwgrad_bwgrad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.350s) 2022-09-27T16:05:32.9118554Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-09-27T16:05:32.9125633Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:32.9133579Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:32.9140916Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:32.9148560Z test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:33.0087471Z test_fn_fwgrad_bwgrad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:05:33.0253951Z test_fn_fwgrad_bwgrad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:05:34.1547523Z test_fn_fwgrad_bwgrad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.129s) 2022-09-27T16:05:34.3389952Z test_fn_fwgrad_bwgrad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.184s) 2022-09-27T16:05:36.3932145Z test_fn_fwgrad_bwgrad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.054s) 2022-09-27T16:05:36.7700627Z test_fn_fwgrad_bwgrad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.377s) 2022-09-27T16:05:38.4418821Z test_fn_fwgrad_bwgrad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.672s) 2022-09-27T16:05:38.7238770Z test_fn_fwgrad_bwgrad_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.282s) 2022-09-27T16:05:38.7908851Z test_fn_fwgrad_bwgrad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:717: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:05:38.7910404Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:05:38.7911089Z Q, R = torch.qr(A, some) 2022-09-27T16:05:38.7911599Z should be replaced with 2022-09-27T16:05:38.7913922Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T16:05:38.7914519Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-09-27T16:05:42.2698898Z ok (3.546s) 2022-09-27T16:05:42.8680401Z test_fn_fwgrad_bwgrad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.598s) 2022-09-27T16:05:44.1524685Z test_fn_fwgrad_bwgrad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.284s) 2022-09-27T16:05:44.1737425Z test_fn_fwgrad_bwgrad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:05:44.1750178Z test_fn_fwgrad_bwgrad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:44.1762631Z test_fn_fwgrad_bwgrad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:44.1775385Z test_fn_fwgrad_bwgrad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:44.1787768Z test_fn_fwgrad_bwgrad_randn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:44.1800223Z test_fn_fwgrad_bwgrad_randn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:44.1812877Z test_fn_fwgrad_bwgrad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:44.1825188Z test_fn_fwgrad_bwgrad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:44.2981717Z test_fn_fwgrad_bwgrad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-09-27T16:05:44.3186860Z test_fn_fwgrad_bwgrad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:05:44.4133009Z test_fn_fwgrad_bwgrad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:05:44.4302542Z test_fn_fwgrad_bwgrad_real_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:05:44.5540154Z test_fn_fwgrad_bwgrad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:05:44.5756337Z test_fn_fwgrad_bwgrad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:05:44.7002618Z test_fn_fwgrad_bwgrad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:05:44.7127004Z test_fn_fwgrad_bwgrad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:05:44.7213165Z test_fn_fwgrad_bwgrad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:05:45.6193458Z test_fn_fwgrad_bwgrad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.898s) 2022-09-27T16:05:45.7739688Z test_fn_fwgrad_bwgrad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.155s) 2022-09-27T16:05:45.9890561Z test_fn_fwgrad_bwgrad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.215s) 2022-09-27T16:05:46.0305753Z test_fn_fwgrad_bwgrad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:05:46.1808975Z test_fn_fwgrad_bwgrad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-09-27T16:05:46.2075369Z test_fn_fwgrad_bwgrad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:05:46.4665025Z test_fn_fwgrad_bwgrad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.259s) 2022-09-27T16:05:46.5113422Z test_fn_fwgrad_bwgrad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:05:46.5126065Z test_fn_fwgrad_bwgrad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:46.5138537Z test_fn_fwgrad_bwgrad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:46.5150959Z test_fn_fwgrad_bwgrad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:46.5163253Z test_fn_fwgrad_bwgrad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:46.5888119Z test_fn_fwgrad_bwgrad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-09-27T16:05:46.6014650Z test_fn_fwgrad_bwgrad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:05:46.6738948Z test_fn_fwgrad_bwgrad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-09-27T16:05:46.6865252Z test_fn_fwgrad_bwgrad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:05:47.2212382Z test_fn_fwgrad_bwgrad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.534s) 2022-09-27T16:05:47.3166064Z test_fn_fwgrad_bwgrad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:05:48.7283712Z test_fn_fwgrad_bwgrad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.412s) 2022-09-27T16:05:48.9784507Z test_fn_fwgrad_bwgrad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.250s) 2022-09-27T16:05:48.9863962Z test_fn_fwgrad_bwgrad_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:05:49.0051945Z test_fn_fwgrad_bwgrad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:05:49.0060217Z test_fn_fwgrad_bwgrad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:49.0068598Z test_fn_fwgrad_bwgrad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:49.1334128Z test_fn_fwgrad_bwgrad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.126s) 2022-09-27T16:05:49.1556894Z test_fn_fwgrad_bwgrad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:05:49.9697587Z test_fn_fwgrad_bwgrad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.814s) 2022-09-27T16:05:50.1046939Z test_fn_fwgrad_bwgrad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-09-27T16:05:50.6527095Z test_fn_fwgrad_bwgrad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.548s) 2022-09-27T16:05:50.7454079Z test_fn_fwgrad_bwgrad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-09-27T16:05:51.3586582Z test_fn_fwgrad_bwgrad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.613s) 2022-09-27T16:05:51.4639190Z test_fn_fwgrad_bwgrad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.105s) 2022-09-27T16:05:51.4688161Z test_fn_fwgrad_bwgrad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:717: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:05:51.4689273Z gradcheck_wrapper: Callable = lambda op, *args, **kwargs: op(*args, **kwargs) 2022-09-27T16:05:51.8812822Z ok (0.417s) 2022-09-27T16:05:52.2983283Z test_fn_fwgrad_bwgrad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.417s) 2022-09-27T16:05:52.7040358Z test_fn_fwgrad_bwgrad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.406s) 2022-09-27T16:05:52.9975922Z test_fn_fwgrad_bwgrad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.293s) 2022-09-27T16:05:53.2885892Z test_fn_fwgrad_bwgrad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.291s) 2022-09-27T16:05:53.2897386Z test_fn_fwgrad_bwgrad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:53.2983766Z test_fn_fwgrad_bwgrad_segment_reduce_lengths_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:05:53.3059561Z test_fn_fwgrad_bwgrad_segment_reduce_offsets_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:05:53.5071707Z test_fn_fwgrad_bwgrad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.201s) 2022-09-27T16:05:53.5431315Z test_fn_fwgrad_bwgrad_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:05:53.6125442Z test_fn_fwgrad_bwgrad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:05:53.6706944Z test_fn_fwgrad_bwgrad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:05:53.6785873Z test_fn_fwgrad_bwgrad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:05:53.6796735Z test_fn_fwgrad_bwgrad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:53.6807113Z test_fn_fwgrad_bwgrad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:56.8460716Z test_fn_fwgrad_bwgrad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.165s) 2022-09-27T16:05:56.8664722Z test_fn_fwgrad_bwgrad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:05:56.8743955Z test_fn_fwgrad_bwgrad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:05:56.8754953Z test_fn_fwgrad_bwgrad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:56.9236972Z test_fn_fwgrad_bwgrad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:05:56.9324908Z test_fn_fwgrad_bwgrad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:05:58.1258619Z test_fn_fwgrad_bwgrad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.193s) 2022-09-27T16:05:58.4270912Z test_fn_fwgrad_bwgrad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.301s) 2022-09-27T16:05:58.4748922Z test_fn_fwgrad_bwgrad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:05:58.4836710Z test_fn_fwgrad_bwgrad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:05:58.6132421Z test_fn_fwgrad_bwgrad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-09-27T16:05:58.6658325Z test_fn_fwgrad_bwgrad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T16:05:58.9395301Z test_fn_fwgrad_bwgrad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.274s) 2022-09-27T16:05:58.9918984Z test_fn_fwgrad_bwgrad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T16:05:59.2529332Z test_fn_fwgrad_bwgrad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.261s) 2022-09-27T16:05:59.2535936Z test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:59.2542730Z test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:59.2553641Z test_fn_fwgrad_bwgrad_special_airy_ai_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:59.2563929Z test_fn_fwgrad_bwgrad_special_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:59.2574869Z test_fn_fwgrad_bwgrad_special_bessel_j1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:59.2585120Z test_fn_fwgrad_bwgrad_special_bessel_y0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:59.2595282Z test_fn_fwgrad_bwgrad_special_bessel_y1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:59.2605561Z test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:59.2616189Z test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:05:59.2622412Z test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:05:59.2629085Z test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:05:59.5119367Z test_fn_fwgrad_bwgrad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.249s) 2022-09-27T16:06:01.6917304Z test_fn_fwgrad_bwgrad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.180s) 2022-09-27T16:06:01.6928730Z test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:01.6939168Z test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:02.2954132Z test_fn_fwgrad_bwgrad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.601s) 2022-09-27T16:06:02.3286413Z test_fn_fwgrad_bwgrad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:06:02.3645951Z test_fn_fwgrad_bwgrad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:06:02.3657353Z test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:02.3663774Z test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:06:02.8796013Z test_fn_fwgrad_bwgrad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.513s) 2022-09-27T16:06:02.8807323Z test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:02.8817740Z test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:02.8827957Z test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:02.8838373Z test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:02.9140559Z test_fn_fwgrad_bwgrad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:06:03.3525078Z test_fn_fwgrad_bwgrad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.438s) 2022-09-27T16:06:03.4290709Z test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-09-27T16:06:03.4301653Z test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:03.4311858Z test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:03.4318409Z test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:06:03.4325100Z test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:06:03.4332008Z test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:06:03.4337944Z test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:06:03.4348977Z test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:03.5881636Z test_fn_fwgrad_bwgrad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-09-27T16:06:03.5892719Z test_fn_fwgrad_bwgrad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:06:03.7255992Z test_fn_fwgrad_bwgrad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-09-27T16:06:03.7474453Z test_fn_fwgrad_bwgrad_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:06:04.0324275Z test_fn_fwgrad_bwgrad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.285s) 2022-09-27T16:06:04.0748719Z test_fn_fwgrad_bwgrad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:06:04.4430074Z test_fn_fwgrad_bwgrad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.368s) 2022-09-27T16:06:04.4974029Z test_fn_fwgrad_bwgrad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-09-27T16:06:04.5443220Z test_fn_fwgrad_bwgrad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:06:04.5532388Z test_fn_fwgrad_bwgrad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:06:04.6808659Z test_fn_fwgrad_bwgrad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-09-27T16:06:04.7033846Z test_fn_fwgrad_bwgrad_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:06:04.9638473Z test_fn_fwgrad_bwgrad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.260s) 2022-09-27T16:06:05.0088070Z test_fn_fwgrad_bwgrad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:06:05.7078492Z test_fn_fwgrad_bwgrad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.699s) 2022-09-27T16:06:05.8210067Z test_fn_fwgrad_bwgrad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-09-27T16:06:06.2881909Z test_fn_fwgrad_bwgrad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.467s) 2022-09-27T16:06:06.3784146Z test_fn_fwgrad_bwgrad_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-09-27T16:06:07.1710175Z test_fn_fwgrad_bwgrad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.792s) 2022-09-27T16:06:07.3138230Z test_fn_fwgrad_bwgrad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.143s) 2022-09-27T16:06:07.8568723Z test_fn_fwgrad_bwgrad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.543s) 2022-09-27T16:06:07.8584846Z test_fn_fwgrad_bwgrad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:610: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T16:06:07.8585804Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T16:06:08.0560937Z ok (0.199s) 2022-09-27T16:06:08.8716272Z test_fn_fwgrad_bwgrad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.815s) 2022-09-27T16:06:09.0072558Z test_fn_fwgrad_bwgrad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-09-27T16:06:09.7812865Z test_fn_fwgrad_bwgrad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.774s) 2022-09-27T16:06:09.9164147Z test_fn_fwgrad_bwgrad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-09-27T16:06:10.5276429Z test_fn_fwgrad_bwgrad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.611s) 2022-09-27T16:06:10.6330568Z test_fn_fwgrad_bwgrad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.105s) 2022-09-27T16:06:49.0516415Z test_fn_fwgrad_bwgrad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (38.418s) 2022-09-27T16:06:53.8244762Z test_fn_fwgrad_bwgrad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.773s) 2022-09-27T16:07:18.8472406Z test_fn_fwgrad_bwgrad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (25.023s) 2022-09-27T16:07:18.8763929Z test_fn_fwgrad_bwgrad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:2570: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:07:18.8765578Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:07:18.8766068Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:07:18.8766358Z should be replaced with 2022-09-27T16:07:18.8766789Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:07:18.8767088Z and 2022-09-27T16:07:18.8769128Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:07:18.8769789Z should be replaced with 2022-09-27T16:07:18.8770467Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T16:07:18.8770972Z return op(input + input.mH, *args, **kwargs) 2022-09-27T16:07:18.8962132Z ok (0.049s) 2022-09-27T16:07:18.9143176Z test_fn_fwgrad_bwgrad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:07:19.0288625Z test_fn_fwgrad_bwgrad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-09-27T16:07:19.0486481Z test_fn_fwgrad_bwgrad_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:07:19.2792832Z test_fn_fwgrad_bwgrad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.231s) 2022-09-27T16:07:19.3223971Z test_fn_fwgrad_bwgrad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:07:19.7034780Z test_fn_fwgrad_bwgrad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.381s) 2022-09-27T16:07:19.7722317Z test_fn_fwgrad_bwgrad_take_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:07:19.8237084Z test_fn_fwgrad_bwgrad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:07:19.8333450Z test_fn_fwgrad_bwgrad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:07:21.5794577Z test_fn_fwgrad_bwgrad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.746s) 2022-09-27T16:07:21.5881639Z test_fn_fwgrad_bwgrad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:07:22.7357571Z test_fn_fwgrad_bwgrad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.147s) 2022-09-27T16:07:22.9156621Z test_fn_fwgrad_bwgrad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-09-27T16:07:23.1151226Z test_fn_fwgrad_bwgrad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.199s) 2022-09-27T16:07:23.1498761Z test_fn_fwgrad_bwgrad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:07:24.1957331Z test_fn_fwgrad_bwgrad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.046s) 2022-09-27T16:07:24.3754350Z test_fn_fwgrad_bwgrad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-09-27T16:07:25.3684650Z test_fn_fwgrad_bwgrad_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.993s) 2022-09-27T16:07:25.5513679Z test_fn_fwgrad_bwgrad_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-09-27T16:07:25.5524423Z test_fn_fwgrad_bwgrad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:07:25.5619217Z test_fn_fwgrad_bwgrad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:07:25.6691815Z test_fn_fwgrad_bwgrad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.107s) 2022-09-27T16:07:25.7171067Z test_fn_fwgrad_bwgrad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:07:25.7265000Z test_fn_fwgrad_bwgrad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:07:26.0291494Z test_fn_fwgrad_bwgrad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.302s) 2022-09-27T16:07:26.0820400Z test_fn_fwgrad_bwgrad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:07:27.0025836Z test_fn_fwgrad_bwgrad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.920s) 2022-09-27T16:07:27.1703285Z test_fn_fwgrad_bwgrad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-09-27T16:07:28.0821563Z test_fn_fwgrad_bwgrad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.912s) 2022-09-27T16:07:28.2498115Z test_fn_fwgrad_bwgrad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-09-27T16:07:28.2861874Z test_fn_fwgrad_bwgrad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:2581: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:07:28.2862689Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:07:28.2863110Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:07:28.2863393Z should be replaced with 2022-09-27T16:07:28.2864138Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:07:28.2864689Z return op(*args[:idx], triangular_arg, *args[idx + 1 :], upper, **kwargs) 2022-09-27T16:07:28.4660466Z expected failure (0.216s) 2022-09-27T16:07:28.5902397Z test_fn_fwgrad_bwgrad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.124s) 2022-09-27T16:07:28.9005567Z test_fn_fwgrad_bwgrad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.310s) 2022-09-27T16:07:28.9553291Z test_fn_fwgrad_bwgrad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T16:07:29.2662633Z test_fn_fwgrad_bwgrad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.311s) 2022-09-27T16:07:29.3213482Z test_fn_fwgrad_bwgrad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T16:07:30.1122932Z test_fn_fwgrad_bwgrad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.791s) 2022-09-27T16:07:30.2441137Z test_fn_fwgrad_bwgrad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-09-27T16:07:30.2519764Z test_fn_fwgrad_bwgrad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:07:31.1451167Z test_fn_fwgrad_bwgrad_unbind_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.893s) 2022-09-27T16:07:31.2579034Z test_fn_fwgrad_bwgrad_unbind_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-09-27T16:07:31.6136389Z test_fn_fwgrad_bwgrad_unflatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.356s) 2022-09-27T16:07:31.6754013Z test_fn_fwgrad_bwgrad_unflatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-09-27T16:07:32.6123031Z test_fn_fwgrad_bwgrad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.937s) 2022-09-27T16:07:32.7720827Z test_fn_fwgrad_bwgrad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-09-27T16:07:32.7732311Z test_fn_fwgrad_bwgrad_uniform_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:07:32.7743099Z test_fn_fwgrad_bwgrad_uniform_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:07:32.7754227Z test_fn_fwgrad_bwgrad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:07:32.7765010Z test_fn_fwgrad_bwgrad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:07:33.1197298Z test_fn_fwgrad_bwgrad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.343s) 2022-09-27T16:07:33.1761452Z test_fn_fwgrad_bwgrad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:07:33.5846437Z test_fn_fwgrad_bwgrad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.408s) 2022-09-27T16:07:33.6613513Z test_fn_fwgrad_bwgrad_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-09-27T16:07:34.3693570Z test_fn_fwgrad_bwgrad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.708s) 2022-09-27T16:07:34.4924135Z test_fn_fwgrad_bwgrad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-09-27T16:07:34.6592024Z test_fn_fwgrad_bwgrad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-09-27T16:07:34.6736051Z test_fn_fwgrad_bwgrad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:07:34.6902342Z test_fn_fwgrad_bwgrad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:07:34.8390717Z test_fn_fwgrad_bwgrad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.149s) 2022-09-27T16:07:34.8653162Z test_fn_fwgrad_bwgrad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:07:34.8985642Z test_fn_fwgrad_bwgrad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:07:35.1561237Z test_fn_fwgrad_bwgrad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.257s) 2022-09-27T16:07:35.2006761Z test_fn_fwgrad_bwgrad_view_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:07:35.4272968Z test_fn_fwgrad_bwgrad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.227s) 2022-09-27T16:07:35.4628362Z test_fn_fwgrad_bwgrad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:07:35.6989060Z test_fn_fwgrad_bwgrad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.236s) 2022-09-27T16:07:35.7372877Z test_fn_fwgrad_bwgrad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:07:36.1368124Z test_fn_fwgrad_bwgrad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.399s) 2022-09-27T16:07:36.2073256Z test_fn_fwgrad_bwgrad_where_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-09-27T16:07:36.3520999Z test_fn_fwgrad_bwgrad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.145s) 2022-09-27T16:07:36.4703135Z test_fn_fwgrad_bwgrad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-09-27T16:07:36.4920384Z test_fn_fwgrad_bwgrad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:07:36.4931735Z test_fn_fwgrad_bwgrad_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:07:36.4942989Z test_fn_fwgrad_bwgrad_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:07:36.4954040Z test_fn_fwgrad_bwgrad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:07:36.4964957Z test_fn_fwgrad_bwgrad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:07:36.5255133Z test_fn_grad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:07:36.5325160Z test_fn_grad_H_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:07:36.5589611Z test_fn_grad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:07:36.5659665Z test_fn_grad_T_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:07:36.8460428Z test_fn_grad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.280s) 2022-09-27T16:07:36.9189219Z test_fn_grad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-09-27T16:07:37.0988545Z test_fn_grad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-09-27T16:07:37.1393411Z test_fn_grad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:07:37.3464459Z test_fn_grad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.207s) 2022-09-27T16:07:37.3930210Z test_fn_grad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:07:37.7055687Z test_fn_grad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.312s) 2022-09-27T16:07:37.7735326Z test_fn_grad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:07:37.8165923Z test_fn_grad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:07:38.0049180Z test_fn_grad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.188s) 2022-09-27T16:07:38.0469219Z test_fn_grad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:07:38.0474528Z test_fn_grad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:07:38.0480447Z test_fn_grad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:07:38.2312089Z test_fn_grad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-09-27T16:07:38.2727458Z test_fn_grad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:07:38.6497882Z test_fn_grad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.377s) 2022-09-27T16:07:39.0274384Z test_fn_grad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.377s) 2022-09-27T16:07:39.0284807Z test_fn_grad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:39.0294740Z test_fn_grad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:39.2922873Z test_fn_grad__masked_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.263s) 2022-09-27T16:07:39.3543832Z test_fn_grad__masked_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-09-27T16:07:39.5963719Z test_fn_grad__masked_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.242s) 2022-09-27T16:07:39.6529671Z test_fn_grad__masked_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:07:39.7282663Z test_fn_grad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-09-27T16:07:39.8150338Z test_fn_grad__masked_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T16:07:40.2045681Z test_fn_grad__masked_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.389s) 2022-09-27T16:07:42.1182612Z test_fn_grad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.913s) 2022-09-27T16:07:42.5314045Z test_fn_grad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.413s) 2022-09-27T16:07:42.6111352Z test_fn_grad__masked_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-09-27T16:07:44.4941989Z test_fn_grad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.883s) 2022-09-27T16:07:45.1777682Z test_fn_grad__masked_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.683s) 2022-09-27T16:07:45.3376838Z test_fn_grad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-09-27T16:07:46.9790947Z test_fn_grad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.641s) 2022-09-27T16:07:47.3752870Z test_fn_grad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.396s) 2022-09-27T16:07:47.4519528Z test_fn_grad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-09-27T16:07:47.5318415Z test_fn_grad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-09-27T16:07:50.2110567Z test_fn_grad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.679s) 2022-09-27T16:07:50.7820469Z test_fn_grad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.571s) 2022-09-27T16:07:52.1066969Z test_fn_grad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.324s) 2022-09-27T16:07:52.4049084Z test_fn_grad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.298s) 2022-09-27T16:07:54.9863474Z test_fn_grad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.581s) 2022-09-27T16:07:55.5353940Z test_fn_grad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.549s) 2022-09-27T16:07:55.5447969Z test_fn_grad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:07:55.5490617Z test_fn_grad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:07:55.5873609Z test_fn_grad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:07:55.5975744Z test_fn_grad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:07:55.6360560Z test_fn_grad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:07:55.6460428Z test_fn_grad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:07:55.8695057Z test_fn_grad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.223s) 2022-09-27T16:07:55.9191975Z test_fn_grad_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-09-27T16:07:56.3300298Z test_fn_grad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.411s) 2022-09-27T16:07:56.3720915Z test_fn_grad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:07:56.7554116Z test_fn_grad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.383s) 2022-09-27T16:07:56.8377891Z test_fn_grad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-09-27T16:07:57.2150420Z test_fn_grad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.377s) 2022-09-27T16:07:57.2950738Z test_fn_grad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-09-27T16:07:57.4535494Z test_fn_grad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:07:57.4739468Z test_fn_grad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:07:57.6290976Z test_fn_grad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.155s) 2022-09-27T16:07:57.6488195Z test_fn_grad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:07:57.8415014Z test_fn_grad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.193s) 2022-09-27T16:07:57.8820618Z test_fn_grad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:07:58.0061114Z test_fn_grad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:07:58.0329423Z test_fn_grad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:07:58.0339412Z test_fn_grad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.0348645Z test_fn_grad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.0358096Z test_fn_grad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.0367003Z test_fn_grad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.1074784Z test_fn_grad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:07:58.1781182Z test_fn_grad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:07:58.1790339Z test_fn_grad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.1898413Z test_fn_grad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:07:58.1940541Z test_fn_grad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:07:58.1949880Z test_fn_grad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.1959080Z test_fn_grad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.1968456Z test_fn_grad_arange_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.1977591Z test_fn_grad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.1986875Z test_fn_grad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.1995921Z test_fn_grad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.2005023Z test_fn_grad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.2014674Z test_fn_grad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:58.2019278Z test_fn_grad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.000s) 2022-09-27T16:07:58.2024682Z test_fn_grad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.000s) 2022-09-27T16:07:58.2178613Z test_fn_grad_as_strided_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.015s) 2022-09-27T16:07:58.2266993Z test_fn_grad_as_strided_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.009s) 2022-09-27T16:07:58.2421309Z test_fn_grad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:07:58.2465592Z test_fn_grad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:07:58.2618866Z test_fn_grad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:07:58.2662828Z test_fn_grad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:07:58.3110025Z test_fn_grad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:07:58.3261262Z test_fn_grad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:07:58.3304512Z test_fn_grad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:07:58.3458962Z test_fn_grad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:07:58.3503695Z test_fn_grad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:07:58.5542144Z test_fn_grad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.204s) 2022-09-27T16:07:58.6000642Z test_fn_grad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:07:58.8045183Z test_fn_grad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.204s) 2022-09-27T16:07:58.8507555Z test_fn_grad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:07:59.0576996Z test_fn_grad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.207s) 2022-09-27T16:07:59.1049337Z test_fn_grad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:07:59.5092702Z test_fn_grad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.404s) 2022-09-27T16:07:59.5487590Z test_fn_grad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:07:59.5633799Z test_fn_grad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:07:59.5739960Z test_fn_grad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-09-27T16:07:59.5827064Z test_fn_grad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.009s) 2022-09-27T16:07:59.6995962Z test_fn_grad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-09-27T16:07:59.7237160Z test_fn_grad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:07:59.7470512Z test_fn_grad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:07:59.7528274Z test_fn_grad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:07:59.7537879Z test_fn_grad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:59.7546934Z test_fn_grad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:59.8555291Z test_fn_grad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-09-27T16:07:59.8791117Z test_fn_grad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:07:59.9741615Z test_fn_grad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:07:59.9973487Z test_fn_grad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:07:59.9982349Z test_fn_grad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:07:59.9991926Z test_fn_grad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:00.0001461Z test_fn_grad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:00.0716626Z test_fn_grad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:08:00.0872877Z test_fn_grad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:08:00.2270936Z test_fn_grad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-09-27T16:08:00.2577667Z test_fn_grad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:08:01.4969471Z test_fn_grad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.239s) 2022-09-27T16:08:01.5014348Z test_fn_grad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:08:02.9216903Z test_fn_grad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (1.420s) 2022-09-27T16:08:02.9325945Z test_fn_grad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-09-27T16:08:02.9335224Z test_fn_grad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:02.9344444Z test_fn_grad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:03.1879946Z test_fn_grad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.253s) 2022-09-27T16:08:03.2497776Z test_fn_grad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-09-27T16:08:03.4938490Z test_fn_grad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.244s) 2022-09-27T16:08:03.5516396Z test_fn_grad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:08:03.8547816Z test_fn_grad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.303s) 2022-09-27T16:08:03.9223240Z test_fn_grad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T16:08:04.0492240Z test_fn_grad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-09-27T16:08:04.0841840Z test_fn_grad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:08:04.1143320Z test_fn_grad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:08:04.1597286Z test_fn_grad_clamp_max_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:08:04.2052602Z test_fn_grad_clamp_min_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:08:04.2317955Z test_fn_grad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:08:04.2387474Z test_fn_grad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:08:04.3048398Z test_fn_grad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:08:04.3193506Z test_fn_grad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:08:04.7567953Z test_fn_grad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.437s) 2022-09-27T16:08:04.8588190Z test_fn_grad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T16:08:04.9283923Z test_fn_grad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-09-27T16:08:04.9643427Z test_fn_grad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:08:04.9732526Z test_fn_grad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:08:04.9877138Z test_fn_grad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:08:04.9916633Z test_fn_grad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:08:05.6128777Z test_fn_grad_constant_pad_nd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.621s) 2022-09-27T16:08:05.7648802Z test_fn_grad_constant_pad_nd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.152s) 2022-09-27T16:08:05.7903173Z test_fn_grad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:08:05.7970187Z test_fn_grad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:08:05.8412250Z test_fn_grad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:08:05.9697705Z test_fn_grad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-09-27T16:08:05.9980411Z test_fn_grad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:08:06.0355481Z test_fn_grad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:08:06.0453697Z test_fn_grad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:08:06.0822474Z test_fn_grad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:08:06.0918658Z test_fn_grad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:08:06.0928704Z test_fn_grad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:06.0937981Z test_fn_grad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:06.1225847Z test_fn_grad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/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-09-27T16:08:06.1226807Z warnings.warn( 2022-09-27T16:08:06.1542894Z expected failure (0.060s) 2022-09-27T16:08:06.1676357Z test_fn_grad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/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-09-27T16:08:06.1677019Z warnings.warn( 2022-09-27T16:08:06.1850262Z expected failure (0.031s) 2022-09-27T16:08:06.2535478Z test_fn_grad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:08:06.2689750Z test_fn_grad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:08:06.2805083Z test_fn_grad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:08:06.2919966Z test_fn_grad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:08:14.2591702Z test_fn_grad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (7.967s) 2022-09-27T16:08:15.6976694Z test_fn_grad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.438s) 2022-09-27T16:08:15.7557162Z test_fn_grad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:08:15.7702557Z test_fn_grad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:08:16.0014079Z test_fn_grad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.231s) 2022-09-27T16:08:16.0556737Z test_fn_grad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-09-27T16:08:16.0655099Z test_fn_grad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:08:16.2823808Z test_fn_grad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.217s) 2022-09-27T16:08:16.3346291Z test_fn_grad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T16:08:16.5402678Z test_fn_grad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.206s) 2022-09-27T16:08:16.5891674Z test_fn_grad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-09-27T16:08:16.6608060Z test_fn_grad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-09-27T16:08:16.6785646Z test_fn_grad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:08:16.8776815Z test_fn_grad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.199s) 2022-09-27T16:08:16.9273710Z test_fn_grad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-09-27T16:08:17.0030746Z test_fn_grad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-09-27T16:08:18.7356437Z test_fn_grad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.732s) 2022-09-27T16:08:19.1276147Z test_fn_grad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.392s) 2022-09-27T16:08:19.1375716Z test_fn_grad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:08:19.8806705Z test_fn_grad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.743s) 2022-09-27T16:08:20.1675229Z test_fn_grad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.287s) 2022-09-27T16:08:20.2141873Z test_fn_grad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:08:20.4156292Z test_fn_grad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.201s) 2022-09-27T16:08:20.4624217Z test_fn_grad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:08:20.5086983Z test_fn_grad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:08:20.5540922Z test_fn_grad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:08:20.5598240Z test_fn_grad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:08:20.5999908Z test_fn_grad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:08:20.6158288Z test_fn_grad_double_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:08:20.6855733Z test_fn_grad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-09-27T16:08:20.7043338Z test_fn_grad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:08:20.7654897Z test_fn_grad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-09-27T16:08:20.7788715Z test_fn_grad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:08:21.0195093Z test_fn_grad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.240s) 2022-09-27T16:08:21.0725969Z test_fn_grad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:08:21.0736312Z test_fn_grad_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:21.0746345Z test_fn_grad_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:21.0756314Z test_fn_grad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:21.0766317Z test_fn_grad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:21.0776833Z test_fn_grad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:21.0787222Z test_fn_grad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:21.0797236Z test_fn_grad_equal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:21.0806799Z test_fn_grad_equal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:21.0852851Z test_fn_grad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:08:21.0955744Z test_fn_grad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:08:21.1001864Z test_fn_grad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:08:21.1100691Z test_fn_grad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:08:21.1469191Z test_fn_grad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:08:21.1566103Z test_fn_grad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:08:21.1976414Z test_fn_grad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:08:21.2085121Z test_fn_grad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:08:21.3275777Z test_fn_grad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-09-27T16:08:21.3574932Z test_fn_grad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:08:21.3619458Z test_fn_grad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:08:21.3629406Z test_fn_grad_eye_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:21.3639430Z test_fn_grad_eye_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:21.4591414Z test_fn_grad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:08:21.4989825Z test_fn_grad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:08:21.6064937Z test_fn_grad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.107s) 2022-09-27T16:08:21.6511826Z test_fn_grad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:08:21.7750956Z test_fn_grad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:08:21.8262292Z test_fn_grad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:08:21.8952713Z test_fn_grad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:08:21.9127697Z test_fn_grad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:08:21.9825187Z test_fn_grad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-09-27T16:08:22.0126739Z test_fn_grad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:08:22.0837294Z test_fn_grad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:08:22.1147456Z test_fn_grad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:08:22.2004084Z test_fn_grad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-09-27T16:08:22.2377243Z test_fn_grad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:08:22.3349344Z test_fn_grad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-09-27T16:08:22.3750306Z test_fn_grad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:08:22.4854450Z test_fn_grad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.110s) 2022-09-27T16:08:22.5347587Z test_fn_grad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-09-27T16:08:22.6627810Z test_fn_grad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-09-27T16:08:22.7155240Z test_fn_grad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:08:22.7843906Z test_fn_grad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:08:22.8018631Z test_fn_grad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:08:22.8407590Z test_fn_grad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:08:22.8816876Z test_fn_grad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:08:22.9302912Z test_fn_grad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:08:22.9923710Z test_fn_grad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-09-27T16:08:23.0190504Z test_fn_grad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:08:23.0890765Z test_fn_grad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-09-27T16:08:23.1194613Z test_fn_grad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:08:23.2003749Z test_fn_grad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-09-27T16:08:23.2353387Z test_fn_grad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:08:23.2684102Z test_fn_grad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:08:23.3059745Z test_fn_grad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:08:23.3492116Z test_fn_grad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:08:23.3876631Z test_fn_grad_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:08:23.3977575Z test_fn_grad_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:08:23.4757774Z test_fn_grad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-09-27T16:08:23.4945435Z test_fn_grad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:08:23.6092383Z test_fn_grad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-09-27T16:08:23.6390178Z test_fn_grad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:08:23.6630803Z test_fn_grad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:08:23.6697485Z test_fn_grad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:08:23.6935636Z test_fn_grad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:08:23.7001880Z test_fn_grad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:08:23.7112705Z test_fn_grad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-09-27T16:08:23.7197790Z test_fn_grad_float_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.008s) 2022-09-27T16:08:23.9405249Z test_fn_grad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.221s) 2022-09-27T16:08:23.9915642Z test_fn_grad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:08:23.9959097Z test_fn_grad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:08:23.9969188Z test_fn_grad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:24.0449042Z test_fn_grad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:08:24.0928404Z test_fn_grad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:08:24.1385161Z test_fn_grad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:08:24.1478309Z test_fn_grad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:08:24.1580214Z test_fn_grad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:08:24.1590444Z test_fn_grad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:24.1600204Z test_fn_grad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:24.2323614Z test_fn_grad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-09-27T16:08:24.2511921Z test_fn_grad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:08:24.2521977Z test_fn_grad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:24.2532387Z test_fn_grad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:24.2542373Z test_fn_grad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:24.6635375Z test_fn_grad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.409s) 2022-09-27T16:08:24.7738355Z test_fn_grad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.110s) 2022-09-27T16:08:24.7750091Z test_fn_grad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:24.7857913Z test_fn_grad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-09-27T16:08:24.7943877Z test_fn_grad_half_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.008s) 2022-09-27T16:08:24.7954069Z test_fn_grad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:24.7963954Z test_fn_grad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:24.8652589Z test_fn_grad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:08:24.8838308Z test_fn_grad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:08:24.9421058Z test_fn_grad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:08:24.9547988Z test_fn_grad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:08:24.9984597Z test_fn_grad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:08:25.0092173Z test_fn_grad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:08:25.0102250Z test_fn_grad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.0112330Z test_fn_grad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.0338061Z test_fn_grad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:08:25.2346778Z test_fn_grad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.201s) 2022-09-27T16:08:25.2798733Z test_fn_grad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:08:25.3481666Z test_fn_grad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:08:25.3643961Z test_fn_grad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:08:25.4095742Z test_fn_grad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:08:25.4215245Z test_fn_grad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:08:25.5270327Z test_fn_grad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.105s) 2022-09-27T16:08:25.5504452Z test_fn_grad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:08:25.7563476Z test_fn_grad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.206s) 2022-09-27T16:08:25.7995133Z test_fn_grad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:08:25.8107581Z test_fn_grad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:08:25.8586648Z test_fn_grad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:08:25.8696970Z test_fn_grad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:08:25.8707123Z test_fn_grad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8717001Z test_fn_grad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8726798Z test_fn_grad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8736995Z test_fn_grad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8746830Z test_fn_grad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8756692Z test_fn_grad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8766514Z test_fn_grad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8776545Z test_fn_grad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8786378Z test_fn_grad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8796187Z test_fn_grad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8806131Z test_fn_grad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8816184Z test_fn_grad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8826205Z test_fn_grad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8835836Z test_fn_grad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:25.8845684Z test_fn_grad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:28.7479950Z test_fn_grad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (2.863s) 2022-09-27T16:08:31.4649688Z test_fn_grad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (2.717s) 2022-09-27T16:08:31.4660278Z test_fn_grad_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:31.4670392Z test_fn_grad_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:31.4680610Z test_fn_grad_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:31.4690858Z test_fn_grad_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:31.4701209Z test_fn_grad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:31.4711671Z test_fn_grad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:31.4721768Z test_fn_grad_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:31.4732195Z test_fn_grad_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:31.4742483Z test_fn_grad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:31.4753108Z test_fn_grad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:31.5005881Z test_fn_grad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:08:31.5068170Z test_fn_grad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:08:31.5429003Z test_fn_grad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:08:31.7542182Z test_fn_grad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.211s) 2022-09-27T16:08:31.8003768Z test_fn_grad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:08:31.8014091Z test_fn_grad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:32.3409628Z test_fn_grad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.539s) 2022-09-27T16:08:32.4190932Z test_fn_grad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-09-27T16:08:32.4287435Z test_fn_grad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:08:32.6964476Z test_fn_grad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-09-27T16:08:32.7605373Z test_fn_grad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-09-27T16:08:33.0195112Z test_fn_grad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.259s) 2022-09-27T16:08:33.0815140Z test_fn_grad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-09-27T16:08:33.2688393Z test_fn_grad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-09-27T16:08:33.2970895Z test_fn_grad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:08:33.3650290Z test_fn_grad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:08:33.3804181Z test_fn_grad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:08:33.5437120Z test_fn_grad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.163s) 2022-09-27T16:08:33.5837714Z test_fn_grad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:08:34.2509261Z test_fn_grad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.667s) 2022-09-27T16:08:34.4241832Z test_fn_grad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.173s) 2022-09-27T16:08:34.6863696Z test_fn_grad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.262s) 2022-09-27T16:08:34.7863018Z test_fn_grad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.100s) 2022-09-27T16:08:34.9430805Z test_fn_grad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-09-27T16:08:34.9913085Z test_fn_grad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:08:35.1506623Z test_fn_grad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.159s) 2022-09-27T16:08:35.2039165Z test_fn_grad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:08:35.2985218Z test_fn_grad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:08:35.3269041Z test_fn_grad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:08:35.6002026Z test_fn_grad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.273s) 2022-09-27T16:08:35.6555546Z test_fn_grad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T16:08:35.8033539Z test_fn_grad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.148s) 2022-09-27T16:08:35.8366792Z test_fn_grad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:08:35.9804790Z test_fn_grad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.144s) 2022-09-27T16:08:36.0127162Z test_fn_grad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:08:36.0137047Z test_fn_grad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:36.0146288Z test_fn_grad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:36.0155628Z test_fn_grad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:36.0164999Z test_fn_grad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:36.0174492Z test_fn_grad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:36.0184142Z test_fn_grad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:36.0188767Z test_fn_grad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:08:36.0195063Z test_fn_grad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:08:37.4426269Z test_fn_grad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.423s) 2022-09-27T16:08:37.6441117Z test_fn_grad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.201s) 2022-09-27T16:08:38.7528172Z test_fn_grad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.109s) 2022-09-27T16:08:39.0583027Z test_fn_grad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.305s) 2022-09-27T16:08:40.5436464Z test_fn_grad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.485s) 2022-09-27T16:08:40.8438996Z test_fn_grad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.300s) 2022-09-27T16:08:41.5580157Z test_fn_grad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.714s) 2022-09-27T16:08:41.7371153Z test_fn_grad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.179s) 2022-09-27T16:08:46.8337298Z test_fn_grad_linalg_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.097s) 2022-09-27T16:08:48.1025263Z test_fn_grad_linalg_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.269s) 2022-09-27T16:08:49.2195657Z test_fn_grad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.117s) 2022-09-27T16:08:49.5238120Z test_fn_grad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.304s) 2022-09-27T16:08:49.7923280Z test_fn_grad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-09-27T16:08:49.8501992Z test_fn_grad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:08:49.8512640Z test_fn_grad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:49.8524195Z test_fn_grad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:49.8535542Z test_fn_grad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:49.8546741Z test_fn_grad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:08:50.0346838Z test_fn_grad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-09-27T16:08:50.0688188Z test_fn_grad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:08:51.2941453Z test_fn_grad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.225s) 2022-09-27T16:08:51.6757558Z test_fn_grad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.381s) 2022-09-27T16:08:51.9571809Z test_fn_grad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.281s) 2022-09-27T16:08:52.1235300Z test_fn_grad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.166s) 2022-09-27T16:08:53.1946737Z test_fn_grad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.071s) 2022-09-27T16:08:53.3014772Z test_fn_grad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.107s) 2022-09-27T16:08:53.4686304Z test_fn_grad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-09-27T16:08:53.5002820Z test_fn_grad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:08:53.5014628Z 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-09-27T16:08:53.5025998Z 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-09-27T16:08:54.4721722Z test_fn_grad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.969s) 2022-09-27T16:08:54.7293415Z test_fn_grad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.257s) 2022-09-27T16:08:54.9832799Z test_fn_grad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.254s) 2022-09-27T16:08:55.0462665Z test_fn_grad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-09-27T16:08:55.4655041Z test_fn_grad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.419s) 2022-09-27T16:08:55.5577875Z test_fn_grad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-09-27T16:08:55.9673002Z test_fn_grad_linalg_solve_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.409s) 2022-09-27T16:08:56.0570085Z test_fn_grad_linalg_solve_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-09-27T16:09:02.1629940Z test_fn_grad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.106s) 2022-09-27T16:09:03.6337978Z test_fn_grad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.471s) 2022-09-27T16:09:10.4664011Z test_fn_grad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.832s) 2022-09-27T16:09:11.6555571Z test_fn_grad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.189s) 2022-09-27T16:09:12.1525602Z test_fn_grad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.497s) 2022-09-27T16:09:12.2874904Z test_fn_grad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-09-27T16:09:12.3560532Z test_fn_grad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:09:12.3707836Z test_fn_grad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:09:12.5014312Z test_fn_grad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-09-27T16:09:12.5298652Z test_fn_grad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:09:12.7112125Z test_fn_grad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.181s) 2022-09-27T16:09:12.7565147Z test_fn_grad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:09:13.6403942Z test_fn_grad_linalg_vecdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.884s) 2022-09-27T16:09:13.8258533Z test_fn_grad_linalg_vecdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.185s) 2022-09-27T16:09:15.3774054Z test_fn_grad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.551s) 2022-09-27T16:09:16.0155557Z test_fn_grad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.638s) 2022-09-27T16:09:16.0166157Z test_fn_grad_linspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.0176148Z test_fn_grad_linspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.0551140Z test_fn_grad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:09:16.0649392Z test_fn_grad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:09:16.0693714Z test_fn_grad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:09:16.1066861Z test_fn_grad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:09:16.1165499Z test_fn_grad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:09:16.1532440Z test_fn_grad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:09:16.1628869Z test_fn_grad_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:09:16.1832926Z test_fn_grad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:09:16.2359746Z test_fn_grad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:09:16.2564681Z test_fn_grad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:09:16.2626977Z test_fn_grad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:09:16.2686676Z test_fn_grad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:09:16.2955344Z test_fn_grad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:09:16.4774856Z test_fn_grad_logdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.182s) 2022-09-27T16:09:16.5219938Z test_fn_grad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:09:16.5229786Z test_fn_grad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.5239532Z test_fn_grad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.5249393Z test_fn_grad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.5259330Z test_fn_grad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.5269093Z test_fn_grad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.5278854Z test_fn_grad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.5288737Z test_fn_grad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.5298993Z test_fn_grad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.5438648Z test_fn_grad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:09:16.5448519Z test_fn_grad_logspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.5458663Z test_fn_grad_logspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.7654796Z test_fn_grad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.219s) 2022-09-27T16:09:16.7664540Z test_fn_grad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.7674170Z test_fn_grad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:16.7683981Z test_fn_grad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:18.2683757Z test_fn_grad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.500s) 2022-09-27T16:09:18.5726415Z test_fn_grad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.304s) 2022-09-27T16:09:19.8354331Z test_fn_grad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.263s) 2022-09-27T16:09:20.1535176Z test_fn_grad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.318s) 2022-09-27T16:09:20.9413149Z test_fn_grad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.788s) 2022-09-27T16:09:21.1466988Z test_fn_grad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.205s) 2022-09-27T16:09:21.2323043Z test_fn_grad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-09-27T16:09:21.2519471Z test_fn_grad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:09:21.3308261Z test_fn_grad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-09-27T16:09:21.3502940Z test_fn_grad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:09:21.5116638Z test_fn_grad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.161s) 2022-09-27T16:09:21.5507990Z test_fn_grad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:09:21.6537890Z test_fn_grad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-09-27T16:09:21.6786229Z test_fn_grad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:09:21.7972265Z test_fn_grad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-09-27T16:09:21.8259597Z test_fn_grad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:09:22.1432999Z test_fn_grad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.317s) 2022-09-27T16:09:22.2116834Z test_fn_grad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:09:22.3108365Z test_fn_grad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-09-27T16:09:22.3270033Z test_fn_grad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:09:22.3749926Z test_fn_grad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:09:22.3835799Z test_fn_grad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:09:22.3988248Z test_fn_grad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:09:22.4468379Z test_fn_grad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:09:22.7142480Z test_fn_grad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.267s) 2022-09-27T16:09:22.7787944Z test_fn_grad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-09-27T16:09:22.8268232Z test_fn_grad_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:09:23.2896027Z test_fn_grad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.463s) 2022-09-27T16:09:23.3961088Z test_fn_grad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-09-27T16:09:23.8602512Z test_fn_grad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.464s) 2022-09-27T16:09:23.9659921Z test_fn_grad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-09-27T16:09:24.0137184Z test_fn_grad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:09:24.0222728Z test_fn_grad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:09:24.0374565Z test_fn_grad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:09:24.0849644Z test_fn_grad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:09:24.1304633Z test_fn_grad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:09:24.1362463Z test_fn_grad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:09:24.1642511Z test_fn_grad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:09:24.1927916Z test_fn_grad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:09:24.2002044Z test_fn_grad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:09:24.2089304Z test_fn_grad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:09:24.3993666Z test_fn_grad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.190s) 2022-09-27T16:09:24.4416850Z test_fn_grad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:09:24.4426567Z test_fn_grad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:24.4670419Z test_fn_grad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:09:24.4730607Z test_fn_grad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:09:24.5116884Z test_fn_grad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:09:24.5501297Z test_fn_grad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:09:24.5885847Z test_fn_grad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:09:24.5990313Z test_fn_grad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:09:24.7309252Z test_fn_grad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-09-27T16:09:24.7798337Z test_fn_grad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-09-27T16:09:25.1808077Z test_fn_grad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.401s) 2022-09-27T16:09:25.2972176Z test_fn_grad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-09-27T16:09:25.2981763Z test_fn_grad_narrow_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.2991535Z test_fn_grad_narrow_copy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.4278181Z test_fn_grad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-09-27T16:09:25.4604618Z test_fn_grad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:09:25.5575605Z test_fn_grad_native_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-09-27T16:09:25.5585986Z test_fn_grad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5595607Z test_fn_grad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5740638Z test_fn_grad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:09:25.5783210Z test_fn_grad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:09:25.5793160Z test_fn_grad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5802934Z test_fn_grad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5813115Z test_fn_grad_new_empty_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5822846Z test_fn_grad_new_empty_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5832583Z test_fn_grad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5842454Z test_fn_grad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5852395Z test_fn_grad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5862008Z test_fn_grad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5871843Z test_fn_grad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5881642Z test_fn_grad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.5891844Z test_fn_grad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:09:25.6103860Z test_fn_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:09:25.6449836Z test_fn_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:09:25.6866197Z test_fn_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:09:25.7163944Z test_fn_grad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:09:25.7993123Z test_fn_grad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-09-27T16:09:25.8698930Z test_fn_grad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-09-27T16:09:25.9013337Z test_fn_grad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:09:25.9254784Z test_fn_grad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:09:25.9535262Z test_fn_grad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:09:26.0225773Z test_fn_grad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:09:26.0914266Z test_fn_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:09:26.3047329Z test_fn_grad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.213s) 2022-09-27T16:09:26.6211808Z test_fn_grad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.316s) 2022-09-27T16:09:26.7725347Z test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.151s) 2022-09-27T16:09:26.7823771Z test_fn_grad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:09:27.3911901Z test_fn_grad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.609s) 2022-09-27T16:09:27.4604217Z test_fn_grad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:09:29.3181435Z test_fn_grad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.857s) 2022-09-27T16:09:29.5303417Z test_fn_grad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.212s) 2022-09-27T16:09:30.1719674Z test_fn_grad_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.641s) 2022-09-27T16:09:30.2437066Z test_fn_grad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-09-27T16:09:30.3313993Z test_fn_grad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-09-27T16:09:30.4132054Z test_fn_grad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-09-27T16:09:30.4815720Z test_fn_grad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:09:30.5539385Z test_fn_grad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-09-27T16:09:30.6509492Z test_fn_grad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-09-27T16:09:50.7823994Z test_fn_grad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (20.131s) 2022-09-27T16:09:50.7838547Z test_fn_grad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:09:50.7840026Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:09:50.7869975Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:09:50.7871009Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:09:50.7906024Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:09:50.7907048Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:09:50.7946451Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:09:50.7947497Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:09:50.7982777Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:09:50.7983814Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:09:50.8021551Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:09:50.8022583Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:09:50.8057591Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:09:50.8058781Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:09:50.8315787Z ok (0.049s) 2022-09-27T16:09:50.8820592Z test_fn_grad_nn_functional_dropout3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-09-27T16:09:50.9499678Z test_fn_grad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:09:50.9598094Z test_fn_grad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:09:51.1112496Z test_fn_grad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.151s) 2022-09-27T16:09:51.1225869Z test_fn_grad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:09:51.1505127Z test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:09:51.3170711Z test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.166s) 2022-09-27T16:09:51.3542521Z test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:09:51.4975926Z test_fn_grad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.143s) 2022-09-27T16:09:51.4985365Z 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 CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:09:54.5434497Z test_fn_grad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.045s) 2022-09-27T16:09:54.5701580Z test_fn_grad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:09:54.7157421Z test_fn_grad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.146s) 2022-09-27T16:09:54.8651352Z test_fn_grad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.149s) 2022-09-27T16:09:54.8957398Z test_fn_grad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:09:54.9152940Z test_fn_grad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:09:54.9251316Z test_fn_grad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:09:54.9391259Z test_fn_grad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:09:54.9589221Z test_fn_grad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:09:55.0268667Z test_fn_grad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:09:55.0736400Z test_fn_grad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:09:55.1406198Z test_fn_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T16:09:55.1837825Z test_fn_grad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:09:55.2296824Z test_fn_grad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:09:55.2707657Z test_fn_grad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:09:55.3122928Z test_fn_grad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:09:55.3528670Z test_fn_grad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:09:55.3950297Z test_fn_grad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:09:55.4076338Z test_fn_grad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:09:55.4077092Z warnings.warn( 2022-09-27T16:09:55.4126486Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:09:55.4127159Z warnings.warn( 2022-09-27T16:09:55.4190115Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:09:55.4190770Z warnings.warn( 2022-09-27T16:09:55.4542696Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:09:55.4543355Z warnings.warn( 2022-09-27T16:09:55.4592368Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:09:55.4593044Z warnings.warn( 2022-09-27T16:09:55.4655650Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:09:55.4656296Z warnings.warn( 2022-09-27T16:09:55.4897858Z ok (0.095s) 2022-09-27T16:09:55.5993929Z test_fn_grad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-09-27T16:09:55.6314341Z test_fn_grad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:09:55.6660654Z test_fn_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:09:55.6957025Z test_fn_grad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:09:56.1171246Z test_fn_grad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.421s) 2022-09-27T16:09:56.2051381Z test_fn_grad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-09-27T16:09:56.2627950Z test_fn_grad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:09:56.2726854Z test_fn_grad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:09:56.3785592Z test_fn_grad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-09-27T16:09:59.5163467Z test_fn_grad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.138s) 2022-09-27T16:10:04.5945484Z test_fn_grad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (5.078s) 2022-09-27T16:10:06.6698848Z test_fn_grad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.075s) 2022-09-27T16:10:06.6703612Z test_fn_grad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:10:06.8257834Z test_fn_grad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.155s) 2022-09-27T16:10:06.8263759Z test_fn_grad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:10:07.1034750Z test_fn_grad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.277s) 2022-09-27T16:10:07.1042153Z test_fn_grad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:10:07.2235368Z test_fn_grad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-09-27T16:10:07.2333925Z test_fn_grad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:07.2644702Z test_fn_grad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:10:07.2703878Z test_fn_grad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2704999Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2720415Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2721428Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2725247Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2726233Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2756122Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2757096Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2761234Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2762382Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2777668Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2778660Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2793851Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2794834Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2799107Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2800095Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2815719Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2816691Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2831925Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2832903Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2837074Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:10:07.2838056Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:10:07.2841530Z ok (0.020s) 2022-09-27T16:10:07.2953723Z test_fn_grad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:10:07.3186436Z test_fn_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:10:07.5284533Z test_fn_grad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.210s) 2022-09-27T16:10:07.6866377Z test_fn_grad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:10:07.7265972Z test_fn_grad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:10:07.8408632Z test_fn_grad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-09-27T16:10:07.8673201Z test_fn_grad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:10:08.4899293Z test_fn_grad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.622s) 2022-09-27T16:10:08.6434001Z test_fn_grad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-09-27T16:10:08.7946052Z test_fn_grad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.151s) 2022-09-27T16:10:08.8324139Z test_fn_grad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:10:08.9835419Z test_fn_grad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.151s) 2022-09-27T16:10:09.0214415Z test_fn_grad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:10:09.1202114Z test_fn_grad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-09-27T16:10:09.1580716Z test_fn_grad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:10:09.1892494Z test_fn_grad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:10:09.2185694Z test_fn_grad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:10:09.2262238Z test_fn_grad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:10:09.2554414Z test_fn_grad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:10:09.2630983Z test_fn_grad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:10:09.7333855Z test_fn_grad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.470s) 2022-09-27T16:10:09.8422993Z test_fn_grad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-09-27T16:10:09.8522033Z test_fn_grad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:09.8660400Z test_fn_grad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:10:09.8782031Z test_fn_grad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:10:09.8879803Z test_fn_grad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:09.8978101Z test_fn_grad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:09.9391524Z test_fn_grad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:10:09.9642440Z test_fn_grad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:10:09.9862776Z test_fn_grad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:10:10.0426506Z test_fn_grad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:10:10.0647446Z test_fn_grad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:10:10.0747392Z test_fn_grad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:10.0910874Z test_fn_grad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:10:10.1359457Z test_fn_grad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:10:10.1472662Z test_fn_grad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:10:10.5236655Z test_fn_grad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.376s) 2022-09-27T16:10:10.5342836Z test_fn_grad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:10:10.5490457Z test_fn_grad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:10:10.7208086Z test_fn_grad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-09-27T16:10:10.7850992Z test_fn_grad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-09-27T16:10:10.9677687Z test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-09-27T16:10:11.0354976Z test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:10:14.1941652Z test_fn_grad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.158s) 2022-09-27T16:10:14.9596451Z test_fn_grad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.765s) 2022-09-27T16:10:14.9613637Z test_fn_grad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9614676Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9644045Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9644984Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9677406Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9678026Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9710527Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9711169Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9744699Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9745623Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9748232Z ok (0.015s) 2022-09-27T16:10:14.9772778Z test_fn_grad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9773511Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9802204Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9802843Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9834457Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9835091Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9866725Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9867355Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9899576Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9900215Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9931861Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9932941Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9964309Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9965207Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:14.9997092Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:14.9997983Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:15.0030021Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:15.0030673Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:15.0063564Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:15.0064195Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:15.0097267Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:15.0097901Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:15.0130895Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:15.0131710Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:15.0164394Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:10:15.0165301Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:10:15.0168272Z ok (0.042s) 2022-09-27T16:10:15.0178566Z test_fn_grad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:15.0188415Z test_fn_grad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:15.4012418Z test_fn_grad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.382s) 2022-09-27T16:10:15.5570742Z test_fn_grad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.156s) 2022-09-27T16:10:15.5865878Z test_fn_grad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:10:15.5986357Z test_fn_grad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:10:15.7841869Z test_fn_grad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.185s) 2022-09-27T16:10:15.8398584Z test_fn_grad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:10:15.9990755Z test_fn_grad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.159s) 2022-09-27T16:10:16.0201273Z test_fn_grad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:10:16.0206998Z test_fn_grad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-09-27T16:10:16.0212765Z test_fn_grad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.000s) 2022-09-27T16:10:16.0223149Z test_fn_grad_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:16.0232667Z test_fn_grad_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:16.0242436Z test_fn_grad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:16.0252499Z test_fn_grad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:16.0262276Z test_fn_grad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:16.0272071Z test_fn_grad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:16.0513988Z test_fn_grad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:10:16.0573647Z test_fn_grad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:10:19.7992965Z test_fn_grad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.742s) 2022-09-27T16:10:19.8529518Z test_fn_grad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:10:19.8665223Z test_fn_grad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:10:20.2828423Z test_fn_grad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.416s) 2022-09-27T16:10:20.3219943Z test_fn_grad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:10:20.3976085Z test_fn_grad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-09-27T16:10:20.4309974Z test_fn_grad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:10:20.4315692Z test_fn_grad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:10:20.4321673Z test_fn_grad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:10:20.4327661Z test_fn_grad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:10:20.4333277Z test_fn_grad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:10:20.4669137Z test_fn_grad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:10:20.4759269Z test_fn_grad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:10:20.6949892Z test_fn_grad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.219s) 2022-09-27T16:10:20.7456429Z test_fn_grad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:10:21.3123615Z test_fn_grad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.567s) 2022-09-27T16:10:21.4555609Z test_fn_grad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.143s) 2022-09-27T16:10:21.9209320Z test_fn_grad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.465s) 2022-09-27T16:10:22.0252277Z test_fn_grad_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-09-27T16:10:22.9932275Z test_fn_grad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.968s) 2022-09-27T16:10:23.2498365Z test_fn_grad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.256s) 2022-09-27T16:10:23.6425009Z test_fn_grad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.393s) 2022-09-27T16:10:23.6521831Z test_fn_grad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:23.6531246Z test_fn_grad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:23.6540649Z test_fn_grad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:23.6550066Z test_fn_grad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:23.6558954Z test_fn_grad_randn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:23.6568525Z test_fn_grad_randn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:23.6578381Z test_fn_grad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:23.6587936Z test_fn_grad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:23.6994888Z test_fn_grad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:10:23.7097383Z test_fn_grad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:23.7321392Z test_fn_grad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:10:23.7409985Z test_fn_grad_real_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:10:23.7783840Z test_fn_grad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:10:23.7882096Z test_fn_grad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:23.8336462Z test_fn_grad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:10:23.9072930Z test_fn_grad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-09-27T16:10:23.9262441Z test_fn_grad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:10:24.2243353Z test_fn_grad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.298s) 2022-09-27T16:10:24.2954398Z test_fn_grad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:10:24.3691186Z test_fn_grad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-09-27T16:10:24.3858983Z test_fn_grad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:10:24.4386144Z test_fn_grad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:10:24.4520831Z test_fn_grad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:10:24.5415943Z test_fn_grad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T16:10:24.5635231Z test_fn_grad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:10:24.5644576Z test_fn_grad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:24.5654144Z test_fn_grad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:24.5663117Z test_fn_grad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:24.5672231Z test_fn_grad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:24.5929331Z test_fn_grad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:10:24.5996197Z test_fn_grad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:10:24.6253036Z test_fn_grad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:10:24.6318868Z test_fn_grad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:10:24.8123763Z test_fn_grad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-09-27T16:10:24.8576636Z test_fn_grad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:10:25.3341498Z test_fn_grad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.476s) 2022-09-27T16:10:25.4484394Z test_fn_grad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-09-27T16:10:25.4526730Z test_fn_grad_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:10:25.4624594Z test_fn_grad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:25.4629365Z test_fn_grad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:10:25.4635079Z test_fn_grad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:10:25.5015757Z test_fn_grad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:10:25.5115132Z test_fn_grad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:25.7368365Z test_fn_grad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.225s) 2022-09-27T16:10:25.7871698Z test_fn_grad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-09-27T16:10:25.9496832Z test_fn_grad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-09-27T16:10:25.9865840Z test_fn_grad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:10:26.1665595Z test_fn_grad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-09-27T16:10:26.2084256Z test_fn_grad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:10:26.3331114Z test_fn_grad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:10:26.4572701Z test_fn_grad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:10:26.5897842Z test_fn_grad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-09-27T16:10:26.7529752Z test_fn_grad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.163s) 2022-09-27T16:10:26.8618906Z test_fn_grad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-09-27T16:10:26.8627879Z test_fn_grad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:27.2346372Z test_fn_grad_segment_reduce_lengths_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.372s) 2022-09-27T16:10:27.5706318Z test_fn_grad_segment_reduce_offsets_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.336s) 2022-09-27T16:10:27.6377107Z test_fn_grad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T16:10:27.6550334Z test_fn_grad_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:10:27.6809493Z test_fn_grad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:10:27.6975758Z test_fn_grad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:10:27.7017502Z test_fn_grad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:10:27.7027673Z test_fn_grad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:27.7036699Z test_fn_grad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:27.7396767Z test_fn_grad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:10:27.7492430Z test_fn_grad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:27.7535307Z test_fn_grad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:10:27.7545171Z test_fn_grad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:27.7694923Z test_fn_grad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:10:27.7737803Z test_fn_grad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:10:27.8153533Z test_fn_grad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:10:27.8268089Z test_fn_grad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:10:27.8417275Z test_fn_grad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:10:27.8459935Z test_fn_grad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:10:27.8937922Z test_fn_grad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:10:27.9144456Z test_fn_grad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:10:27.9674346Z test_fn_grad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:10:27.9883215Z test_fn_grad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:10:28.1012843Z test_fn_grad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-09-27T16:10:28.1018181Z test_fn_grad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:10:28.1023884Z test_fn_grad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:10:28.1034046Z test_fn_grad_special_airy_ai_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1043614Z test_fn_grad_special_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1053694Z test_fn_grad_special_bessel_j1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1063109Z test_fn_grad_special_bessel_y0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1072551Z test_fn_grad_special_bessel_y1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1082095Z test_fn_grad_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1091882Z test_fn_grad_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1097853Z test_fn_grad_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:28.1103590Z test_fn_grad_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:10:28.1180181Z test_fn_grad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:10:28.1281291Z test_fn_grad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:28.1291078Z test_fn_grad_special_hermite_polynomial_h_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1300917Z test_fn_grad_special_hermite_polynomial_he_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1382165Z test_fn_grad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:10:28.1507808Z test_fn_grad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:10:28.1636839Z test_fn_grad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:10:28.1646413Z test_fn_grad_special_laguerre_polynomial_l_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1652295Z test_fn_grad_special_legendre_polynomial_p_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:28.1758882Z test_fn_grad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:28.1768529Z test_fn_grad_special_modified_bessel_i0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1778116Z test_fn_grad_special_modified_bessel_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1787738Z test_fn_grad_special_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1797476Z test_fn_grad_special_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.1911265Z test_fn_grad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:10:28.2014263Z test_fn_grad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:28.2348443Z test_fn_grad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:10:28.2358354Z test_fn_grad_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.2367744Z test_fn_grad_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.2374132Z test_fn_grad_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:10:28.2379659Z test_fn_grad_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:10:28.2385305Z test_fn_grad_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:10:28.2391240Z test_fn_grad_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:10:28.2401237Z test_fn_grad_special_spherical_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.2878519Z test_fn_grad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:10:28.2888134Z test_fn_grad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:28.3362017Z test_fn_grad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:10:28.3492865Z test_fn_grad_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:10:28.4483520Z test_fn_grad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-09-27T16:10:28.4755275Z test_fn_grad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:10:28.6045144Z test_fn_grad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-09-27T16:10:28.6397903Z test_fn_grad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:10:28.6549741Z test_fn_grad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:10:28.6593171Z test_fn_grad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:10:28.6974261Z test_fn_grad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:10:28.7075067Z test_fn_grad_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:28.7967474Z test_fn_grad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T16:10:28.8187284Z test_fn_grad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:10:29.0017412Z test_fn_grad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-09-27T16:10:29.0410726Z test_fn_grad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:10:29.1323829Z test_fn_grad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T16:10:29.1672355Z test_fn_grad_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:10:29.4092681Z test_fn_grad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.242s) 2022-09-27T16:10:29.4708803Z test_fn_grad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-09-27T16:10:29.6032176Z test_fn_grad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-09-27T16:10:29.6472411Z test_fn_grad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:10:29.8733991Z test_fn_grad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.226s) 2022-09-27T16:10:29.9241550Z test_fn_grad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:10:30.1837045Z test_fn_grad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.259s) 2022-09-27T16:10:30.2449468Z test_fn_grad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-09-27T16:10:30.4500756Z test_fn_grad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.205s) 2022-09-27T16:10:30.4988059Z test_fn_grad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-09-27T16:10:37.4689804Z test_fn_grad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.970s) 2022-09-27T16:10:38.6669472Z test_fn_grad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.198s) 2022-09-27T16:10:43.0399262Z test_fn_grad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.373s) 2022-09-27T16:10:43.2186466Z test_fn_grad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.179s) 2022-09-27T16:10:43.2792756Z test_fn_grad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-09-27T16:10:43.3189240Z test_fn_grad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:10:43.3288429Z test_fn_grad_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:10:43.4058849Z test_fn_grad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-09-27T16:10:43.4262701Z test_fn_grad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:10:43.5342479Z test_fn_grad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.108s) 2022-09-27T16:10:43.5579396Z test_fn_grad_take_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:10:43.5733134Z test_fn_grad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:10:43.5777516Z test_fn_grad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:10:43.5923570Z test_fn_grad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:10:43.5966670Z test_fn_grad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:10:43.9294685Z test_fn_grad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.333s) 2022-09-27T16:10:44.0197957Z test_fn_grad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-09-27T16:10:44.0727432Z test_fn_grad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:10:44.0845455Z test_fn_grad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:10:44.4276118Z test_fn_grad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.343s) 2022-09-27T16:10:44.5095833Z test_fn_grad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-09-27T16:10:44.7275328Z test_fn_grad_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.218s) 2022-09-27T16:10:44.8138363Z test_fn_grad_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-09-27T16:10:44.8147786Z test_fn_grad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:44.8238957Z test_fn_grad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:10:44.8727599Z test_fn_grad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-09-27T16:10:44.8884273Z test_fn_grad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:10:44.8929685Z test_fn_grad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:10:44.9963940Z test_fn_grad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-09-27T16:10:45.0217103Z test_fn_grad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:10:45.2507866Z test_fn_grad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.229s) 2022-09-27T16:10:45.3031423Z test_fn_grad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T16:10:45.5336456Z test_fn_grad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.230s) 2022-09-27T16:10:45.5862432Z test_fn_grad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:10:45.9989642Z test_fn_grad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.413s) 2022-09-27T16:10:46.1016702Z test_fn_grad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-09-27T16:10:46.2085379Z test_fn_grad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.107s) 2022-09-27T16:10:46.2348179Z test_fn_grad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:10:46.3413649Z test_fn_grad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-09-27T16:10:46.3676503Z test_fn_grad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:10:46.5680571Z test_fn_grad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.200s) 2022-09-27T16:10:46.6142745Z test_fn_grad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:10:46.6185081Z test_fn_grad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:10:46.9155809Z test_fn_grad_unbind_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.297s) 2022-09-27T16:10:46.9986115Z test_fn_grad_unbind_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-09-27T16:10:47.1203248Z test_fn_grad_unflatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.122s) 2022-09-27T16:10:47.1501113Z test_fn_grad_unflatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:10:47.4662112Z test_fn_grad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.316s) 2022-09-27T16:10:47.5423798Z test_fn_grad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-09-27T16:10:47.5433501Z test_fn_grad_uniform_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:47.5443012Z test_fn_grad_uniform_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:47.5452572Z test_fn_grad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:47.5461689Z test_fn_grad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:47.6647800Z test_fn_grad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-09-27T16:10:47.6927560Z test_fn_grad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:10:47.7763898Z test_fn_grad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.084s) 2022-09-27T16:10:47.8086505Z test_fn_grad_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:10:48.0413928Z test_fn_grad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.233s) 2022-09-27T16:10:48.1001580Z test_fn_grad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-09-27T16:10:48.1456884Z test_fn_grad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:10:48.1513728Z test_fn_grad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:10:48.1573616Z test_fn_grad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:10:48.2104112Z test_fn_grad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:10:48.2239253Z test_fn_grad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:10:48.2322241Z test_fn_grad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:10:48.3219259Z test_fn_grad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-09-27T16:10:48.3440266Z test_fn_grad_view_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:10:48.4134265Z test_fn_grad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:10:48.4321053Z test_fn_grad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:10:48.4912647Z test_fn_grad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-09-27T16:10:48.5042507Z test_fn_grad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:10:48.6192589Z test_fn_grad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.115s) 2022-09-27T16:10:48.6465368Z test_fn_grad_where_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:10:48.6940283Z test_fn_grad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:10:48.7361351Z test_fn_grad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:10:48.7470558Z test_fn_grad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:10:48.7480015Z test_fn_grad_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:48.7489357Z test_fn_grad_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:48.7498805Z test_fn_grad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:48.7507953Z test_fn_grad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Dtype is not in supported backward dtypes! (0.001s) 2022-09-27T16:10:48.8617038Z test_fn_gradgrad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-09-27T16:10:48.8828170Z test_fn_gradgrad_H_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:10:48.9849730Z test_fn_gradgrad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T16:10:49.0066368Z test_fn_gradgrad_T_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:10:50.1695787Z test_fn_gradgrad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.163s) 2022-09-27T16:10:50.3969797Z test_fn_gradgrad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.227s) 2022-09-27T16:10:51.3562846Z test_fn_gradgrad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.959s) 2022-09-27T16:10:51.5613368Z test_fn_gradgrad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.205s) 2022-09-27T16:10:52.8402666Z test_fn_gradgrad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.279s) 2022-09-27T16:10:53.1008092Z test_fn_gradgrad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.260s) 2022-09-27T16:10:54.9391825Z test_fn_gradgrad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.838s) 2022-09-27T16:10:55.3218030Z test_fn_gradgrad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.382s) 2022-09-27T16:10:55.5530500Z test_fn_gradgrad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.231s) 2022-09-27T16:10:56.6575528Z test_fn_gradgrad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.104s) 2022-09-27T16:10:56.8839970Z test_fn_gradgrad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.226s) 2022-09-27T16:10:56.8844569Z test_fn_gradgrad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:10:56.8849868Z test_fn_gradgrad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:10:57.8767278Z test_fn_gradgrad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.991s) 2022-09-27T16:10:58.0958311Z test_fn_gradgrad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.219s) 2022-09-27T16:10:59.5114020Z test_fn_gradgrad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.415s) 2022-09-27T16:11:00.9238012Z test_fn_gradgrad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.412s) 2022-09-27T16:11:00.9249146Z test_fn_gradgrad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:11:00.9259088Z test_fn_gradgrad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:11:02.2603878Z test_fn_gradgrad__masked_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.334s) 2022-09-27T16:11:02.5260349Z test_fn_gradgrad__masked_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.266s) 2022-09-27T16:11:03.5975720Z test_fn_gradgrad__masked_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.071s) 2022-09-27T16:11:03.8114459Z test_fn_gradgrad__masked_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.214s) 2022-09-27T16:11:04.1180837Z test_fn_gradgrad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.307s) 2022-09-27T16:11:04.1186412Z test_fn_gradgrad__masked_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:11:05.7398744Z test_fn_gradgrad__masked_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.621s) 2022-09-27T16:11:13.9848768Z test_fn_gradgrad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.245s) 2022-09-27T16:11:15.5610251Z test_fn_gradgrad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.576s) 2022-09-27T16:11:15.8549417Z test_fn_gradgrad__masked_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.294s) 2022-09-27T16:11:23.0768925Z test_fn_gradgrad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (7.222s) 2022-09-27T16:11:27.0205610Z test_fn_gradgrad__masked_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.943s) 2022-09-27T16:11:27.9151046Z test_fn_gradgrad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.894s) 2022-09-27T16:11:36.7239441Z test_fn_gradgrad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.809s) 2022-09-27T16:11:38.4519046Z test_fn_gradgrad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.728s) 2022-09-27T16:11:38.7567249Z test_fn_gradgrad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.305s) 2022-09-27T16:11:39.0777322Z test_fn_gradgrad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.321s) 2022-09-27T16:11:51.7279483Z test_fn_gradgrad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (12.650s) 2022-09-27T16:11:54.0474519Z test_fn_gradgrad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.319s) 2022-09-27T16:11:59.6309499Z test_fn_gradgrad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.583s) 2022-09-27T16:12:00.7269156Z test_fn_gradgrad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.096s) 2022-09-27T16:12:12.2593340Z test_fn_gradgrad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (11.532s) 2022-09-27T16:12:14.3449004Z test_fn_gradgrad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.085s) 2022-09-27T16:12:14.4032628Z test_fn_gradgrad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:12:14.4164682Z test_fn_gradgrad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:12:14.5990392Z test_fn_gradgrad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.182s) 2022-09-27T16:12:14.6359074Z test_fn_gradgrad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:12:14.8200915Z test_fn_gradgrad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.184s) 2022-09-27T16:12:14.8551670Z test_fn_gradgrad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:12:16.0441290Z test_fn_gradgrad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.189s) 2022-09-27T16:12:16.2946562Z test_fn_gradgrad_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.251s) 2022-09-27T16:12:19.0423197Z test_fn_gradgrad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.747s) 2022-09-27T16:12:19.3294062Z test_fn_gradgrad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.287s) 2022-09-27T16:12:22.0996543Z test_fn_gradgrad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.770s) 2022-09-27T16:12:22.6729044Z test_fn_gradgrad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.573s) 2022-09-27T16:12:25.2117713Z test_fn_gradgrad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.539s) 2022-09-27T16:12:25.7346993Z test_fn_gradgrad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.523s) 2022-09-27T16:12:26.8358821Z test_fn_gradgrad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.101s) 2022-09-27T16:12:26.9746260Z test_fn_gradgrad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.138s) 2022-09-27T16:12:28.0192573Z test_fn_gradgrad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.045s) 2022-09-27T16:12:28.1499958Z test_fn_gradgrad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.131s) 2022-09-27T16:12:29.4607022Z test_fn_gradgrad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.310s) 2022-09-27T16:12:29.7319162Z test_fn_gradgrad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.271s) 2022-09-27T16:12:30.5930116Z test_fn_gradgrad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.861s) 2022-09-27T16:12:30.7734651Z test_fn_gradgrad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-09-27T16:12:30.7743782Z test_fn_gradgrad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:30.7753006Z test_fn_gradgrad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:30.7762546Z test_fn_gradgrad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:30.7772336Z test_fn_gradgrad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:31.0305363Z test_fn_gradgrad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.253s) 2022-09-27T16:12:31.2832085Z test_fn_gradgrad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.253s) 2022-09-27T16:12:31.2841438Z test_fn_gradgrad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:31.3554411Z test_fn_gradgrad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:12:31.3642033Z test_fn_gradgrad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:12:31.3651803Z test_fn_gradgrad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:31.3660656Z test_fn_gradgrad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:31.3669668Z test_fn_gradgrad_arange_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:31.3678550Z test_fn_gradgrad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:31.3687516Z test_fn_gradgrad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:31.3697518Z test_fn_gradgrad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:31.3706547Z test_fn_gradgrad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:31.3715529Z test_fn_gradgrad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:31.3720641Z test_fn_gradgrad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.000s) 2022-09-27T16:12:31.3725397Z test_fn_gradgrad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.000s) 2022-09-27T16:12:31.5046897Z test_fn_gradgrad_as_strided_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.132s) 2022-09-27T16:12:31.5685666Z test_fn_gradgrad_as_strided_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.064s) 2022-09-27T16:12:31.6382331Z test_fn_gradgrad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-09-27T16:12:31.6526300Z test_fn_gradgrad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:12:31.7207870Z test_fn_gradgrad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:12:31.7349697Z test_fn_gradgrad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:12:32.0171263Z test_fn_gradgrad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.282s) 2022-09-27T16:12:32.0838796Z test_fn_gradgrad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T16:12:32.0975363Z test_fn_gradgrad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:12:32.1674569Z test_fn_gradgrad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-09-27T16:12:32.1821029Z test_fn_gradgrad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:12:33.0103606Z test_fn_gradgrad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.828s) 2022-09-27T16:12:33.1772587Z test_fn_gradgrad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-09-27T16:12:34.0128022Z test_fn_gradgrad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.835s) 2022-09-27T16:12:34.1820391Z test_fn_gradgrad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.169s) 2022-09-27T16:12:35.0317573Z test_fn_gradgrad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.850s) 2022-09-27T16:12:35.2039717Z test_fn_gradgrad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-09-27T16:12:38.0300646Z test_fn_gradgrad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.826s) 2022-09-27T16:12:38.3036633Z test_fn_gradgrad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.273s) 2022-09-27T16:12:38.3436201Z test_fn_gradgrad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:12:38.3471348Z test_fn_gradgrad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/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-09-27T16:12:38.3472499Z warnings.warn( 2022-09-27T16:12:38.3645600Z expected failure (0.021s) 2022-09-27T16:12:38.3761318Z test_fn_gradgrad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-09-27T16:12:39.1084473Z test_fn_gradgrad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.732s) 2022-09-27T16:12:39.2665717Z test_fn_gradgrad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:12:39.3994322Z test_fn_gradgrad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-09-27T16:12:39.4282857Z test_fn_gradgrad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:12:39.4292759Z test_fn_gradgrad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:39.4301789Z test_fn_gradgrad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:39.8675521Z test_fn_gradgrad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.437s) 2022-09-27T16:12:39.9542163Z test_fn_gradgrad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T16:12:40.3405781Z test_fn_gradgrad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.386s) 2022-09-27T16:12:40.4178265Z test_fn_gradgrad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-09-27T16:12:40.4187620Z test_fn_gradgrad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:40.4196475Z test_fn_gradgrad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:40.4205622Z test_fn_gradgrad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:40.8256004Z test_fn_gradgrad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.405s) 2022-09-27T16:12:40.9105813Z test_fn_gradgrad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-09-27T16:12:41.6417394Z test_fn_gradgrad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.731s) 2022-09-27T16:12:41.7946589Z test_fn_gradgrad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-09-27T16:12:41.7956046Z test_fn_gradgrad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-09-27T16:12:41.8043144Z test_fn_gradgrad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:12:41.8077630Z test_fn_gradgrad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/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-09-27T16:12:41.8078326Z warnings.warn( 2022-09-27T16:12:42.6003819Z expected failure (0.796s) 2022-09-27T16:12:42.6111933Z test_fn_gradgrad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-09-27T16:12:42.6121475Z test_fn_gradgrad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:42.6130702Z test_fn_gradgrad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:44.0934647Z test_fn_gradgrad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.480s) 2022-09-27T16:12:44.3881453Z test_fn_gradgrad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.295s) 2022-09-27T16:12:45.5395934Z test_fn_gradgrad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.151s) 2022-09-27T16:12:45.7768195Z test_fn_gradgrad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.237s) 2022-09-27T16:12:47.4348407Z test_fn_gradgrad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.658s) 2022-09-27T16:12:47.7481489Z test_fn_gradgrad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.313s) 2022-09-27T16:12:48.1110512Z test_fn_gradgrad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.363s) 2022-09-27T16:12:48.1781527Z test_fn_gradgrad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T16:12:48.3488260Z test_fn_gradgrad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-09-27T16:12:48.5834645Z test_fn_gradgrad_clamp_max_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.235s) 2022-09-27T16:12:48.8180245Z test_fn_gradgrad_clamp_min_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.234s) 2022-09-27T16:12:48.9205428Z test_fn_gradgrad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T16:12:48.9422869Z test_fn_gradgrad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:12:49.2949568Z test_fn_gradgrad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.352s) 2022-09-27T16:12:49.3704772Z test_fn_gradgrad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-09-27T16:12:51.4039695Z test_fn_gradgrad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.033s) 2022-09-27T16:12:51.8059832Z test_fn_gradgrad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.402s) 2022-09-27T16:12:52.0558925Z test_fn_gradgrad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.250s) 2022-09-27T16:12:52.2025337Z test_fn_gradgrad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.146s) 2022-09-27T16:12:52.2306226Z test_fn_gradgrad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:12:52.2876005Z test_fn_gradgrad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:12:52.2988300Z test_fn_gradgrad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:12:54.8926283Z test_fn_gradgrad_constant_pad_nd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.594s) 2022-09-27T16:12:55.4301288Z test_fn_gradgrad_constant_pad_nd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.537s) 2022-09-27T16:12:55.5283830Z test_fn_gradgrad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-09-27T16:12:55.5492857Z test_fn_gradgrad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:12:55.7135674Z test_fn_gradgrad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.164s) 2022-09-27T16:12:56.4998990Z test_fn_gradgrad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.786s) 2022-09-27T16:12:56.6369745Z test_fn_gradgrad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-09-27T16:12:56.8016319Z test_fn_gradgrad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.165s) 2022-09-27T16:12:56.8350142Z test_fn_gradgrad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:12:56.9951219Z test_fn_gradgrad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-09-27T16:12:57.0274369Z test_fn_gradgrad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:12:57.0286135Z test_fn_gradgrad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:57.0297138Z test_fn_gradgrad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:12:57.1555857Z test_fn_gradgrad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/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-09-27T16:12:57.1557135Z warnings.warn( 2022-09-27T16:12:57.2330534Z expected failure (0.203s) 2022-09-27T16:12:57.2819829Z test_fn_gradgrad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/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-09-27T16:12:57.2821100Z warnings.warn( 2022-09-27T16:12:57.3284366Z expected failure (0.095s) 2022-09-27T16:12:57.7137921Z test_fn_gradgrad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.385s) 2022-09-27T16:12:57.7939269Z test_fn_gradgrad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-09-27T16:12:57.8308661Z test_fn_gradgrad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:12:57.8676656Z test_fn_gradgrad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:12:57.8684126Z test_fn_gradgrad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:13:13.0798611Z test_fn_gradgrad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (15.211s) 2022-09-27T16:13:13.3201927Z test_fn_gradgrad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.240s) 2022-09-27T16:13:13.3700499Z test_fn_gradgrad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-09-27T16:13:14.7400342Z test_fn_gradgrad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.370s) 2022-09-27T16:13:15.0270176Z test_fn_gradgrad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.287s) 2022-09-27T16:13:15.0579734Z test_fn_gradgrad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:13:15.9550676Z test_fn_gradgrad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.897s) 2022-09-27T16:13:16.1328155Z test_fn_gradgrad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.178s) 2022-09-27T16:13:16.9717869Z test_fn_gradgrad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.839s) 2022-09-27T16:13:17.1452596Z test_fn_gradgrad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.173s) 2022-09-27T16:13:17.4379159Z test_fn_gradgrad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.293s) 2022-09-27T16:13:17.4978420Z test_fn_gradgrad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-09-27T16:13:18.3111804Z test_fn_gradgrad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.813s) 2022-09-27T16:13:18.4755860Z test_fn_gradgrad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.164s) 2022-09-27T16:13:18.8687080Z test_fn_gradgrad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.393s) 2022-09-27T16:13:29.1652720Z test_fn_gradgrad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (10.296s) 2022-09-27T16:13:31.3040506Z test_fn_gradgrad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.139s) 2022-09-27T16:13:31.3371517Z test_fn_gradgrad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:13:40.2516636Z test_fn_gradgrad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.914s) 2022-09-27T16:13:42.4460130Z test_fn_gradgrad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.194s) 2022-09-27T16:13:42.5708491Z test_fn_gradgrad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.125s) 2022-09-27T16:13:43.8401178Z test_fn_gradgrad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.269s) 2022-09-27T16:13:44.1085124Z test_fn_gradgrad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-09-27T16:13:44.2332331Z test_fn_gradgrad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.125s) 2022-09-27T16:13:44.4960510Z test_fn_gradgrad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.263s) 2022-09-27T16:13:44.5241448Z test_fn_gradgrad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:13:44.7666393Z test_fn_gradgrad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.242s) 2022-09-27T16:13:44.8201029Z test_fn_gradgrad_double_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:13:45.0701534Z test_fn_gradgrad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.250s) 2022-09-27T16:13:45.1146614Z test_fn_gradgrad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:13:45.5164873Z test_fn_gradgrad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.402s) 2022-09-27T16:13:45.6038160Z test_fn_gradgrad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T16:13:46.9792001Z test_fn_gradgrad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.375s) 2022-09-27T16:13:47.2617954Z test_fn_gradgrad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.283s) 2022-09-27T16:13:47.2629671Z test_fn_gradgrad_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:13:47.2640994Z test_fn_gradgrad_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:13:47.2652651Z test_fn_gradgrad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:13:47.2663846Z test_fn_gradgrad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:13:47.2675137Z test_fn_gradgrad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:13:47.2686302Z test_fn_gradgrad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:13:47.2697831Z test_fn_gradgrad_equal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:13:47.2708938Z test_fn_gradgrad_equal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:13:47.2860023Z test_fn_gradgrad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:13:47.3231285Z test_fn_gradgrad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:13:47.3387020Z test_fn_gradgrad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:13:47.3729937Z test_fn_gradgrad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:13:47.5374274Z test_fn_gradgrad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.164s) 2022-09-27T16:13:47.5710867Z test_fn_gradgrad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:13:47.7380702Z test_fn_gradgrad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-09-27T16:13:47.7726542Z test_fn_gradgrad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:13:48.2793111Z test_fn_gradgrad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.506s) 2022-09-27T16:13:48.3827676Z test_fn_gradgrad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-09-27T16:13:48.3966975Z test_fn_gradgrad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:13:48.3976911Z test_fn_gradgrad_eye_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:13:48.3986109Z test_fn_gradgrad_eye_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:13:48.8043094Z test_fn_gradgrad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.405s) 2022-09-27T16:13:48.9104771Z test_fn_gradgrad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-09-27T16:13:49.3656743Z test_fn_gradgrad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.455s) 2022-09-27T16:13:49.4861203Z test_fn_gradgrad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-09-27T16:13:50.0139774Z test_fn_gradgrad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.528s) 2022-09-27T16:13:50.1483535Z test_fn_gradgrad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.134s) 2022-09-27T16:13:50.4318761Z test_fn_gradgrad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.283s) 2022-09-27T16:13:50.4908301Z test_fn_gradgrad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-09-27T16:13:50.8880390Z test_fn_gradgrad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.397s) 2022-09-27T16:13:50.9774123Z test_fn_gradgrad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T16:13:51.3838883Z test_fn_gradgrad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.406s) 2022-09-27T16:13:51.4772939Z test_fn_gradgrad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-09-27T16:13:51.9676041Z test_fn_gradgrad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.490s) 2022-09-27T16:13:52.0795827Z test_fn_gradgrad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.112s) 2022-09-27T16:13:52.4824795Z test_fn_gradgrad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.403s) 2022-09-27T16:13:52.5883472Z test_fn_gradgrad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-09-27T16:13:53.0447246Z test_fn_gradgrad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.456s) 2022-09-27T16:13:53.1741887Z test_fn_gradgrad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-09-27T16:13:53.7071982Z test_fn_gradgrad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.533s) 2022-09-27T16:13:53.8471558Z test_fn_gradgrad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-09-27T16:13:54.1342489Z test_fn_gradgrad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.287s) 2022-09-27T16:13:54.1938623Z test_fn_gradgrad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-09-27T16:13:54.3020987Z test_fn_gradgrad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.108s) 2022-09-27T16:13:54.4396204Z test_fn_gradgrad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.137s) 2022-09-27T16:13:54.5743227Z test_fn_gradgrad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-09-27T16:13:54.9250265Z test_fn_gradgrad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.351s) 2022-09-27T16:13:55.0055957Z test_fn_gradgrad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-09-27T16:13:55.4063951Z test_fn_gradgrad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.401s) 2022-09-27T16:13:55.4981948Z test_fn_gradgrad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-09-27T16:13:55.9599953Z test_fn_gradgrad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.462s) 2022-09-27T16:13:56.0660576Z test_fn_gradgrad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-09-27T16:13:56.1570070Z test_fn_gradgrad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T16:13:56.2585142Z test_fn_gradgrad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-09-27T16:13:56.3754506Z test_fn_gradgrad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-09-27T16:13:56.5309799Z test_fn_gradgrad_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.155s) 2022-09-27T16:13:56.5632955Z test_fn_gradgrad_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:13:56.8727739Z test_fn_gradgrad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.309s) 2022-09-27T16:13:56.9353603Z test_fn_gradgrad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-09-27T16:13:57.4087676Z test_fn_gradgrad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.473s) 2022-09-27T16:13:57.5074503Z test_fn_gradgrad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-09-27T16:13:57.6031888Z test_fn_gradgrad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-09-27T16:13:57.6237170Z test_fn_gradgrad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:13:57.7193358Z test_fn_gradgrad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:13:57.7398102Z test_fn_gradgrad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:13:57.7432939Z test_fn_gradgrad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/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-09-27T16:13:57.7434692Z warnings.warn( 2022-09-27T16:13:57.7606612Z expected failure (0.021s) 2022-09-27T16:13:57.7722582Z test_fn_gradgrad_float_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-09-27T16:13:59.4166180Z test_fn_gradgrad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.644s) 2022-09-27T16:13:59.7539405Z test_fn_gradgrad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.337s) 2022-09-27T16:13:59.7627516Z test_fn_gradgrad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:13:59.7637918Z test_fn_gradgrad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:00.0046514Z test_fn_gradgrad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.241s) 2022-09-27T16:14:00.2450528Z test_fn_gradgrad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.240s) 2022-09-27T16:14:00.4825653Z test_fn_gradgrad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.237s) 2022-09-27T16:14:00.5119013Z test_fn_gradgrad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:14:00.5437634Z test_fn_gradgrad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:14:00.5447995Z test_fn_gradgrad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:00.5458135Z test_fn_gradgrad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:00.8320903Z test_fn_gradgrad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.286s) 2022-09-27T16:14:00.8906548Z test_fn_gradgrad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:14:00.8916826Z test_fn_gradgrad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:00.8926581Z test_fn_gradgrad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:00.8937041Z test_fn_gradgrad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:03.0697260Z test_fn_gradgrad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.176s) 2022-09-27T16:14:03.4376542Z test_fn_gradgrad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.368s) 2022-09-27T16:14:03.4386816Z test_fn_gradgrad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:03.4421782Z test_fn_gradgrad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/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-09-27T16:14:03.4423800Z warnings.warn( 2022-09-27T16:14:03.4597794Z expected failure (0.021s) 2022-09-27T16:14:03.4715569Z test_fn_gradgrad_half_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.012s) 2022-09-27T16:14:03.4726877Z test_fn_gradgrad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:03.4738043Z test_fn_gradgrad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:03.7200244Z test_fn_gradgrad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.246s) 2022-09-27T16:14:03.7636078Z test_fn_gradgrad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:14:04.1335977Z test_fn_gradgrad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.370s) 2022-09-27T16:14:04.2142939Z test_fn_gradgrad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-09-27T16:14:04.4806607Z test_fn_gradgrad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.266s) 2022-09-27T16:14:04.5213918Z test_fn_gradgrad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:14:04.5224980Z test_fn_gradgrad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:04.5235930Z test_fn_gradgrad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:04.6528984Z test_fn_gradgrad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-09-27T16:14:05.7346040Z test_fn_gradgrad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.082s) 2022-09-27T16:14:05.9650972Z test_fn_gradgrad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.230s) 2022-09-27T16:14:06.3314651Z test_fn_gradgrad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.366s) 2022-09-27T16:14:06.4110182Z test_fn_gradgrad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-09-27T16:14:06.5912828Z test_fn_gradgrad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-09-27T16:14:06.6289361Z test_fn_gradgrad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:14:07.1915381Z test_fn_gradgrad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.562s) 2022-09-27T16:14:07.3119875Z test_fn_gradgrad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-09-27T16:14:08.5541814Z test_fn_gradgrad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.242s) 2022-09-27T16:14:08.7281343Z test_fn_gradgrad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.174s) 2022-09-27T16:14:08.7642477Z test_fn_gradgrad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:14:09.0413431Z test_fn_gradgrad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.277s) 2022-09-27T16:14:09.0974849Z test_fn_gradgrad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:14:09.0985410Z test_fn_gradgrad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.0994589Z test_fn_gradgrad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1004402Z test_fn_gradgrad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1014193Z test_fn_gradgrad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1023785Z test_fn_gradgrad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1033445Z test_fn_gradgrad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1043076Z test_fn_gradgrad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1052980Z test_fn_gradgrad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1062475Z test_fn_gradgrad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1072131Z test_fn_gradgrad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1081777Z test_fn_gradgrad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1091740Z test_fn_gradgrad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1101306Z test_fn_gradgrad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1110953Z test_fn_gradgrad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:09.1120541Z test_fn_gradgrad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:10.6552973Z test_fn_gradgrad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.543s) 2022-09-27T16:14:10.9850738Z test_fn_gradgrad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.330s) 2022-09-27T16:14:10.9862304Z test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:10.9872401Z test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:10.9881998Z test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:10.9891894Z 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-09-27T16:14:10.9901348Z test_fn_gradgrad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:10.9911877Z test_fn_gradgrad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:10.9921130Z test_fn_gradgrad_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:10.9930678Z test_fn_gradgrad_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:10.9940470Z test_fn_gradgrad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:10.9950098Z test_fn_gradgrad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:11.1373311Z test_fn_gradgrad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.142s) 2022-09-27T16:14:11.1674514Z test_fn_gradgrad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:14:11.2869111Z test_fn_gradgrad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-09-27T16:14:12.5544669Z test_fn_gradgrad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.267s) 2022-09-27T16:14:12.8097439Z test_fn_gradgrad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.255s) 2022-09-27T16:14:12.8106866Z test_fn_gradgrad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:16.1006019Z test_fn_gradgrad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.290s) 2022-09-27T16:14:16.5877488Z test_fn_gradgrad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.487s) 2022-09-27T16:14:16.6201715Z test_fn_gradgrad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:14:18.1336677Z test_fn_gradgrad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.513s) 2022-09-27T16:14:18.4346583Z test_fn_gradgrad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.301s) 2022-09-27T16:14:19.8736218Z test_fn_gradgrad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.439s) 2022-09-27T16:14:20.1617017Z test_fn_gradgrad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.288s) 2022-09-27T16:14:21.1649718Z test_fn_gradgrad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.003s) 2022-09-27T16:14:21.2502947Z test_fn_gradgrad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-09-27T16:14:21.6305220Z test_fn_gradgrad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.380s) 2022-09-27T16:14:21.7097202Z test_fn_gradgrad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-09-27T16:14:21.7105309Z 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 CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:14:21.8198645Z test_fn_gradgrad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-09-27T16:14:21.8203071Z test_fn_gradgrad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped, see https://github.com//issues/84192 (0.000s) 2022-09-27T16:14:21.8208338Z test_fn_gradgrad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped, see https://github.com//issues/84192 (0.000s) 2022-09-27T16:14:23.1042761Z test_fn_gradgrad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.283s) 2022-09-27T16:14:23.4022595Z test_fn_gradgrad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.298s) 2022-09-27T16:14:24.3754445Z test_fn_gradgrad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.973s) 2022-09-27T16:14:24.5418331Z test_fn_gradgrad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.166s) 2022-09-27T16:14:25.2527976Z test_fn_gradgrad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.711s) 2022-09-27T16:14:25.4155911Z test_fn_gradgrad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.163s) 2022-09-27T16:14:25.9495732Z test_fn_gradgrad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.534s) 2022-09-27T16:14:26.0471533Z test_fn_gradgrad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-09-27T16:14:30.6634782Z test_fn_gradgrad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.616s) 2022-09-27T16:14:31.5705203Z test_fn_gradgrad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.907s) 2022-09-27T16:14:32.0922136Z test_fn_gradgrad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.522s) 2022-09-27T16:14:32.1837000Z test_fn_gradgrad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T16:14:32.6705178Z test_fn_gradgrad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.487s) 2022-09-27T16:14:32.7565704Z test_fn_gradgrad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-09-27T16:14:32.7576112Z test_fn_gradgrad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:32.7585037Z test_fn_gradgrad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:32.7594235Z test_fn_gradgrad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:32.7603147Z test_fn_gradgrad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:32.7612666Z test_fn_gradgrad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:32.7621972Z test_fn_gradgrad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:14:32.7626265Z test_fn_gradgrad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:14:32.7631440Z test_fn_gradgrad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:14:42.0261333Z test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.263s) 2022-09-27T16:14:42.9249934Z test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.899s) 2022-09-27T16:14:48.3585453Z test_fn_gradgrad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.433s) 2022-09-27T16:14:49.4417667Z test_fn_gradgrad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.083s) 2022-09-27T16:14:54.7047974Z test_fn_gradgrad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.263s) 2022-09-27T16:14:55.8255409Z test_fn_gradgrad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.121s) 2022-09-27T16:15:00.2455736Z test_fn_gradgrad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.420s) 2022-09-27T16:15:01.2425816Z test_fn_gradgrad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.997s) 2022-09-27T16:15:34.8957971Z test_fn_gradgrad_linalg_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (33.653s) 2022-09-27T16:15:42.1850859Z test_fn_gradgrad_linalg_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (7.289s) 2022-09-27T16:15:48.4617583Z test_fn_gradgrad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.276s) 2022-09-27T16:15:49.4356455Z test_fn_gradgrad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.974s) 2022-09-27T16:15:51.0626683Z test_fn_gradgrad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.627s) 2022-09-27T16:15:51.3724738Z test_fn_gradgrad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.310s) 2022-09-27T16:15:51.3735448Z test_fn_gradgrad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:15:51.3744507Z test_fn_gradgrad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:15:51.3753389Z test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:15:51.3762363Z test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:15:52.7033471Z test_fn_gradgrad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.327s) 2022-09-27T16:15:52.9443934Z test_fn_gradgrad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.241s) 2022-09-27T16:15:53.9552793Z test_fn_gradgrad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (1.011s) 2022-09-27T16:15:54.4356604Z test_fn_gradgrad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.480s) 2022-09-27T16:15:54.4663175Z test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.031s) 2022-09-27T16:15:54.4856278Z test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.019s) 2022-09-27T16:15:59.1318856Z test_fn_gradgrad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.646s) 2022-09-27T16:15:59.6577053Z test_fn_gradgrad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.526s) 2022-09-27T16:16:00.5777986Z test_fn_gradgrad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.920s) 2022-09-27T16:16:00.7323634Z test_fn_gradgrad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.154s) 2022-09-27T16:16:00.7328422Z test_fn_gradgrad_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:16:00.7338645Z 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-09-27T16:16:04.7698147Z test_fn_gradgrad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.036s) 2022-09-27T16:16:05.4043390Z test_fn_gradgrad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.634s) 2022-09-27T16:16:06.4342919Z test_fn_gradgrad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.030s) 2022-09-27T16:16:06.6156539Z test_fn_gradgrad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.181s) 2022-09-27T16:16:09.1422900Z test_fn_gradgrad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.526s) 2022-09-27T16:16:09.6733778Z test_fn_gradgrad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.531s) 2022-09-27T16:16:12.0770470Z test_fn_gradgrad_linalg_solve_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.403s) 2022-09-27T16:16:12.5876585Z test_fn_gradgrad_linalg_solve_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.510s) 2022-09-27T16:16:46.5687530Z test_fn_gradgrad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (33.981s) 2022-09-27T16:16:53.6983989Z test_fn_gradgrad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (7.130s) 2022-09-27T16:17:33.0100567Z test_fn_gradgrad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (39.311s) 2022-09-27T16:17:37.7351377Z test_fn_gradgrad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.725s) 2022-09-27T16:17:40.8940865Z test_fn_gradgrad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.159s) 2022-09-27T16:17:41.3413262Z test_fn_gradgrad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.447s) 2022-09-27T16:17:41.5549298Z test_fn_gradgrad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.214s) 2022-09-27T16:17:41.5961761Z test_fn_gradgrad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:17:42.4071125Z test_fn_gradgrad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.811s) 2022-09-27T16:17:42.5782429Z test_fn_gradgrad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-09-27T16:17:43.4884603Z test_fn_gradgrad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.910s) 2022-09-27T16:17:43.6726149Z test_fn_gradgrad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.184s) 2022-09-27T16:17:48.7409208Z test_fn_gradgrad_linalg_vecdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.068s) 2022-09-27T16:17:49.7635726Z test_fn_gradgrad_linalg_vecdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.022s) 2022-09-27T16:18:01.1302117Z test_fn_gradgrad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (11.366s) 2022-09-27T16:18:03.8177811Z test_fn_gradgrad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.687s) 2022-09-27T16:18:03.8187672Z test_fn_gradgrad_linspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:03.8196644Z test_fn_gradgrad_linspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:03.9820145Z test_fn_gradgrad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-09-27T16:18:04.0148582Z test_fn_gradgrad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:18:04.0278051Z test_fn_gradgrad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:18:04.1899688Z test_fn_gradgrad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-09-27T16:18:04.2229386Z test_fn_gradgrad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:18:04.3802429Z test_fn_gradgrad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-09-27T16:18:04.4119004Z test_fn_gradgrad_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:18:04.4895081Z test_fn_gradgrad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-09-27T16:18:04.8306812Z test_fn_gradgrad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.341s) 2022-09-27T16:18:04.9073066Z test_fn_gradgrad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.077s) 2022-09-27T16:18:04.9378480Z test_fn_gradgrad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:18:04.9674081Z test_fn_gradgrad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:18:05.1090094Z test_fn_gradgrad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.141s) 2022-09-27T16:18:06.0891772Z test_fn_gradgrad_logdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.980s) 2022-09-27T16:18:06.2499197Z test_fn_gradgrad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.161s) 2022-09-27T16:18:06.2508570Z test_fn_gradgrad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:06.2517819Z test_fn_gradgrad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:06.2526663Z test_fn_gradgrad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:06.2536121Z test_fn_gradgrad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:06.2545090Z test_fn_gradgrad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:06.2554670Z test_fn_gradgrad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:06.2564376Z test_fn_gradgrad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:06.2573972Z test_fn_gradgrad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:06.3144574Z test_fn_gradgrad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:18:06.3153769Z test_fn_gradgrad_logspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:06.3162766Z test_fn_gradgrad_logspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:07.6002874Z test_fn_gradgrad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.284s) 2022-09-27T16:18:07.6013259Z test_fn_gradgrad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:07.6022157Z test_fn_gradgrad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:07.6031279Z test_fn_gradgrad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:13.0790809Z test_fn_gradgrad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.476s) 2022-09-27T16:18:14.1977243Z test_fn_gradgrad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.119s) 2022-09-27T16:18:22.3236079Z test_fn_gradgrad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.126s) 2022-09-27T16:18:24.1134834Z test_fn_gradgrad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.790s) 2022-09-27T16:18:27.0238596Z test_fn_gradgrad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.910s) 2022-09-27T16:18:27.5859207Z test_fn_gradgrad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.562s) 2022-09-27T16:18:27.9290338Z test_fn_gradgrad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.343s) 2022-09-27T16:18:27.9921521Z test_fn_gradgrad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-09-27T16:18:28.2981175Z test_fn_gradgrad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.306s) 2022-09-27T16:18:28.3612172Z test_fn_gradgrad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-09-27T16:18:29.1146121Z test_fn_gradgrad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.753s) 2022-09-27T16:18:29.2730017Z test_fn_gradgrad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:18:29.8303611Z test_fn_gradgrad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.557s) 2022-09-27T16:18:29.9494168Z test_fn_gradgrad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-09-27T16:18:30.4539395Z test_fn_gradgrad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.504s) 2022-09-27T16:18:30.5562891Z test_fn_gradgrad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T16:18:32.3786888Z test_fn_gradgrad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.822s) 2022-09-27T16:18:32.7559221Z test_fn_gradgrad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.377s) 2022-09-27T16:18:33.3545180Z test_fn_gradgrad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.598s) 2022-09-27T16:18:33.4271547Z test_fn_gradgrad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-09-27T16:18:33.6955400Z test_fn_gradgrad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-09-27T16:18:33.7218258Z test_fn_gradgrad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:18:33.7698491Z test_fn_gradgrad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:18:34.0378231Z test_fn_gradgrad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-09-27T16:18:35.1679729Z test_fn_gradgrad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.130s) 2022-09-27T16:18:35.3992372Z test_fn_gradgrad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.231s) 2022-09-27T16:18:35.5599534Z test_fn_gradgrad_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.161s) 2022-09-27T16:18:37.4993285Z test_fn_gradgrad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.939s) 2022-09-27T16:18:37.8802569Z test_fn_gradgrad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.381s) 2022-09-27T16:18:39.8185455Z test_fn_gradgrad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.938s) 2022-09-27T16:18:40.1979722Z test_fn_gradgrad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.379s) 2022-09-27T16:18:40.4642993Z test_fn_gradgrad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.266s) 2022-09-27T16:18:40.4904028Z test_fn_gradgrad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:18:40.5382947Z test_fn_gradgrad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:18:40.8057767Z test_fn_gradgrad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.267s) 2022-09-27T16:18:41.0597951Z test_fn_gradgrad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.254s) 2022-09-27T16:18:41.0874014Z test_fn_gradgrad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:18:41.1786087Z test_fn_gradgrad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T16:18:41.2867309Z test_fn_gradgrad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.108s) 2022-09-27T16:18:41.3092307Z test_fn_gradgrad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:18:41.3312650Z test_fn_gradgrad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:18:42.4236518Z test_fn_gradgrad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.092s) 2022-09-27T16:18:42.6482455Z test_fn_gradgrad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.225s) 2022-09-27T16:18:42.6492253Z test_fn_gradgrad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:42.7827339Z test_fn_gradgrad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-09-27T16:18:42.8113141Z test_fn_gradgrad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:18:42.9512454Z test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-09-27T16:18:43.0911514Z test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-09-27T16:18:43.2303235Z test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-09-27T16:18:43.2624048Z test_fn_gradgrad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:18:43.7341511Z test_fn_gradgrad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.472s) 2022-09-27T16:18:43.8977556Z test_fn_gradgrad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.163s) 2022-09-27T16:18:45.3412773Z test_fn_gradgrad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.443s) 2022-09-27T16:18:45.7540639Z test_fn_gradgrad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.413s) 2022-09-27T16:18:45.7549763Z test_fn_gradgrad_narrow_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:45.7558534Z test_fn_gradgrad_narrow_copy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.2793473Z test_fn_gradgrad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.523s) 2022-09-27T16:18:46.3848301Z test_fn_gradgrad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.105s) 2022-09-27T16:18:46.4697409Z test_fn_gradgrad_native_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.085s) 2022-09-27T16:18:46.4706714Z test_fn_gradgrad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.4715446Z test_fn_gradgrad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5265827Z test_fn_gradgrad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T16:18:46.5385955Z test_fn_gradgrad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:18:46.5395141Z test_fn_gradgrad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5404129Z test_fn_gradgrad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5413388Z test_fn_gradgrad_new_empty_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5422386Z test_fn_gradgrad_new_empty_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5431088Z test_fn_gradgrad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5440114Z test_fn_gradgrad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5449310Z test_fn_gradgrad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5458452Z test_fn_gradgrad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5467346Z test_fn_gradgrad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5476294Z test_fn_gradgrad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.5485077Z test_fn_gradgrad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:18:46.6204511Z test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-09-27T16:18:46.7394734Z test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-09-27T16:18:46.8807102Z test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.141s) 2022-09-27T16:18:46.9830517Z test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T16:18:47.2710573Z test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.288s) 2022-09-27T16:18:47.5153041Z test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.244s) 2022-09-27T16:18:47.6239581Z test_fn_gradgrad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-09-27T16:18:47.7064288Z test_fn_gradgrad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-09-27T16:18:47.8007771Z test_fn_gradgrad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:18:48.2945807Z test_fn_gradgrad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.494s) 2022-09-27T16:18:48.7867922Z test_fn_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.492s) 2022-09-27T16:18:50.6084309Z test_fn_gradgrad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.821s) 2022-09-27T16:18:53.5090061Z test_fn_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.900s) 2022-09-27T16:18:54.3399747Z test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.831s) 2022-09-27T16:18:54.3732928Z test_fn_gradgrad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:18:58.7402125Z test_fn_gradgrad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.367s) 2022-09-27T16:18:59.1813784Z test_fn_gradgrad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.441s) 2022-09-27T16:19:13.2577513Z test_fn_gradgrad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (14.076s) 2022-09-27T16:19:14.7049198Z test_fn_gradgrad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.447s) 2022-09-27T16:19:19.2200805Z test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.515s) 2022-09-27T16:19:19.6707826Z test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.451s) 2022-09-27T16:19:20.2165403Z test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.546s) 2022-09-27T16:19:20.7550045Z test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.538s) 2022-09-27T16:19:21.2025538Z test_fn_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.447s) 2022-09-27T16:19:21.7467791Z test_fn_gradgrad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.544s) 2022-09-27T16:19:22.2277489Z test_fn_gradgrad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.481s) 2022-09-27T16:19:22.2414953Z test_fn_gradgrad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.014s) 2022-09-27T16:19:22.2428463Z test_fn_gradgrad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.2429649Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.2484543Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.2485633Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.2545264Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.2546304Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.2605101Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.2606143Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.2667025Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.2668244Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.2735501Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.2736540Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.2804742Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.2805785Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.2866073Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.2867251Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.2926274Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.2927309Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.2993308Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.2994339Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.3061389Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.3062435Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.3121958Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.3123011Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.3182784Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:19:22.3183813Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:19:22.4067514Z ok (0.165s) 2022-09-27T16:19:22.5784690Z test_fn_gradgrad_nn_functional_dropout3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-09-27T16:19:22.8106792Z test_fn_gradgrad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.232s) 2022-09-27T16:19:22.8440437Z test_fn_gradgrad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:19:22.8450738Z 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-09-27T16:19:22.8813969Z test_fn_gradgrad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:19:22.9750173Z test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-09-27T16:19:23.6174379Z test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.642s) 2022-09-27T16:19:23.7428185Z test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.125s) 2022-09-27T16:19:24.2546701Z test_fn_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.512s) 2022-09-27T16:19:24.9192316Z test_fn_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.664s) 2022-09-27T16:19:46.4556822Z test_fn_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (21.536s) 2022-09-27T16:19:46.5648428Z test_fn_gradgrad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-09-27T16:19:47.1602275Z test_fn_gradgrad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.595s) 2022-09-27T16:19:47.1613903Z 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-09-27T16:19:47.4607241Z test_fn_gradgrad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.299s) 2022-09-27T16:19:47.5265324Z test_fn_gradgrad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:19:47.5275609Z 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-09-27T16:19:47.5785316Z test_fn_gradgrad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:19:47.6457751Z test_fn_gradgrad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T16:19:47.8664310Z test_fn_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.220s) 2022-09-27T16:19:48.1393386Z test_fn_gradgrad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.273s) 2022-09-27T16:19:48.6359384Z test_fn_gradgrad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.496s) 2022-09-27T16:19:48.7858667Z test_fn_gradgrad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-09-27T16:19:48.9304546Z test_fn_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.144s) 2022-09-27T16:19:49.0705246Z test_fn_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-09-27T16:19:49.2117681Z test_fn_gradgrad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.141s) 2022-09-27T16:19:49.3508157Z test_fn_gradgrad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-09-27T16:19:49.4939759Z test_fn_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.143s) 2022-09-27T16:19:49.5579393Z test_fn_gradgrad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:19:49.5580705Z warnings.warn( 2022-09-27T16:19:49.5711521Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:19:49.5712994Z warnings.warn( 2022-09-27T16:19:49.5869875Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:19:49.5870757Z warnings.warn( 2022-09-27T16:19:49.6049688Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:19:49.6050367Z warnings.warn( 2022-09-27T16:19:49.6230634Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:19:49.6231275Z warnings.warn( 2022-09-27T16:19:49.8246583Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:19:49.8247308Z warnings.warn( 2022-09-27T16:19:49.8378886Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:19:49.8379777Z warnings.warn( 2022-09-27T16:19:49.8537443Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:19:49.8538128Z warnings.warn( 2022-09-27T16:19:49.8716399Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:19:49.8717046Z warnings.warn( 2022-09-27T16:19:49.8897940Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:19:49.8898595Z warnings.warn( 2022-09-27T16:19:50.0288902Z ok (0.535s) 2022-09-27T16:19:51.0818112Z test_fn_gradgrad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.053s) 2022-09-27T16:19:51.2601999Z test_fn_gradgrad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.178s) 2022-09-27T16:19:51.5274459Z test_fn_gradgrad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.267s) 2022-09-27T16:19:51.6305202Z test_fn_gradgrad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-09-27T16:19:54.3335854Z test_fn_gradgrad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.703s) 2022-09-27T16:19:54.8880261Z test_fn_gradgrad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.554s) 2022-09-27T16:19:55.1551191Z test_fn_gradgrad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.267s) 2022-09-27T16:19:55.1876244Z test_fn_gradgrad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:19:55.5398616Z test_fn_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.352s) 2022-09-27T16:20:07.0014338Z test_fn_gradgrad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (11.461s) 2022-09-27T16:20:21.9530729Z test_fn_gradgrad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (14.952s) 2022-09-27T16:20:29.2404289Z test_fn_gradgrad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (7.287s) 2022-09-27T16:20:29.2408913Z test_fn_gradgrad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:20:29.5414059Z test_fn_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.300s) 2022-09-27T16:20:29.5419675Z test_fn_gradgrad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:20:30.0186439Z test_fn_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.476s) 2022-09-27T16:20:30.0192527Z test_fn_gradgrad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:20:30.1824605Z test_fn_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.163s) 2022-09-27T16:20:30.2244658Z test_fn_gradgrad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:20:30.3962342Z test_fn_gradgrad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-09-27T16:20:30.3971778Z 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.001s) 2022-09-27T16:20:30.3980769Z 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-09-27T16:20:30.4849815Z test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T16:20:31.2016607Z test_fn_gradgrad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.716s) 2022-09-27T16:20:32.1430541Z test_fn_gradgrad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.941s) 2022-09-27T16:20:32.3310467Z test_fn_gradgrad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.188s) 2022-09-27T16:20:33.0493413Z test_fn_gradgrad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.718s) 2022-09-27T16:20:33.2009525Z test_fn_gradgrad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.151s) 2022-09-27T16:20:35.8147980Z test_fn_gradgrad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.614s) 2022-09-27T16:20:36.3548158Z test_fn_gradgrad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.540s) 2022-09-27T16:20:36.9877323Z test_fn_gradgrad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.633s) 2022-09-27T16:20:37.1177235Z test_fn_gradgrad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-09-27T16:20:37.7474403Z test_fn_gradgrad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.630s) 2022-09-27T16:20:37.8776102Z test_fn_gradgrad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-09-27T16:20:38.9223638Z test_fn_gradgrad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.045s) 2022-09-27T16:20:39.1754412Z test_fn_gradgrad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.253s) 2022-09-27T16:20:39.1764629Z 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-09-27T16:20:39.2911233Z test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.115s) 2022-09-27T16:20:39.3150194Z test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:20:39.4294616Z test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.114s) 2022-09-27T16:20:39.4534064Z test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:20:42.1364935Z test_fn_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.683s) 2022-09-27T16:20:42.6471182Z test_fn_gradgrad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.510s) 2022-09-27T16:20:42.6798322Z test_fn_gradgrad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:20:42.7279324Z test_fn_gradgrad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:20:42.7688019Z test_fn_gradgrad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:20:42.8024538Z test_fn_gradgrad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:20:42.8398503Z test_fn_gradgrad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:20:43.0957111Z test_fn_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.256s) 2022-09-27T16:20:43.1881073Z test_fn_gradgrad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-09-27T16:20:43.2738028Z test_fn_gradgrad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-09-27T16:20:43.6461282Z test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.372s) 2022-09-27T16:20:43.7319010Z test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-09-27T16:20:43.7668875Z test_fn_gradgrad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:20:43.8218747Z test_fn_gradgrad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T16:20:44.0650469Z test_fn_gradgrad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.243s) 2022-09-27T16:20:44.1114169Z test_fn_gradgrad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:20:44.2812557Z test_fn_gradgrad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-09-27T16:20:44.3170423Z test_fn_gradgrad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:20:44.3654350Z test_fn_gradgrad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:20:46.6020764Z test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.236s) 2022-09-27T16:20:47.1436650Z test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.542s) 2022-09-27T16:20:49.4347379Z test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.291s) 2022-09-27T16:20:49.9890389Z test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.554s) 2022-09-27T16:21:03.4796475Z test_fn_gradgrad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (13.490s) 2022-09-27T16:21:06.2080806Z test_fn_gradgrad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.728s) 2022-09-27T16:21:06.2097688Z test_fn_gradgrad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2099654Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2152377Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2153036Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2212796Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2213447Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2270456Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2271072Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2331066Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2331712Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2388596Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2389446Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2450214Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2450850Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2506552Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2507169Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2566160Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2566801Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2571812Z ok (0.049s) 2022-09-27T16:21:06.2595739Z test_fn_gradgrad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2596534Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2647875Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2648877Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2706615Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2707278Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2762560Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2763181Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2821226Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2821861Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2877050Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2877680Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2938121Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2994067Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.2994887Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.2995511Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3053481Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3054332Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3110105Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3110740Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3170543Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3171185Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3227160Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3227809Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3286756Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3287375Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3343756Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3344394Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3403668Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3404441Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3459975Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3460616Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3519539Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3520173Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3578217Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3578878Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3639062Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3639701Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3698045Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3698661Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3759309Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3759945Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3818839Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3819492Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3880119Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3880765Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3938753Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.3939397Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.3999840Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:21:06.4000489Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:21:06.4005251Z ok (0.143s) 2022-09-27T16:21:06.4015671Z test_fn_gradgrad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:06.4025241Z test_fn_gradgrad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:09.2575450Z test_fn_gradgrad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.855s) 2022-09-27T16:21:09.9462972Z test_fn_gradgrad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.689s) 2022-09-27T16:21:10.1515837Z test_fn_gradgrad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.205s) 2022-09-27T16:21:10.1988724Z test_fn_gradgrad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:21:12.9881796Z test_fn_gradgrad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.789s) 2022-09-27T16:21:13.3760805Z test_fn_gradgrad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.388s) 2022-09-27T16:21:14.1715630Z test_fn_gradgrad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.795s) 2022-09-27T16:21:14.2276997Z test_fn_gradgrad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:21:14.2281757Z test_fn_gradgrad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.000s) 2022-09-27T16:21:14.2287332Z test_fn_gradgrad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.000s) 2022-09-27T16:21:14.2298638Z test_fn_gradgrad_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:14.2307973Z test_fn_gradgrad_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:14.2317739Z test_fn_gradgrad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:14.2327282Z test_fn_gradgrad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:14.2337337Z test_fn_gradgrad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:14.2347033Z test_fn_gradgrad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:14.3699941Z test_fn_gradgrad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-09-27T16:21:14.3987602Z test_fn_gradgrad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:21:36.7049120Z test_fn_gradgrad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (22.306s) 2022-09-27T16:21:36.9146638Z test_fn_gradgrad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.210s) 2022-09-27T16:21:36.9583011Z test_fn_gradgrad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:21:38.5240719Z test_fn_gradgrad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.565s) 2022-09-27T16:21:38.6943426Z test_fn_gradgrad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-09-27T16:21:39.0371965Z test_fn_gradgrad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.343s) 2022-09-27T16:21:39.1543755Z test_fn_gradgrad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.117s) 2022-09-27T16:21:39.1550050Z test_fn_gradgrad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:39.1555315Z test_fn_gradgrad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:21:39.1560722Z test_fn_gradgrad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:21:39.1566223Z test_fn_gradgrad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:21:39.2873954Z test_fn_gradgrad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.131s) 2022-09-27T16:21:39.3152367Z test_fn_gradgrad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:21:40.9440449Z test_fn_gradgrad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.628s) 2022-09-27T16:21:41.2787599Z test_fn_gradgrad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.335s) 2022-09-27T16:21:44.5039342Z test_fn_gradgrad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.225s) 2022-09-27T16:21:45.2083269Z test_fn_gradgrad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.704s) 2022-09-27T16:21:47.4920415Z test_fn_gradgrad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.284s) 2022-09-27T16:21:47.9120572Z test_fn_gradgrad_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.420s) 2022-09-27T16:21:51.8777420Z test_fn_gradgrad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.966s) 2022-09-27T16:21:52.5076421Z test_fn_gradgrad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.630s) 2022-09-27T16:21:53.9304449Z test_fn_gradgrad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.423s) 2022-09-27T16:21:53.9616494Z test_fn_gradgrad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:21:53.9626405Z test_fn_gradgrad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:53.9635884Z test_fn_gradgrad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:53.9645561Z test_fn_gradgrad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:53.9655497Z test_fn_gradgrad_randn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:53.9664964Z test_fn_gradgrad_randn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:53.9674503Z test_fn_gradgrad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:53.9683957Z test_fn_gradgrad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:54.1268764Z test_fn_gradgrad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:21:54.1594469Z test_fn_gradgrad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:21:54.2868795Z test_fn_gradgrad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-09-27T16:21:54.3145615Z test_fn_gradgrad_real_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:21:54.4830235Z test_fn_gradgrad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.168s) 2022-09-27T16:21:54.5170881Z test_fn_gradgrad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:21:54.7492405Z test_fn_gradgrad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.232s) 2022-09-27T16:21:55.1792747Z test_fn_gradgrad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.430s) 2022-09-27T16:21:55.2652987Z test_fn_gradgrad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-09-27T16:21:56.4937787Z test_fn_gradgrad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.228s) 2022-09-27T16:21:56.7187484Z test_fn_gradgrad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.225s) 2022-09-27T16:21:57.0222841Z test_fn_gradgrad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.303s) 2022-09-27T16:21:57.0786454Z test_fn_gradgrad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:21:57.2825280Z test_fn_gradgrad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.204s) 2022-09-27T16:21:57.3250625Z test_fn_gradgrad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:21:57.6788499Z test_fn_gradgrad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.354s) 2022-09-27T16:21:57.7517047Z test_fn_gradgrad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-09-27T16:21:57.7527109Z test_fn_gradgrad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:57.7536542Z test_fn_gradgrad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:57.7546066Z test_fn_gradgrad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:57.7555624Z test_fn_gradgrad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:21:57.8543116Z test_fn_gradgrad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-09-27T16:21:57.8747384Z test_fn_gradgrad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:21:57.9725531Z test_fn_gradgrad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-09-27T16:21:57.9931196Z test_fn_gradgrad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:21:58.7523139Z test_fn_gradgrad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.759s) 2022-09-27T16:21:58.9082374Z test_fn_gradgrad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.156s) 2022-09-27T16:22:00.8534115Z test_fn_gradgrad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.945s) 2022-09-27T16:22:01.2504414Z test_fn_gradgrad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.397s) 2022-09-27T16:22:01.2591696Z test_fn_gradgrad_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:22:01.2799594Z test_fn_gradgrad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:22:01.2805290Z test_fn_gradgrad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:22:01.2811140Z test_fn_gradgrad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:22:01.4518520Z test_fn_gradgrad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-09-27T16:22:01.4865130Z test_fn_gradgrad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:22:02.6965136Z test_fn_gradgrad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.210s) 2022-09-27T16:22:02.9531478Z test_fn_gradgrad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.257s) 2022-09-27T16:22:03.7663642Z test_fn_gradgrad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.813s) 2022-09-27T16:22:03.9394954Z test_fn_gradgrad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.173s) 2022-09-27T16:22:04.8478766Z test_fn_gradgrad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.908s) 2022-09-27T16:22:05.0423496Z test_fn_gradgrad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.194s) 2022-09-27T16:22:05.6777141Z test_fn_gradgrad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.635s) 2022-09-27T16:22:06.3164222Z test_fn_gradgrad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.639s) 2022-09-27T16:22:06.9602629Z test_fn_gradgrad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.644s) 2022-09-27T16:22:08.2775200Z test_fn_gradgrad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.317s) 2022-09-27T16:22:08.8250483Z test_fn_gradgrad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.547s) 2022-09-27T16:22:08.8262118Z test_fn_gradgrad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:08.8272896Z test_fn_gradgrad_segment_reduce_lengths_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-09-27T16:22:08.8284124Z test_fn_gradgrad_segment_reduce_offsets_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op claims it doesn't support gradgrad. This is not verified. (0.001s) 2022-09-27T16:22:09.1031729Z test_fn_gradgrad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.275s) 2022-09-27T16:22:09.1592629Z test_fn_gradgrad_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:22:09.2923086Z test_fn_gradgrad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-09-27T16:22:09.3789755Z test_fn_gradgrad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T16:22:09.3886415Z test_fn_gradgrad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:22:09.3896500Z test_fn_gradgrad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:09.3905552Z test_fn_gradgrad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:09.5466978Z test_fn_gradgrad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.156s) 2022-09-27T16:22:09.5807449Z test_fn_gradgrad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:22:09.5897197Z test_fn_gradgrad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:22:09.5908474Z test_fn_gradgrad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:09.6558203Z test_fn_gradgrad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-09-27T16:22:09.6703421Z test_fn_gradgrad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:22:09.8929830Z test_fn_gradgrad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.222s) 2022-09-27T16:22:09.9390424Z test_fn_gradgrad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:22:10.0031108Z test_fn_gradgrad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-09-27T16:22:10.0172878Z test_fn_gradgrad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:22:10.2650251Z test_fn_gradgrad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.247s) 2022-09-27T16:22:10.3460965Z test_fn_gradgrad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-09-27T16:22:10.7002652Z test_fn_gradgrad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.354s) 2022-09-27T16:22:10.7808697Z test_fn_gradgrad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-09-27T16:22:11.1712257Z test_fn_gradgrad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.390s) 2022-09-27T16:22:11.1717823Z test_fn_gradgrad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:22:11.1723561Z test_fn_gradgrad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:22:11.1736889Z test_fn_gradgrad_special_airy_ai_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.1747741Z test_fn_gradgrad_special_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.1758869Z test_fn_gradgrad_special_bessel_j1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.1770032Z test_fn_gradgrad_special_bessel_y0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.1780962Z test_fn_gradgrad_special_bessel_y1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.1791873Z test_fn_gradgrad_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.1801790Z test_fn_gradgrad_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.1806988Z test_fn_gradgrad_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:22:11.1812405Z test_fn_gradgrad_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:22:11.2066114Z test_fn_gradgrad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:22:11.2436206Z test_fn_gradgrad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:22:11.2446744Z test_fn_gradgrad_special_hermite_polynomial_h_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.2458321Z test_fn_gradgrad_special_hermite_polynomial_he_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.2798697Z test_fn_gradgrad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:22:11.3337278Z test_fn_gradgrad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-09-27T16:22:11.3931642Z test_fn_gradgrad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-09-27T16:22:11.3942004Z test_fn_gradgrad_special_laguerre_polynomial_l_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.3948526Z test_fn_gradgrad_special_legendre_polynomial_p_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:22:11.4365314Z test_fn_gradgrad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:22:11.4376213Z test_fn_gradgrad_special_modified_bessel_i0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.4387417Z test_fn_gradgrad_special_modified_bessel_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.4398378Z test_fn_gradgrad_special_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.4409294Z test_fn_gradgrad_special_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.4825710Z test_fn_gradgrad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:22:11.5219457Z test_fn_gradgrad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:22:11.6432433Z test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-09-27T16:22:11.6442844Z test_fn_gradgrad_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.6454419Z test_fn_gradgrad_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.6460855Z test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:22:11.6467075Z test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:22:11.6473166Z test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:22:11.6479972Z test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:22:11.6490997Z test_fn_gradgrad_special_spherical_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:11.9254260Z test_fn_gradgrad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.276s) 2022-09-27T16:22:11.9265191Z test_fn_gradgrad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:22:12.0848563Z test_fn_gradgrad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:22:12.1175902Z test_fn_gradgrad_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:22:12.4192252Z test_fn_gradgrad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.301s) 2022-09-27T16:22:12.4762647Z test_fn_gradgrad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:22:12.8680197Z test_fn_gradgrad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.392s) 2022-09-27T16:22:12.9421742Z test_fn_gradgrad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-09-27T16:22:13.0075026Z test_fn_gradgrad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-09-27T16:22:13.0212653Z test_fn_gradgrad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:22:13.1911759Z test_fn_gradgrad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-09-27T16:22:13.2254984Z test_fn_gradgrad_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:22:13.5866485Z test_fn_gradgrad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.361s) 2022-09-27T16:22:13.6609089Z test_fn_gradgrad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-09-27T16:22:14.7534259Z test_fn_gradgrad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.092s) 2022-09-27T16:22:14.9916958Z test_fn_gradgrad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.238s) 2022-09-27T16:22:15.6621324Z test_fn_gradgrad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.670s) 2022-09-27T16:22:15.8204259Z test_fn_gradgrad_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:22:16.8155555Z test_fn_gradgrad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.995s) 2022-09-27T16:22:17.0225626Z test_fn_gradgrad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.207s) 2022-09-27T16:22:17.7532946Z test_fn_gradgrad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.730s) 2022-09-27T16:22:17.9460401Z test_fn_gradgrad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.193s) 2022-09-27T16:22:19.1708577Z test_fn_gradgrad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.225s) 2022-09-27T16:22:19.4330364Z test_fn_gradgrad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.262s) 2022-09-27T16:22:20.5185115Z test_fn_gradgrad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.085s) 2022-09-27T16:22:20.7399810Z test_fn_gradgrad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.221s) 2022-09-27T16:22:21.5895628Z test_fn_gradgrad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.849s) 2022-09-27T16:22:21.7631568Z test_fn_gradgrad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.174s) 2022-09-27T16:23:02.7527374Z test_fn_gradgrad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (40.989s) 2022-09-27T16:23:07.5769410Z test_fn_gradgrad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (4.824s) 2022-09-27T16:23:36.1805373Z test_fn_gradgrad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (28.603s) 2022-09-27T16:23:37.3473683Z test_fn_gradgrad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.167s) 2022-09-27T16:23:37.5583575Z test_fn_gradgrad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.211s) 2022-09-27T16:23:37.7147226Z test_fn_gradgrad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.156s) 2022-09-27T16:23:37.7470674Z test_fn_gradgrad_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:23:38.0556517Z test_fn_gradgrad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.308s) 2022-09-27T16:23:38.1198740Z test_fn_gradgrad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-09-27T16:23:38.6479254Z test_fn_gradgrad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.528s) 2022-09-27T16:23:38.7555917Z test_fn_gradgrad_take_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.108s) 2022-09-27T16:23:38.8236539Z test_fn_gradgrad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:23:38.8379474Z test_fn_gradgrad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:23:38.8985173Z test_fn_gradgrad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-09-27T16:23:38.9119300Z test_fn_gradgrad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:23:40.1035416Z test_fn_gradgrad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.191s) 2022-09-27T16:23:40.3192884Z test_fn_gradgrad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.216s) 2022-09-27T16:23:40.6212884Z test_fn_gradgrad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.302s) 2022-09-27T16:23:40.6839591Z test_fn_gradgrad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-09-27T16:23:42.1272865Z test_fn_gradgrad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.443s) 2022-09-27T16:23:42.3903050Z test_fn_gradgrad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.263s) 2022-09-27T16:23:43.6552268Z test_fn_gradgrad_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.265s) 2022-09-27T16:23:43.9375023Z test_fn_gradgrad_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.282s) 2022-09-27T16:23:43.9386413Z test_fn_gradgrad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:23:43.9724472Z test_fn_gradgrad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:23:44.1369195Z test_fn_gradgrad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.164s) 2022-09-27T16:23:44.2040711Z test_fn_gradgrad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T16:23:44.2187394Z test_fn_gradgrad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:23:44.6347671Z test_fn_gradgrad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.416s) 2022-09-27T16:23:44.7204667Z test_fn_gradgrad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-09-27T16:23:46.0628317Z test_fn_gradgrad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.342s) 2022-09-27T16:23:46.3371314Z test_fn_gradgrad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.274s) 2022-09-27T16:23:47.6860748Z test_fn_gradgrad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.349s) 2022-09-27T16:23:47.9611853Z test_fn_gradgrad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.275s) 2022-09-27T16:23:49.6940825Z test_fn_gradgrad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.733s) 2022-09-27T16:23:50.0109422Z test_fn_gradgrad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.317s) 2022-09-27T16:23:50.4520207Z test_fn_gradgrad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.441s) 2022-09-27T16:23:50.5423780Z test_fn_gradgrad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-09-27T16:23:50.9820677Z test_fn_gradgrad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.439s) 2022-09-27T16:23:51.0726095Z test_fn_gradgrad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T16:23:52.3078445Z test_fn_gradgrad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.235s) 2022-09-27T16:23:52.5656714Z test_fn_gradgrad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.258s) 2022-09-27T16:23:52.5745112Z test_fn_gradgrad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:23:53.3791361Z test_fn_gradgrad_unbind_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.804s) 2022-09-27T16:23:53.5242681Z test_fn_gradgrad_unbind_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.145s) 2022-09-27T16:23:54.0188435Z test_fn_gradgrad_unflatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.494s) 2022-09-27T16:23:54.1216316Z test_fn_gradgrad_unflatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-09-27T16:23:55.2929695Z test_fn_gradgrad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.171s) 2022-09-27T16:23:55.4948944Z test_fn_gradgrad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.202s) 2022-09-27T16:23:55.4959569Z test_fn_gradgrad_uniform_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:23:55.4969240Z test_fn_gradgrad_uniform_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:23:55.4979575Z test_fn_gradgrad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:23:55.4989506Z test_fn_gradgrad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:23:55.9703998Z test_fn_gradgrad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.471s) 2022-09-27T16:23:56.0644858Z test_fn_gradgrad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:23:56.6207468Z test_fn_gradgrad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.556s) 2022-09-27T16:23:56.7449385Z test_fn_gradgrad_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:23:57.6034813Z test_fn_gradgrad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.858s) 2022-09-27T16:23:57.7754914Z test_fn_gradgrad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-09-27T16:23:58.0280369Z test_fn_gradgrad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.252s) 2022-09-27T16:23:58.0548583Z test_fn_gradgrad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:23:58.0689508Z test_fn_gradgrad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:23:58.2752063Z test_fn_gradgrad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.206s) 2022-09-27T16:23:58.3183501Z test_fn_gradgrad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:23:58.3637535Z test_fn_gradgrad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:23:58.7234684Z test_fn_gradgrad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.360s) 2022-09-27T16:23:58.7977859Z test_fn_gradgrad_view_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-09-27T16:23:59.0392545Z test_fn_gradgrad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.241s) 2022-09-27T16:23:59.0826294Z test_fn_gradgrad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:23:59.4581507Z test_fn_gradgrad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.375s) 2022-09-27T16:23:59.5399154Z test_fn_gradgrad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-09-27T16:24:00.1576435Z test_fn_gradgrad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.618s) 2022-09-27T16:24:00.2908433Z test_fn_gradgrad_where_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-09-27T16:24:00.5576817Z test_fn_gradgrad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.267s) 2022-09-27T16:24:00.7299746Z test_fn_gradgrad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-09-27T16:24:00.7555440Z test_fn_gradgrad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:24:00.7566959Z test_fn_gradgrad_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:00.7578235Z test_fn_gradgrad_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:00.7589143Z test_fn_gradgrad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:00.7600834Z test_fn_gradgrad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:00.7804011Z test_forward_mode_AD_H_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:24:00.7844819Z test_forward_mode_AD_H_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:24:00.8064650Z test_forward_mode_AD_T_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:24:00.8116914Z test_forward_mode_AD_T_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:24:01.0326968Z test_forward_mode_AD___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.221s) 2022-09-27T16:24:01.0822326Z test_forward_mode_AD___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-09-27T16:24:01.3249945Z test_forward_mode_AD___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.243s) 2022-09-27T16:24:01.3693492Z test_forward_mode_AD___radd___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:24:01.6667574Z test_forward_mode_AD___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.297s) 2022-09-27T16:24:01.7220406Z test_forward_mode_AD___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T16:24:02.1058753Z test_forward_mode_AD___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.384s) 2022-09-27T16:24:02.1595575Z test_forward_mode_AD___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-09-27T16:24:02.2090885Z test_forward_mode_AD___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-09-27T16:24:02.4678495Z test_forward_mode_AD___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.259s) 2022-09-27T16:24:02.5162602Z test_forward_mode_AD___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:24:02.5168788Z test_forward_mode_AD___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:24:02.5175273Z test_forward_mode_AD___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:24:02.7657218Z test_forward_mode_AD___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.248s) 2022-09-27T16:24:02.8109869Z test_forward_mode_AD___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:24:03.2331102Z test_forward_mode_AD__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.422s) 2022-09-27T16:24:03.6559908Z test_forward_mode_AD__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.423s) 2022-09-27T16:24:03.6570966Z test_forward_mode_AD__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:03.6581930Z test_forward_mode_AD__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:03.9360514Z test_forward_mode_AD__masked_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.278s) 2022-09-27T16:24:04.0051423Z test_forward_mode_AD__masked_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:24:04.2477032Z test_forward_mode_AD__masked_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.242s) 2022-09-27T16:24:04.3060758Z test_forward_mode_AD__masked_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:24:04.3897843Z test_forward_mode_AD__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.084s) 2022-09-27T16:24:04.4851362Z test_forward_mode_AD__masked_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:24:04.9570269Z test_forward_mode_AD__masked_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.472s) 2022-09-27T16:24:07.1290919Z test_forward_mode_AD__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.172s) 2022-09-27T16:24:07.6833201Z test_forward_mode_AD__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.554s) 2022-09-27T16:24:07.7660311Z test_forward_mode_AD__masked_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-09-27T16:24:09.8837560Z test_forward_mode_AD__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.117s) 2022-09-27T16:24:10.6097932Z test_forward_mode_AD__masked_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.726s) 2022-09-27T16:24:10.7828090Z test_forward_mode_AD__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.173s) 2022-09-27T16:24:12.5889819Z test_forward_mode_AD__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.806s) 2022-09-27T16:24:13.0120535Z test_forward_mode_AD__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.423s) 2022-09-27T16:24:13.0972232Z test_forward_mode_AD__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-09-27T16:24:13.1865648Z test_forward_mode_AD__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T16:24:15.7230397Z test_forward_mode_AD__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.536s) 2022-09-27T16:24:16.2356239Z test_forward_mode_AD__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.513s) 2022-09-27T16:24:17.5276647Z test_forward_mode_AD__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.292s) 2022-09-27T16:24:17.8318649Z test_forward_mode_AD__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.304s) 2022-09-27T16:24:20.2565494Z test_forward_mode_AD__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.425s) 2022-09-27T16:24:20.7560316Z test_forward_mode_AD__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.499s) 2022-09-27T16:24:20.7702477Z test_forward_mode_AD_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:24:20.7735978Z test_forward_mode_AD_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:20.8086496Z test_forward_mode_AD_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:24:20.8164788Z test_forward_mode_AD_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:24:20.8513392Z test_forward_mode_AD_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:24:20.8586829Z test_forward_mode_AD_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:21.1616651Z test_forward_mode_AD_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.303s) 2022-09-27T16:24:21.2169602Z test_forward_mode_AD_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T16:24:21.9738427Z test_forward_mode_AD_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.757s) 2022-09-27T16:24:22.0400926Z test_forward_mode_AD_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:24:22.7302723Z test_forward_mode_AD_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.690s) 2022-09-27T16:24:22.8499524Z test_forward_mode_AD_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-09-27T16:24:23.5191325Z test_forward_mode_AD_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.669s) 2022-09-27T16:24:23.6317595Z test_forward_mode_AD_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-09-27T16:24:23.9324827Z test_forward_mode_AD_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.301s) 2022-09-27T16:24:23.9627882Z test_forward_mode_AD_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:24:24.2508546Z test_forward_mode_AD_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.288s) 2022-09-27T16:24:24.2794999Z test_forward_mode_AD_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:24:24.6241228Z test_forward_mode_AD_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.344s) 2022-09-27T16:24:24.6839732Z test_forward_mode_AD_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-09-27T16:24:24.9061915Z test_forward_mode_AD_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.222s) 2022-09-27T16:24:24.9457502Z test_forward_mode_AD_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:24:24.9466034Z test_forward_mode_AD_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:24.9474251Z test_forward_mode_AD_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:24.9483241Z test_forward_mode_AD_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:24.9491571Z test_forward_mode_AD_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:24.9862495Z test_forward_mode_AD_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:24:25.0233209Z test_forward_mode_AD_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:24:25.0241762Z test_forward_mode_AD_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:25.0400163Z test_forward_mode_AD_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:24:25.0432591Z test_forward_mode_AD_angle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:25.0441429Z test_forward_mode_AD_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:25.0449759Z test_forward_mode_AD_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:25.0458401Z test_forward_mode_AD_arange_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:25.0466904Z test_forward_mode_AD_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:25.0475181Z test_forward_mode_AD_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:25.0483606Z test_forward_mode_AD_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:25.0492548Z test_forward_mode_AD_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:25.0501041Z test_forward_mode_AD_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:25.0504742Z test_forward_mode_AD_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.000s) 2022-09-27T16:24:25.0509646Z test_forward_mode_AD_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.000s) 2022-09-27T16:24:25.2122408Z test_forward_mode_AD_as_strided_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.161s) 2022-09-27T16:24:25.2414774Z test_forward_mode_AD_as_strided_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:24:25.2555001Z test_forward_mode_AD_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:24:25.2589651Z test_forward_mode_AD_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:25.2729095Z test_forward_mode_AD_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:24:25.2763466Z test_forward_mode_AD_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:25.3304055Z test_forward_mode_AD_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-09-27T16:24:25.3441346Z test_forward_mode_AD_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:24:25.3475070Z test_forward_mode_AD_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:25.3616150Z test_forward_mode_AD_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:24:25.3651025Z test_forward_mode_AD_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:25.5553016Z test_forward_mode_AD_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.190s) 2022-09-27T16:24:25.5804809Z test_forward_mode_AD_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:24:25.7717820Z test_forward_mode_AD_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.191s) 2022-09-27T16:24:25.7970850Z test_forward_mode_AD_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:24:25.9897385Z test_forward_mode_AD_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.193s) 2022-09-27T16:24:26.0153224Z test_forward_mode_AD_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:24:26.7803387Z test_forward_mode_AD_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.765s) 2022-09-27T16:24:26.8379944Z test_forward_mode_AD_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:24:26.8453802Z test_forward_mode_AD_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.007s) 2022-09-27T16:24:26.8551518Z test_forward_mode_AD_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.010s) 2022-09-27T16:24:26.8604745Z test_forward_mode_AD_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.005s) 2022-09-27T16:24:27.0319554Z test_forward_mode_AD_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-09-27T16:24:27.0542363Z test_forward_mode_AD_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:24:27.0875620Z test_forward_mode_AD_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:24:27.0939429Z test_forward_mode_AD_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:24:27.0948518Z test_forward_mode_AD_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:27.0956722Z test_forward_mode_AD_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:27.1937228Z test_forward_mode_AD_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-09-27T16:24:27.2076039Z test_forward_mode_AD_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:24:27.2768711Z test_forward_mode_AD_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:24:27.2882560Z test_forward_mode_AD_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:24:27.2891994Z test_forward_mode_AD_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:27.2900853Z test_forward_mode_AD_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:27.2909497Z test_forward_mode_AD_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:27.3793681Z test_forward_mode_AD_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-09-27T16:24:27.3915743Z test_forward_mode_AD_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:24:27.5784454Z test_forward_mode_AD_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-09-27T16:24:27.6120485Z test_forward_mode_AD_cat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:24:27.6666294Z test_forward_mode_AD_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-09-27T16:24:27.6699033Z test_forward_mode_AD_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:28.1256169Z test_forward_mode_AD_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.455s) 2022-09-27T16:24:28.1320858Z test_forward_mode_AD_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-09-27T16:24:28.1329895Z test_forward_mode_AD_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:28.1338501Z test_forward_mode_AD_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:28.1432574Z test_forward_mode_AD_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:24:28.1500375Z test_forward_mode_AD_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:28.3992768Z test_forward_mode_AD_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.249s) 2022-09-27T16:24:28.4604304Z test_forward_mode_AD_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-09-27T16:24:28.8981263Z test_forward_mode_AD_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.438s) 2022-09-27T16:24:28.9877944Z test_forward_mode_AD_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-09-27T16:24:29.0419177Z test_forward_mode_AD_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-09-27T16:24:29.0549243Z test_forward_mode_AD_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:24:29.0901478Z test_forward_mode_AD_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:24:29.1364072Z test_forward_mode_AD_clamp_max_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:24:29.1830411Z test_forward_mode_AD_clamp_min_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:24:29.2066859Z test_forward_mode_AD_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:24:29.2122905Z test_forward_mode_AD_clone_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:24:29.2926605Z test_forward_mode_AD_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-09-27T16:24:29.3039423Z test_forward_mode_AD_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:24:29.6412189Z test_forward_mode_AD_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.337s) 2022-09-27T16:24:29.7059630Z test_forward_mode_AD_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-09-27T16:24:29.7528079Z test_forward_mode_AD_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:24:29.7785330Z test_forward_mode_AD_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:24:29.7833205Z test_forward_mode_AD_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:24:29.7955604Z test_forward_mode_AD_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:24:29.7985191Z test_forward_mode_AD_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:30.3338696Z test_forward_mode_AD_constant_pad_nd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.535s) 2022-09-27T16:24:30.4503070Z test_forward_mode_AD_constant_pad_nd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-09-27T16:24:30.4713927Z test_forward_mode_AD_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:24:30.4762496Z test_forward_mode_AD_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:24:30.5202005Z test_forward_mode_AD_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:24:30.6155432Z test_forward_mode_AD_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:24:30.6322587Z test_forward_mode_AD_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:24:30.6656288Z test_forward_mode_AD_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:24:30.6727644Z test_forward_mode_AD_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:30.7054516Z test_forward_mode_AD_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:24:30.7124580Z test_forward_mode_AD_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:30.7133802Z test_forward_mode_AD_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:30.7141913Z test_forward_mode_AD_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:30.7362559Z test_forward_mode_AD_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.022s) 2022-09-27T16:24:30.7502578Z test_forward_mode_AD_cov_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/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-09-27T16:24:30.7503263Z warnings.warn( 2022-09-27T16:24:30.7667935Z expected failure (0.030s) 2022-09-27T16:24:30.8614584Z test_forward_mode_AD_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:24:30.8798652Z test_forward_mode_AD_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:24:30.8897774Z test_forward_mode_AD_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:24:30.8996326Z test_forward_mode_AD_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:24:34.5363282Z test_forward_mode_AD_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.636s) 2022-09-27T16:24:35.1152321Z test_forward_mode_AD_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.579s) 2022-09-27T16:24:35.1658210Z test_forward_mode_AD_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:24:35.1765141Z test_forward_mode_AD_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:24:35.4071752Z test_forward_mode_AD_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.231s) 2022-09-27T16:24:35.4424256Z test_forward_mode_AD_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:24:35.4494842Z test_forward_mode_AD_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:35.6377315Z test_forward_mode_AD_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.188s) 2022-09-27T16:24:35.6743495Z test_forward_mode_AD_diag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:24:35.8575999Z test_forward_mode_AD_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.183s) 2022-09-27T16:24:35.8975303Z test_forward_mode_AD_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:24:35.9516610Z test_forward_mode_AD_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-09-27T16:24:35.9613134Z test_forward_mode_AD_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:24:36.1223770Z test_forward_mode_AD_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.161s) 2022-09-27T16:24:36.1554630Z test_forward_mode_AD_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:24:36.2380062Z test_forward_mode_AD_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-09-27T16:24:38.2359154Z test_forward_mode_AD_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.998s) 2022-09-27T16:24:38.4980885Z test_forward_mode_AD_diff_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.262s) 2022-09-27T16:24:38.5051317Z test_forward_mode_AD_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:40.0233745Z test_forward_mode_AD_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.518s) 2022-09-27T16:24:40.2388712Z test_forward_mode_AD_dist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.216s) 2022-09-27T16:24:40.2844663Z test_forward_mode_AD_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:24:40.5507711Z test_forward_mode_AD_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.266s) 2022-09-27T16:24:40.6026397Z test_forward_mode_AD_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T16:24:40.6481085Z test_forward_mode_AD_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:24:40.7151872Z test_forward_mode_AD_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T16:24:40.7218390Z test_forward_mode_AD_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:40.7780402Z test_forward_mode_AD_double_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:24:40.7893468Z test_forward_mode_AD_double_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:24:40.8176951Z test_forward_mode_AD_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:24:40.8233956Z test_forward_mode_AD_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:24:40.9140903Z test_forward_mode_AD_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T16:24:40.9254545Z test_forward_mode_AD_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:24:41.1886658Z test_forward_mode_AD_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.263s) 2022-09-27T16:24:41.2280065Z test_forward_mode_AD_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:24:41.2289737Z test_forward_mode_AD_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:41.2297998Z test_forward_mode_AD_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:41.2306569Z test_forward_mode_AD_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:41.2314730Z test_forward_mode_AD_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:41.2322971Z test_forward_mode_AD_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:41.2331428Z test_forward_mode_AD_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:41.2339986Z test_forward_mode_AD_equal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:41.2348327Z test_forward_mode_AD_equal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:41.2383311Z test_forward_mode_AD_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:41.2458794Z test_forward_mode_AD_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:41.2493455Z test_forward_mode_AD_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:41.2563776Z test_forward_mode_AD_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:41.2885526Z test_forward_mode_AD_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:24:41.2954252Z test_forward_mode_AD_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:41.3285430Z test_forward_mode_AD_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:24:41.3360280Z test_forward_mode_AD_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:41.4325109Z test_forward_mode_AD_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.096s) 2022-09-27T16:24:41.4525943Z test_forward_mode_AD_expand_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:24:41.4558893Z test_forward_mode_AD_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:41.4568333Z test_forward_mode_AD_eye_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:41.4576942Z test_forward_mode_AD_eye_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:41.5285382Z test_forward_mode_AD_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:24:41.5421593Z test_forward_mode_AD_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:24:41.6238830Z test_forward_mode_AD_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-09-27T16:24:41.6399657Z test_forward_mode_AD_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:24:41.7339062Z test_forward_mode_AD_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:24:41.7514848Z test_forward_mode_AD_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:24:41.8094925Z test_forward_mode_AD_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:24:41.8223421Z test_forward_mode_AD_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:24:41.9077636Z test_forward_mode_AD_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.085s) 2022-09-27T16:24:41.9245372Z test_forward_mode_AD_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:24:42.0169007Z test_forward_mode_AD_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-09-27T16:24:42.0346449Z test_forward_mode_AD_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:24:42.1442028Z test_forward_mode_AD_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-09-27T16:24:42.1652054Z test_forward_mode_AD_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:24:42.2385504Z test_forward_mode_AD_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-09-27T16:24:42.2526322Z test_forward_mode_AD_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:24:42.3360823Z test_forward_mode_AD_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-09-27T16:24:42.3532786Z test_forward_mode_AD_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:24:42.4507732Z test_forward_mode_AD_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-09-27T16:24:42.4695282Z test_forward_mode_AD_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:24:42.5287681Z test_forward_mode_AD_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-09-27T16:24:42.5419498Z test_forward_mode_AD_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:24:42.5589354Z test_forward_mode_AD_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:24:42.5760315Z test_forward_mode_AD_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:24:42.5962898Z test_forward_mode_AD_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:24:42.6724096Z test_forward_mode_AD_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-09-27T16:24:42.6870405Z test_forward_mode_AD_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:24:42.7755133Z test_forward_mode_AD_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-09-27T16:24:42.7924576Z test_forward_mode_AD_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:24:42.8932427Z test_forward_mode_AD_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-09-27T16:24:42.9122535Z test_forward_mode_AD_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:24:42.9325246Z test_forward_mode_AD_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:24:42.9549922Z test_forward_mode_AD_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:24:42.9811118Z test_forward_mode_AD_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:24:43.0115595Z test_forward_mode_AD_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:24:43.0178667Z test_forward_mode_AD_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:24:43.0763641Z test_forward_mode_AD_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:24:43.0860094Z test_forward_mode_AD_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:24:43.1806641Z test_forward_mode_AD_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:24:43.2013512Z test_forward_mode_AD_flip_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:24:43.2218303Z test_forward_mode_AD_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:24:43.2265510Z test_forward_mode_AD_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:24:43.2473252Z test_forward_mode_AD_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:24:43.2520740Z test_forward_mode_AD_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:24:43.2624607Z test_forward_mode_AD_float_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.010s) 2022-09-27T16:24:43.2683697Z test_forward_mode_AD_float_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.006s) 2022-09-27T16:24:43.6394481Z test_forward_mode_AD_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.371s) 2022-09-27T16:24:43.7056753Z test_forward_mode_AD_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:24:43.7089034Z test_forward_mode_AD_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:24:43.7098695Z test_forward_mode_AD_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:43.7631029Z test_forward_mode_AD_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:24:43.8162332Z test_forward_mode_AD_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:24:43.8680614Z test_forward_mode_AD_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T16:24:43.8746746Z test_forward_mode_AD_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:43.8830831Z test_forward_mode_AD_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:24:43.8840125Z test_forward_mode_AD_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:43.8848673Z test_forward_mode_AD_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:43.9477585Z test_forward_mode_AD_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-09-27T16:24:43.9613807Z test_forward_mode_AD_gather_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:24:43.9622946Z test_forward_mode_AD_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:43.9631568Z test_forward_mode_AD_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:43.9640255Z test_forward_mode_AD_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:44.1894772Z test_forward_mode_AD_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.225s) 2022-09-27T16:24:44.2345336Z test_forward_mode_AD_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:24:44.2355664Z test_forward_mode_AD_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:44.2461138Z test_forward_mode_AD_half_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.010s) 2022-09-27T16:24:44.2514491Z test_forward_mode_AD_half_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.005s) 2022-09-27T16:24:44.2523735Z test_forward_mode_AD_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:44.2532158Z test_forward_mode_AD_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:44.2815757Z test_forward_mode_AD_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:24:44.2872262Z test_forward_mode_AD_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:24:44.3849183Z test_forward_mode_AD_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-09-27T16:24:44.4003453Z test_forward_mode_AD_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:24:44.4525426Z test_forward_mode_AD_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T16:24:44.4603761Z test_forward_mode_AD_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:24:44.4613152Z test_forward_mode_AD_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:44.4621935Z test_forward_mode_AD_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:44.4869382Z test_forward_mode_AD_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:24:44.7258007Z test_forward_mode_AD_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.239s) 2022-09-27T16:24:44.7613610Z test_forward_mode_AD_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:24:44.8397236Z test_forward_mode_AD_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-09-27T16:24:44.8516957Z test_forward_mode_AD_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:24:44.8853908Z test_forward_mode_AD_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:24:44.8922913Z test_forward_mode_AD_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:45.0194782Z test_forward_mode_AD_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-09-27T16:24:45.0392020Z test_forward_mode_AD_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:24:45.0453385Z test_forward_mode_AD_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:24:45.0806624Z test_forward_mode_AD_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:24:45.0888368Z test_forward_mode_AD_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:24:45.1460012Z test_forward_mode_AD_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:24:45.1545740Z test_forward_mode_AD_inner_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:24:45.1554769Z test_forward_mode_AD_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1563257Z test_forward_mode_AD_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1571798Z test_forward_mode_AD_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1580358Z test_forward_mode_AD_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1588933Z test_forward_mode_AD_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1597397Z test_forward_mode_AD_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1605806Z test_forward_mode_AD_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1614499Z test_forward_mode_AD_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1622916Z test_forward_mode_AD_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1631323Z test_forward_mode_AD_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1640075Z test_forward_mode_AD_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1649168Z test_forward_mode_AD_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1657512Z test_forward_mode_AD_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1666170Z test_forward_mode_AD_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.1674443Z test_forward_mode_AD_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.4978067Z test_forward_mode_AD_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.330s) 2022-09-27T16:24:45.5611299Z test_forward_mode_AD_istft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.063s) 2022-09-27T16:24:45.5621262Z test_forward_mode_AD_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.5629814Z test_forward_mode_AD_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.5638925Z 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-09-27T16:24:45.5647391Z 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-09-27T16:24:45.5656057Z test_forward_mode_AD_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.5664431Z test_forward_mode_AD_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.5672841Z test_forward_mode_AD_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.5681139Z test_forward_mode_AD_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.5690017Z test_forward_mode_AD_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.5698403Z test_forward_mode_AD_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:45.6043176Z test_forward_mode_AD_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:24:45.6113048Z test_forward_mode_AD_kron_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:45.6421106Z test_forward_mode_AD_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:24:45.9460985Z test_forward_mode_AD_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.304s) 2022-09-27T16:24:46.0017323Z test_forward_mode_AD_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:24:46.0026307Z test_forward_mode_AD_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:46.8253767Z test_forward_mode_AD_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.823s) 2022-09-27T16:24:46.9190915Z test_forward_mode_AD_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:24:46.9260872Z test_forward_mode_AD_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:24:47.1318945Z test_forward_mode_AD_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.206s) 2022-09-27T16:24:47.1672994Z test_forward_mode_AD_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:24:47.3567954Z test_forward_mode_AD_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.189s) 2022-09-27T16:24:47.3887667Z test_forward_mode_AD_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:24:47.6878603Z test_forward_mode_AD_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.299s) 2022-09-27T16:24:47.7123725Z test_forward_mode_AD_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:24:47.8067203Z test_forward_mode_AD_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:24:47.8253549Z test_forward_mode_AD_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:24:47.9758855Z test_forward_mode_AD_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-09-27T16:24:48.0134114Z test_forward_mode_AD_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:24:48.6466745Z test_forward_mode_AD_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.633s) 2022-09-27T16:24:48.8061824Z test_forward_mode_AD_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.159s) 2022-09-27T16:24:48.9769671Z test_forward_mode_AD_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-09-27T16:24:49.0099780Z test_forward_mode_AD_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:24:49.1619911Z test_forward_mode_AD_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.152s) 2022-09-27T16:24:49.1884362Z test_forward_mode_AD_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:24:49.3387536Z test_forward_mode_AD_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-09-27T16:24:49.3664406Z test_forward_mode_AD_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:24:49.4966927Z test_forward_mode_AD_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-09-27T16:24:49.5193170Z test_forward_mode_AD_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:24:50.1477550Z test_forward_mode_AD_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.628s) 2022-09-27T16:24:50.2460739Z test_forward_mode_AD_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-09-27T16:24:50.3766072Z test_forward_mode_AD_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-09-27T16:24:50.4069472Z test_forward_mode_AD_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:24:50.5323117Z test_forward_mode_AD_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.125s) 2022-09-27T16:24:50.5622306Z test_forward_mode_AD_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:24:50.5632653Z test_forward_mode_AD_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:50.5641662Z test_forward_mode_AD_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:50.5651124Z 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-09-27T16:24:50.5660641Z test_forward_mode_AD_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:50.5670076Z test_forward_mode_AD_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:50.5679362Z test_forward_mode_AD_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:24:50.5683387Z test_forward_mode_AD_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:24:50.5689861Z test_forward_mode_AD_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:24:53.2548178Z test_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.686s) 2022-09-27T16:24:53.6130503Z test_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.358s) 2022-09-27T16:24:54.5432676Z test_forward_mode_AD_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.930s) 2022-09-27T16:24:54.7918912Z test_forward_mode_AD_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.249s) 2022-09-27T16:24:56.3072049Z test_forward_mode_AD_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.515s) 2022-09-27T16:24:56.6244446Z test_forward_mode_AD_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.317s) 2022-09-27T16:24:57.3666074Z test_forward_mode_AD_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.742s) 2022-09-27T16:24:57.5675590Z test_forward_mode_AD_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.201s) 2022-09-27T16:25:02.6063753Z test_forward_mode_AD_linalg_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (5.039s) 2022-09-27T16:25:03.4100993Z test_forward_mode_AD_linalg_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.804s) 2022-09-27T16:25:05.2612137Z test_forward_mode_AD_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.851s) 2022-09-27T16:25:05.4844670Z test_forward_mode_AD_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.223s) 2022-09-27T16:25:05.7636130Z test_forward_mode_AD_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.279s) 2022-09-27T16:25:05.8297852Z test_forward_mode_AD_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:25:05.8307282Z test_forward_mode_AD_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:05.8316128Z test_forward_mode_AD_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:05.8325078Z 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-09-27T16:25:05.8334128Z 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-09-27T16:25:06.1574433Z test_forward_mode_AD_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.324s) 2022-09-27T16:25:06.1947518Z test_forward_mode_AD_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:25:08.1776501Z test_forward_mode_AD_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.983s) 2022-09-27T16:25:08.4234555Z test_forward_mode_AD_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.246s) 2022-09-27T16:25:08.7292749Z test_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... expected failure (0.306s) 2022-09-27T16:25:08.8514945Z test_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.122s) 2022-09-27T16:25:10.2291572Z test_forward_mode_AD_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.378s) 2022-09-27T16:25:10.4005384Z test_forward_mode_AD_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-09-27T16:25:10.5606986Z test_forward_mode_AD_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-09-27T16:25:10.5880864Z test_forward_mode_AD_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:25:10.5890364Z 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-09-27T16:25:10.5899265Z 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-09-27T16:25:11.2093018Z test_forward_mode_AD_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.619s) 2022-09-27T16:25:11.3528831Z test_forward_mode_AD_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.144s) 2022-09-27T16:25:11.5285707Z test_forward_mode_AD_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.176s) 2022-09-27T16:25:11.5717707Z test_forward_mode_AD_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:25:12.1504359Z test_forward_mode_AD_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.578s) 2022-09-27T16:25:12.2718187Z test_forward_mode_AD_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-09-27T16:25:12.8339638Z test_forward_mode_AD_linalg_solve_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.562s) 2022-09-27T16:25:12.9554070Z test_forward_mode_AD_linalg_solve_ex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-09-27T16:25:19.8315241Z test_forward_mode_AD_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (6.876s) 2022-09-27T16:25:21.2996247Z test_forward_mode_AD_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.468s) 2022-09-27T16:25:30.5293103Z test_forward_mode_AD_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.229s) 2022-09-27T16:25:31.4909398Z test_forward_mode_AD_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.962s) 2022-09-27T16:25:32.4666321Z test_forward_mode_AD_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.976s) 2022-09-27T16:25:32.5756500Z test_forward_mode_AD_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-09-27T16:25:32.6362366Z test_forward_mode_AD_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-09-27T16:25:32.6478081Z test_forward_mode_AD_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:25:32.8357219Z test_forward_mode_AD_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.188s) 2022-09-27T16:25:32.8780236Z test_forward_mode_AD_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:25:33.0498280Z test_forward_mode_AD_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.172s) 2022-09-27T16:25:33.0921962Z test_forward_mode_AD_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:25:34.1715993Z test_forward_mode_AD_linalg_vecdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.079s) 2022-09-27T16:25:34.3190940Z test_forward_mode_AD_linalg_vecdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.147s) 2022-09-27T16:25:36.2970412Z test_forward_mode_AD_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.978s) 2022-09-27T16:25:36.6206114Z test_forward_mode_AD_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.323s) 2022-09-27T16:25:36.6216652Z test_forward_mode_AD_linspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:36.6225424Z test_forward_mode_AD_linspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:36.6558316Z test_forward_mode_AD_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:25:36.6629855Z test_forward_mode_AD_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:25:36.6663848Z test_forward_mode_AD_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:25:36.6993747Z test_forward_mode_AD_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:25:36.7064812Z test_forward_mode_AD_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:25:36.7387608Z test_forward_mode_AD_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:25:36.7456615Z test_forward_mode_AD_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:25:36.7630164Z test_forward_mode_AD_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:25:36.8508611Z test_forward_mode_AD_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-09-27T16:25:36.8684636Z test_forward_mode_AD_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:25:36.8761010Z test_forward_mode_AD_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:25:36.8833229Z test_forward_mode_AD_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:25:36.8893684Z test_forward_mode_AD_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:25:37.0676874Z test_forward_mode_AD_logdet_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.178s) 2022-09-27T16:25:37.1126213Z test_forward_mode_AD_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:25:37.1135832Z test_forward_mode_AD_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.1144747Z test_forward_mode_AD_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.1153696Z test_forward_mode_AD_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.1162614Z test_forward_mode_AD_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.1172043Z test_forward_mode_AD_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.1180786Z test_forward_mode_AD_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.1189678Z test_forward_mode_AD_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.1198593Z test_forward_mode_AD_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.1320967Z test_forward_mode_AD_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:25:37.1330526Z test_forward_mode_AD_logspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.1339559Z test_forward_mode_AD_logspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.4226952Z test_forward_mode_AD_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.289s) 2022-09-27T16:25:37.4236045Z test_forward_mode_AD_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.4244984Z test_forward_mode_AD_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:37.4254277Z test_forward_mode_AD_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:38.7441583Z test_forward_mode_AD_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.318s) 2022-09-27T16:25:38.9656245Z test_forward_mode_AD_lu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.221s) 2022-09-27T16:25:40.1803341Z test_forward_mode_AD_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.215s) 2022-09-27T16:25:40.3821680Z test_forward_mode_AD_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.202s) 2022-09-27T16:25:40.8974305Z test_forward_mode_AD_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.515s) 2022-09-27T16:25:41.0215696Z test_forward_mode_AD_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:25:41.0816920Z test_forward_mode_AD_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-09-27T16:25:41.0918136Z test_forward_mode_AD_mH_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:25:41.1561549Z test_forward_mode_AD_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-09-27T16:25:41.1696380Z test_forward_mode_AD_mT_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:25:41.3140206Z test_forward_mode_AD_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.144s) 2022-09-27T16:25:41.3379004Z test_forward_mode_AD_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:25:41.4503317Z test_forward_mode_AD_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.112s) 2022-09-27T16:25:41.4677472Z test_forward_mode_AD_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:25:41.5796393Z test_forward_mode_AD_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.112s) 2022-09-27T16:25:41.6051544Z test_forward_mode_AD_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:25:41.9879141Z test_forward_mode_AD_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.382s) 2022-09-27T16:25:42.0408820Z test_forward_mode_AD_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:25:42.1362043Z test_forward_mode_AD_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:25:42.1522761Z test_forward_mode_AD_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:25:42.2090753Z test_forward_mode_AD_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:25:42.2155690Z test_forward_mode_AD_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:25:42.2286703Z test_forward_mode_AD_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:25:42.2849424Z test_forward_mode_AD_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:25:42.5081630Z test_forward_mode_AD_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.223s) 2022-09-27T16:25:42.5550841Z test_forward_mode_AD_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:25:42.5955514Z test_forward_mode_AD_median_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:25:43.0062472Z test_forward_mode_AD_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.410s) 2022-09-27T16:25:43.0626463Z test_forward_mode_AD_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:25:43.4735043Z test_forward_mode_AD_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.411s) 2022-09-27T16:25:43.5296570Z test_forward_mode_AD_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:25:43.5864574Z test_forward_mode_AD_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:25:43.5929335Z test_forward_mode_AD_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:25:43.6060292Z test_forward_mode_AD_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:25:43.6627536Z test_forward_mode_AD_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:25:43.7269836Z test_forward_mode_AD_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.064s) 2022-09-27T16:25:43.7332958Z test_forward_mode_AD_mm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:25:43.7604390Z test_forward_mode_AD_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:25:43.7817043Z test_forward_mode_AD_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:25:43.7858787Z test_forward_mode_AD_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:25:43.7934600Z test_forward_mode_AD_msort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:25:44.0537886Z test_forward_mode_AD_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.260s) 2022-09-27T16:25:44.1025616Z test_forward_mode_AD_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.049s) 2022-09-27T16:25:44.1035182Z test_forward_mode_AD_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.1370380Z test_forward_mode_AD_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:25:44.1438254Z test_forward_mode_AD_mv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:25:44.1752666Z test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:25:44.2066588Z test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:25:44.2381481Z test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:25:44.2458517Z test_forward_mode_AD_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:25:44.3268918Z test_forward_mode_AD_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-09-27T16:25:44.3694702Z test_forward_mode_AD_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:25:44.7221874Z test_forward_mode_AD_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.353s) 2022-09-27T16:25:44.7817309Z test_forward_mode_AD_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-09-27T16:25:44.7826746Z test_forward_mode_AD_narrow_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.7835727Z test_forward_mode_AD_narrow_copy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.8876121Z test_forward_mode_AD_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-09-27T16:25:44.9085806Z test_forward_mode_AD_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:25:44.9090346Z test_forward_mode_AD_native_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:25:44.9100252Z test_forward_mode_AD_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9109152Z test_forward_mode_AD_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9236531Z test_forward_mode_AD_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:25:44.9268942Z test_forward_mode_AD_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:25:44.9278037Z test_forward_mode_AD_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9286910Z test_forward_mode_AD_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9296620Z test_forward_mode_AD_new_empty_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9305178Z test_forward_mode_AD_new_empty_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9314092Z test_forward_mode_AD_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9323118Z test_forward_mode_AD_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9332535Z test_forward_mode_AD_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9341439Z test_forward_mode_AD_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9350646Z test_forward_mode_AD_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9359383Z test_forward_mode_AD_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9368294Z test_forward_mode_AD_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:25:44.9521669Z test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:25:44.9777381Z test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:25:45.0081769Z test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:25:45.0242495Z test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:25:45.0688971Z test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:25:45.1070253Z test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:25:45.1300522Z test_forward_mode_AD_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:25:45.1480368Z test_forward_mode_AD_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:25:45.1685831Z test_forward_mode_AD_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:25:45.2922685Z test_forward_mode_AD_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:25:45.4158257Z test_forward_mode_AD_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.123s) 2022-09-27T16:25:45.9607930Z test_forward_mode_AD_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.545s) 2022-09-27T16:25:46.4469901Z test_forward_mode_AD_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.486s) 2022-09-27T16:25:46.6604282Z test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.213s) 2022-09-27T16:25:46.6675730Z test_forward_mode_AD_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:25:47.6922472Z test_forward_mode_AD_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.024s) 2022-09-27T16:25:47.7960650Z test_forward_mode_AD_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.104s) 2022-09-27T16:25:51.0129459Z test_forward_mode_AD_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (3.217s) 2022-09-27T16:25:51.3351869Z test_forward_mode_AD_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.322s) 2022-09-27T16:25:52.4687399Z test_forward_mode_AD_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.133s) 2022-09-27T16:25:52.5846021Z test_forward_mode_AD_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-09-27T16:25:52.7205048Z test_forward_mode_AD_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-09-27T16:25:52.8484500Z test_forward_mode_AD_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.128s) 2022-09-27T16:25:52.9838705Z test_forward_mode_AD_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-09-27T16:25:53.0964172Z test_forward_mode_AD_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.112s) 2022-09-27T16:25:53.2163042Z test_forward_mode_AD_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-09-27T16:25:53.2252018Z test_forward_mode_AD_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:25:53.2265261Z test_forward_mode_AD_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:25:53.2266413Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:25:53.2581675Z ok (0.033s) 2022-09-27T16:25:53.2921717Z test_forward_mode_AD_nn_functional_dropout3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:25:53.3366133Z test_forward_mode_AD_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:25:53.3437604Z test_forward_mode_AD_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:25:53.3512646Z test_forward_mode_AD_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:25:53.3596621Z test_forward_mode_AD_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:25:53.3729693Z test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.013s) 2022-09-27T16:25:53.5337954Z test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.160s) 2022-09-27T16:25:53.5704437Z test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:25:53.6681975Z test_forward_mode_AD_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-09-27T16:25:53.7936978Z test_forward_mode_AD_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.125s) 2022-09-27T16:26:00.4955477Z test_forward_mode_AD_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (6.702s) 2022-09-27T16:26:00.5151595Z test_forward_mode_AD_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:26:00.6252309Z test_forward_mode_AD_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.110s) 2022-09-27T16:26:00.6392550Z test_forward_mode_AD_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:26:00.7018099Z test_forward_mode_AD_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-09-27T16:26:00.7159534Z test_forward_mode_AD_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:26:00.7231028Z test_forward_mode_AD_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:00.7333435Z test_forward_mode_AD_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:26:00.7481698Z test_forward_mode_AD_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:26:00.8356145Z test_forward_mode_AD_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T16:26:00.8933338Z test_forward_mode_AD_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:26:01.0287239Z test_forward_mode_AD_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.135s) 2022-09-27T16:26:01.0612263Z test_forward_mode_AD_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:26:01.0927437Z test_forward_mode_AD_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:26:01.1228737Z test_forward_mode_AD_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:26:01.1540324Z test_forward_mode_AD_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:26:01.1841294Z test_forward_mode_AD_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:26:01.2154609Z test_forward_mode_AD_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:26:01.2309745Z test_forward_mode_AD_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:01.2310823Z warnings.warn( 2022-09-27T16:26:01.3426531Z ok (0.127s) 2022-09-27T16:26:01.6219723Z test_forward_mode_AD_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.279s) 2022-09-27T16:26:01.6622935Z test_forward_mode_AD_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:26:01.7280948Z test_forward_mode_AD_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:26:01.7499130Z test_forward_mode_AD_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:26:02.3390971Z test_forward_mode_AD_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.589s) 2022-09-27T16:26:02.4104416Z test_forward_mode_AD_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:26:02.4672363Z test_forward_mode_AD_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:26:02.4745469Z test_forward_mode_AD_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:02.5880100Z test_forward_mode_AD_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-09-27T16:26:04.2944168Z test_forward_mode_AD_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.706s) 2022-09-27T16:26:07.0745993Z test_forward_mode_AD_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.780s) 2022-09-27T16:26:08.1799304Z test_forward_mode_AD_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.105s) 2022-09-27T16:26:08.1803534Z test_forward_mode_AD_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:26:08.3253441Z test_forward_mode_AD_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.145s) 2022-09-27T16:26:08.6516740Z test_forward_mode_AD_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.326s) 2022-09-27T16:26:08.9224860Z test_forward_mode_AD_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.271s) 2022-09-27T16:26:08.9650608Z test_forward_mode_AD_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.042s) 2022-09-27T16:26:09.0743192Z test_forward_mode_AD_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.109s) 2022-09-27T16:26:09.0826229Z test_forward_mode_AD_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:09.1221871Z test_forward_mode_AD_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:26:09.1277482Z test_forward_mode_AD_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:26:09.1345756Z test_forward_mode_AD_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:09.1623918Z test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:26:09.3205104Z test_forward_mode_AD_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:26:09.4639425Z test_forward_mode_AD_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.143s) 2022-09-27T16:26:09.4964617Z test_forward_mode_AD_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:26:09.5822690Z test_forward_mode_AD_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.086s) 2022-09-27T16:26:09.5980665Z test_forward_mode_AD_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:26:10.1354034Z test_forward_mode_AD_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.537s) 2022-09-27T16:26:10.2515581Z test_forward_mode_AD_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-09-27T16:26:10.3764197Z test_forward_mode_AD_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.125s) 2022-09-27T16:26:10.4029583Z test_forward_mode_AD_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:26:10.5283836Z test_forward_mode_AD_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.125s) 2022-09-27T16:26:10.5552235Z test_forward_mode_AD_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:26:10.8202026Z test_forward_mode_AD_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.265s) 2022-09-27T16:26:10.8709879Z test_forward_mode_AD_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:26:10.8776211Z test_forward_mode_AD_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:10.9033605Z test_forward_mode_AD_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:26:10.9090468Z test_forward_mode_AD_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:10.9349569Z test_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:26:10.9406453Z test_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:11.6061246Z test_forward_mode_AD_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.665s) 2022-09-27T16:26:11.7382091Z test_forward_mode_AD_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-09-27T16:26:11.7454898Z test_forward_mode_AD_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:11.7555661Z test_forward_mode_AD_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:26:11.7681826Z test_forward_mode_AD_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:26:11.7752773Z test_forward_mode_AD_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:11.7830058Z test_forward_mode_AD_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:11.8359714Z test_forward_mode_AD_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:26:11.8585284Z test_forward_mode_AD_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:26:11.8775028Z test_forward_mode_AD_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:26:11.9760965Z test_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-09-27T16:26:11.9954219Z test_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:26:12.0027396Z test_forward_mode_AD_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:12.0145053Z test_forward_mode_AD_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:26:12.0561578Z test_forward_mode_AD_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:26:12.0654797Z test_forward_mode_AD_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:26:12.0994999Z test_forward_mode_AD_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:26:12.1069373Z test_forward_mode_AD_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:12.1182314Z test_forward_mode_AD_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:26:12.7268349Z test_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.608s) 2022-09-27T16:26:12.8477232Z test_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-09-27T16:26:13.5050400Z test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.657s) 2022-09-27T16:26:13.6409165Z test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-09-27T16:26:16.4052312Z test_forward_mode_AD_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.764s) 2022-09-27T16:26:17.0077023Z test_forward_mode_AD_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.602s) 2022-09-27T16:26:17.0092505Z test_forward_mode_AD_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:26:17.0093297Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:26:17.0185018Z ok (0.011s) 2022-09-27T16:26:17.0209510Z test_forward_mode_AD_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:26:17.0210312Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:26:17.0492610Z ok (0.031s) 2022-09-27T16:26:17.0501721Z test_forward_mode_AD_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:17.0509810Z test_forward_mode_AD_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:17.6336740Z test_forward_mode_AD_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.583s) 2022-09-27T16:26:17.7576021Z test_forward_mode_AD_norm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:26:17.7936479Z test_forward_mode_AD_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:26:17.8002989Z test_forward_mode_AD_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:18.3110863Z test_forward_mode_AD_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.511s) 2022-09-27T16:26:18.3940062Z test_forward_mode_AD_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-09-27T16:26:18.5940459Z test_forward_mode_AD_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.200s) 2022-09-27T16:26:18.6111898Z test_forward_mode_AD_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:26:18.6116158Z test_forward_mode_AD_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.000s) 2022-09-27T16:26:18.6120673Z test_forward_mode_AD_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.000s) 2022-09-27T16:26:18.6129612Z test_forward_mode_AD_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:18.6138092Z test_forward_mode_AD_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:18.6146443Z test_forward_mode_AD_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:18.6154883Z test_forward_mode_AD_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:18.6163150Z test_forward_mode_AD_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:18.6171852Z test_forward_mode_AD_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:18.6454437Z test_forward_mode_AD_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:26:18.6500703Z test_forward_mode_AD_outer_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:26:21.6137716Z test_forward_mode_AD_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (2.963s) 2022-09-27T16:26:21.6578028Z test_forward_mode_AD_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:26:21.6672686Z test_forward_mode_AD_permute_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:26:22.1428746Z test_forward_mode_AD_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.475s) 2022-09-27T16:26:22.2037026Z test_forward_mode_AD_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.061s) 2022-09-27T16:26:22.2727431Z test_forward_mode_AD_polar_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:26:22.2990339Z test_forward_mode_AD_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:26:22.2994997Z test_forward_mode_AD_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:26:22.2999959Z test_forward_mode_AD_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:26:22.3004447Z test_forward_mode_AD_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:26:22.3009385Z test_forward_mode_AD_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:26:22.3287063Z test_forward_mode_AD_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:26:22.3347948Z test_forward_mode_AD_positive_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:22.7030552Z test_forward_mode_AD_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.368s) 2022-09-27T16:26:22.7685738Z test_forward_mode_AD_pow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-09-27T16:26:23.3220818Z test_forward_mode_AD_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.553s) 2022-09-27T16:26:23.4409584Z test_forward_mode_AD_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.119s) 2022-09-27T16:26:23.9860187Z test_forward_mode_AD_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.545s) 2022-09-27T16:26:24.0622784Z test_forward_mode_AD_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.076s) 2022-09-27T16:26:24.6841458Z test_forward_mode_AD_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.622s) 2022-09-27T16:26:24.8280212Z test_forward_mode_AD_qr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.144s) 2022-09-27T16:26:25.1567271Z test_forward_mode_AD_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.329s) 2022-09-27T16:26:25.1637495Z test_forward_mode_AD_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:25.1646296Z test_forward_mode_AD_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.1654826Z test_forward_mode_AD_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.1663144Z test_forward_mode_AD_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.1671765Z test_forward_mode_AD_randn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.1680643Z test_forward_mode_AD_randn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.1689468Z test_forward_mode_AD_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.1698026Z test_forward_mode_AD_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.2004224Z test_forward_mode_AD_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:26:25.2062460Z test_forward_mode_AD_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:25.2310539Z test_forward_mode_AD_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:26:25.2357887Z test_forward_mode_AD_real_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:26:25.2689946Z test_forward_mode_AD_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:26:25.2759748Z test_forward_mode_AD_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:25.3275929Z test_forward_mode_AD_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:26:25.3357097Z test_forward_mode_AD_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:25.3414798Z test_forward_mode_AD_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:25.6014994Z test_forward_mode_AD_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.260s) 2022-09-27T16:26:25.6531372Z test_forward_mode_AD_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.052s) 2022-09-27T16:26:25.7114261Z test_forward_mode_AD_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:26:25.7225130Z test_forward_mode_AD_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:26:25.7665566Z test_forward_mode_AD_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:26:25.7761508Z test_forward_mode_AD_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:26:25.8501074Z test_forward_mode_AD_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.074s) 2022-09-27T16:26:25.8654793Z test_forward_mode_AD_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:26:25.8663659Z test_forward_mode_AD_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.8671897Z test_forward_mode_AD_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.8680362Z test_forward_mode_AD_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.8689290Z test_forward_mode_AD_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:25.8915788Z test_forward_mode_AD_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:26:25.8963226Z test_forward_mode_AD_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:26:25.9183374Z test_forward_mode_AD_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:26:25.9230621Z test_forward_mode_AD_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:26:26.0734417Z test_forward_mode_AD_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-09-27T16:26:26.1054672Z test_forward_mode_AD_roll_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:26:26.5097894Z test_forward_mode_AD_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.404s) 2022-09-27T16:26:26.5966467Z test_forward_mode_AD_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T16:26:26.5999539Z test_forward_mode_AD_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:26.6071316Z test_forward_mode_AD_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:26.6075685Z test_forward_mode_AD_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:26:26.6079991Z test_forward_mode_AD_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:26:26.6414630Z test_forward_mode_AD_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:26:26.6488897Z test_forward_mode_AD_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:26.9542989Z test_forward_mode_AD_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.305s) 2022-09-27T16:26:27.0111155Z test_forward_mode_AD_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:26:27.2368869Z test_forward_mode_AD_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.226s) 2022-09-27T16:26:27.2792152Z test_forward_mode_AD_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:26:27.5167244Z test_forward_mode_AD_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.237s) 2022-09-27T16:26:27.5616552Z test_forward_mode_AD_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:26:27.6683749Z test_forward_mode_AD_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.107s) 2022-09-27T16:26:27.7745182Z test_forward_mode_AD_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-09-27T16:26:27.9418287Z test_forward_mode_AD_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-09-27T16:26:27.9912441Z test_forward_mode_AD_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.049s) 2022-09-27T16:26:28.1185617Z test_forward_mode_AD_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-09-27T16:26:28.1194556Z test_forward_mode_AD_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.1256926Z test_forward_mode_AD_segment_reduce_lengths_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:28.1314828Z test_forward_mode_AD_segment_reduce_offsets_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:28.1865539Z test_forward_mode_AD_select_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T16:26:28.1981598Z test_forward_mode_AD_select_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:26:28.2264654Z test_forward_mode_AD_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:26:28.2408682Z test_forward_mode_AD_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:26:28.2443626Z test_forward_mode_AD_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:28.2452707Z test_forward_mode_AD_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.2461285Z test_forward_mode_AD_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.2780635Z test_forward_mode_AD_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:26:28.2850322Z test_forward_mode_AD_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:28.2883782Z test_forward_mode_AD_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:28.2893214Z test_forward_mode_AD_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.3028074Z test_forward_mode_AD_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:26:28.3061052Z test_forward_mode_AD_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:28.3439260Z test_forward_mode_AD_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:26:28.3525910Z test_forward_mode_AD_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:26:28.3659735Z test_forward_mode_AD_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:26:28.3692510Z test_forward_mode_AD_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:28.4223694Z test_forward_mode_AD_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:26:28.4405090Z test_forward_mode_AD_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:26:28.5303242Z test_forward_mode_AD_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-09-27T16:26:28.5482628Z test_forward_mode_AD_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:26:28.6514404Z test_forward_mode_AD_sort_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.103s) 2022-09-27T16:26:28.6518441Z test_forward_mode_AD_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:26:28.6522917Z test_forward_mode_AD_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:26:28.6533117Z test_forward_mode_AD_special_airy_ai_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.6541243Z test_forward_mode_AD_special_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.6549582Z test_forward_mode_AD_special_bessel_j1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.6557814Z test_forward_mode_AD_special_bessel_y0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.6566053Z test_forward_mode_AD_special_bessel_y1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.6574915Z test_forward_mode_AD_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.6583024Z test_forward_mode_AD_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.6587615Z test_forward_mode_AD_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:28.6591577Z test_forward_mode_AD_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:28.6649799Z test_forward_mode_AD_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:28.6723695Z test_forward_mode_AD_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:28.6732771Z test_forward_mode_AD_special_hermite_polynomial_h_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.6741423Z test_forward_mode_AD_special_hermite_polynomial_he_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.6803932Z test_forward_mode_AD_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:28.6901057Z test_forward_mode_AD_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:26:28.7000225Z test_forward_mode_AD_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:26:28.7008904Z test_forward_mode_AD_special_laguerre_polynomial_l_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.7013360Z test_forward_mode_AD_special_legendre_polynomial_p_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:28.7091663Z test_forward_mode_AD_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:28.7100829Z test_forward_mode_AD_special_modified_bessel_i0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.7109390Z test_forward_mode_AD_special_modified_bessel_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.7118277Z test_forward_mode_AD_special_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.7126910Z test_forward_mode_AD_special_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.7217835Z test_forward_mode_AD_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:26:28.7292861Z test_forward_mode_AD_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:28.7551936Z test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:26:28.7560619Z test_forward_mode_AD_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.7568993Z test_forward_mode_AD_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.7573514Z test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:28.7578507Z test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:28.7583368Z test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:28.7588044Z test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:28.7597349Z test_forward_mode_AD_special_spherical_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.8185686Z test_forward_mode_AD_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-09-27T16:26:28.8194547Z test_forward_mode_AD_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:28.8477391Z test_forward_mode_AD_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:26:28.8543381Z test_forward_mode_AD_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:28.9024940Z test_forward_mode_AD_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:26:28.9136278Z test_forward_mode_AD_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:26:28.9754903Z test_forward_mode_AD_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-09-27T16:26:28.9896057Z test_forward_mode_AD_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:26:29.0033261Z test_forward_mode_AD_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:26:29.0066965Z test_forward_mode_AD_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:29.0410600Z test_forward_mode_AD_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:26:29.0485691Z test_forward_mode_AD_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:29.1148081Z test_forward_mode_AD_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:26:29.1265374Z test_forward_mode_AD_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:26:29.4071698Z test_forward_mode_AD_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.280s) 2022-09-27T16:26:29.4531818Z test_forward_mode_AD_stack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:26:29.5717217Z test_forward_mode_AD_std_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.118s) 2022-09-27T16:26:29.5899277Z test_forward_mode_AD_std_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:26:29.7300539Z test_forward_mode_AD_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-09-27T16:26:29.7529509Z test_forward_mode_AD_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:26:29.8848964Z test_forward_mode_AD_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.132s) 2022-09-27T16:26:29.9147088Z test_forward_mode_AD_stft_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:26:30.2184369Z test_forward_mode_AD_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.304s) 2022-09-27T16:26:30.2743699Z test_forward_mode_AD_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.056s) 2022-09-27T16:26:30.4965404Z test_forward_mode_AD_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.222s) 2022-09-27T16:26:30.5425802Z test_forward_mode_AD_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:26:30.7171275Z test_forward_mode_AD_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.174s) 2022-09-27T16:26:30.7530828Z test_forward_mode_AD_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:26:40.2304869Z test_forward_mode_AD_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (9.477s) 2022-09-27T16:26:41.2020452Z test_forward_mode_AD_svd_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.971s) 2022-09-27T16:26:45.1602194Z test_forward_mode_AD_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... ok (3.958s) 2022-09-27T16:26:45.1968387Z test_forward_mode_AD_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:26:45.2062615Z test_forward_mode_AD_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:26:45.2356881Z test_forward_mode_AD_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:26:45.2409350Z test_forward_mode_AD_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:26:45.2994893Z test_forward_mode_AD_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:26:45.3109357Z test_forward_mode_AD_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:26:45.4132609Z test_forward_mode_AD_take_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T16:26:45.4356491Z test_forward_mode_AD_take_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:26:45.4493343Z test_forward_mode_AD_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:26:45.4526876Z test_forward_mode_AD_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:45.4659759Z test_forward_mode_AD_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:26:45.4692346Z test_forward_mode_AD_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:45.6268224Z test_forward_mode_AD_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-09-27T16:26:45.6622038Z test_forward_mode_AD_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:26:45.7273023Z test_forward_mode_AD_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.065s) 2022-09-27T16:26:45.7370793Z test_forward_mode_AD_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:26:46.0412060Z test_forward_mode_AD_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.304s) 2022-09-27T16:26:46.1007924Z test_forward_mode_AD_tile_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-09-27T16:26:46.4689829Z test_forward_mode_AD_to_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.368s) 2022-09-27T16:26:46.5489682Z test_forward_mode_AD_to_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-09-27T16:26:46.5499444Z test_forward_mode_AD_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:46.5563671Z test_forward_mode_AD_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:46.5986080Z test_forward_mode_AD_topk_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:26:46.6120708Z test_forward_mode_AD_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:26:46.6155668Z test_forward_mode_AD_trace_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:46.7029021Z test_forward_mode_AD_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T16:26:46.7207665Z test_forward_mode_AD_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:26:46.9545143Z test_forward_mode_AD_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.233s) 2022-09-27T16:26:46.9914930Z test_forward_mode_AD_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:26:47.2250799Z test_forward_mode_AD_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.233s) 2022-09-27T16:26:47.2620979Z test_forward_mode_AD_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:26:47.6847515Z test_forward_mode_AD_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.422s) 2022-09-27T16:26:47.7739049Z test_forward_mode_AD_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T16:26:47.8636393Z test_forward_mode_AD_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.090s) 2022-09-27T16:26:47.8828544Z test_forward_mode_AD_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:26:47.9720710Z test_forward_mode_AD_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T16:26:47.9912156Z test_forward_mode_AD_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:26:48.2593783Z test_forward_mode_AD_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.268s) 2022-09-27T16:26:48.3106869Z test_forward_mode_AD_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:26:48.3140235Z test_forward_mode_AD_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:48.4246894Z test_forward_mode_AD_unbind_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.111s) 2022-09-27T16:26:48.4503900Z test_forward_mode_AD_unbind_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:26:48.5507789Z test_forward_mode_AD_unflatten_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.100s) 2022-09-27T16:26:48.5716209Z test_forward_mode_AD_unflatten_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:26:48.7931530Z test_forward_mode_AD_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.221s) 2022-09-27T16:26:48.8282599Z test_forward_mode_AD_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:26:48.8291805Z test_forward_mode_AD_uniform_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:48.8300104Z test_forward_mode_AD_uniform_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:48.8308734Z test_forward_mode_AD_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:48.8317363Z test_forward_mode_AD_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:48.9202721Z test_forward_mode_AD_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-09-27T16:26:48.9345141Z test_forward_mode_AD_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:26:49.0480662Z test_forward_mode_AD_var_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-09-27T16:26:49.0656980Z test_forward_mode_AD_var_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:26:49.2017608Z test_forward_mode_AD_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.136s) 2022-09-27T16:26:49.2229164Z test_forward_mode_AD_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:26:49.2902408Z test_forward_mode_AD_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.067s) 2022-09-27T16:26:49.2968266Z test_forward_mode_AD_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:49.2999496Z test_forward_mode_AD_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:49.3439024Z test_forward_mode_AD_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:26:49.3534964Z test_forward_mode_AD_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:26:49.3642567Z test_forward_mode_AD_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:26:49.4390287Z test_forward_mode_AD_view_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.075s) 2022-09-27T16:26:49.4545237Z test_forward_mode_AD_view_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:26:49.4826183Z test_forward_mode_AD_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:26:49.4881674Z test_forward_mode_AD_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:26:49.5871737Z test_forward_mode_AD_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-09-27T16:26:49.6030160Z test_forward_mode_AD_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:26:49.7473395Z test_forward_mode_AD_where_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.144s) 2022-09-27T16:26:49.7739371Z test_forward_mode_AD_where_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.026s) 2022-09-27T16:26:49.8319033Z test_forward_mode_AD_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.058s) 2022-09-27T16:26:49.8674141Z test_forward_mode_AD_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:26:49.8755197Z test_forward_mode_AD_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:49.8764050Z test_forward_mode_AD_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:49.8772667Z test_forward_mode_AD_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:49.8781003Z test_forward_mode_AD_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:49.8789516Z test_forward_mode_AD_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:49.8799324Z test_inplace_forward_mode_AD_H_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8809241Z test_inplace_forward_mode_AD_H_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8819469Z test_inplace_forward_mode_AD_T_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8829422Z test_inplace_forward_mode_AD_T_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8839427Z test_inplace_forward_mode_AD___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8849640Z test_inplace_forward_mode_AD___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8859447Z test_inplace_forward_mode_AD___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8869341Z test_inplace_forward_mode_AD___radd___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8879207Z test_inplace_forward_mode_AD___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8889151Z test_inplace_forward_mode_AD___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8899432Z test_inplace_forward_mode_AD___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8909198Z test_inplace_forward_mode_AD___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8919077Z test_inplace_forward_mode_AD___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8929040Z test_inplace_forward_mode_AD___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8939224Z test_inplace_forward_mode_AD___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8944288Z test_inplace_forward_mode_AD___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:26:49.8950414Z test_inplace_forward_mode_AD___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:26:49.8961185Z test_inplace_forward_mode_AD___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8970960Z test_inplace_forward_mode_AD___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8981112Z test_inplace_forward_mode_AD__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.8990899Z test_inplace_forward_mode_AD__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9001080Z test_inplace_forward_mode_AD__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:49.9010797Z test_inplace_forward_mode_AD__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:49.9020988Z test_inplace_forward_mode_AD__masked_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9030799Z test_inplace_forward_mode_AD__masked_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9040556Z test_inplace_forward_mode_AD__masked_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9050511Z test_inplace_forward_mode_AD__masked_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9060688Z test_inplace_forward_mode_AD__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9070621Z test_inplace_forward_mode_AD__masked_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9080480Z test_inplace_forward_mode_AD__masked_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9090317Z test_inplace_forward_mode_AD__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9100648Z test_inplace_forward_mode_AD__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9110478Z test_inplace_forward_mode_AD__masked_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9120354Z test_inplace_forward_mode_AD__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9130344Z test_inplace_forward_mode_AD__masked_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9140516Z test_inplace_forward_mode_AD__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9150342Z test_inplace_forward_mode_AD__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9160172Z test_inplace_forward_mode_AD__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9170172Z test_inplace_forward_mode_AD__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9180381Z test_inplace_forward_mode_AD__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9190223Z test_inplace_forward_mode_AD__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9200249Z test_inplace_forward_mode_AD__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9210218Z test_inplace_forward_mode_AD__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9220319Z test_inplace_forward_mode_AD__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9230457Z test_inplace_forward_mode_AD__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9240524Z test_inplace_forward_mode_AD__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9245818Z test_inplace_forward_mode_AD_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: In-place abs not supported for complex tensors (0.001s) 2022-09-27T16:26:49.9286756Z test_inplace_forward_mode_AD_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:26:49.9666624Z test_inplace_forward_mode_AD_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:26:49.9755820Z test_inplace_forward_mode_AD_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:26:49.9765648Z test_inplace_forward_mode_AD_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:49.9775115Z test_inplace_forward_mode_AD_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:50.1963244Z test_inplace_forward_mode_AD_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.219s) 2022-09-27T16:26:50.2384772Z test_inplace_forward_mode_AD_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:26:50.5098834Z test_inplace_forward_mode_AD_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.271s) 2022-09-27T16:26:50.5349884Z test_inplace_forward_mode_AD_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:26:50.9115446Z test_inplace_forward_mode_AD_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.376s) 2022-09-27T16:26:50.9811485Z test_inplace_forward_mode_AD_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:26:51.3456814Z test_inplace_forward_mode_AD_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.364s) 2022-09-27T16:26:51.4121058Z test_inplace_forward_mode_AD_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:26:51.6052829Z test_inplace_forward_mode_AD_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.193s) 2022-09-27T16:26:51.6171752Z test_inplace_forward_mode_AD_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:26:51.8033031Z test_inplace_forward_mode_AD_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.186s) 2022-09-27T16:26:51.8144829Z test_inplace_forward_mode_AD_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:26:51.9413306Z test_inplace_forward_mode_AD_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.127s) 2022-09-27T16:26:51.9645331Z test_inplace_forward_mode_AD_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:26:52.0858332Z test_inplace_forward_mode_AD_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-09-27T16:26:52.1088404Z test_inplace_forward_mode_AD_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:26:52.1098941Z test_inplace_forward_mode_AD_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1108238Z test_inplace_forward_mode_AD_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1117535Z test_inplace_forward_mode_AD_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1127295Z test_inplace_forward_mode_AD_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1137395Z test_inplace_forward_mode_AD_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.1147206Z test_inplace_forward_mode_AD_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.1157257Z test_inplace_forward_mode_AD_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1166968Z test_inplace_forward_mode_AD_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.1177140Z test_inplace_forward_mode_AD_angle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.1187377Z test_inplace_forward_mode_AD_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1196944Z test_inplace_forward_mode_AD_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1206736Z test_inplace_forward_mode_AD_arange_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1216952Z test_inplace_forward_mode_AD_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1226726Z test_inplace_forward_mode_AD_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1236611Z test_inplace_forward_mode_AD_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1246352Z test_inplace_forward_mode_AD_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1256481Z test_inplace_forward_mode_AD_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.1261586Z test_inplace_forward_mode_AD_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.001s) 2022-09-27T16:26:52.1267586Z test_inplace_forward_mode_AD_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.001s) 2022-09-27T16:26:52.1278045Z test_inplace_forward_mode_AD_as_strided_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.1287843Z test_inplace_forward_mode_AD_as_strided_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.1445527Z test_inplace_forward_mode_AD_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:26:52.1488265Z test_inplace_forward_mode_AD_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:26:52.1498093Z test_inplace_forward_mode_AD_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.1507858Z test_inplace_forward_mode_AD_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.1891290Z test_inplace_forward_mode_AD_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:26:52.2041798Z test_inplace_forward_mode_AD_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:26:52.2081840Z test_inplace_forward_mode_AD_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:26:52.2091658Z test_inplace_forward_mode_AD_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.2101022Z test_inplace_forward_mode_AD_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.2110922Z test_inplace_forward_mode_AD_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.2120695Z test_inplace_forward_mode_AD_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.2130547Z test_inplace_forward_mode_AD_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.2140637Z test_inplace_forward_mode_AD_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.2150633Z test_inplace_forward_mode_AD_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.2160373Z test_inplace_forward_mode_AD_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5336276Z test_inplace_forward_mode_AD_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.317s) 2022-09-27T16:26:52.5556614Z test_inplace_forward_mode_AD_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:26:52.5566084Z test_inplace_forward_mode_AD_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5575748Z test_inplace_forward_mode_AD_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5585036Z test_inplace_forward_mode_AD_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5594548Z test_inplace_forward_mode_AD_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5604208Z test_inplace_forward_mode_AD_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5614594Z test_inplace_forward_mode_AD_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5624221Z test_inplace_forward_mode_AD_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5634421Z test_inplace_forward_mode_AD_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.5643828Z test_inplace_forward_mode_AD_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.5653834Z test_inplace_forward_mode_AD_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5663571Z test_inplace_forward_mode_AD_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5673446Z test_inplace_forward_mode_AD_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5682939Z test_inplace_forward_mode_AD_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5692718Z test_inplace_forward_mode_AD_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.5702448Z test_inplace_forward_mode_AD_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.5712256Z test_inplace_forward_mode_AD_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.5722027Z test_inplace_forward_mode_AD_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5732241Z test_inplace_forward_mode_AD_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5742182Z test_inplace_forward_mode_AD_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5751957Z test_inplace_forward_mode_AD_cat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5761778Z test_inplace_forward_mode_AD_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5799823Z test_inplace_forward_mode_AD_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:26:52.5810015Z test_inplace_forward_mode_AD_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5820267Z test_inplace_forward_mode_AD_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5830203Z test_inplace_forward_mode_AD_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.5840073Z test_inplace_forward_mode_AD_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.5849574Z test_inplace_forward_mode_AD_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5858989Z test_inplace_forward_mode_AD_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5869324Z test_inplace_forward_mode_AD_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5878522Z test_inplace_forward_mode_AD_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5888154Z test_inplace_forward_mode_AD_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5898168Z test_inplace_forward_mode_AD_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5907927Z test_inplace_forward_mode_AD_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.5917844Z test_inplace_forward_mode_AD_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.6324734Z test_inplace_forward_mode_AD_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:26:52.6661680Z test_inplace_forward_mode_AD_clamp_max_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:26:52.6989363Z test_inplace_forward_mode_AD_clamp_min_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:26:52.6999205Z test_inplace_forward_mode_AD_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7009327Z test_inplace_forward_mode_AD_clone_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7019424Z test_inplace_forward_mode_AD_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7029267Z test_inplace_forward_mode_AD_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7039102Z test_inplace_forward_mode_AD_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7049028Z test_inplace_forward_mode_AD_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7058970Z test_inplace_forward_mode_AD_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7069047Z test_inplace_forward_mode_AD_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7078977Z test_inplace_forward_mode_AD_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7210911Z test_inplace_forward_mode_AD_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:26:52.7246019Z test_inplace_forward_mode_AD_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.003s) 2022-09-27T16:26:52.7256164Z test_inplace_forward_mode_AD_constant_pad_nd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7266027Z test_inplace_forward_mode_AD_constant_pad_nd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7276254Z test_inplace_forward_mode_AD_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7286115Z test_inplace_forward_mode_AD_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7591174Z test_inplace_forward_mode_AD_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:26:52.7600749Z test_inplace_forward_mode_AD_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7610261Z test_inplace_forward_mode_AD_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.7968863Z test_inplace_forward_mode_AD_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:26:52.8053287Z test_inplace_forward_mode_AD_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:52.8407125Z test_inplace_forward_mode_AD_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:26:52.8489547Z test_inplace_forward_mode_AD_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:52.8499975Z test_inplace_forward_mode_AD_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.8509753Z test_inplace_forward_mode_AD_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:52.8519573Z test_inplace_forward_mode_AD_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.8529721Z test_inplace_forward_mode_AD_cov_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.8539724Z test_inplace_forward_mode_AD_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.8549551Z test_inplace_forward_mode_AD_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.8559526Z test_inplace_forward_mode_AD_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:52.8569803Z test_inplace_forward_mode_AD_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:56.9978187Z test_inplace_forward_mode_AD_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (4.141s) 2022-09-27T16:26:57.6893023Z test_inplace_forward_mode_AD_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.691s) 2022-09-27T16:26:57.7444876Z test_inplace_forward_mode_AD_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.055s) 2022-09-27T16:26:57.7565755Z test_inplace_forward_mode_AD_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:26:57.7575862Z test_inplace_forward_mode_AD_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7585195Z test_inplace_forward_mode_AD_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7665563Z test_inplace_forward_mode_AD_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:57.7675217Z test_inplace_forward_mode_AD_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7684782Z test_inplace_forward_mode_AD_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7695130Z test_inplace_forward_mode_AD_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7704995Z test_inplace_forward_mode_AD_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7714915Z test_inplace_forward_mode_AD_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7724861Z test_inplace_forward_mode_AD_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7734978Z test_inplace_forward_mode_AD_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7744898Z test_inplace_forward_mode_AD_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7754781Z test_inplace_forward_mode_AD_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7764702Z test_inplace_forward_mode_AD_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7774966Z test_inplace_forward_mode_AD_diff_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7859642Z test_inplace_forward_mode_AD_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:57.7870135Z test_inplace_forward_mode_AD_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.7880074Z test_inplace_forward_mode_AD_dist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:57.8225751Z test_inplace_forward_mode_AD_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:26:57.9978200Z test_inplace_forward_mode_AD_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.175s) 2022-09-27T16:26:58.0328982Z test_inplace_forward_mode_AD_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:26:58.0665783Z test_inplace_forward_mode_AD_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:26:58.0675791Z test_inplace_forward_mode_AD_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.0685339Z test_inplace_forward_mode_AD_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.0695079Z test_inplace_forward_mode_AD_double_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.0704736Z test_inplace_forward_mode_AD_double_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.0713936Z test_inplace_forward_mode_AD_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.0723742Z test_inplace_forward_mode_AD_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.0733926Z test_inplace_forward_mode_AD_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.0743882Z test_inplace_forward_mode_AD_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.0753859Z test_inplace_forward_mode_AD_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.0763684Z test_inplace_forward_mode_AD_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.0774114Z test_inplace_forward_mode_AD_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.0783887Z test_inplace_forward_mode_AD_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.0793634Z test_inplace_forward_mode_AD_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.0803952Z test_inplace_forward_mode_AD_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.0813740Z test_inplace_forward_mode_AD_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.0823489Z test_inplace_forward_mode_AD_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.0833390Z test_inplace_forward_mode_AD_equal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.0843126Z test_inplace_forward_mode_AD_equal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.0884209Z test_inplace_forward_mode_AD_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:26:58.0974088Z test_inplace_forward_mode_AD_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:26:58.1016091Z test_inplace_forward_mode_AD_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:26:58.1097915Z test_inplace_forward_mode_AD_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:58.1446435Z test_inplace_forward_mode_AD_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:26:58.1526515Z test_inplace_forward_mode_AD_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:58.1536358Z test_inplace_forward_mode_AD_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1545676Z test_inplace_forward_mode_AD_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1555087Z test_inplace_forward_mode_AD_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1564594Z test_inplace_forward_mode_AD_expand_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1602263Z test_inplace_forward_mode_AD_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:26:58.1612351Z test_inplace_forward_mode_AD_eye_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.1622037Z test_inplace_forward_mode_AD_eye_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.1631970Z test_inplace_forward_mode_AD_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1642063Z test_inplace_forward_mode_AD_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1652231Z test_inplace_forward_mode_AD_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1662211Z test_inplace_forward_mode_AD_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1672171Z test_inplace_forward_mode_AD_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1682070Z test_inplace_forward_mode_AD_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1692242Z test_inplace_forward_mode_AD_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1702051Z test_inplace_forward_mode_AD_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1712141Z test_inplace_forward_mode_AD_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1722190Z test_inplace_forward_mode_AD_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1732548Z test_inplace_forward_mode_AD_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1742457Z test_inplace_forward_mode_AD_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1752440Z test_inplace_forward_mode_AD_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1762318Z test_inplace_forward_mode_AD_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1772554Z test_inplace_forward_mode_AD_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1782594Z test_inplace_forward_mode_AD_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1792047Z test_inplace_forward_mode_AD_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1801402Z test_inplace_forward_mode_AD_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1810756Z test_inplace_forward_mode_AD_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1820402Z test_inplace_forward_mode_AD_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1829855Z test_inplace_forward_mode_AD_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1839249Z test_inplace_forward_mode_AD_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1848767Z test_inplace_forward_mode_AD_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1858978Z test_inplace_forward_mode_AD_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1868960Z test_inplace_forward_mode_AD_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1878983Z test_inplace_forward_mode_AD_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1888867Z test_inplace_forward_mode_AD_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1899155Z test_inplace_forward_mode_AD_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1909161Z test_inplace_forward_mode_AD_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1919181Z test_inplace_forward_mode_AD_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1929000Z test_inplace_forward_mode_AD_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1939336Z test_inplace_forward_mode_AD_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1949271Z test_inplace_forward_mode_AD_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.1959147Z test_inplace_forward_mode_AD_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.2241253Z test_inplace_forward_mode_AD_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:26:58.2297783Z test_inplace_forward_mode_AD_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:26:58.2307512Z test_inplace_forward_mode_AD_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.2317003Z test_inplace_forward_mode_AD_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.2326354Z test_inplace_forward_mode_AD_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.2336004Z test_inplace_forward_mode_AD_flip_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.2345423Z test_inplace_forward_mode_AD_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.2354705Z test_inplace_forward_mode_AD_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.2364123Z test_inplace_forward_mode_AD_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.2373766Z test_inplace_forward_mode_AD_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.2383268Z test_inplace_forward_mode_AD_float_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.2392599Z test_inplace_forward_mode_AD_float_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.4675642Z test_inplace_forward_mode_AD_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.228s) 2022-09-27T16:26:58.5122962Z test_inplace_forward_mode_AD_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:26:58.5161233Z test_inplace_forward_mode_AD_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:26:58.5171368Z test_inplace_forward_mode_AD_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.5181425Z test_inplace_forward_mode_AD_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5191158Z test_inplace_forward_mode_AD_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5569599Z test_inplace_forward_mode_AD_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:26:58.5647712Z test_inplace_forward_mode_AD_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:58.5657996Z test_inplace_forward_mode_AD_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5668127Z test_inplace_forward_mode_AD_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.5677886Z test_inplace_forward_mode_AD_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.5687722Z test_inplace_forward_mode_AD_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5697965Z test_inplace_forward_mode_AD_gather_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5707904Z test_inplace_forward_mode_AD_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.5717771Z test_inplace_forward_mode_AD_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.5727907Z test_inplace_forward_mode_AD_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.5737855Z test_inplace_forward_mode_AD_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5747696Z test_inplace_forward_mode_AD_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5757695Z test_inplace_forward_mode_AD_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.5767391Z test_inplace_forward_mode_AD_half_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5777486Z test_inplace_forward_mode_AD_half_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5786814Z test_inplace_forward_mode_AD_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.5796131Z test_inplace_forward_mode_AD_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.5805404Z test_inplace_forward_mode_AD_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5815184Z test_inplace_forward_mode_AD_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5824696Z test_inplace_forward_mode_AD_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.5834074Z test_inplace_forward_mode_AD_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.6191774Z test_inplace_forward_mode_AD_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:26:58.6286548Z test_inplace_forward_mode_AD_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:26:58.6296770Z test_inplace_forward_mode_AD_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.6306172Z test_inplace_forward_mode_AD_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:58.6315318Z test_inplace_forward_mode_AD_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:58.8820881Z test_inplace_forward_mode_AD_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.250s) 2022-09-27T16:26:58.9201685Z test_inplace_forward_mode_AD_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:26:59.0011772Z test_inplace_forward_mode_AD_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-09-27T16:26:59.0142202Z test_inplace_forward_mode_AD_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:26:59.0491751Z test_inplace_forward_mode_AD_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:26:59.0564791Z test_inplace_forward_mode_AD_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:26:59.1874877Z test_inplace_forward_mode_AD_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.131s) 2022-09-27T16:26:59.2085047Z test_inplace_forward_mode_AD_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.021s) 2022-09-27T16:26:59.2139341Z test_inplace_forward_mode_AD_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:26:59.2149280Z test_inplace_forward_mode_AD_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2158526Z test_inplace_forward_mode_AD_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2168289Z test_inplace_forward_mode_AD_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2178541Z test_inplace_forward_mode_AD_inner_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2188513Z test_inplace_forward_mode_AD_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2198338Z test_inplace_forward_mode_AD_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2208246Z test_inplace_forward_mode_AD_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2218200Z test_inplace_forward_mode_AD_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2227754Z test_inplace_forward_mode_AD_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2237371Z test_inplace_forward_mode_AD_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2247320Z test_inplace_forward_mode_AD_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2256857Z test_inplace_forward_mode_AD_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2266179Z test_inplace_forward_mode_AD_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2275819Z test_inplace_forward_mode_AD_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2285659Z test_inplace_forward_mode_AD_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2296015Z test_inplace_forward_mode_AD_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2305712Z test_inplace_forward_mode_AD_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2315692Z test_inplace_forward_mode_AD_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2325550Z test_inplace_forward_mode_AD_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2335730Z test_inplace_forward_mode_AD_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2345866Z test_inplace_forward_mode_AD_istft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2356042Z test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2366121Z test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2376166Z 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-09-27T16:26:59.2386102Z 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-09-27T16:26:59.2395864Z test_inplace_forward_mode_AD_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2405701Z test_inplace_forward_mode_AD_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2415840Z test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2425823Z test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2435539Z test_inplace_forward_mode_AD_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2445458Z test_inplace_forward_mode_AD_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.2455374Z test_inplace_forward_mode_AD_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2465232Z test_inplace_forward_mode_AD_kron_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2475326Z test_inplace_forward_mode_AD_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2485150Z test_inplace_forward_mode_AD_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2495230Z test_inplace_forward_mode_AD_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.2505286Z test_inplace_forward_mode_AD_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.8161939Z test_inplace_forward_mode_AD_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.565s) 2022-09-27T16:26:59.8707336Z test_inplace_forward_mode_AD_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.054s) 2022-09-27T16:26:59.8790741Z test_inplace_forward_mode_AD_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:26:59.8800776Z test_inplace_forward_mode_AD_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8810613Z test_inplace_forward_mode_AD_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8820746Z test_inplace_forward_mode_AD_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8830657Z test_inplace_forward_mode_AD_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8841094Z test_inplace_forward_mode_AD_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8851918Z test_inplace_forward_mode_AD_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8861763Z test_inplace_forward_mode_AD_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8871590Z test_inplace_forward_mode_AD_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8881595Z test_inplace_forward_mode_AD_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8891810Z test_inplace_forward_mode_AD_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8901717Z test_inplace_forward_mode_AD_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8911612Z test_inplace_forward_mode_AD_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8921594Z test_inplace_forward_mode_AD_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8931936Z test_inplace_forward_mode_AD_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8941847Z test_inplace_forward_mode_AD_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8951877Z test_inplace_forward_mode_AD_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8961501Z test_inplace_forward_mode_AD_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8971129Z test_inplace_forward_mode_AD_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8980547Z test_inplace_forward_mode_AD_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.8990083Z test_inplace_forward_mode_AD_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9000149Z test_inplace_forward_mode_AD_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9010342Z test_inplace_forward_mode_AD_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9020581Z test_inplace_forward_mode_AD_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9030519Z test_inplace_forward_mode_AD_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9040505Z test_inplace_forward_mode_AD_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9050622Z test_inplace_forward_mode_AD_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9061044Z 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-09-27T16:26:59.9070840Z 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-09-27T16:26:59.9080704Z 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-09-27T16:26:59.9090693Z 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-09-27T16:26:59.9100924Z test_inplace_forward_mode_AD_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.9110891Z test_inplace_forward_mode_AD_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.9116096Z test_inplace_forward_mode_AD_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:26:59.9121989Z test_inplace_forward_mode_AD_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:26:59.9132472Z test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9142142Z test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9152037Z test_inplace_forward_mode_AD_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9161961Z test_inplace_forward_mode_AD_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9172344Z test_inplace_forward_mode_AD_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9182151Z test_inplace_forward_mode_AD_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9192036Z test_inplace_forward_mode_AD_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9201921Z test_inplace_forward_mode_AD_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9212218Z test_inplace_forward_mode_AD_linalg_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9222170Z test_inplace_forward_mode_AD_linalg_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9232390Z test_inplace_forward_mode_AD_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9242764Z test_inplace_forward_mode_AD_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9253573Z test_inplace_forward_mode_AD_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9263930Z test_inplace_forward_mode_AD_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9275203Z test_inplace_forward_mode_AD_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.9283693Z 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-09-27T16:26:59.9293920Z 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-09-27T16:26:59.9303777Z 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-09-27T16:26:59.9313562Z test_inplace_forward_mode_AD_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9323392Z test_inplace_forward_mode_AD_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9334092Z test_inplace_forward_mode_AD_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9344501Z test_inplace_forward_mode_AD_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9354882Z 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-09-27T16:26:59.9365327Z 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-09-27T16:26:59.9375504Z test_inplace_forward_mode_AD_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9385395Z test_inplace_forward_mode_AD_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9394963Z test_inplace_forward_mode_AD_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9404559Z test_inplace_forward_mode_AD_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9414653Z 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-09-27T16:26:59.9424424Z 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-09-27T16:26:59.9434411Z test_inplace_forward_mode_AD_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9444313Z test_inplace_forward_mode_AD_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9454575Z test_inplace_forward_mode_AD_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9464440Z test_inplace_forward_mode_AD_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9474499Z test_inplace_forward_mode_AD_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9484599Z test_inplace_forward_mode_AD_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9494695Z test_inplace_forward_mode_AD_linalg_solve_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9504590Z test_inplace_forward_mode_AD_linalg_solve_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9514646Z test_inplace_forward_mode_AD_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9524494Z test_inplace_forward_mode_AD_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9535110Z test_inplace_forward_mode_AD_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9545493Z test_inplace_forward_mode_AD_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9555881Z test_inplace_forward_mode_AD_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9566283Z test_inplace_forward_mode_AD_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9576476Z test_inplace_forward_mode_AD_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9586508Z test_inplace_forward_mode_AD_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9596488Z test_inplace_forward_mode_AD_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9606428Z test_inplace_forward_mode_AD_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9616603Z test_inplace_forward_mode_AD_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9626507Z test_inplace_forward_mode_AD_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9636498Z test_inplace_forward_mode_AD_linalg_vecdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9646531Z test_inplace_forward_mode_AD_linalg_vecdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9656701Z test_inplace_forward_mode_AD_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9666521Z test_inplace_forward_mode_AD_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:26:59.9676591Z test_inplace_forward_mode_AD_linspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:26:59.9686369Z test_inplace_forward_mode_AD_linspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.0053805Z test_inplace_forward_mode_AD_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:27:00.0137418Z test_inplace_forward_mode_AD_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:00.0176951Z test_inplace_forward_mode_AD_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:00.0535994Z test_inplace_forward_mode_AD_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:27:00.0619895Z test_inplace_forward_mode_AD_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:00.0971355Z test_inplace_forward_mode_AD_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:27:00.1052890Z test_inplace_forward_mode_AD_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:00.1062543Z test_inplace_forward_mode_AD_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1071908Z test_inplace_forward_mode_AD_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1081320Z test_inplace_forward_mode_AD_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1090809Z test_inplace_forward_mode_AD_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1100585Z test_inplace_forward_mode_AD_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1110376Z test_inplace_forward_mode_AD_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1119921Z test_inplace_forward_mode_AD_logdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1129543Z test_inplace_forward_mode_AD_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1139916Z test_inplace_forward_mode_AD_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1149690Z test_inplace_forward_mode_AD_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1159533Z test_inplace_forward_mode_AD_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1169531Z test_inplace_forward_mode_AD_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1179491Z test_inplace_forward_mode_AD_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1189369Z test_inplace_forward_mode_AD_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1199105Z test_inplace_forward_mode_AD_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1208946Z test_inplace_forward_mode_AD_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1358570Z test_inplace_forward_mode_AD_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:00.1368618Z test_inplace_forward_mode_AD_logspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1381100Z test_inplace_forward_mode_AD_logspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1388591Z test_inplace_forward_mode_AD_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1398460Z test_inplace_forward_mode_AD_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1408283Z test_inplace_forward_mode_AD_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1418250Z test_inplace_forward_mode_AD_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.1428027Z test_inplace_forward_mode_AD_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1437886Z test_inplace_forward_mode_AD_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1448101Z test_inplace_forward_mode_AD_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1458353Z test_inplace_forward_mode_AD_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1468282Z test_inplace_forward_mode_AD_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1479462Z test_inplace_forward_mode_AD_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1489196Z test_inplace_forward_mode_AD_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1498471Z test_inplace_forward_mode_AD_mH_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1508325Z test_inplace_forward_mode_AD_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.1518198Z test_inplace_forward_mode_AD_mT_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.2635842Z test_inplace_forward_mode_AD_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.112s) 2022-09-27T16:27:00.2825992Z test_inplace_forward_mode_AD_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.019s) 2022-09-27T16:27:00.3714650Z test_inplace_forward_mode_AD_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.089s) 2022-09-27T16:27:00.3858049Z test_inplace_forward_mode_AD_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:27:00.3867396Z test_inplace_forward_mode_AD_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3877086Z test_inplace_forward_mode_AD_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3887028Z test_inplace_forward_mode_AD_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3897185Z test_inplace_forward_mode_AD_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3907304Z test_inplace_forward_mode_AD_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3917120Z test_inplace_forward_mode_AD_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3926956Z test_inplace_forward_mode_AD_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3937287Z test_inplace_forward_mode_AD_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3947257Z test_inplace_forward_mode_AD_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3957222Z test_inplace_forward_mode_AD_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3967143Z test_inplace_forward_mode_AD_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3977736Z test_inplace_forward_mode_AD_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3987468Z test_inplace_forward_mode_AD_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.3997492Z test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4007246Z test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4017846Z test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4027531Z test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4037574Z test_inplace_forward_mode_AD_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4047437Z test_inplace_forward_mode_AD_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4057761Z test_inplace_forward_mode_AD_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4067629Z test_inplace_forward_mode_AD_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4077557Z test_inplace_forward_mode_AD_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4087463Z test_inplace_forward_mode_AD_mm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4097806Z test_inplace_forward_mode_AD_mode_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4107713Z test_inplace_forward_mode_AD_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4117738Z test_inplace_forward_mode_AD_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.4127624Z test_inplace_forward_mode_AD_msort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.5829938Z test_inplace_forward_mode_AD_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-09-27T16:27:00.6172023Z test_inplace_forward_mode_AD_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:27:00.6183418Z test_inplace_forward_mode_AD_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.6191861Z test_inplace_forward_mode_AD_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.6201825Z test_inplace_forward_mode_AD_mv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.6589188Z test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:27:00.6969804Z test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:27:00.7351712Z test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:27:00.7442717Z test_inplace_forward_mode_AD_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:27:00.7453441Z test_inplace_forward_mode_AD_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7463381Z test_inplace_forward_mode_AD_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7473115Z test_inplace_forward_mode_AD_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7483157Z test_inplace_forward_mode_AD_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7493535Z test_inplace_forward_mode_AD_narrow_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7503394Z test_inplace_forward_mode_AD_narrow_copy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7513156Z test_inplace_forward_mode_AD_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7522917Z test_inplace_forward_mode_AD_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7533423Z test_inplace_forward_mode_AD_native_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7543194Z test_inplace_forward_mode_AD_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7553577Z test_inplace_forward_mode_AD_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7692950Z test_inplace_forward_mode_AD_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:27:00.7729932Z test_inplace_forward_mode_AD_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:00.7740425Z test_inplace_forward_mode_AD_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7750493Z test_inplace_forward_mode_AD_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7760263Z test_inplace_forward_mode_AD_new_empty_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7770157Z test_inplace_forward_mode_AD_new_empty_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7780161Z test_inplace_forward_mode_AD_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7790035Z test_inplace_forward_mode_AD_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7799915Z test_inplace_forward_mode_AD_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7809721Z test_inplace_forward_mode_AD_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7819890Z test_inplace_forward_mode_AD_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7829948Z test_inplace_forward_mode_AD_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7839550Z test_inplace_forward_mode_AD_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:00.7849637Z 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-09-27T16:27:00.7859471Z 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-09-27T16:27:00.7869375Z 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-09-27T16:27:00.7879235Z test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7889138Z 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-09-27T16:27:00.7899281Z 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-09-27T16:27:00.7908762Z test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7917989Z test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7927341Z test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7937314Z test_inplace_forward_mode_AD_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7947900Z 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-09-27T16:27:00.7957881Z test_inplace_forward_mode_AD_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.7967481Z 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-09-27T16:27:00.7977796Z 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-09-27T16:27:00.8064278Z test_inplace_forward_mode_AD_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:27:00.8074528Z test_inplace_forward_mode_AD_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8084660Z test_inplace_forward_mode_AD_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8094902Z test_inplace_forward_mode_AD_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8104543Z test_inplace_forward_mode_AD_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8114483Z test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8124371Z test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8134727Z test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8144598Z test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8154410Z 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-09-27T16:27:00.8164217Z test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8174340Z test_inplace_forward_mode_AD_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8184343Z test_inplace_forward_mode_AD_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.8551768Z test_inplace_forward_mode_AD_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:27:00.8923701Z test_inplace_forward_mode_AD_nn_functional_dropout3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:27:00.9424677Z test_inplace_forward_mode_AD_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.050s) 2022-09-27T16:27:00.9508616Z test_inplace_forward_mode_AD_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:00.9518400Z test_inplace_forward_mode_AD_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.9527977Z test_inplace_forward_mode_AD_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:00.9668221Z test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.014s) 2022-09-27T16:27:01.1442947Z test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.177s) 2022-09-27T16:27:01.1862801Z test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:27:01.1871871Z test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.1881445Z 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-09-27T16:27:01.1890856Z test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.1900934Z test_inplace_forward_mode_AD_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.1910755Z test_inplace_forward_mode_AD_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.1920723Z test_inplace_forward_mode_AD_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.1930730Z test_inplace_forward_mode_AD_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.1940949Z test_inplace_forward_mode_AD_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2027466Z test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:27:01.2037570Z test_inplace_forward_mode_AD_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2047634Z test_inplace_forward_mode_AD_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2057726Z 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-09-27T16:27:01.2067649Z test_inplace_forward_mode_AD_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2077752Z test_inplace_forward_mode_AD_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2087680Z test_inplace_forward_mode_AD_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2097829Z test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2107704Z test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2118014Z test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2127618Z test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2137569Z test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2147075Z test_inplace_forward_mode_AD_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2156934Z test_inplace_forward_mode_AD_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2166868Z test_inplace_forward_mode_AD_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2176945Z test_inplace_forward_mode_AD_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2186791Z test_inplace_forward_mode_AD_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2196718Z test_inplace_forward_mode_AD_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2206560Z test_inplace_forward_mode_AD_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2216841Z 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-09-27T16:27:01.2226683Z test_inplace_forward_mode_AD_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2236671Z 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-09-27T16:27:01.2246482Z test_inplace_forward_mode_AD_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2256073Z test_inplace_forward_mode_AD_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2265732Z test_inplace_forward_mode_AD_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2274985Z test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2284682Z 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-09-27T16:27:01.2294152Z test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2303491Z 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-09-27T16:27:01.2312880Z test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2322480Z test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2417144Z test_inplace_forward_mode_AD_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:27:01.2426951Z test_inplace_forward_mode_AD_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2436299Z 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-09-27T16:27:01.2445724Z 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-09-27T16:27:01.2455794Z 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-09-27T16:27:01.2465447Z test_inplace_forward_mode_AD_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2475507Z test_inplace_forward_mode_AD_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2485437Z test_inplace_forward_mode_AD_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2495713Z test_inplace_forward_mode_AD_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2505491Z test_inplace_forward_mode_AD_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2515492Z test_inplace_forward_mode_AD_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2525334Z test_inplace_forward_mode_AD_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2535512Z test_inplace_forward_mode_AD_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2545349Z test_inplace_forward_mode_AD_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2555319Z test_inplace_forward_mode_AD_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2565079Z test_inplace_forward_mode_AD_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2575444Z test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2585142Z test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2594895Z test_inplace_forward_mode_AD_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2604911Z test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2615182Z test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2625009Z test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2634834Z test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2644765Z 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-09-27T16:27:01.2655007Z test_inplace_forward_mode_AD_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2664951Z test_inplace_forward_mode_AD_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2674747Z test_inplace_forward_mode_AD_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2756108Z test_inplace_forward_mode_AD_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.008s) 2022-09-27T16:27:01.2839787Z test_inplace_forward_mode_AD_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:01.2930652Z test_inplace_forward_mode_AD_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:27:01.2940746Z 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-09-27T16:27:01.2950000Z 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-09-27T16:27:01.2959756Z test_inplace_forward_mode_AD_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2969669Z test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2979554Z 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-09-27T16:27:01.2988962Z test_inplace_forward_mode_AD_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.2998385Z test_inplace_forward_mode_AD_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3007675Z test_inplace_forward_mode_AD_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3017413Z test_inplace_forward_mode_AD_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3026905Z test_inplace_forward_mode_AD_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3036427Z test_inplace_forward_mode_AD_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3046210Z test_inplace_forward_mode_AD_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3055285Z 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-09-27T16:27:01.3064756Z 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-09-27T16:27:01.3074742Z 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-09-27T16:27:01.3084626Z 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.001s) 2022-09-27T16:27:01.3095069Z test_inplace_forward_mode_AD_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3104811Z test_inplace_forward_mode_AD_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3114701Z test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3124657Z test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3135081Z test_inplace_forward_mode_AD_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:01.3144639Z test_inplace_forward_mode_AD_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:01.3154478Z test_inplace_forward_mode_AD_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3164474Z test_inplace_forward_mode_AD_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3174604Z test_inplace_forward_mode_AD_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3184148Z test_inplace_forward_mode_AD_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3194549Z test_inplace_forward_mode_AD_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3204308Z test_inplace_forward_mode_AD_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3214744Z test_inplace_forward_mode_AD_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3224423Z test_inplace_forward_mode_AD_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3230409Z test_inplace_forward_mode_AD_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-09-27T16:27:01.3236157Z test_inplace_forward_mode_AD_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-09-27T16:27:01.3246474Z test_inplace_forward_mode_AD_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:01.3256420Z test_inplace_forward_mode_AD_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:01.3266243Z test_inplace_forward_mode_AD_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:01.3276100Z test_inplace_forward_mode_AD_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:01.3285969Z test_inplace_forward_mode_AD_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:01.3296129Z test_inplace_forward_mode_AD_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:01.3305949Z test_inplace_forward_mode_AD_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3315754Z test_inplace_forward_mode_AD_outer_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3326055Z test_inplace_forward_mode_AD_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3336258Z test_inplace_forward_mode_AD_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3345952Z test_inplace_forward_mode_AD_permute_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3355998Z test_inplace_forward_mode_AD_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3365919Z test_inplace_forward_mode_AD_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3376136Z test_inplace_forward_mode_AD_polar_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3695224Z test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:27:01.3700489Z test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:27:01.3705971Z test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:27:01.3711636Z test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:27:01.3716583Z test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:27:01.3726671Z test_inplace_forward_mode_AD_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3736374Z test_inplace_forward_mode_AD_positive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3745878Z test_inplace_forward_mode_AD_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3755701Z test_inplace_forward_mode_AD_pow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3765883Z test_inplace_forward_mode_AD_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.3775880Z test_inplace_forward_mode_AD_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:01.9435227Z test_inplace_forward_mode_AD_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.566s) 2022-09-27T16:27:02.0230183Z test_inplace_forward_mode_AD_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.079s) 2022-09-27T16:27:02.0240975Z test_inplace_forward_mode_AD_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.0251033Z test_inplace_forward_mode_AD_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.0261260Z test_inplace_forward_mode_AD_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.0342609Z test_inplace_forward_mode_AD_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:02.0352744Z test_inplace_forward_mode_AD_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.0362493Z test_inplace_forward_mode_AD_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.0372890Z test_inplace_forward_mode_AD_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.0382446Z test_inplace_forward_mode_AD_randn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.0392225Z test_inplace_forward_mode_AD_randn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.0402127Z test_inplace_forward_mode_AD_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.0412487Z test_inplace_forward_mode_AD_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.0422111Z test_inplace_forward_mode_AD_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.0432254Z test_inplace_forward_mode_AD_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.0441950Z test_inplace_forward_mode_AD_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.0452334Z test_inplace_forward_mode_AD_real_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.0809611Z test_inplace_forward_mode_AD_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:27:02.0891415Z test_inplace_forward_mode_AD_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:02.1272883Z test_inplace_forward_mode_AD_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:27:02.1346874Z test_inplace_forward_mode_AD_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.007s) 2022-09-27T16:27:02.1396942Z test_inplace_forward_mode_AD_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:02.1406060Z test_inplace_forward_mode_AD_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1415851Z test_inplace_forward_mode_AD_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1426005Z test_inplace_forward_mode_AD_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1435865Z test_inplace_forward_mode_AD_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1445693Z test_inplace_forward_mode_AD_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1455918Z test_inplace_forward_mode_AD_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1465929Z test_inplace_forward_mode_AD_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1476853Z test_inplace_forward_mode_AD_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1486336Z test_inplace_forward_mode_AD_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.1495785Z test_inplace_forward_mode_AD_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.1505147Z test_inplace_forward_mode_AD_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.1514785Z test_inplace_forward_mode_AD_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:02.1523829Z test_inplace_forward_mode_AD_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1533476Z test_inplace_forward_mode_AD_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1542851Z test_inplace_forward_mode_AD_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1552332Z test_inplace_forward_mode_AD_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1561667Z test_inplace_forward_mode_AD_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1571864Z test_inplace_forward_mode_AD_roll_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1581769Z test_inplace_forward_mode_AD_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1591568Z test_inplace_forward_mode_AD_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.1630470Z test_inplace_forward_mode_AD_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:02.1714773Z test_inplace_forward_mode_AD_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:02.1720245Z test_inplace_forward_mode_AD_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:02.1726808Z test_inplace_forward_mode_AD_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:02.2085026Z test_inplace_forward_mode_AD_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:27:02.2167329Z test_inplace_forward_mode_AD_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:02.2177306Z test_inplace_forward_mode_AD_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.2186652Z test_inplace_forward_mode_AD_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:02.4554728Z test_inplace_forward_mode_AD_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.237s) 2022-09-27T16:27:02.5016016Z test_inplace_forward_mode_AD_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:27:02.7475694Z test_inplace_forward_mode_AD_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.246s) 2022-09-27T16:27:02.7954003Z test_inplace_forward_mode_AD_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.048s) 2022-09-27T16:27:02.9115622Z test_inplace_forward_mode_AD_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-09-27T16:27:03.0280874Z test_inplace_forward_mode_AD_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.116s) 2022-09-27T16:27:03.2125813Z test_inplace_forward_mode_AD_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.184s) 2022-09-27T16:27:03.2234491Z test_inplace_forward_mode_AD_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.011s) 2022-09-27T16:27:03.3673083Z test_inplace_forward_mode_AD_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.144s) 2022-09-27T16:27:03.3682797Z test_inplace_forward_mode_AD_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.3692466Z test_inplace_forward_mode_AD_segment_reduce_lengths_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.3701757Z test_inplace_forward_mode_AD_segment_reduce_offsets_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.3711142Z test_inplace_forward_mode_AD_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.3720550Z test_inplace_forward_mode_AD_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.3729894Z test_inplace_forward_mode_AD_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.3893582Z test_inplace_forward_mode_AD_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:27:03.3931348Z test_inplace_forward_mode_AD_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:03.3941161Z test_inplace_forward_mode_AD_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.3950573Z test_inplace_forward_mode_AD_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.4294311Z test_inplace_forward_mode_AD_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:27:03.4373539Z test_inplace_forward_mode_AD_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:03.4410665Z test_inplace_forward_mode_AD_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:03.4420672Z test_inplace_forward_mode_AD_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.4570621Z test_inplace_forward_mode_AD_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:03.4610553Z test_inplace_forward_mode_AD_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:03.5020746Z test_inplace_forward_mode_AD_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:27:03.5120488Z test_inplace_forward_mode_AD_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:03.5267823Z test_inplace_forward_mode_AD_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:03.5306575Z test_inplace_forward_mode_AD_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:03.5316302Z test_inplace_forward_mode_AD_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5325742Z test_inplace_forward_mode_AD_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5335277Z test_inplace_forward_mode_AD_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5344978Z test_inplace_forward_mode_AD_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5354753Z test_inplace_forward_mode_AD_sort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5364904Z test_inplace_forward_mode_AD_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5375108Z test_inplace_forward_mode_AD_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5385171Z test_inplace_forward_mode_AD_special_airy_ai_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5395050Z test_inplace_forward_mode_AD_special_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5404912Z test_inplace_forward_mode_AD_special_bessel_j1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5415038Z test_inplace_forward_mode_AD_special_bessel_y0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5424793Z test_inplace_forward_mode_AD_special_bessel_y1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5434642Z test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5444424Z test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5449702Z test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:03.5456534Z test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:03.5466576Z test_inplace_forward_mode_AD_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5476376Z test_inplace_forward_mode_AD_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5486284Z test_inplace_forward_mode_AD_special_hermite_polynomial_h_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5496567Z test_inplace_forward_mode_AD_special_hermite_polynomial_he_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5506156Z test_inplace_forward_mode_AD_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5516028Z test_inplace_forward_mode_AD_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5525870Z test_inplace_forward_mode_AD_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5536191Z test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5542000Z test_inplace_forward_mode_AD_special_legendre_polynomial_p_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:03.5551801Z test_inplace_forward_mode_AD_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5561805Z test_inplace_forward_mode_AD_special_modified_bessel_i0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5571946Z test_inplace_forward_mode_AD_special_modified_bessel_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5581753Z test_inplace_forward_mode_AD_special_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5591522Z test_inplace_forward_mode_AD_special_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5601198Z test_inplace_forward_mode_AD_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5611313Z test_inplace_forward_mode_AD_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5621223Z test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5631350Z test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5641035Z test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5647668Z test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:03.5652836Z test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:03.5658817Z test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:03.5664971Z test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:03.5675409Z test_inplace_forward_mode_AD_special_spherical_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5685037Z test_inplace_forward_mode_AD_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5695297Z test_inplace_forward_mode_AD_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:03.5704967Z test_inplace_forward_mode_AD_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5714909Z test_inplace_forward_mode_AD_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5724781Z test_inplace_forward_mode_AD_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5734781Z test_inplace_forward_mode_AD_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5744689Z test_inplace_forward_mode_AD_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5754640Z test_inplace_forward_mode_AD_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.5902626Z test_inplace_forward_mode_AD_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:03.5942304Z test_inplace_forward_mode_AD_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:03.6308809Z test_inplace_forward_mode_AD_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:27:03.6394787Z test_inplace_forward_mode_AD_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:27:03.7106416Z test_inplace_forward_mode_AD_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:27:03.7233683Z test_inplace_forward_mode_AD_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:27:03.7243202Z test_inplace_forward_mode_AD_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.7252822Z test_inplace_forward_mode_AD_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.7262315Z test_inplace_forward_mode_AD_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.7271695Z test_inplace_forward_mode_AD_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.7281208Z test_inplace_forward_mode_AD_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.7290681Z test_inplace_forward_mode_AD_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.7300431Z test_inplace_forward_mode_AD_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.7309951Z test_inplace_forward_mode_AD_stft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.9501195Z test_inplace_forward_mode_AD_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.219s) 2022-09-27T16:27:03.9917715Z test_inplace_forward_mode_AD_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:27:03.9927423Z test_inplace_forward_mode_AD_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.9937103Z test_inplace_forward_mode_AD_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.9946631Z test_inplace_forward_mode_AD_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.9956047Z test_inplace_forward_mode_AD_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.9966046Z test_inplace_forward_mode_AD_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.9976385Z test_inplace_forward_mode_AD_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.9986723Z test_inplace_forward_mode_AD_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:03.9996808Z test_inplace_forward_mode_AD_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0006880Z test_inplace_forward_mode_AD_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0328069Z test_inplace_forward_mode_AD_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:27:04.0388473Z test_inplace_forward_mode_AD_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.006s) 2022-09-27T16:27:04.0398383Z test_inplace_forward_mode_AD_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0408747Z test_inplace_forward_mode_AD_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0418562Z test_inplace_forward_mode_AD_take_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0428548Z test_inplace_forward_mode_AD_take_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0579082Z test_inplace_forward_mode_AD_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:04.0619315Z test_inplace_forward_mode_AD_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:04.0762771Z test_inplace_forward_mode_AD_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:27:04.0800302Z test_inplace_forward_mode_AD_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:04.0810573Z test_inplace_forward_mode_AD_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0820342Z test_inplace_forward_mode_AD_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0829875Z test_inplace_forward_mode_AD_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0839553Z test_inplace_forward_mode_AD_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0849736Z test_inplace_forward_mode_AD_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0859690Z test_inplace_forward_mode_AD_tile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0870140Z test_inplace_forward_mode_AD_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0879833Z test_inplace_forward_mode_AD_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0890338Z test_inplace_forward_mode_AD_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.0900219Z test_inplace_forward_mode_AD_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0909893Z test_inplace_forward_mode_AD_topk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0919668Z test_inplace_forward_mode_AD_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.0930346Z test_inplace_forward_mode_AD_trace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.1754274Z test_inplace_forward_mode_AD_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.082s) 2022-09-27T16:27:04.1900900Z test_inplace_forward_mode_AD_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:04.1910365Z test_inplace_forward_mode_AD_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.1919801Z test_inplace_forward_mode_AD_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.1929175Z test_inplace_forward_mode_AD_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.1939005Z test_inplace_forward_mode_AD_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.1948352Z test_inplace_forward_mode_AD_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.1957885Z test_inplace_forward_mode_AD_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.2966866Z test_inplace_forward_mode_AD_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-09-27T16:27:04.3189924Z test_inplace_forward_mode_AD_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:27:04.4190098Z test_inplace_forward_mode_AD_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.100s) 2022-09-27T16:27:04.4412120Z test_inplace_forward_mode_AD_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:27:04.6163467Z test_inplace_forward_mode_AD_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.175s) 2022-09-27T16:27:04.6514989Z test_inplace_forward_mode_AD_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:27:04.6552356Z test_inplace_forward_mode_AD_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:04.6562118Z test_inplace_forward_mode_AD_unbind_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.6571837Z test_inplace_forward_mode_AD_unbind_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.6581473Z test_inplace_forward_mode_AD_unflatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.6591377Z test_inplace_forward_mode_AD_unflatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.6601347Z test_inplace_forward_mode_AD_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.6611603Z test_inplace_forward_mode_AD_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.6621710Z test_inplace_forward_mode_AD_uniform_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.6631449Z test_inplace_forward_mode_AD_uniform_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.6641349Z test_inplace_forward_mode_AD_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.6651482Z test_inplace_forward_mode_AD_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.7597092Z test_inplace_forward_mode_AD_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.094s) 2022-09-27T16:27:04.7753376Z test_inplace_forward_mode_AD_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:27:04.7762888Z test_inplace_forward_mode_AD_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7772694Z test_inplace_forward_mode_AD_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7782137Z test_inplace_forward_mode_AD_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7791686Z test_inplace_forward_mode_AD_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7801186Z test_inplace_forward_mode_AD_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7811430Z test_inplace_forward_mode_AD_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7821349Z test_inplace_forward_mode_AD_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7831225Z test_inplace_forward_mode_AD_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7841238Z test_inplace_forward_mode_AD_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7851406Z test_inplace_forward_mode_AD_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7860967Z test_inplace_forward_mode_AD_view_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7870679Z test_inplace_forward_mode_AD_view_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7879764Z test_inplace_forward_mode_AD_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7889019Z test_inplace_forward_mode_AD_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7898708Z test_inplace_forward_mode_AD_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7908016Z test_inplace_forward_mode_AD_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7917377Z test_inplace_forward_mode_AD_where_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.7926746Z test_inplace_forward_mode_AD_where_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:04.8315300Z test_inplace_forward_mode_AD_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:27:04.8672246Z test_inplace_forward_mode_AD_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:27:04.8757412Z test_inplace_forward_mode_AD_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:27:04.8767648Z test_inplace_forward_mode_AD_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.8777844Z test_inplace_forward_mode_AD_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.8787680Z test_inplace_forward_mode_AD_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.8797501Z test_inplace_forward_mode_AD_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.8810736Z test_inplace_grad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8823708Z test_inplace_grad_H_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8836552Z test_inplace_grad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8849503Z test_inplace_grad_T_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8862845Z test_inplace_grad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8875739Z test_inplace_grad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8888801Z test_inplace_grad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8902088Z test_inplace_grad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8914956Z test_inplace_grad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8927850Z test_inplace_grad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8941475Z test_inplace_grad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8954633Z test_inplace_grad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8967258Z test_inplace_grad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8980533Z test_inplace_grad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.8993562Z test_inplace_grad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9002607Z test_inplace_grad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:04.9011872Z test_inplace_grad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:04.9024849Z test_inplace_grad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9037709Z test_inplace_grad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9050766Z test_inplace_grad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9063810Z test_inplace_grad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9077026Z test_inplace_grad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.9089876Z test_inplace_grad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:04.9102861Z test_inplace_grad__masked_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9115970Z test_inplace_grad__masked_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9128757Z test_inplace_grad__masked_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9141876Z test_inplace_grad__masked_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9154993Z test_inplace_grad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9167897Z test_inplace_grad__masked_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9181234Z test_inplace_grad__masked_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9194119Z test_inplace_grad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9206976Z test_inplace_grad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9220360Z test_inplace_grad__masked_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9233253Z test_inplace_grad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9246311Z test_inplace_grad__masked_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9259487Z test_inplace_grad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9272521Z test_inplace_grad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9285504Z test_inplace_grad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9298214Z test_inplace_grad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9310358Z test_inplace_grad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9322410Z test_inplace_grad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9334813Z test_inplace_grad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9346778Z test_inplace_grad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9359817Z test_inplace_grad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9373015Z test_inplace_grad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9385886Z test_inplace_grad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:04.9395346Z test_inplace_grad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: In-place abs not supported for complex tensors (0.001s) 2022-09-27T16:27:04.9446919Z test_inplace_grad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:04.9856541Z test_inplace_grad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:27:04.9969563Z test_inplace_grad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:04.9990055Z test_inplace_grad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.002s) 2022-09-27T16:27:05.0007874Z test_inplace_grad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.002s) 2022-09-27T16:27:05.1579144Z test_inplace_grad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.157s) 2022-09-27T16:27:05.1931969Z test_inplace_grad_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:27:05.3420525Z test_inplace_grad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.149s) 2022-09-27T16:27:05.3587709Z test_inplace_grad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:27:05.5676491Z test_inplace_grad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.209s) 2022-09-27T16:27:05.6151591Z test_inplace_grad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:27:05.8197751Z test_inplace_grad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.204s) 2022-09-27T16:27:05.8660275Z test_inplace_grad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:27:05.9685391Z test_inplace_grad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.102s) 2022-09-27T16:27:05.9773309Z test_inplace_grad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:27:06.0766680Z test_inplace_grad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-09-27T16:27:06.0851790Z test_inplace_grad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.008s) 2022-09-27T16:27:06.1571598Z test_inplace_grad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.072s) 2022-09-27T16:27:06.1736818Z test_inplace_grad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:27:06.2413419Z test_inplace_grad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.068s) 2022-09-27T16:27:06.2566266Z test_inplace_grad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:06.2579298Z test_inplace_grad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2591510Z test_inplace_grad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2604063Z test_inplace_grad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2617319Z test_inplace_grad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2630332Z test_inplace_grad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.2643359Z test_inplace_grad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.2656659Z test_inplace_grad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2669583Z test_inplace_grad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.2682531Z test_inplace_grad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.2695838Z test_inplace_grad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2708878Z test_inplace_grad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2722840Z test_inplace_grad_arange_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2734874Z test_inplace_grad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2746767Z test_inplace_grad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2759104Z test_inplace_grad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2770943Z test_inplace_grad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2783204Z test_inplace_grad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.2791141Z test_inplace_grad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.001s) 2022-09-27T16:27:06.2799877Z test_inplace_grad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.001s) 2022-09-27T16:27:06.2813628Z test_inplace_grad_as_strided_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.2826582Z test_inplace_grad_as_strided_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.2995559Z test_inplace_grad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:27:06.3046917Z test_inplace_grad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:06.3062436Z test_inplace_grad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.001s) 2022-09-27T16:27:06.3076846Z test_inplace_grad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.001s) 2022-09-27T16:27:06.3367327Z test_inplace_grad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:27:06.3535258Z test_inplace_grad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:27:06.3585467Z test_inplace_grad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:06.3600687Z test_inplace_grad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.001s) 2022-09-27T16:27:06.3615535Z test_inplace_grad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.001s) 2022-09-27T16:27:06.3627716Z test_inplace_grad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.3640860Z test_inplace_grad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.3653998Z test_inplace_grad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.3666963Z test_inplace_grad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.3680047Z test_inplace_grad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.3693252Z test_inplace_grad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5378414Z test_inplace_grad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.168s) 2022-09-27T16:27:06.5535211Z test_inplace_grad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:27:06.5547442Z test_inplace_grad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5559660Z test_inplace_grad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5572138Z test_inplace_grad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5584151Z test_inplace_grad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5597180Z test_inplace_grad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5610232Z test_inplace_grad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5623382Z test_inplace_grad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5636494Z test_inplace_grad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.5649451Z test_inplace_grad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.5662509Z test_inplace_grad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5675437Z test_inplace_grad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5688362Z test_inplace_grad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5701772Z test_inplace_grad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5714656Z test_inplace_grad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.5727481Z test_inplace_grad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.5740897Z test_inplace_grad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.5753522Z test_inplace_grad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5766333Z test_inplace_grad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5779854Z test_inplace_grad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5792688Z test_inplace_grad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5805578Z test_inplace_grad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5854193Z test_inplace_grad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:06.5866270Z test_inplace_grad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5878631Z test_inplace_grad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5890666Z test_inplace_grad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.5903085Z test_inplace_grad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.5914727Z test_inplace_grad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5927346Z test_inplace_grad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5940507Z test_inplace_grad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5953003Z test_inplace_grad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5965732Z test_inplace_grad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5978603Z test_inplace_grad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.5991617Z test_inplace_grad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.6004544Z test_inplace_grad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.6325712Z test_inplace_grad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:27:06.6617800Z test_inplace_grad_clamp_max_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:27:06.6910319Z test_inplace_grad_clamp_min_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:27:06.6922314Z test_inplace_grad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.6934883Z test_inplace_grad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.6946924Z test_inplace_grad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.6958973Z test_inplace_grad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.6972197Z test_inplace_grad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.6985327Z test_inplace_grad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.6998098Z test_inplace_grad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.7011495Z test_inplace_grad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.7024233Z test_inplace_grad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.7178467Z test_inplace_grad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:06.7223681Z test_inplace_grad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:06.7235918Z test_inplace_grad_constant_pad_nd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.7247960Z test_inplace_grad_constant_pad_nd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.7261066Z test_inplace_grad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.7273993Z test_inplace_grad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.7554115Z test_inplace_grad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:27:06.7566127Z test_inplace_grad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.7579621Z test_inplace_grad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.7981289Z test_inplace_grad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:27:06.8089400Z test_inplace_grad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:06.8485232Z test_inplace_grad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:27:06.8592449Z test_inplace_grad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:06.8604728Z test_inplace_grad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.8617303Z test_inplace_grad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:06.8629083Z test_inplace_grad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.8641247Z test_inplace_grad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.8653494Z test_inplace_grad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.8665641Z test_inplace_grad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.8678653Z test_inplace_grad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:06.8691909Z test_inplace_grad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:15.2265427Z test_inplace_grad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (8.357s) 2022-09-27T16:27:16.7214352Z test_inplace_grad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.495s) 2022-09-27T16:27:16.7814010Z test_inplace_grad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-09-27T16:27:16.7966935Z test_inplace_grad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:16.7979240Z test_inplace_grad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.7991513Z test_inplace_grad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8093822Z test_inplace_grad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:16.8106743Z test_inplace_grad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8119725Z test_inplace_grad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8133063Z test_inplace_grad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8146192Z test_inplace_grad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8159021Z test_inplace_grad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8172090Z test_inplace_grad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8185156Z test_inplace_grad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8198086Z test_inplace_grad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8210978Z test_inplace_grad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8224143Z test_inplace_grad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8237030Z test_inplace_grad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8342489Z test_inplace_grad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:16.8355703Z test_inplace_grad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8368712Z test_inplace_grad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:16.8675254Z test_inplace_grad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:27:16.9964186Z test_inplace_grad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-09-27T16:27:17.0269801Z test_inplace_grad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:27:17.0575091Z test_inplace_grad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:27:17.0588070Z test_inplace_grad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.0601151Z test_inplace_grad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.0614265Z test_inplace_grad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.0627620Z test_inplace_grad_double_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.0640234Z test_inplace_grad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.0653418Z test_inplace_grad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.0666346Z test_inplace_grad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.0679373Z test_inplace_grad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.0692636Z test_inplace_grad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.0705607Z test_inplace_grad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.0718763Z test_inplace_grad_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.0731630Z test_inplace_grad_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.0744426Z test_inplace_grad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.0757515Z test_inplace_grad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.0770254Z test_inplace_grad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.0783328Z test_inplace_grad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.0795454Z test_inplace_grad_equal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.0807371Z test_inplace_grad_equal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.0858081Z test_inplace_grad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:17.0967386Z test_inplace_grad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:17.1017311Z test_inplace_grad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:17.1121966Z test_inplace_grad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:17.1507833Z test_inplace_grad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:27:17.1609740Z test_inplace_grad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:17.1622435Z test_inplace_grad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1635514Z test_inplace_grad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1648336Z test_inplace_grad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1661746Z test_inplace_grad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1710517Z test_inplace_grad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:17.1722771Z test_inplace_grad_eye_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.1735257Z test_inplace_grad_eye_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.1747393Z test_inplace_grad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1759358Z test_inplace_grad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1771848Z test_inplace_grad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1783957Z test_inplace_grad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1796082Z test_inplace_grad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1808350Z test_inplace_grad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1821577Z test_inplace_grad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1834519Z test_inplace_grad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1847566Z test_inplace_grad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1860932Z test_inplace_grad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1874278Z test_inplace_grad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1887048Z test_inplace_grad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1900423Z test_inplace_grad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1913353Z test_inplace_grad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1926429Z test_inplace_grad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1939227Z test_inplace_grad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1951273Z test_inplace_grad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1963527Z test_inplace_grad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1975949Z test_inplace_grad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.1987790Z test_inplace_grad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2000071Z test_inplace_grad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2012403Z test_inplace_grad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2024336Z test_inplace_grad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2036543Z test_inplace_grad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2048710Z test_inplace_grad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2061105Z test_inplace_grad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2073232Z test_inplace_grad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2085358Z test_inplace_grad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2097801Z test_inplace_grad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2109943Z test_inplace_grad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2122255Z test_inplace_grad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2134763Z test_inplace_grad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2147372Z test_inplace_grad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2160441Z test_inplace_grad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2547856Z test_inplace_grad_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:27:17.2652127Z test_inplace_grad_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:17.2664129Z test_inplace_grad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2676380Z test_inplace_grad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2688606Z test_inplace_grad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2700611Z test_inplace_grad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2713411Z test_inplace_grad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2726296Z test_inplace_grad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2739497Z test_inplace_grad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2752547Z test_inplace_grad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2765554Z test_inplace_grad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.2779343Z test_inplace_grad_float_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.4162032Z test_inplace_grad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.138s) 2022-09-27T16:27:17.4483098Z test_inplace_grad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:27:17.4530332Z test_inplace_grad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:17.4542944Z test_inplace_grad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.4554672Z test_inplace_grad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.4566704Z test_inplace_grad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.4869153Z test_inplace_grad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:27:17.4966241Z test_inplace_grad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:17.4978882Z test_inplace_grad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.4991718Z test_inplace_grad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.5004429Z test_inplace_grad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.5017689Z test_inplace_grad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.5030607Z test_inplace_grad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.5043495Z test_inplace_grad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.5056648Z test_inplace_grad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.5069547Z test_inplace_grad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.5082329Z test_inplace_grad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.5095532Z test_inplace_grad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.5108513Z test_inplace_grad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.5121416Z test_inplace_grad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.5134636Z test_inplace_grad_half_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.5147490Z test_inplace_grad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.5160338Z test_inplace_grad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.5173415Z test_inplace_grad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.5186265Z test_inplace_grad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.5199212Z test_inplace_grad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.5212550Z test_inplace_grad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.5491988Z test_inplace_grad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:27:17.5607195Z test_inplace_grad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:17.5620039Z test_inplace_grad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.5634235Z test_inplace_grad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:17.5643990Z test_inplace_grad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:17.7721207Z test_inplace_grad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.207s) 2022-09-27T16:27:17.8189417Z test_inplace_grad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:27:17.8900318Z test_inplace_grad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:27:17.9067985Z test_inplace_grad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.017s) 2022-09-27T16:27:17.9529533Z test_inplace_grad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:27:17.9653077Z test_inplace_grad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:27:18.0723865Z test_inplace_grad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.107s) 2022-09-27T16:27:18.0965061Z test_inplace_grad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.024s) 2022-09-27T16:27:18.3097622Z test_inplace_grad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.213s) 2022-09-27T16:27:18.3109853Z test_inplace_grad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.3121775Z test_inplace_grad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.3134326Z test_inplace_grad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.3146345Z test_inplace_grad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.3158573Z test_inplace_grad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3171269Z test_inplace_grad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3184096Z test_inplace_grad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3195683Z test_inplace_grad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3207825Z test_inplace_grad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3219999Z test_inplace_grad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3232578Z test_inplace_grad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3245600Z test_inplace_grad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3258698Z test_inplace_grad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3270617Z test_inplace_grad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3282699Z test_inplace_grad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3294938Z test_inplace_grad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3306900Z test_inplace_grad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3319808Z test_inplace_grad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3333021Z test_inplace_grad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3345791Z test_inplace_grad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.3358662Z test_inplace_grad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.3372249Z test_inplace_grad_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3385135Z test_inplace_grad_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3398152Z test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3411018Z test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3424060Z test_inplace_grad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3436998Z test_inplace_grad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3449931Z test_inplace_grad_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3463042Z test_inplace_grad_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3476167Z test_inplace_grad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3489078Z test_inplace_grad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.3502237Z test_inplace_grad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.3515055Z test_inplace_grad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.3527984Z test_inplace_grad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.3580814Z test_inplace_grad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:18.3617426Z test_inplace_grad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:18.3630745Z test_inplace_grad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.7361499Z test_inplace_grad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.373s) 2022-09-27T16:27:18.7781432Z test_inplace_grad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:27:18.7886801Z test_inplace_grad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:18.7899523Z test_inplace_grad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.7911716Z test_inplace_grad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.7923786Z test_inplace_grad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.7936971Z test_inplace_grad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.7950539Z test_inplace_grad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.7963874Z test_inplace_grad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.7977337Z test_inplace_grad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.7990154Z test_inplace_grad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8003298Z test_inplace_grad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8016439Z test_inplace_grad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8029514Z test_inplace_grad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8042448Z test_inplace_grad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8055647Z test_inplace_grad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8068720Z test_inplace_grad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8081925Z test_inplace_grad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8095248Z test_inplace_grad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8107964Z test_inplace_grad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8120577Z test_inplace_grad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8133566Z test_inplace_grad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8146399Z test_inplace_grad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8159174Z test_inplace_grad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8172556Z test_inplace_grad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8185803Z test_inplace_grad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8198979Z test_inplace_grad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8212267Z test_inplace_grad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8225242Z test_inplace_grad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8238643Z test_inplace_grad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.8251399Z test_inplace_grad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.8264604Z test_inplace_grad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.8277554Z test_inplace_grad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.8290677Z test_inplace_grad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.8303857Z test_inplace_grad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.8312475Z test_inplace_grad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:18.8321730Z test_inplace_grad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:18.8334578Z test_inplace_grad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8347179Z test_inplace_grad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8360156Z test_inplace_grad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8373468Z test_inplace_grad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8385812Z test_inplace_grad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8397752Z test_inplace_grad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8409868Z test_inplace_grad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8422270Z test_inplace_grad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8434370Z test_inplace_grad_linalg_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8446389Z test_inplace_grad_linalg_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8459215Z test_inplace_grad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8471788Z test_inplace_grad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8484349Z test_inplace_grad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8496993Z test_inplace_grad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8509370Z test_inplace_grad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.8521202Z test_inplace_grad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.8533618Z test_inplace_grad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.8545684Z test_inplace_grad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.8557346Z test_inplace_grad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8569309Z test_inplace_grad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8583252Z test_inplace_grad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8596511Z test_inplace_grad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8609892Z test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8623562Z test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8636527Z test_inplace_grad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8649434Z test_inplace_grad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8662276Z test_inplace_grad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8674900Z test_inplace_grad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8687938Z test_inplace_grad_linalg_pinv_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:27:18.8701034Z test_inplace_grad_linalg_pinv_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:27:18.8713992Z test_inplace_grad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8726884Z test_inplace_grad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8740348Z test_inplace_grad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8753229Z test_inplace_grad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8766307Z test_inplace_grad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8779483Z test_inplace_grad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8793013Z test_inplace_grad_linalg_solve_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8805005Z test_inplace_grad_linalg_solve_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8817419Z test_inplace_grad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8829403Z test_inplace_grad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8842819Z test_inplace_grad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8856380Z test_inplace_grad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8869758Z test_inplace_grad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8883338Z test_inplace_grad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8896347Z test_inplace_grad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8909225Z test_inplace_grad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8922367Z test_inplace_grad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8935755Z test_inplace_grad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8948375Z test_inplace_grad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8961161Z test_inplace_grad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8974429Z test_inplace_grad_linalg_vecdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.8987250Z test_inplace_grad_linalg_vecdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.9000244Z test_inplace_grad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.9013260Z test_inplace_grad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:18.9026278Z test_inplace_grad_linspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.9039161Z test_inplace_grad_linspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:18.9437694Z test_inplace_grad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:27:18.9542931Z test_inplace_grad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:18.9591275Z test_inplace_grad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:18.9991403Z test_inplace_grad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:27:19.0096824Z test_inplace_grad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:19.0487740Z test_inplace_grad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:27:19.0591343Z test_inplace_grad_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:19.0603389Z test_inplace_grad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.0615979Z test_inplace_grad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.0628458Z test_inplace_grad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.0641391Z test_inplace_grad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.0654490Z test_inplace_grad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.0667399Z test_inplace_grad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.0680010Z test_inplace_grad_logdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.0693056Z test_inplace_grad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.0706205Z test_inplace_grad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.0718971Z test_inplace_grad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.0732097Z test_inplace_grad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.0744854Z test_inplace_grad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.0757777Z test_inplace_grad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.0770766Z test_inplace_grad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.0784177Z test_inplace_grad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.0797140Z test_inplace_grad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.0945423Z test_inplace_grad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:19.0957634Z test_inplace_grad_logspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.0969587Z test_inplace_grad_logspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.0981873Z test_inplace_grad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.0994027Z test_inplace_grad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.1005964Z test_inplace_grad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.1018162Z test_inplace_grad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.1030149Z test_inplace_grad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.1043145Z test_inplace_grad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.1056268Z test_inplace_grad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.1069117Z test_inplace_grad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.1082323Z test_inplace_grad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.1095870Z test_inplace_grad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.1108100Z test_inplace_grad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.1120113Z test_inplace_grad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.1132817Z test_inplace_grad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.1144785Z test_inplace_grad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.2389598Z test_inplace_grad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:27:19.2699484Z test_inplace_grad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:27:19.3503553Z test_inplace_grad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.080s) 2022-09-27T16:27:19.3700899Z test_inplace_grad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:27:19.3713292Z test_inplace_grad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3725561Z test_inplace_grad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3738103Z test_inplace_grad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3750630Z test_inplace_grad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3762768Z test_inplace_grad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3775181Z test_inplace_grad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3787612Z test_inplace_grad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3800846Z test_inplace_grad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3813339Z test_inplace_grad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3825420Z test_inplace_grad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3837543Z test_inplace_grad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3850647Z test_inplace_grad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3863728Z test_inplace_grad_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3876426Z test_inplace_grad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3888929Z test_inplace_grad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3902096Z test_inplace_grad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3915070Z test_inplace_grad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3927962Z test_inplace_grad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3940949Z test_inplace_grad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3953028Z test_inplace_grad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3965325Z test_inplace_grad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3978156Z test_inplace_grad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.3990189Z test_inplace_grad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.4003091Z test_inplace_grad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.4015727Z test_inplace_grad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.4027759Z test_inplace_grad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.4039709Z test_inplace_grad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.5247744Z test_inplace_grad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.121s) 2022-09-27T16:27:19.5518618Z test_inplace_grad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:27:19.5531432Z test_inplace_grad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.5543606Z test_inplace_grad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.5555635Z test_inplace_grad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.5966666Z test_inplace_grad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:27:19.6378386Z test_inplace_grad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:27:19.6791297Z test_inplace_grad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:27:19.6901669Z test_inplace_grad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:19.6914068Z test_inplace_grad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.6926092Z test_inplace_grad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.6938282Z test_inplace_grad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.6950356Z test_inplace_grad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.6962553Z test_inplace_grad_narrow_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.6974826Z test_inplace_grad_narrow_copy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.6987137Z test_inplace_grad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7000022Z test_inplace_grad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7013456Z test_inplace_grad_native_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7026434Z test_inplace_grad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7039388Z test_inplace_grad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7192342Z test_inplace_grad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:19.7238466Z test_inplace_grad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:19.7251087Z test_inplace_grad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7263372Z test_inplace_grad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7275911Z test_inplace_grad_new_empty_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7288693Z test_inplace_grad_new_empty_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7301910Z test_inplace_grad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7314631Z test_inplace_grad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7327470Z test_inplace_grad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7340669Z test_inplace_grad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7353550Z test_inplace_grad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7366914Z test_inplace_grad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7379190Z test_inplace_grad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:19.7391051Z test_inplace_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7403146Z test_inplace_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7415398Z test_inplace_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7427475Z test_inplace_grad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7439512Z test_inplace_grad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7451850Z test_inplace_grad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7463719Z test_inplace_grad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7475763Z test_inplace_grad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7487857Z test_inplace_grad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7500241Z test_inplace_grad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7512892Z test_inplace_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7524787Z test_inplace_grad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7537103Z test_inplace_grad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7549245Z test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7656694Z test_inplace_grad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:19.7668679Z test_inplace_grad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7680805Z test_inplace_grad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7693600Z test_inplace_grad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7705387Z test_inplace_grad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7718068Z test_inplace_grad_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7731006Z test_inplace_grad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7744033Z test_inplace_grad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7757064Z test_inplace_grad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7770206Z test_inplace_grad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7783179Z test_inplace_grad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7796029Z test_inplace_grad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7809418Z test_inplace_grad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.7827794Z test_inplace_grad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:27:19.7829072Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:27:19.7860677Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:27:19.7861705Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:27:19.7899140Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:27:19.7900242Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:27:19.7939961Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:27:19.7940992Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:27:19.7977994Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:27:19.7979010Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:27:19.8018867Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:27:19.8020058Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:27:19.8062043Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:27:19.8063069Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:27:19.8335789Z ok (0.053s) 2022-09-27T16:27:19.8864846Z test_inplace_grad_nn_functional_dropout3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.053s) 2022-09-27T16:27:19.9580337Z test_inplace_grad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.071s) 2022-09-27T16:27:19.9686480Z test_inplace_grad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:19.9699092Z test_inplace_grad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:19.9711156Z test_inplace_grad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.0005243Z test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:27:20.1807116Z test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.180s) 2022-09-27T16:27:20.2208032Z test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:27:20.2220511Z test_inplace_grad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2232675Z test_inplace_grad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2244816Z test_inplace_grad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2257322Z test_inplace_grad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2269251Z test_inplace_grad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2281411Z test_inplace_grad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2293889Z test_inplace_grad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2305837Z test_inplace_grad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2412186Z test_inplace_grad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:20.2425289Z test_inplace_grad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2438146Z test_inplace_grad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2451171Z test_inplace_grad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2464115Z test_inplace_grad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2477312Z test_inplace_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2490315Z test_inplace_grad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2503550Z test_inplace_grad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2516541Z test_inplace_grad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2529778Z test_inplace_grad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2542873Z test_inplace_grad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2555806Z test_inplace_grad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2568771Z test_inplace_grad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2582043Z test_inplace_grad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2594947Z test_inplace_grad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2607840Z test_inplace_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2621337Z test_inplace_grad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2634122Z test_inplace_grad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2647203Z test_inplace_grad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2660114Z test_inplace_grad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2673157Z test_inplace_grad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2686028Z test_inplace_grad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2699236Z test_inplace_grad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2712281Z test_inplace_grad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2725382Z test_inplace_grad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2738558Z test_inplace_grad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2751477Z test_inplace_grad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2764371Z test_inplace_grad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2777824Z test_inplace_grad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2791195Z test_inplace_grad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2803391Z test_inplace_grad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2911951Z test_inplace_grad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:20.2924226Z test_inplace_grad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2936677Z test_inplace_grad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2948758Z test_inplace_grad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2960900Z test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2973419Z test_inplace_grad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2986182Z test_inplace_grad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.2999267Z test_inplace_grad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3012401Z test_inplace_grad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3025366Z test_inplace_grad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3038513Z test_inplace_grad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3051589Z test_inplace_grad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3064633Z test_inplace_grad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3077566Z test_inplace_grad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3090432Z test_inplace_grad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3103603Z test_inplace_grad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3116575Z test_inplace_grad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3129586Z test_inplace_grad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3142823Z test_inplace_grad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3155889Z test_inplace_grad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3168744Z test_inplace_grad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3182145Z test_inplace_grad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3195110Z test_inplace_grad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3208059Z test_inplace_grad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3221298Z test_inplace_grad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3234563Z test_inplace_grad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3247473Z test_inplace_grad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3380520Z test_inplace_grad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:27:20.3486226Z test_inplace_grad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:20.3591132Z test_inplace_grad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:20.3604074Z test_inplace_grad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3617536Z test_inplace_grad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3630395Z test_inplace_grad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3643517Z test_inplace_grad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3656576Z test_inplace_grad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3669605Z test_inplace_grad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3682528Z test_inplace_grad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3695733Z test_inplace_grad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3708778Z test_inplace_grad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3721740Z test_inplace_grad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3734941Z test_inplace_grad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3747889Z test_inplace_grad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3760828Z test_inplace_grad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3774125Z test_inplace_grad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3787095Z test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3800078Z test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3813270Z test_inplace_grad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3826202Z test_inplace_grad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3839196Z test_inplace_grad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3852391Z test_inplace_grad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3865583Z test_inplace_grad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:20.3878779Z test_inplace_grad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:20.3891730Z test_inplace_grad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3904640Z test_inplace_grad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3916778Z test_inplace_grad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3930269Z test_inplace_grad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3943078Z test_inplace_grad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3956214Z test_inplace_grad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3969405Z test_inplace_grad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3982711Z test_inplace_grad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.3991275Z test_inplace_grad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-09-27T16:27:20.4000339Z test_inplace_grad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-09-27T16:27:20.4014368Z test_inplace_grad_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:20.4027106Z test_inplace_grad_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:20.4039961Z test_inplace_grad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:20.4053128Z test_inplace_grad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:20.4065987Z test_inplace_grad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:20.4079052Z test_inplace_grad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:20.4092036Z test_inplace_grad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4104846Z test_inplace_grad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4118341Z test_inplace_grad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4131420Z test_inplace_grad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4144396Z test_inplace_grad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4157549Z test_inplace_grad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4170176Z test_inplace_grad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4183372Z test_inplace_grad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4543333Z test_inplace_grad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:27:20.4551387Z test_inplace_grad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.4559856Z test_inplace_grad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.4568883Z test_inplace_grad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.4578273Z test_inplace_grad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:20.4591703Z test_inplace_grad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4604665Z test_inplace_grad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4656928Z test_inplace_grad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:20.4693576Z test_inplace_grad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.004s) 2022-09-27T16:27:20.4706928Z test_inplace_grad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.4719697Z test_inplace_grad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:20.9526154Z test_inplace_grad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.480s) 2022-09-27T16:27:21.0588402Z test_inplace_grad_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.106s) 2022-09-27T16:27:21.0600937Z test_inplace_grad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.0613536Z test_inplace_grad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.0625111Z test_inplace_grad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.0728789Z test_inplace_grad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:21.0741939Z test_inplace_grad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.0755145Z test_inplace_grad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.0767610Z test_inplace_grad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.0780462Z test_inplace_grad_randn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.0792446Z test_inplace_grad_randn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.0805223Z test_inplace_grad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.0818467Z test_inplace_grad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.0831338Z test_inplace_grad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.0843427Z test_inplace_grad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.0855729Z test_inplace_grad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.0868257Z test_inplace_grad_real_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.1260108Z test_inplace_grad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:27:21.1364885Z test_inplace_grad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:21.1667522Z test_inplace_grad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:27:21.2449968Z test_inplace_grad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-09-27T16:27:21.2653088Z test_inplace_grad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.020s) 2022-09-27T16:27:21.2665266Z test_inplace_grad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2677371Z test_inplace_grad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2690136Z test_inplace_grad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2703260Z test_inplace_grad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2716544Z test_inplace_grad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2729123Z test_inplace_grad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2742128Z test_inplace_grad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2755213Z test_inplace_grad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2768836Z test_inplace_grad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.2781813Z test_inplace_grad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.2794817Z test_inplace_grad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.2807763Z test_inplace_grad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:21.2819703Z test_inplace_grad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2831981Z test_inplace_grad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2844182Z test_inplace_grad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2856238Z test_inplace_grad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2868505Z test_inplace_grad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2880626Z test_inplace_grad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2893190Z test_inplace_grad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2905124Z test_inplace_grad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.2952494Z test_inplace_grad_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:21.3057998Z test_inplace_grad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:21.3065465Z test_inplace_grad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.3073691Z test_inplace_grad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:21.3474006Z test_inplace_grad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.040s) 2022-09-27T16:27:21.3580141Z test_inplace_grad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:21.3595812Z test_inplace_grad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.002s) 2022-09-27T16:27:21.3608248Z test_inplace_grad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:21.5258415Z test_inplace_grad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.165s) 2022-09-27T16:27:21.5641009Z test_inplace_grad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:27:21.7481081Z test_inplace_grad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.184s) 2022-09-27T16:27:21.7913986Z test_inplace_grad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:27:21.9224309Z test_inplace_grad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.131s) 2022-09-27T16:27:22.0523968Z test_inplace_grad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.130s) 2022-09-27T16:27:22.1913308Z test_inplace_grad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.139s) 2022-09-27T16:27:22.3608727Z test_inplace_grad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.169s) 2022-09-27T16:27:22.4755729Z test_inplace_grad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.115s) 2022-09-27T16:27:22.4768330Z test_inplace_grad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.4780262Z test_inplace_grad_segment_reduce_lengths_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.4792468Z test_inplace_grad_segment_reduce_offsets_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.4804972Z test_inplace_grad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.4817410Z test_inplace_grad_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.4829336Z test_inplace_grad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.5009411Z test_inplace_grad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.018s) 2022-09-27T16:27:22.5056987Z test_inplace_grad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:22.5069275Z test_inplace_grad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.5081384Z test_inplace_grad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.5462896Z test_inplace_grad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:27:22.5565724Z test_inplace_grad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:22.5614418Z test_inplace_grad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:22.5626875Z test_inplace_grad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.5790528Z test_inplace_grad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:27:22.5838755Z test_inplace_grad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:22.6286363Z test_inplace_grad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:27:22.6409798Z test_inplace_grad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:27:22.6573892Z test_inplace_grad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:27:22.6620991Z test_inplace_grad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:22.6633339Z test_inplace_grad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6645277Z test_inplace_grad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6657740Z test_inplace_grad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6669791Z test_inplace_grad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6681923Z test_inplace_grad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6694504Z test_inplace_grad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6706565Z test_inplace_grad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6718820Z test_inplace_grad_special_airy_ai_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6730800Z test_inplace_grad_special_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6743398Z test_inplace_grad_special_bessel_j1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6755875Z test_inplace_grad_special_bessel_y0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6768721Z test_inplace_grad_special_bessel_y1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6782080Z test_inplace_grad_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6795019Z test_inplace_grad_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6804532Z test_inplace_grad_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:22.6812769Z test_inplace_grad_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:22.6825178Z test_inplace_grad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6837335Z test_inplace_grad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6849685Z test_inplace_grad_special_hermite_polynomial_h_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6861981Z test_inplace_grad_special_hermite_polynomial_he_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6874626Z test_inplace_grad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6887451Z test_inplace_grad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6900631Z test_inplace_grad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6913696Z test_inplace_grad_special_laguerre_polynomial_l_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6922636Z test_inplace_grad_special_legendre_polynomial_p_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:22.6935865Z test_inplace_grad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.6948788Z test_inplace_grad_special_modified_bessel_i0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6961526Z test_inplace_grad_special_modified_bessel_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6974773Z test_inplace_grad_special_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.6987430Z test_inplace_grad_special_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.7000073Z test_inplace_grad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.7013322Z test_inplace_grad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.7026333Z test_inplace_grad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.7039383Z test_inplace_grad_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.7052635Z test_inplace_grad_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.7061098Z test_inplace_grad_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:22.7070177Z test_inplace_grad_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:22.7079179Z test_inplace_grad_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:22.7087788Z test_inplace_grad_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:27:22.7101812Z test_inplace_grad_special_spherical_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.7114282Z test_inplace_grad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.7127445Z test_inplace_grad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:22.7139935Z test_inplace_grad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.7152406Z test_inplace_grad_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.7164326Z test_inplace_grad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.7176564Z test_inplace_grad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.7189329Z test_inplace_grad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.7202468Z test_inplace_grad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.7364667Z test_inplace_grad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:27:22.7412493Z test_inplace_grad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:22.7821437Z test_inplace_grad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:27:22.7930325Z test_inplace_grad_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:22.8883355Z test_inplace_grad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.095s) 2022-09-27T16:27:22.9115658Z test_inplace_grad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:27:22.9127805Z test_inplace_grad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.9140320Z test_inplace_grad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.9152181Z test_inplace_grad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.9164450Z test_inplace_grad_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.9177971Z test_inplace_grad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.9190678Z test_inplace_grad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.9203708Z test_inplace_grad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:22.9216694Z test_inplace_grad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.0802412Z test_inplace_grad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:27:23.1161476Z test_inplace_grad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:27:23.1173964Z test_inplace_grad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1186009Z test_inplace_grad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1198149Z test_inplace_grad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1210369Z test_inplace_grad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1223290Z test_inplace_grad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1236713Z test_inplace_grad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1250109Z test_inplace_grad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1263312Z test_inplace_grad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1276403Z test_inplace_grad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1685041Z test_inplace_grad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.041s) 2022-09-27T16:27:23.1789907Z test_inplace_grad_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.010s) 2022-09-27T16:27:23.1802087Z test_inplace_grad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1814640Z test_inplace_grad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1826511Z test_inplace_grad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.1839274Z test_inplace_grad_take_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2002886Z test_inplace_grad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:27:23.2050881Z test_inplace_grad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:23.2205640Z test_inplace_grad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:23.2252990Z test_inplace_grad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:23.2265352Z test_inplace_grad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2277469Z test_inplace_grad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2290230Z test_inplace_grad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2303537Z test_inplace_grad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2316364Z test_inplace_grad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2329477Z test_inplace_grad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2342578Z test_inplace_grad_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2355442Z test_inplace_grad_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2368652Z test_inplace_grad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:23.2381599Z test_inplace_grad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2394427Z test_inplace_grad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2407269Z test_inplace_grad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.2420440Z test_inplace_grad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.3522804Z test_inplace_grad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.110s) 2022-09-27T16:27:23.3789866Z test_inplace_grad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.027s) 2022-09-27T16:27:23.3802779Z test_inplace_grad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.3816035Z test_inplace_grad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.3828948Z test_inplace_grad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.3841897Z test_inplace_grad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.3854738Z test_inplace_grad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.3867399Z test_inplace_grad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.4994743Z test_inplace_grad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.113s) 2022-09-27T16:27:23.5271777Z test_inplace_grad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:27:23.6394519Z test_inplace_grad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.112s) 2022-09-27T16:27:23.6673046Z test_inplace_grad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.028s) 2022-09-27T16:27:23.7963198Z test_inplace_grad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.129s) 2022-09-27T16:27:23.8269384Z test_inplace_grad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:27:23.8316107Z test_inplace_grad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.005s) 2022-09-27T16:27:23.8341688Z test_inplace_grad_unbind_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.8342311Z test_inplace_grad_unbind_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.8353181Z test_inplace_grad_unflatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.8364902Z test_inplace_grad_unflatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.8378178Z test_inplace_grad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.8390991Z test_inplace_grad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.8404123Z test_inplace_grad_uniform_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:23.8417248Z test_inplace_grad_uniform_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:23.8430145Z test_inplace_grad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:23.8442712Z test_inplace_grad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:23.9663649Z test_inplace_grad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.122s) 2022-09-27T16:27:23.9957939Z test_inplace_grad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.029s) 2022-09-27T16:27:23.9969949Z test_inplace_grad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.9982511Z test_inplace_grad_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:23.9995099Z test_inplace_grad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0008036Z test_inplace_grad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0021307Z test_inplace_grad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0034275Z test_inplace_grad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0047216Z test_inplace_grad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0060568Z test_inplace_grad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0073473Z test_inplace_grad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0086518Z test_inplace_grad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0099725Z test_inplace_grad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0112541Z test_inplace_grad_view_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0125579Z test_inplace_grad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0138784Z test_inplace_grad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0151637Z test_inplace_grad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0164408Z test_inplace_grad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0177793Z test_inplace_grad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0190734Z test_inplace_grad_where_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Op has no inplace variant! (0.001s) 2022-09-27T16:27:24.0499520Z test_inplace_grad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.031s) 2022-09-27T16:27:24.0928631Z test_inplace_grad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:27:24.1041797Z test_inplace_grad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.011s) 2022-09-27T16:27:24.1054736Z test_inplace_grad_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:24.1067333Z test_inplace_grad_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:24.1079014Z test_inplace_grad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:24.1090992Z test_inplace_grad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:24.1100462Z test_inplace_gradgrad_H_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1109649Z test_inplace_gradgrad_H_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1118855Z test_inplace_gradgrad_T_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1128149Z test_inplace_gradgrad_T_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1137450Z test_inplace_gradgrad___getitem___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1146706Z test_inplace_gradgrad___getitem___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1155924Z test_inplace_gradgrad___radd___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1165238Z test_inplace_gradgrad___radd___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1174762Z test_inplace_gradgrad___rdiv___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1184011Z test_inplace_gradgrad___rdiv___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1193234Z test_inplace_gradgrad___rmatmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1202366Z test_inplace_gradgrad___rmatmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1211854Z test_inplace_gradgrad___rmod___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1221104Z test_inplace_gradgrad___rmul___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1230238Z test_inplace_gradgrad___rmul___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1235489Z test_inplace_gradgrad___rpow___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:27:24.1241258Z test_inplace_gradgrad___rpow___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:27:24.1251891Z test_inplace_gradgrad___rsub___cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1261634Z test_inplace_gradgrad___rsub___cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1271304Z test_inplace_gradgrad__masked_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1281087Z test_inplace_gradgrad__masked_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1290961Z test_inplace_gradgrad__masked_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:24.1300663Z test_inplace_gradgrad__masked_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:24.1310382Z test_inplace_gradgrad__masked_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1320175Z test_inplace_gradgrad__masked_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1329917Z test_inplace_gradgrad__masked_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1340026Z test_inplace_gradgrad__masked_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1349662Z test_inplace_gradgrad__masked_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1359360Z test_inplace_gradgrad__masked_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1369132Z test_inplace_gradgrad__masked_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1379124Z test_inplace_gradgrad__masked_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1388915Z test_inplace_gradgrad__masked_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1398665Z test_inplace_gradgrad__masked_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1408278Z test_inplace_gradgrad__masked_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1418328Z test_inplace_gradgrad__masked_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1428119Z test_inplace_gradgrad__masked_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1437970Z test_inplace_gradgrad__masked_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1447622Z test_inplace_gradgrad__masked_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1457758Z test_inplace_gradgrad__masked_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1467389Z test_inplace_gradgrad__masked_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1477153Z test_inplace_gradgrad__masked_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1486710Z test_inplace_gradgrad__masked_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1496714Z test_inplace_gradgrad__masked_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1507037Z test_inplace_gradgrad__masked_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1516534Z test_inplace_gradgrad__masked_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1526409Z test_inplace_gradgrad__masked_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.1532295Z test_inplace_gradgrad_abs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: In-place abs not supported for complex tensors (0.001s) 2022-09-27T16:27:24.1671144Z test_inplace_gradgrad_abs_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:27:24.3569163Z test_inplace_gradgrad_acos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.190s) 2022-09-27T16:27:24.3951271Z test_inplace_gradgrad_acos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:27:24.3960289Z test_inplace_gradgrad_acosh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:24.3969704Z test_inplace_gradgrad_acosh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:25.1926101Z test_inplace_gradgrad_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.795s) 2022-09-27T16:27:25.3594661Z test_inplace_gradgrad_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.167s) 2022-09-27T16:27:26.2820207Z test_inplace_gradgrad_addbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.922s) 2022-09-27T16:27:26.3789469Z test_inplace_gradgrad_addbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.097s) 2022-09-27T16:27:27.7528384Z test_inplace_gradgrad_addcdiv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.374s) 2022-09-27T16:27:28.0387242Z test_inplace_gradgrad_addcdiv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.286s) 2022-09-27T16:27:29.2987220Z test_inplace_gradgrad_addcmul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.260s) 2022-09-27T16:27:29.5605104Z test_inplace_gradgrad_addcmul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.262s) 2022-09-27T16:27:30.2299496Z test_inplace_gradgrad_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.669s) 2022-09-27T16:27:30.2769600Z test_inplace_gradgrad_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.047s) 2022-09-27T16:27:30.9137394Z test_inplace_gradgrad_addmm_decomposed_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.637s) 2022-09-27T16:27:30.9583733Z test_inplace_gradgrad_addmm_decomposed_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.045s) 2022-09-27T16:27:31.3995363Z test_inplace_gradgrad_addmv_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.441s) 2022-09-27T16:27:31.4921605Z test_inplace_gradgrad_addmv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-09-27T16:27:31.9297138Z test_inplace_gradgrad_addr_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.437s) 2022-09-27T16:27:32.0213422Z test_inplace_gradgrad_addr_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-09-27T16:27:32.0223270Z test_inplace_gradgrad_all_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0232004Z test_inplace_gradgrad_all_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0241805Z test_inplace_gradgrad_allclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0251727Z test_inplace_gradgrad_allclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0261475Z test_inplace_gradgrad_amax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.0271406Z test_inplace_gradgrad_amin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.0281332Z test_inplace_gradgrad_aminmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0290957Z test_inplace_gradgrad_angle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.0301000Z test_inplace_gradgrad_angle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.0311072Z test_inplace_gradgrad_any_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0321085Z test_inplace_gradgrad_any_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0330310Z test_inplace_gradgrad_arange_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0340315Z test_inplace_gradgrad_argmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0350054Z test_inplace_gradgrad_argmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0359796Z test_inplace_gradgrad_argsort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0369545Z test_inplace_gradgrad_argwhere_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0379715Z test_inplace_gradgrad_argwhere_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:32.0384822Z test_inplace_gradgrad_as_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.001s) 2022-09-27T16:27:32.0390824Z test_inplace_gradgrad_as_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Numerous errors (0.000s) 2022-09-27T16:27:32.0400983Z test_inplace_gradgrad_as_strided_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.0410727Z test_inplace_gradgrad_as_strided_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.1142749Z test_inplace_gradgrad_asin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.073s) 2022-09-27T16:27:32.1293368Z test_inplace_gradgrad_asin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:32.1303099Z test_inplace_gradgrad_asinh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.1312730Z test_inplace_gradgrad_asinh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.2962580Z test_inplace_gradgrad_atan2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.165s) 2022-09-27T16:27:32.3664393Z test_inplace_gradgrad_atan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.070s) 2022-09-27T16:27:32.3808265Z test_inplace_gradgrad_atan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:27:32.3818031Z test_inplace_gradgrad_atanh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.3827651Z test_inplace_gradgrad_atanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.3837560Z test_inplace_gradgrad_atleast_1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.3847192Z test_inplace_gradgrad_atleast_1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.3857218Z test_inplace_gradgrad_atleast_2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.3866877Z test_inplace_gradgrad_atleast_2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.3877184Z test_inplace_gradgrad_atleast_3d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:32.3886381Z test_inplace_gradgrad_atleast_3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.4797406Z test_inplace_gradgrad_baddbmm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.091s) 2022-09-27T16:27:33.5712178Z test_inplace_gradgrad_baddbmm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T16:27:33.5721683Z test_inplace_gradgrad_bernoulli_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5731014Z test_inplace_gradgrad_bfloat16_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5740468Z test_inplace_gradgrad_bfloat16_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5749736Z test_inplace_gradgrad_block_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5759151Z test_inplace_gradgrad_block_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5768356Z test_inplace_gradgrad_bmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5777840Z test_inplace_gradgrad_bmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5787250Z test_inplace_gradgrad_bool_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:33.5796333Z test_inplace_gradgrad_bool_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:33.5805422Z test_inplace_gradgrad_broadcast_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5815011Z test_inplace_gradgrad_broadcast_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5824652Z test_inplace_gradgrad_broadcast_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5834465Z test_inplace_gradgrad_broadcast_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5844172Z test_inplace_gradgrad_bucketize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:33.5854257Z test_inplace_gradgrad_byte_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:33.5863394Z test_inplace_gradgrad_byte_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:33.5872491Z test_inplace_gradgrad_cartesian_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5881781Z test_inplace_gradgrad_cartesian_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5891004Z test_inplace_gradgrad_cat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5900385Z test_inplace_gradgrad_cat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.5909648Z test_inplace_gradgrad_cdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.6002085Z test_inplace_gradgrad_ceil_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:27:33.6011712Z test_inplace_gradgrad_chalf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.6021158Z test_inplace_gradgrad_chalf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.6030948Z test_inplace_gradgrad_char_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:33.6040740Z test_inplace_gradgrad_char_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:33.6050078Z test_inplace_gradgrad_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.6059943Z test_inplace_gradgrad_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.6069277Z test_inplace_gradgrad_cholesky_inverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.6078695Z test_inplace_gradgrad_cholesky_inverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.6088141Z test_inplace_gradgrad_cholesky_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.6097734Z test_inplace_gradgrad_cholesky_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.6107461Z test_inplace_gradgrad_chunk_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.6117168Z test_inplace_gradgrad_chunk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:33.7877871Z test_inplace_gradgrad_clamp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.176s) 2022-09-27T16:27:33.9255788Z test_inplace_gradgrad_clamp_max_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.138s) 2022-09-27T16:27:34.0634828Z test_inplace_gradgrad_clamp_min_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.138s) 2022-09-27T16:27:34.0644284Z test_inplace_gradgrad_clone_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.0653882Z test_inplace_gradgrad_clone_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.0663231Z test_inplace_gradgrad_column_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.0672579Z test_inplace_gradgrad_column_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.0681664Z test_inplace_gradgrad_combinations_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.0691450Z test_inplace_gradgrad_combinations_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.0701109Z test_inplace_gradgrad_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.0710868Z test_inplace_gradgrad_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.0720572Z test_inplace_gradgrad_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.1308888Z test_inplace_gradgrad_conj_physical_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.059s) 2022-09-27T16:27:34.1426304Z test_inplace_gradgrad_conj_physical_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.012s) 2022-09-27T16:27:34.1436315Z test_inplace_gradgrad_constant_pad_nd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.1446222Z test_inplace_gradgrad_constant_pad_nd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.1456175Z test_inplace_gradgrad_contiguous_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.1466156Z test_inplace_gradgrad_contiguous_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.2452841Z test_inplace_gradgrad_copysign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-09-27T16:27:34.2462608Z test_inplace_gradgrad_corrcoef_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.2472217Z test_inplace_gradgrad_corrcoef_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.4214781Z test_inplace_gradgrad_cos_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.174s) 2022-09-27T16:27:34.4562711Z test_inplace_gradgrad_cos_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:27:34.6254490Z test_inplace_gradgrad_cosh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.169s) 2022-09-27T16:27:34.6592183Z test_inplace_gradgrad_cosh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:27:34.6602242Z test_inplace_gradgrad_count_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:34.6612138Z test_inplace_gradgrad_count_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:34.6621209Z test_inplace_gradgrad_cov_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.6630869Z test_inplace_gradgrad_cov_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.6640206Z test_inplace_gradgrad_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.6649597Z test_inplace_gradgrad_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.6659602Z test_inplace_gradgrad_cummax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.6668511Z test_inplace_gradgrad_cummin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:34.6674336Z test_inplace_gradgrad_cumprod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:27:50.3293381Z test_inplace_gradgrad_cumprod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (15.662s) 2022-09-27T16:27:50.5746907Z test_inplace_gradgrad_cumsum_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.245s) 2022-09-27T16:27:50.6262869Z test_inplace_gradgrad_cumsum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.051s) 2022-09-27T16:27:50.6271969Z test_inplace_gradgrad_cumulative_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6281432Z test_inplace_gradgrad_cumulative_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6604640Z test_inplace_gradgrad_deg2rad_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:27:50.6615199Z test_inplace_gradgrad_diag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6624126Z test_inplace_gradgrad_diag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6633486Z test_inplace_gradgrad_diag_embed_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6642500Z test_inplace_gradgrad_diag_embed_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6652322Z test_inplace_gradgrad_diagflat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6661185Z test_inplace_gradgrad_diagflat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6670413Z test_inplace_gradgrad_diagonal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6679797Z test_inplace_gradgrad_diagonal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6689331Z test_inplace_gradgrad_diagonal_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6698786Z test_inplace_gradgrad_diff_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.6707998Z test_inplace_gradgrad_diff_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.7058207Z test_inplace_gradgrad_digamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.035s) 2022-09-27T16:27:50.7068044Z test_inplace_gradgrad_dist_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.7077743Z test_inplace_gradgrad_dist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:50.7857594Z test_inplace_gradgrad_div_floor_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-09-27T16:27:51.5265709Z test_inplace_gradgrad_div_no_rounding_mode_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.741s) 2022-09-27T16:27:51.6816571Z test_inplace_gradgrad_div_no_rounding_mode_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.155s) 2022-09-27T16:27:51.7602862Z test_inplace_gradgrad_div_trunc_rounding_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.078s) 2022-09-27T16:27:51.7613357Z test_inplace_gradgrad_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:51.7622615Z test_inplace_gradgrad_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:51.7631599Z test_inplace_gradgrad_double_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:51.7640808Z test_inplace_gradgrad_double_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:51.7650103Z test_inplace_gradgrad_dsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:51.7659729Z test_inplace_gradgrad_dsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:51.7668842Z test_inplace_gradgrad_dstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:51.7678170Z test_inplace_gradgrad_dstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:51.7687415Z test_inplace_gradgrad_einsum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:51.7696969Z test_inplace_gradgrad_einsum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:51.7706444Z test_inplace_gradgrad_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:51.7715452Z test_inplace_gradgrad_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:51.7724525Z test_inplace_gradgrad_empty_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:51.7733964Z test_inplace_gradgrad_empty_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:51.7743093Z test_inplace_gradgrad_eq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:51.7752235Z test_inplace_gradgrad_eq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:51.7761415Z test_inplace_gradgrad_equal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:51.7770927Z test_inplace_gradgrad_equal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:51.7926961Z test_inplace_gradgrad_erf_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.015s) 2022-09-27T16:27:51.8304098Z test_inplace_gradgrad_erfc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.038s) 2022-09-27T16:27:51.8461847Z test_inplace_gradgrad_erfinv_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.016s) 2022-09-27T16:27:51.8804542Z test_inplace_gradgrad_exp2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:27:52.0433568Z test_inplace_gradgrad_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.163s) 2022-09-27T16:27:52.0760314Z test_inplace_gradgrad_exp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:27:52.0769934Z test_inplace_gradgrad_expand_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.0779301Z test_inplace_gradgrad_expand_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.0788657Z test_inplace_gradgrad_expand_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.0797806Z test_inplace_gradgrad_expand_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.0934956Z test_inplace_gradgrad_expm1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:27:52.0944363Z test_inplace_gradgrad_eye_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:52.0954225Z test_inplace_gradgrad_eye_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:52.0963410Z test_inplace_gradgrad_fft_fft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.0973715Z test_inplace_gradgrad_fft_fft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.0983450Z test_inplace_gradgrad_fft_fft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.0993307Z test_inplace_gradgrad_fft_fft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1003218Z test_inplace_gradgrad_fft_fftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1013517Z test_inplace_gradgrad_fft_fftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1023282Z test_inplace_gradgrad_fft_fftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1033050Z test_inplace_gradgrad_fft_fftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1042714Z test_inplace_gradgrad_fft_hfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1052977Z test_inplace_gradgrad_fft_hfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1062655Z test_inplace_gradgrad_fft_hfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1072376Z test_inplace_gradgrad_fft_hfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1082324Z test_inplace_gradgrad_fft_hfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1092599Z test_inplace_gradgrad_fft_hfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1101912Z test_inplace_gradgrad_fft_ifft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1111280Z test_inplace_gradgrad_fft_ifft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1121053Z test_inplace_gradgrad_fft_ifft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1130864Z test_inplace_gradgrad_fft_ifft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1140848Z test_inplace_gradgrad_fft_ifftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1150664Z test_inplace_gradgrad_fft_ifftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1160504Z test_inplace_gradgrad_fft_ifftshift_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1170226Z test_inplace_gradgrad_fft_ifftshift_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1180439Z test_inplace_gradgrad_fft_ihfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1190162Z test_inplace_gradgrad_fft_ihfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1200069Z test_inplace_gradgrad_fft_ihfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1209864Z test_inplace_gradgrad_fft_irfft2_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1220011Z test_inplace_gradgrad_fft_irfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1229776Z test_inplace_gradgrad_fft_irfft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1239551Z test_inplace_gradgrad_fft_irfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1249454Z test_inplace_gradgrad_fft_irfftn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1259996Z test_inplace_gradgrad_fft_irfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1269417Z test_inplace_gradgrad_fft_rfft2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1279172Z test_inplace_gradgrad_fft_rfft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.1288943Z test_inplace_gradgrad_fft_rfftn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.2819080Z test_inplace_gradgrad_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-09-27T16:27:52.3045008Z test_inplace_gradgrad_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.023s) 2022-09-27T16:27:52.3054889Z test_inplace_gradgrad_flatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.3064742Z test_inplace_gradgrad_flatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.3074366Z test_inplace_gradgrad_flip_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.3084237Z test_inplace_gradgrad_flip_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.3094408Z test_inplace_gradgrad_fliplr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.3104162Z test_inplace_gradgrad_fliplr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.3114008Z test_inplace_gradgrad_flipud_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.3123423Z test_inplace_gradgrad_flipud_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.3133501Z test_inplace_gradgrad_float_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:52.3143336Z test_inplace_gradgrad_float_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.2843894Z test_inplace_gradgrad_float_power_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.970s) 2022-09-27T16:27:53.4815377Z test_inplace_gradgrad_float_power_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.197s) 2022-09-27T16:27:53.4907659Z test_inplace_gradgrad_floor_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:27:53.4917596Z test_inplace_gradgrad_floor_divide_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.4926397Z test_inplace_gradgrad_fmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.4936423Z test_inplace_gradgrad_fmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6339199Z test_inplace_gradgrad_fmod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-09-27T16:27:53.6637121Z test_inplace_gradgrad_frac_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.030s) 2022-09-27T16:27:53.6646436Z test_inplace_gradgrad_frexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6656095Z test_inplace_gradgrad_full_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.6665245Z test_inplace_gradgrad_full_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.6674949Z test_inplace_gradgrad_gather_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6684776Z test_inplace_gradgrad_gather_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6695020Z test_inplace_gradgrad_ge_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.6704638Z test_inplace_gradgrad_geqrf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.6714349Z test_inplace_gradgrad_geqrf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.6724037Z test_inplace_gradgrad_gradient_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6734098Z test_inplace_gradgrad_gradient_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6743831Z test_inplace_gradgrad_gt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.6753928Z test_inplace_gradgrad_half_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6763542Z test_inplace_gradgrad_half_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6773472Z test_inplace_gradgrad_heaviside_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.6783288Z test_inplace_gradgrad_histc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.6792906Z test_inplace_gradgrad_hsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6802581Z test_inplace_gradgrad_hsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6812700Z test_inplace_gradgrad_hstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.6822309Z test_inplace_gradgrad_hstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:53.8377346Z test_inplace_gradgrad_hypot_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.155s) 2022-09-27T16:27:53.8805030Z test_inplace_gradgrad_i0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.042s) 2022-09-27T16:27:53.8815311Z test_inplace_gradgrad_igamma_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.8824197Z test_inplace_gradgrad_igammac_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:53.8833924Z test_inplace_gradgrad_imag_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:54.9821054Z test_inplace_gradgrad_index_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (1.098s) 2022-09-27T16:27:55.2210296Z test_inplace_gradgrad_index_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.239s) 2022-09-27T16:27:55.6030531Z test_inplace_gradgrad_index_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.382s) 2022-09-27T16:27:55.6858037Z test_inplace_gradgrad_index_copy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.083s) 2022-09-27T16:27:55.8734011Z test_inplace_gradgrad_index_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.187s) 2022-09-27T16:27:55.9128398Z test_inplace_gradgrad_index_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:27:56.4929427Z test_inplace_gradgrad_index_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.580s) 2022-09-27T16:27:56.6170489Z test_inplace_gradgrad_index_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.124s) 2022-09-27T16:27:57.9108178Z test_inplace_gradgrad_index_reduce_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.294s) 2022-09-27T16:27:57.9119400Z test_inplace_gradgrad_index_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9129539Z test_inplace_gradgrad_index_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9140392Z test_inplace_gradgrad_inner_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9150587Z test_inplace_gradgrad_inner_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9161254Z test_inplace_gradgrad_int_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9171017Z test_inplace_gradgrad_int_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9181431Z test_inplace_gradgrad_isclose_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9191577Z test_inplace_gradgrad_isclose_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9202118Z test_inplace_gradgrad_isfinite_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9212705Z test_inplace_gradgrad_isfinite_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9222958Z test_inplace_gradgrad_isin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9233003Z test_inplace_gradgrad_isinf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9243101Z test_inplace_gradgrad_isinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9253791Z test_inplace_gradgrad_isnan_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9264363Z test_inplace_gradgrad_isnan_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9274313Z test_inplace_gradgrad_isneginf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9284406Z test_inplace_gradgrad_isposinf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9294762Z test_inplace_gradgrad_isreal_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9304719Z test_inplace_gradgrad_isreal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9314789Z test_inplace_gradgrad_istft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9325021Z test_inplace_gradgrad_istft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9335517Z test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9346045Z test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9356073Z 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-09-27T16:27:57.9366215Z 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-09-27T16:27:57.9376850Z test_inplace_gradgrad_jiterator_binary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9387399Z test_inplace_gradgrad_jiterator_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9397463Z test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9407997Z test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9418395Z test_inplace_gradgrad_jiterator_unary_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9428447Z test_inplace_gradgrad_jiterator_unary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:27:57.9438411Z test_inplace_gradgrad_kron_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9448585Z test_inplace_gradgrad_kron_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9458720Z test_inplace_gradgrad_kthvalue_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9468882Z test_inplace_gradgrad_ldexp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9479039Z test_inplace_gradgrad_ldexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:27:57.9489931Z test_inplace_gradgrad_le_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.1234201Z test_inplace_gradgrad_lerp_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.174s) 2022-09-27T16:28:00.3789121Z test_inplace_gradgrad_lerp_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.255s) 2022-09-27T16:28:00.4131780Z test_inplace_gradgrad_lgamma_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:28:00.4141500Z test_inplace_gradgrad_linalg_cholesky_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4150879Z test_inplace_gradgrad_linalg_cholesky_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4160468Z test_inplace_gradgrad_linalg_cholesky_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4169553Z test_inplace_gradgrad_linalg_cholesky_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4179857Z test_inplace_gradgrad_linalg_cond_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4189595Z test_inplace_gradgrad_linalg_cond_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4198945Z test_inplace_gradgrad_linalg_cross_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4208046Z test_inplace_gradgrad_linalg_cross_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4217764Z test_inplace_gradgrad_linalg_det_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4226985Z test_inplace_gradgrad_linalg_det_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4236970Z test_inplace_gradgrad_linalg_det_singular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4246617Z test_inplace_gradgrad_linalg_det_singular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4256826Z test_inplace_gradgrad_linalg_eig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4266674Z test_inplace_gradgrad_linalg_eig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4276557Z test_inplace_gradgrad_linalg_eigh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4286457Z test_inplace_gradgrad_linalg_eigh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4296346Z test_inplace_gradgrad_linalg_eigvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4306012Z test_inplace_gradgrad_linalg_eigvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4315494Z test_inplace_gradgrad_linalg_eigvalsh_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4324999Z test_inplace_gradgrad_linalg_eigvalsh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4335150Z test_inplace_gradgrad_linalg_householder_product_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4344894Z test_inplace_gradgrad_linalg_householder_product_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4354752Z test_inplace_gradgrad_linalg_inv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4364543Z test_inplace_gradgrad_linalg_inv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4374587Z test_inplace_gradgrad_linalg_inv_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4384450Z test_inplace_gradgrad_linalg_inv_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4394426Z test_inplace_gradgrad_linalg_ldl_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.4404083Z test_inplace_gradgrad_linalg_ldl_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.4414150Z test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.4423851Z test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.4433792Z test_inplace_gradgrad_linalg_ldl_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.4443560Z test_inplace_gradgrad_linalg_ldl_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.4448866Z test_inplace_gradgrad_linalg_lstsq_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:28:00.4455078Z test_inplace_gradgrad_linalg_lstsq_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:28:00.4464984Z test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4474932Z test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4485067Z test_inplace_gradgrad_linalg_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4495267Z test_inplace_gradgrad_linalg_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4505206Z test_inplace_gradgrad_linalg_lu_factor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4515624Z test_inplace_gradgrad_linalg_lu_factor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4525499Z test_inplace_gradgrad_linalg_lu_factor_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4536106Z test_inplace_gradgrad_linalg_lu_factor_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4546056Z test_inplace_gradgrad_linalg_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4555982Z test_inplace_gradgrad_linalg_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4566356Z test_inplace_gradgrad_linalg_matrix_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4576866Z test_inplace_gradgrad_linalg_matrix_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4587289Z test_inplace_gradgrad_linalg_matrix_power_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4598053Z test_inplace_gradgrad_linalg_matrix_power_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4608072Z test_inplace_gradgrad_linalg_matrix_rank_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.4618210Z test_inplace_gradgrad_linalg_matrix_rank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.4628049Z test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.4638002Z test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.4647644Z test_inplace_gradgrad_linalg_multi_dot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4657818Z test_inplace_gradgrad_linalg_multi_dot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4668568Z test_inplace_gradgrad_linalg_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4679428Z test_inplace_gradgrad_linalg_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4689638Z test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4700057Z test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4709911Z test_inplace_gradgrad_linalg_pinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4719760Z test_inplace_gradgrad_linalg_pinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4730079Z test_inplace_gradgrad_linalg_pinv_hermitian_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4739752Z test_inplace_gradgrad_linalg_pinv_hermitian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4749541Z 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-09-27T16:28:00.4759236Z 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-09-27T16:28:00.4769208Z test_inplace_gradgrad_linalg_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4779601Z test_inplace_gradgrad_linalg_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4789512Z test_inplace_gradgrad_linalg_slogdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4799400Z test_inplace_gradgrad_linalg_slogdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4809368Z test_inplace_gradgrad_linalg_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4819598Z test_inplace_gradgrad_linalg_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4829591Z test_inplace_gradgrad_linalg_solve_ex_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4839662Z test_inplace_gradgrad_linalg_solve_ex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4849499Z test_inplace_gradgrad_linalg_solve_triangular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4859684Z test_inplace_gradgrad_linalg_solve_triangular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4870385Z test_inplace_gradgrad_linalg_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4880724Z test_inplace_gradgrad_linalg_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4891184Z test_inplace_gradgrad_linalg_svdvals_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4902198Z test_inplace_gradgrad_linalg_svdvals_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4911985Z test_inplace_gradgrad_linalg_tensorinv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4921999Z test_inplace_gradgrad_linalg_tensorinv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4932199Z test_inplace_gradgrad_linalg_tensorsolve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4942177Z test_inplace_gradgrad_linalg_tensorsolve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4952082Z test_inplace_gradgrad_linalg_vander_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4962506Z test_inplace_gradgrad_linalg_vander_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4972726Z test_inplace_gradgrad_linalg_vecdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4982795Z test_inplace_gradgrad_linalg_vecdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.4992903Z test_inplace_gradgrad_linalg_vector_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.5002855Z test_inplace_gradgrad_linalg_vector_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:00.5013111Z test_inplace_gradgrad_linspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.5023362Z test_inplace_gradgrad_linspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:00.6728034Z test_inplace_gradgrad_log10_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.170s) 2022-09-27T16:28:00.7072145Z test_inplace_gradgrad_log10_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:28:00.7209406Z test_inplace_gradgrad_log1p_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:28:00.8916820Z test_inplace_gradgrad_log2_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-09-27T16:28:00.9262051Z test_inplace_gradgrad_log2_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:28:01.0919856Z test_inplace_gradgrad_log_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.166s) 2022-09-27T16:28:01.1252167Z test_inplace_gradgrad_log_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:28:01.1262324Z test_inplace_gradgrad_log_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.1272230Z test_inplace_gradgrad_log_softmax_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.1282756Z test_inplace_gradgrad_log_softmax_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.1292758Z test_inplace_gradgrad_logaddexp2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.1303241Z test_inplace_gradgrad_logaddexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.1312918Z test_inplace_gradgrad_logcumsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.1322399Z test_inplace_gradgrad_logdet_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.1332313Z test_inplace_gradgrad_logdet_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.1342444Z test_inplace_gradgrad_logical_and_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.1352401Z test_inplace_gradgrad_logical_and_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.1362291Z test_inplace_gradgrad_logical_not_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.1372790Z test_inplace_gradgrad_logical_not_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.1382697Z test_inplace_gradgrad_logical_or_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.1392495Z test_inplace_gradgrad_logical_or_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.1402923Z test_inplace_gradgrad_logical_xor_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.1413276Z test_inplace_gradgrad_logical_xor_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.2011752Z test_inplace_gradgrad_logit_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.060s) 2022-09-27T16:28:01.2022589Z test_inplace_gradgrad_logspace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.2032356Z test_inplace_gradgrad_logspace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.2042507Z test_inplace_gradgrad_logsumexp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.2052680Z test_inplace_gradgrad_long_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.2062476Z test_inplace_gradgrad_long_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.2072229Z test_inplace_gradgrad_lt_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:01.2082145Z test_inplace_gradgrad_lu_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.2092309Z test_inplace_gradgrad_lu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.2102239Z test_inplace_gradgrad_lu_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.2112211Z test_inplace_gradgrad_lu_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.2122149Z test_inplace_gradgrad_lu_unpack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.2132653Z test_inplace_gradgrad_lu_unpack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.2142255Z test_inplace_gradgrad_mH_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.2152205Z test_inplace_gradgrad_mH_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.2162063Z test_inplace_gradgrad_mT_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.2172106Z test_inplace_gradgrad_mT_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:01.7933248Z test_inplace_gradgrad_masked_fill_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.576s) 2022-09-27T16:28:01.9134690Z test_inplace_gradgrad_masked_fill_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.120s) 2022-09-27T16:28:02.3423426Z test_inplace_gradgrad_masked_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.429s) 2022-09-27T16:28:02.4432611Z test_inplace_gradgrad_masked_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.101s) 2022-09-27T16:28:02.4443538Z test_inplace_gradgrad_masked_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4453985Z test_inplace_gradgrad_masked_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4463634Z test_inplace_gradgrad_matmul_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4473381Z test_inplace_gradgrad_matmul_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4483272Z test_inplace_gradgrad_matrix_exp_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4494305Z test_inplace_gradgrad_matrix_exp_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4504113Z test_inplace_gradgrad_max_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4514151Z test_inplace_gradgrad_max_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4523979Z test_inplace_gradgrad_max_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4534218Z test_inplace_gradgrad_maximum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4543948Z test_inplace_gradgrad_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4553641Z test_inplace_gradgrad_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4563514Z test_inplace_gradgrad_median_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4573867Z test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4583727Z test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4593773Z test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4603464Z test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4613687Z test_inplace_gradgrad_min_binary_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4623502Z test_inplace_gradgrad_min_reduction_no_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4633450Z test_inplace_gradgrad_min_reduction_with_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4643281Z test_inplace_gradgrad_minimum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4653340Z test_inplace_gradgrad_mm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4663099Z test_inplace_gradgrad_mm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4673367Z test_inplace_gradgrad_mode_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4683301Z test_inplace_gradgrad_movedim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4693937Z test_inplace_gradgrad_movedim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:02.4704167Z test_inplace_gradgrad_msort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.1257833Z test_inplace_gradgrad_mul_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.655s) 2022-09-27T16:28:03.2600749Z test_inplace_gradgrad_mul_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.134s) 2022-09-27T16:28:03.2610939Z test_inplace_gradgrad_multinomial_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.2620844Z test_inplace_gradgrad_mv_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.2630686Z test_inplace_gradgrad_mv_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.4132107Z test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-09-27T16:28:03.5727643Z test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.159s) 2022-09-27T16:28:03.7230079Z test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.150s) 2022-09-27T16:28:03.7566740Z test_inplace_gradgrad_nan_to_num_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.034s) 2022-09-27T16:28:03.7577346Z test_inplace_gradgrad_nanmean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.7587732Z test_inplace_gradgrad_nanmedian_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.7597646Z test_inplace_gradgrad_nanquantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.7608172Z test_inplace_gradgrad_nansum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.7618210Z test_inplace_gradgrad_narrow_copy_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.7627948Z test_inplace_gradgrad_narrow_copy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.7637724Z test_inplace_gradgrad_narrow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.7647565Z test_inplace_gradgrad_narrow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.7657671Z test_inplace_gradgrad_native_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.7667667Z test_inplace_gradgrad_ne_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.7677354Z test_inplace_gradgrad_ne_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8249900Z test_inplace_gradgrad_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.057s) 2022-09-27T16:28:03.8376696Z test_inplace_gradgrad_neg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:28:03.8387283Z test_inplace_gradgrad_new_empty_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8397250Z test_inplace_gradgrad_new_empty_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8407440Z test_inplace_gradgrad_new_empty_strided_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8417618Z test_inplace_gradgrad_new_empty_strided_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8427301Z test_inplace_gradgrad_new_full_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8437112Z test_inplace_gradgrad_new_full_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8446958Z test_inplace_gradgrad_new_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8456916Z test_inplace_gradgrad_new_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8467101Z test_inplace_gradgrad_new_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8476781Z test_inplace_gradgrad_new_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8486913Z test_inplace_gradgrad_nextafter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:03.8496856Z test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8506794Z test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8516840Z test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8527270Z test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8537756Z test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8548224Z test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8558115Z test_inplace_gradgrad_nn_functional_avg_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8568405Z test_inplace_gradgrad_nn_functional_avg_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8578633Z test_inplace_gradgrad_nn_functional_avg_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8588477Z test_inplace_gradgrad_nn_functional_batch_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8598974Z test_inplace_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8608835Z test_inplace_gradgrad_nn_functional_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8619426Z test_inplace_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.8629759Z 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-09-27T16:28:03.8986365Z test_inplace_gradgrad_nn_functional_celu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:28:03.8996668Z test_inplace_gradgrad_nn_functional_conv1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9007607Z test_inplace_gradgrad_nn_functional_conv1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9017918Z test_inplace_gradgrad_nn_functional_conv2d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9027885Z test_inplace_gradgrad_nn_functional_conv2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9037898Z test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9047816Z test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9057970Z test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9067835Z test_inplace_gradgrad_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9077833Z test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9087929Z test_inplace_gradgrad_nn_functional_cosine_similarity_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9098370Z test_inplace_gradgrad_nn_functional_cross_entropy_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9108234Z test_inplace_gradgrad_nn_functional_ctc_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:03.9122483Z test_inplace_gradgrad_nn_functional_dropout2d_cuda_float64 (__main__.TestGradientsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9124063Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9180670Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9181758Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9244585Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9245855Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9308062Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9309114Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9371816Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9372842Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9443442Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9444509Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9516884Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9517938Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9581557Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9582582Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9645622Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9646786Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9715935Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9716972Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9787723Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9788761Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9851739Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9853342Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:03.9916035Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:28:03.9917081Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:28:04.0848615Z ok (0.174s) 2022-09-27T16:28:04.2668792Z test_inplace_gradgrad_nn_functional_dropout3d_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.182s) 2022-09-27T16:28:04.5120576Z test_inplace_gradgrad_nn_functional_dropout_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.245s) 2022-09-27T16:28:04.5479856Z test_inplace_gradgrad_nn_functional_elu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:28:04.5489835Z test_inplace_gradgrad_nn_functional_embedding_bag_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:04.5500044Z test_inplace_gradgrad_nn_functional_embedding_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:04.6492541Z test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.099s) 2022-09-27T16:28:05.3377722Z test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.688s) 2022-09-27T16:28:05.4704776Z test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.133s) 2022-09-27T16:28:05.4715067Z test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4725300Z test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4735405Z test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4745162Z test_inplace_gradgrad_nn_functional_gelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4755108Z test_inplace_gradgrad_nn_functional_glu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4765072Z test_inplace_gradgrad_nn_functional_grid_sample_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4775178Z test_inplace_gradgrad_nn_functional_group_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4785033Z test_inplace_gradgrad_nn_functional_hardshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4827448Z test_inplace_gradgrad_nn_functional_hardsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... expected failure (0.004s) 2022-09-27T16:28:05.4838006Z test_inplace_gradgrad_nn_functional_hardswish_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4848226Z test_inplace_gradgrad_nn_functional_hardtanh_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4859072Z test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4868832Z test_inplace_gradgrad_nn_functional_huber_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4878878Z test_inplace_gradgrad_nn_functional_instance_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4889381Z test_inplace_gradgrad_nn_functional_interpolate_area_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4899230Z test_inplace_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4909160Z test_inplace_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4919042Z test_inplace_gradgrad_nn_functional_interpolate_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4929440Z test_inplace_gradgrad_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4939433Z test_inplace_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4949178Z test_inplace_gradgrad_nn_functional_kl_div_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4959060Z test_inplace_gradgrad_nn_functional_l1_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4969618Z test_inplace_gradgrad_nn_functional_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4979688Z test_inplace_gradgrad_nn_functional_layer_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4989674Z test_inplace_gradgrad_nn_functional_leaky_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.4999980Z test_inplace_gradgrad_nn_functional_linear_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5010018Z test_inplace_gradgrad_nn_functional_linear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5020067Z test_inplace_gradgrad_nn_functional_local_response_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5029805Z test_inplace_gradgrad_nn_functional_logsigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5040155Z test_inplace_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5049981Z test_inplace_gradgrad_nn_functional_max_pool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5059914Z test_inplace_gradgrad_nn_functional_max_pool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5069954Z test_inplace_gradgrad_nn_functional_max_pool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5079687Z test_inplace_gradgrad_nn_functional_max_unpool1d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5089685Z test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5099675Z test_inplace_gradgrad_nn_functional_max_unpool2d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5109562Z test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5119376Z test_inplace_gradgrad_nn_functional_max_unpool3d_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5129624Z test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5573163Z test_inplace_gradgrad_nn_functional_mish_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.044s) 2022-09-27T16:28:05.5583450Z test_inplace_gradgrad_nn_functional_mse_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5593753Z test_inplace_gradgrad_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5603492Z test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5613747Z test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5623499Z test_inplace_gradgrad_nn_functional_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5633523Z test_inplace_gradgrad_nn_functional_normalize_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5643141Z test_inplace_gradgrad_nn_functional_normalize_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5653173Z test_inplace_gradgrad_nn_functional_pad_circular_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5663412Z test_inplace_gradgrad_nn_functional_pad_circular_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5673195Z test_inplace_gradgrad_nn_functional_pad_constant_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5683218Z test_inplace_gradgrad_nn_functional_pad_constant_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5693358Z test_inplace_gradgrad_nn_functional_pad_reflect_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5703135Z test_inplace_gradgrad_nn_functional_pad_reflect_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5713639Z test_inplace_gradgrad_nn_functional_pad_replicate_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5723407Z test_inplace_gradgrad_nn_functional_pad_replicate_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5733515Z test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5743332Z test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5753168Z test_inplace_gradgrad_nn_functional_pdist_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5763043Z test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5773182Z test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5783101Z test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5792948Z test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5803316Z test_inplace_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5813301Z test_inplace_gradgrad_nn_functional_prelu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5823171Z test_inplace_gradgrad_nn_functional_relu6_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.5833042Z test_inplace_gradgrad_nn_functional_relu_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.6267856Z test_inplace_gradgrad_nn_functional_rrelu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.043s) 2022-09-27T16:28:05.6628665Z test_inplace_gradgrad_nn_functional_selu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:28:05.7021278Z test_inplace_gradgrad_nn_functional_silu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.039s) 2022-09-27T16:28:05.7031605Z test_inplace_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7041836Z test_inplace_gradgrad_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7052492Z test_inplace_gradgrad_nn_functional_softmin_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7062283Z test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7072165Z test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7081962Z test_inplace_gradgrad_nn_functional_softplus_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7092353Z test_inplace_gradgrad_nn_functional_softshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7101899Z test_inplace_gradgrad_nn_functional_softsign_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7111805Z test_inplace_gradgrad_nn_functional_softsign_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7121770Z test_inplace_gradgrad_nn_functional_tanhshrink_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7132256Z test_inplace_gradgrad_nn_functional_tanhshrink_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7142201Z test_inplace_gradgrad_nn_functional_threshold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7152128Z test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7162123Z test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7172254Z 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-09-27T16:28:05.7181948Z 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-09-27T16:28:05.7191822Z test_inplace_gradgrad_nn_functional_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7201638Z test_inplace_gradgrad_nn_functional_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7212127Z test_inplace_gradgrad_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7221988Z test_inplace_gradgrad_nn_functional_upsample_nearest_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7232170Z test_inplace_gradgrad_nonzero_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:05.7241691Z test_inplace_gradgrad_nonzero_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:05.7251630Z test_inplace_gradgrad_norm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7261438Z test_inplace_gradgrad_norm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7271265Z test_inplace_gradgrad_norm_fro_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7281188Z test_inplace_gradgrad_norm_fro_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7291278Z test_inplace_gradgrad_norm_inf_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7301745Z test_inplace_gradgrad_norm_inf_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7311662Z test_inplace_gradgrad_norm_nuc_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7321483Z test_inplace_gradgrad_norm_nuc_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7326501Z test_inplace_gradgrad_normal_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.000s) 2022-09-27T16:28:05.7333349Z test_inplace_gradgrad_normal_number_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Gradients are incorrect! (0.001s) 2022-09-27T16:28:05.7343597Z test_inplace_gradgrad_ones_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:05.7353647Z test_inplace_gradgrad_ones_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:05.7363228Z test_inplace_gradgrad_ones_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:05.7373381Z test_inplace_gradgrad_ones_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:05.7383170Z test_inplace_gradgrad_ormqr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:05.7393437Z test_inplace_gradgrad_ormqr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:05.7403141Z test_inplace_gradgrad_outer_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7413267Z test_inplace_gradgrad_outer_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7423726Z test_inplace_gradgrad_pca_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7433864Z test_inplace_gradgrad_permute_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7443464Z test_inplace_gradgrad_permute_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7453598Z test_inplace_gradgrad_pinverse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7463462Z test_inplace_gradgrad_pinverse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.7473251Z test_inplace_gradgrad_polar_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.8734589Z test_inplace_gradgrad_polygamma_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.126s) 2022-09-27T16:28:05.8740168Z test_inplace_gradgrad_polygamma_polygamma_n_1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:28:05.8746786Z test_inplace_gradgrad_polygamma_polygamma_n_2_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:28:05.8752677Z test_inplace_gradgrad_polygamma_polygamma_n_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:28:05.8758360Z test_inplace_gradgrad_polygamma_polygamma_n_4_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:28:05.8769146Z test_inplace_gradgrad_positive_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.8779377Z test_inplace_gradgrad_positive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.8789004Z test_inplace_gradgrad_pow_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.8798626Z test_inplace_gradgrad_pow_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.8808455Z test_inplace_gradgrad_prod_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:05.8818672Z test_inplace_gradgrad_prod_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:08.2084417Z test_inplace_gradgrad_put_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (2.326s) 2022-09-27T16:28:08.6365772Z test_inplace_gradgrad_put_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.428s) 2022-09-27T16:28:08.6375771Z test_inplace_gradgrad_qr_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:08.6385793Z test_inplace_gradgrad_qr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:08.6395660Z test_inplace_gradgrad_quantile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:08.6715598Z test_inplace_gradgrad_rad2deg_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.032s) 2022-09-27T16:28:08.6726082Z test_inplace_gradgrad_rand_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:08.6736063Z test_inplace_gradgrad_rand_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:08.6746178Z test_inplace_gradgrad_randint_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:08.6756103Z test_inplace_gradgrad_randn_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:08.6765786Z test_inplace_gradgrad_randn_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:08.6775799Z test_inplace_gradgrad_randn_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:08.6785682Z test_inplace_gradgrad_randn_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:08.6795384Z test_inplace_gradgrad_ravel_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:08.6805267Z test_inplace_gradgrad_ravel_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:08.6815484Z test_inplace_gradgrad_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:08.6825361Z test_inplace_gradgrad_real_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:08.8593260Z test_inplace_gradgrad_reciprocal_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.176s) 2022-09-27T16:28:08.8950067Z test_inplace_gradgrad_reciprocal_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:28:09.0354355Z test_inplace_gradgrad_remainder_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.140s) 2022-09-27T16:28:09.4955805Z test_inplace_gradgrad_renorm_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.460s) 2022-09-27T16:28:09.5868955Z test_inplace_gradgrad_renorm_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.091s) 2022-09-27T16:28:09.5879187Z test_inplace_gradgrad_repeat_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.5889057Z test_inplace_gradgrad_repeat_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.5899723Z test_inplace_gradgrad_repeat_interleave_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.5909605Z test_inplace_gradgrad_repeat_interleave_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.5919462Z test_inplace_gradgrad_reshape_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.5929360Z test_inplace_gradgrad_reshape_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.5939364Z test_inplace_gradgrad_reshape_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.5949223Z test_inplace_gradgrad_reshape_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.5959834Z test_inplace_gradgrad_resize__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:09.5969321Z test_inplace_gradgrad_resize__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:09.5979535Z test_inplace_gradgrad_resize_as__cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:09.5989541Z test_inplace_gradgrad_resize_as__cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:09.5998984Z test_inplace_gradgrad_resolve_conj_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.6008823Z test_inplace_gradgrad_resolve_conj_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.6019609Z test_inplace_gradgrad_resolve_neg_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.6029282Z test_inplace_gradgrad_resolve_neg_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.6039229Z test_inplace_gradgrad_roll_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.6049167Z test_inplace_gradgrad_roll_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.6059303Z test_inplace_gradgrad_rot90_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.6069061Z test_inplace_gradgrad_rot90_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.6161707Z test_inplace_gradgrad_round_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:28:09.6386289Z test_inplace_gradgrad_round_decimals_0_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.022s) 2022-09-27T16:28:09.6391521Z test_inplace_gradgrad_round_decimals_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:28:09.6397025Z test_inplace_gradgrad_round_decimals_neg_3_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:28:09.8187595Z test_inplace_gradgrad_rsqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.179s) 2022-09-27T16:28:09.8551549Z test_inplace_gradgrad_rsqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.036s) 2022-09-27T16:28:09.8561476Z test_inplace_gradgrad_rsub_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:09.8572425Z test_inplace_gradgrad_rsub_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:10.6846507Z test_inplace_gradgrad_scatter_add_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.827s) 2022-09-27T16:28:10.8630200Z test_inplace_gradgrad_scatter_add_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.178s) 2022-09-27T16:28:11.7886836Z test_inplace_gradgrad_scatter_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.925s) 2022-09-27T16:28:11.9891071Z test_inplace_gradgrad_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.200s) 2022-09-27T16:28:12.6448518Z test_inplace_gradgrad_scatter_reduce_amax_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.656s) 2022-09-27T16:28:13.3002781Z test_inplace_gradgrad_scatter_reduce_amin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.655s) 2022-09-27T16:28:13.9607275Z test_inplace_gradgrad_scatter_reduce_mean_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.660s) 2022-09-27T16:28:15.3009749Z test_inplace_gradgrad_scatter_reduce_prod_cuda_float64 (__main__.TestGradientsCUDA) ... ok (1.340s) 2022-09-27T16:28:15.8561141Z test_inplace_gradgrad_scatter_reduce_sum_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.555s) 2022-09-27T16:28:15.8572078Z test_inplace_gradgrad_searchsorted_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:15.8581530Z test_inplace_gradgrad_segment_reduce_lengths_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:15.8591498Z test_inplace_gradgrad_segment_reduce_offsets_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:15.8601418Z test_inplace_gradgrad_select_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:15.8611396Z test_inplace_gradgrad_select_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:15.8621128Z test_inplace_gradgrad_select_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:15.9495560Z test_inplace_gradgrad_sgn_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.087s) 2022-09-27T16:28:15.9588526Z test_inplace_gradgrad_sgn_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:28:15.9599130Z test_inplace_gradgrad_short_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:15.9608902Z test_inplace_gradgrad_short_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.1194947Z test_inplace_gradgrad_sigmoid_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:28:16.1529103Z test_inplace_gradgrad_sigmoid_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:28:16.1622269Z test_inplace_gradgrad_sign_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:28:16.1632342Z test_inplace_gradgrad_signbit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.2296934Z test_inplace_gradgrad_sin_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:28:16.2434499Z test_inplace_gradgrad_sin_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:28:16.4702435Z test_inplace_gradgrad_sinc_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.227s) 2022-09-27T16:28:16.5165626Z test_inplace_gradgrad_sinc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.046s) 2022-09-27T16:28:16.5824805Z test_inplace_gradgrad_sinh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:28:16.5960772Z test_inplace_gradgrad_sinh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:28:16.5970830Z test_inplace_gradgrad_slice_scatter_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.5980882Z test_inplace_gradgrad_softmax_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.5990866Z test_inplace_gradgrad_softmax_with_dtype_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6000739Z test_inplace_gradgrad_softmax_with_dtype_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6010631Z test_inplace_gradgrad_sort_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6020827Z test_inplace_gradgrad_sparse_sampled_addmm_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6030767Z test_inplace_gradgrad_sparse_sampled_addmm_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6040854Z test_inplace_gradgrad_special_airy_ai_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6050466Z test_inplace_gradgrad_special_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6060392Z test_inplace_gradgrad_special_bessel_j1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6070359Z test_inplace_gradgrad_special_bessel_y0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6080023Z test_inplace_gradgrad_special_bessel_y1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6089894Z test_inplace_gradgrad_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6099796Z test_inplace_gradgrad_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6105646Z test_inplace_gradgrad_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:28:16.6111079Z test_inplace_gradgrad_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:28:16.6121876Z test_inplace_gradgrad_special_entr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6132671Z test_inplace_gradgrad_special_erfcx_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6142802Z test_inplace_gradgrad_special_hermite_polynomial_h_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6152824Z test_inplace_gradgrad_special_hermite_polynomial_he_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6162790Z test_inplace_gradgrad_special_i0e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6172966Z test_inplace_gradgrad_special_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6182838Z test_inplace_gradgrad_special_i1e_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6193055Z test_inplace_gradgrad_special_laguerre_polynomial_l_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6198421Z test_inplace_gradgrad_special_legendre_polynomial_p_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:28:16.6208745Z test_inplace_gradgrad_special_log_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6219155Z test_inplace_gradgrad_special_modified_bessel_i0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6228727Z test_inplace_gradgrad_special_modified_bessel_i1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6239194Z test_inplace_gradgrad_special_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6249257Z test_inplace_gradgrad_special_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6259229Z test_inplace_gradgrad_special_ndtr_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6268918Z test_inplace_gradgrad_special_ndtri_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6278868Z test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6295677Z test_inplace_gradgrad_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6299383Z test_inplace_gradgrad_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6304692Z test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:28:16.6310787Z test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:28:16.6316285Z test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:28:16.6322381Z test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:28:16.6333434Z test_inplace_gradgrad_special_spherical_bessel_j0_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6342577Z test_inplace_gradgrad_special_xlog1py_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6352343Z test_inplace_gradgrad_special_zeta_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:16.6362068Z test_inplace_gradgrad_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6372306Z test_inplace_gradgrad_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6381945Z test_inplace_gradgrad_split_list_args_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6391666Z test_inplace_gradgrad_split_list_args_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6401375Z test_inplace_gradgrad_split_with_sizes_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.6411141Z test_inplace_gradgrad_split_with_sizes_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:16.7077681Z test_inplace_gradgrad_sqrt_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.066s) 2022-09-27T16:28:16.7221064Z test_inplace_gradgrad_sqrt_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:28:16.8989494Z test_inplace_gradgrad_square_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.177s) 2022-09-27T16:28:16.9365150Z test_inplace_gradgrad_square_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.037s) 2022-09-27T16:28:17.3114855Z test_inplace_gradgrad_squeeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.375s) 2022-09-27T16:28:17.3927545Z test_inplace_gradgrad_squeeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.081s) 2022-09-27T16:28:17.3938819Z test_inplace_gradgrad_stack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:17.3948764Z test_inplace_gradgrad_stack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:17.3958483Z test_inplace_gradgrad_std_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:17.3968501Z test_inplace_gradgrad_std_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:17.3978886Z test_inplace_gradgrad_std_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:17.3988887Z test_inplace_gradgrad_std_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:17.3998767Z test_inplace_gradgrad_stft_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:17.4008657Z test_inplace_gradgrad_stft_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.2102584Z test_inplace_gradgrad_sub_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.809s) 2022-09-27T16:28:18.3810240Z test_inplace_gradgrad_sub_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.171s) 2022-09-27T16:28:18.3820443Z test_inplace_gradgrad_sum_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.3830248Z test_inplace_gradgrad_sum_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.3840785Z test_inplace_gradgrad_sum_to_size_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.3850525Z test_inplace_gradgrad_sum_to_size_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.3861137Z test_inplace_gradgrad_svd_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.3871646Z test_inplace_gradgrad_svd_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.3882261Z test_inplace_gradgrad_svd_lowrank_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.3892513Z test_inplace_gradgrad_symeig_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.3902409Z test_inplace_gradgrad_symeig_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.5524064Z test_inplace_gradgrad_t_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.162s) 2022-09-27T16:28:18.5854195Z test_inplace_gradgrad_t_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.033s) 2022-09-27T16:28:18.5864164Z test_inplace_gradgrad_take_along_dim_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.5874208Z test_inplace_gradgrad_take_along_dim_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.5884141Z test_inplace_gradgrad_take_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.5894441Z test_inplace_gradgrad_take_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.6585034Z test_inplace_gradgrad_tan_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.069s) 2022-09-27T16:28:18.6730044Z test_inplace_gradgrad_tan_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.014s) 2022-09-27T16:28:18.7351458Z test_inplace_gradgrad_tanh_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.062s) 2022-09-27T16:28:18.7486846Z test_inplace_gradgrad_tanh_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.013s) 2022-09-27T16:28:18.7497078Z test_inplace_gradgrad_tensor_split_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7507255Z test_inplace_gradgrad_tensor_split_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7517582Z test_inplace_gradgrad_tensordot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7527460Z test_inplace_gradgrad_tensordot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7537637Z test_inplace_gradgrad_tile_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7548140Z test_inplace_gradgrad_tile_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7558168Z test_inplace_gradgrad_to_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7567689Z test_inplace_gradgrad_to_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7578145Z test_inplace_gradgrad_to_sparse_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:18.7587830Z test_inplace_gradgrad_to_sparse_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7597685Z test_inplace_gradgrad_topk_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7607553Z test_inplace_gradgrad_trace_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:18.7617743Z test_inplace_gradgrad_trace_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:19.1948504Z test_inplace_gradgrad_transpose_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.433s) 2022-09-27T16:28:19.2829568Z test_inplace_gradgrad_transpose_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.088s) 2022-09-27T16:28:19.2839434Z test_inplace_gradgrad_trapezoid_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:19.2849295Z test_inplace_gradgrad_trapezoid_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:19.2859529Z test_inplace_gradgrad_trapz_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:19.2869536Z test_inplace_gradgrad_trapz_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:19.2879361Z test_inplace_gradgrad_triangular_solve_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:19.2889315Z test_inplace_gradgrad_triangular_solve_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:19.7449802Z test_inplace_gradgrad_tril_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.456s) 2022-09-27T16:28:19.8383672Z test_inplace_gradgrad_tril_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.093s) 2022-09-27T16:28:20.2883990Z test_inplace_gradgrad_triu_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.450s) 2022-09-27T16:28:20.3805987Z test_inplace_gradgrad_triu_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.092s) 2022-09-27T16:28:21.1231498Z test_inplace_gradgrad_true_divide_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.742s) 2022-09-27T16:28:21.2759411Z test_inplace_gradgrad_true_divide_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.153s) 2022-09-27T16:28:21.2851564Z test_inplace_gradgrad_trunc_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.009s) 2022-09-27T16:28:21.2861170Z test_inplace_gradgrad_unbind_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.2870609Z test_inplace_gradgrad_unbind_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.2880224Z test_inplace_gradgrad_unflatten_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.2889164Z test_inplace_gradgrad_unflatten_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.2899477Z test_inplace_gradgrad_unfold_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.2909024Z test_inplace_gradgrad_unfold_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.2918841Z test_inplace_gradgrad_uniform_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:21.2928570Z test_inplace_gradgrad_uniform_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:21.2938464Z test_inplace_gradgrad_unique_consecutive_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:21.2947934Z test_inplace_gradgrad_unique_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:21.7820552Z test_inplace_gradgrad_unsqueeze_cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.487s) 2022-09-27T16:28:21.8799507Z test_inplace_gradgrad_unsqueeze_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.098s) 2022-09-27T16:28:21.8808874Z test_inplace_gradgrad_var_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8818540Z test_inplace_gradgrad_var_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8828392Z test_inplace_gradgrad_var_mean_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8838097Z test_inplace_gradgrad_var_mean_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8847764Z test_inplace_gradgrad_vdot_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8857800Z test_inplace_gradgrad_vdot_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8867615Z test_inplace_gradgrad_view_as_complex_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8877272Z test_inplace_gradgrad_view_as_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8887205Z test_inplace_gradgrad_view_as_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8897070Z test_inplace_gradgrad_view_as_real_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8906829Z test_inplace_gradgrad_view_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8916461Z test_inplace_gradgrad_view_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8926133Z test_inplace_gradgrad_vsplit_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8936107Z test_inplace_gradgrad_vsplit_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8945762Z test_inplace_gradgrad_vstack_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8955558Z test_inplace_gradgrad_vstack_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8965125Z test_inplace_gradgrad_where_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:21.8975058Z test_inplace_gradgrad_where_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Operation does not support inplace autograd. (0.001s) 2022-09-27T16:28:22.0560645Z test_inplace_gradgrad_xlogy_cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.158s) 2022-09-27T16:28:22.2256330Z test_inplace_gradgrad_zero__cuda_complex128 (__main__.TestGradientsCUDA) ... ok (0.169s) 2022-09-27T16:28:22.2506239Z test_inplace_gradgrad_zero__cuda_float64 (__main__.TestGradientsCUDA) ... ok (0.025s) 2022-09-27T16:28:22.2516005Z test_inplace_gradgrad_zeros_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:22.2525542Z test_inplace_gradgrad_zeros_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:22.2535512Z test_inplace_gradgrad_zeros_like_cuda_complex128 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:22.2545106Z test_inplace_gradgrad_zeros_like_cuda_float64 (__main__.TestGradientsCUDA) ... skip: Skipped! Op doesn't support autograd for this dtype. (0.001s) 2022-09-27T16:28:22.2547461Z 2022-09-27T16:28:22.2547926Z ---------------------------------------------------------------------- 2022-09-27T16:28:22.2548272Z Ran 7512 tests in 1852.071s 2022-09-27T16:28:22.2551183Z 2022-09-27T16:28:22.2551664Z OK (skipped=4010, expected failures=71) 2022-09-27T16:28:22.2552131Z 2022-09-27T16:28:22.2552271Z Generating XML reports... 2022-09-27T16:28:23.3278273Z Generated XML report: test-reports/python-unittest/test_ops_gradients/TEST-TestGradientsCUDA-20220927155730.xml 2022-09-27T16:28:24.2469605Z Running test_quantization ... [2022-09-27 16:28:24.246431] 2022-09-27T16:28:24.2470615Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:28:24.246507] 2022-09-27T16:28:27.7936974Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:28:27.7937685Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:27.8594305Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-09-27T16:28:27.8721017Z 2022-09-27T16:28:27.8721572Z Running tests... 2022-09-27T16:28:27.8722066Z ---------------------------------------------------------------------- 2022-09-27T16:28:27.8728363Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:28:27.8847099Z Tests the migration of the torch.nn.quantized.functional ... ok (0.012s) 2022-09-27T16:28:27.8855197Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8862407Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8869835Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8877394Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8887007Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8896898Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8905435Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8914839Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8923963Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8934130Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8943113Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8952221Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8961491Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8972108Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8981151Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8990585Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.8998397Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.9005407Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.9009600Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:28:27.9014519Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-09-27T16:28:27.9018841Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:28:27.9023985Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-09-27T16:28:27.9030985Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.9034855Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:28:27.9039606Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-09-27T16:28:27.9048267Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.9055460Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T16:28:27.9059626Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:28:27.9072210Z Tests the migration of the torch.nn.quantized.modules ... ok (0.002s) 2022-09-27T16:28:27.9079449Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:28:27.9086335Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-09-27T16:28:27.9097646Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9105396Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9113776Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9123456Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9132800Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9140066Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9150105Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9158870Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9167325Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9175012Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9185241Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9192267Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9199195Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9206029Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9213526Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9220486Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9227400Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9234306Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9241472Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9248376Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9255222Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9262321Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T16:28:27.9273172Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9282457Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9294082Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9302744Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9311701Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9320901Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9330071Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9339291Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9347938Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9358351Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9368530Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9379077Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9386093Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9393066Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9400293Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9407138Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9414300Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9420915Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9427768Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9434668Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9441634Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9448606Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9455933Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9462732Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:28:27.9505569Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-09-27T16:28:27.9521823Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T16:28:27.9532776Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9558052Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T16:28:27.9573943Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9608641Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-09-27T16:28:27.9619735Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9630524Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9641259Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9651450Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9663081Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9675445Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9686915Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9697489Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9707766Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9718175Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9728797Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9739670Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9750387Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9774897Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T16:28:27.9786169Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:27.9799316Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T16:28:28.6756275Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.695s) 2022-09-27T16:28:28.8229475Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.147s) 2022-09-27T16:28:29.5352424Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.712s) 2022-09-27T16:28:29.8971260Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.362s) 2022-09-27T16:28:29.9065992Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.009s) 2022-09-27T16:28:30.0416573Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.135s) 2022-09-27T16:28:30.0460335Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-09-27T16:28:30.0461232Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-09-27T16:28:30.0462112Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:100: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-09-27T16:28:30.0462701Z warnings.warn( 2022-09-27T16:28:30.0464713Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:213: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-09-27T16:28:30.0466003Z warnings.warn( 2022-09-27T16:28:30.1013740Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:236: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-09-27T16:28:30.1014339Z warnings.warn( 2022-09-27T16:28:30.1505910Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:178: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-09-27T16:28:30.1506529Z warnings.warn( 2022-09-27T16:28:30.2021907Z ok (0.161s) 2022-09-27T16:28:30.2071504Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-09-27T16:28:30.2072291Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-09-27T16:28:30.2073390Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:264: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-09-27T16:28:30.2073957Z warnings.warn( 2022-09-27T16:28:30.2074720Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:369: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-09-27T16:28:30.2075277Z warnings.warn( 2022-09-27T16:28:30.2732698Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:449: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-09-27T16:28:30.2733857Z warnings.warn( 2022-09-27T16:28:30.3316301Z ok (0.129s) 2022-09-27T16:28:30.3324003Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:28:30.3334251Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:28:30.3362998Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.004s) 2022-09-27T16:28:30.3374279Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:28:30.3454916Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.009s) 2022-09-27T16:28:30.3466190Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:28:30.3487653Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-09-27T16:28:30.3488285Z warnings.warn( 2022-09-27T16:28:30.3522467Z ok (0.007s) 2022-09-27T16:28:30.3540276Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:28:30.3541160Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-09-27T16:28:30.3546713Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:28:30.3557734Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-09-27T16:28:30.3589290Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.3612461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.3746425Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.3776951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.3935647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.3995758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4036445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4097103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4222037Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4245513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4371794Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4395220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4495260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4539128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4683289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4724781Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4828402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.4875670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5009460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5036979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5163278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5189797Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5252157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5337060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5466011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5506446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5561669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5659342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5766877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5790200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5909087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.5931857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.6063420Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.6068283Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.6214209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.6238619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.6315459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.6372209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.6479588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.6512658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:30.7540210Z ok (0.398s) 2022-09-27T16:28:30.7558033Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:58: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:28:30.7559463Z warnings.warn( 2022-09-27T16:28:30.8182324Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:30.8341756Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp:76.) 2022-09-27T16:28:30.8343163Z return callable(*args, **kwargs) 2022-09-27T16:28:30.8443252Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:30.8699997Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:30.8875993Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:30.9030492Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:30.9203136Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:30.9420565Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:30.9591097Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.0266160Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.0516694Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.0788589Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.0962064Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.1129179Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.1274497Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.1497883Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.1660420Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.4696416Z ok (0.716s) 2022-09-27T16:28:31.4716407Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:123: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:28:31.4717161Z warnings.warn( 2022-09-27T16:28:31.5295541Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.5545065Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.5801521Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.5973511Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.6131289Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.6281220Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.6510615Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.6689771Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.7312287Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.7554378Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.7821925Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.7990019Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.8137793Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.8293469Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.8529498Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:31.8697584Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.1706665Z ok (0.701s) 2022-09-27T16:28:32.1725541Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:188: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:28:32.1726987Z warnings.warn( 2022-09-27T16:28:32.4794823Z ok (0.309s) 2022-09-27T16:28:32.4809990Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:258: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:28:32.4810743Z warnings.warn( 2022-09-27T16:28:32.5364792Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.5597993Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.5847763Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.6012901Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.6157455Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.6317743Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.6529743Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.6694421Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.7343201Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.7557932Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.7801155Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.7969117Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.8117005Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.8264222Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.8473437Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:32.8634706Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.0956965Z ok (0.616s) 2022-09-27T16:28:33.0974275Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:319: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:28:33.0975777Z warnings.warn( 2022-09-27T16:28:33.1516250Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.1725008Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.1984128Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.2145077Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.2318141Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.2477755Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.2689839Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.2849263Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.3509189Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.3731835Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.3977173Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.4141841Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.4290787Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.4458990Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.4690926Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.4870048Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-09-27T16:28:33.7290613Z ok (0.633s) 2022-09-27T16:28:33.7310025Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:380: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-09-27T16:28:33.7311547Z warnings.warn( 2022-09-27T16:28:33.9651747Z ok (0.236s) 2022-09-27T16:28:33.9668894Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:33.9733902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:33.9798802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:33.9841840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:33.9911373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0001739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0052342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0114286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0201284Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0268200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0374538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0397322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0518258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0541039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0645359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0670960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0772432Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0803292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0868500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.0962769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1173030Z ok (0.152s) 2022-09-27T16:28:34.1209521Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1215419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1216422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1280614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1442396Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1469916Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-09-27T16:28:34.1470583Z return callable(*args, **kwargs) 2022-09-27T16:28:34.1528551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1637900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1725352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1744327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1759407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1810734Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1830256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.1839470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3114293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3117680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3119078Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3174459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3282242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3339085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3433463Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3515900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3533121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3548968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3600099Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3620205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.3629726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.4724358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.4736610Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.4760267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.4897374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.5074422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.5251010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.5434758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.5559653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.5623711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.5687127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.5804041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.5877300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.5949233Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7101346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7105633Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7119778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7156228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7268155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7323971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7421261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7503069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7519570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7535414Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7586519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7605727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.7615129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.8679475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.8730848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.8778301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.8911832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.9064100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.9251904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.9476108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.9591672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.9660583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.9756386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:34.9960319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.0072039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.0141281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1359062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1363294Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1364722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1414547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1522604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1579489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1674173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1762574Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1780519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1796631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1847917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1868406Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.1878280Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.2918328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.2923277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.2924640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.2975327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.3084603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.3141228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.3238132Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.3322005Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.3339256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.3355353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.3408932Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.3429610Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.3438817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4489483Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4494640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4495375Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4543853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4654638Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4710810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4804755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4888458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4905249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4920519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4971317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.4990842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.5000244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.6052040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.6101464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.6165320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.6282138Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.6447980Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.6619877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.6783253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.6905932Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.6974897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.7044497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.7160698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.7231785Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.7300137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.8509262Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.8580416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.8622420Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.8755404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.8931684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.9096508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.9262559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.9386659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.9452330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.9518658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.9636474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.9709388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:35.9746197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1027179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1031550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1032251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1092694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1203093Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1259429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1353589Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1434154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1450338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1465518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1516553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1535911Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.1545382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.2579475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.2651721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.2673158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.2826782Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.2994559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.3151573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.3311511Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.3454895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.3559159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.3696898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.3855027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.3926567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.3960190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.5112633Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.5182366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.5224164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.5342969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.5498947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.5670546Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.5833365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.5951242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.6016029Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.6081535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.6193397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.6265424Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.6332378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.7571373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.7639867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.7705006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.7800662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.7973147Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.8129744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.8332132Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.8447852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.8515543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.8579814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.8690873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.8796187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:36.8866597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.0067353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.0136205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.0200993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.0299133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.0456145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.0628265Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.0787226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.0914533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.0979319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.1046739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.1160593Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.1230013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.1298570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.2432556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.2502953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.2567391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.2682300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.2839282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.2997438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.3162071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.3278081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.3343699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.3408318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.3520913Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.3593595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.3662287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.4937265Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.5003647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.5026365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.5157669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.5310476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.5464893Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.5643741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.5759974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.5824209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.5890721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.6021143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.6073266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.6143793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.7244425Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.7313989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.7337800Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.7482431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.7645305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.7803625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.7965228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.8088832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.8153014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.8216871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.8330431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.8402562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.8473548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.9582735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.9651228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.9673434Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.9806623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:37.9978000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.0136127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.0303316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.0420198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.0485080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.0550681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.0664060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.0740973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.0780944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.2010663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.2083715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.2137844Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.2260143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.2417331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.2587172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.2749637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.2868000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.2941472Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.3009856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.3125615Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.3194754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.3262694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.4483672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.4537850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.4602537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.4744023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.4980139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.5136288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.5298929Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.5419676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.5487541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.5553739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.5665493Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.5740360Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.5776849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.7010115Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.7051413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.7114252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.7254661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.7409336Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.7568319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.7729623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.7845250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.7911430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.7977975Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.8090875Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.8159381Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.8232166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.9369083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.9457358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.9520539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.9634025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.9795434Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:38.9953230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.0116852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.0234961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.0300625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.0366839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.0478288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.0550907Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.0618657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.1864197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.1934433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.1957433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.2097543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.2255544Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.2424898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.2584775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.2700445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.2765351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.2828603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.2940211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.3012413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.3049120Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.4247079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.4317117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.4358863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.4492705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.4650248Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.4831473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.4995504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.5119363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.5226720Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.5374545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.5535726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.5673544Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.5710261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.6862974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.6867816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.6869213Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.6918352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.7028683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.7084706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.7179693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.7260686Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.7277825Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.7293229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.7344371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.7365450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.7376716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8419150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8423725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8425109Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8476541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8588306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8645617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8741722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8824073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8842482Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8859415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8912096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8934790Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:39.8946759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0002097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0008210Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0010019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0060088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0172169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0229168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0323183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0405807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0422610Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0437968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0489062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0508974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.0518300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.1578599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.1634257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.1699168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.1804715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.1989851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.2148848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.2308961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.2425909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.2493261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.2557955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.2669960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.2744215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.2782996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.3934397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.4001872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.4068606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.4196723Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.4370422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.4542363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.4700074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.4823702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.4891546Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.4956172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.5077960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.5150803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.5189359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6480465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6483409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6484834Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6539866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6652739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6709085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6804261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6885539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6903838Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6918611Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6969851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.6991317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.7002220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8070744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8075614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8077263Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8126133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8237250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8293950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8388081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8468906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8485964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8502521Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8552616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8573826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.8584908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.9629335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.9634802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.9636154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.9687135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.9796803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.9853417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:40.9953711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.0036178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.0054715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.0071134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.0124022Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.0147137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.0158753Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1205502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1210631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1212004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1263560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1373896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1431043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1526040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1610134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1628383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1644558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1697149Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1718670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.1730174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.2810220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.2838718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.2903902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.3018482Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.3186626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.3362608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.3521784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.3639018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.3703436Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.3767496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.3879661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.3953643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.3997026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.5138819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.5209630Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.5274938Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.5391341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.5563441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.5721538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.5879812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.5994884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.6060581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.6124900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.6268756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.6379485Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.6456677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.7830896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.7900596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.7923226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.8071902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.8232394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.8409337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.8624749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.8746207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.8812231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.8876376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.8993753Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.9067554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:41.9136811Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.0346404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.0416205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.0480227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.0581924Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.0766014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.0923082Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.1091203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.1212046Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.1296199Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.1360220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.1478783Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.1581320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.1655241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.2777663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.2846010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.2893289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.2999231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.3163458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.3332422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.3516752Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.3637726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.3702615Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.3766506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.3882832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.3982943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.4055841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5262995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5267485Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5268874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5316986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5424351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5480837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5574679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5661891Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5678979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5695152Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5746500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5766384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.5775807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.6811058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.6816328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.6817941Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.6869305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.6980956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.7037351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.7132540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.7215445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.7232939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.7249773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.7302470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.7323277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.7333983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.8434136Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.8486988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.8551506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.8665258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.8837898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.9039651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.9218352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.9335466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.9401604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.9469537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.9584691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.9654424Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:42.9692873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.0955490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.1026024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.1073476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.1182378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.1335489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.1514438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.1684490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.1802217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.1866285Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.1931721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.2045562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.2118847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.2189823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.3400798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.3470617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.3514520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.3638899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.3793572Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.3949407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.4106731Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.4222564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.4290037Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.4353941Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.4486207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.4538602Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.4576780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.5813288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.5883180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.5906672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.6068419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.6226215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.6395890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.6557471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.6672601Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.6736859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.6801516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.6914436Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.6984509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.7056027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.8177053Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.8244899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.8310480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.8438710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.8626193Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.8791756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.8973784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.9080286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.9148330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.9217470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.9336592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.9487811Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:43.9555470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.0886124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.0973285Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.0982367Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.1141223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.1301483Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.1475685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.1636329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.1754471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.1821900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.1890243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.2005650Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.2078390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.2146717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.3263981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.3332302Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.3354711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.3497246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.3673711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.3840649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.4007806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.4132829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.4202906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.4282954Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.4379552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.4450221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.4485352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.5690691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.5760614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.5823711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.5941667Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.6099610Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.6284671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.6464414Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.6579074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.6643159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.6707400Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.6819154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.6889539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.6925362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.8067570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.8136447Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.8158687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.8315580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.8503278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.8659463Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.8820207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.8938133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.9002028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.9066957Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.9180494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.9254419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:44.9296477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.0394043Z ok (10.922s) 2022-09-27T16:28:45.0433929Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.0494347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.0540131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.0627016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.0678528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.0789872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.0821919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.0907140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.0954091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1021779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1088926Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1153174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1229983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1283419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1348717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1437666Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1480072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1546357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1621393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1699288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1797692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1819417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1930869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.1958764Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2021361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2090588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2161955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2227710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2299161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2407238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2434733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2498486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2562908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2630335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2700102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2762083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2846162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2911628Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.2960386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3047854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3111519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3176355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3243816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3306983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3374745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3442192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3507089Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3572284Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3638161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3728928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3769439Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3834867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.3907709Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4014725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4054673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4133193Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4166750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4251721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4340848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4405008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4432343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4495189Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4606327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4630194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4770054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4793084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4859569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4925146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.4989626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5064032Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5127050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5214480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5261456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5326904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5391852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5458750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5522902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5592717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5693921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5726561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5811993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5878383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.5955274Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.6020575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.6086061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.6151653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.6846186Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.6881088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.6939879Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7012268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7075687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7140442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7205311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7284661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7350438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7433636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7480429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7565945Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7614679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7699960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7746750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7821034Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7900115Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.7969624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8014537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8079745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8150066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8214281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8329199Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8373883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8492191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8561156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8647781Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8717453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8782968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8833337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8867977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.8969807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9001218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9084643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9131532Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9238245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9306144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9372623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9417148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9498017Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9640097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9663413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9745232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9792774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9877567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:45.9941418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0006588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0057009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0159489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0185975Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0269030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0373302Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0403620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0470265Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0547781Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0602613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0686750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0777968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0803473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0904390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.0935187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1001618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1069720Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1154916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1214144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1271338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1338049Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1403210Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1468474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1577171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1608216Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1673077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1775227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1821488Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1911139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.1953525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2038886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2093814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2154431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2230301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2300404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2411768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2439926Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2533923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2599246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2706683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2747016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2829858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2927423Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.2972907Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3022237Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3107884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3154596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3277770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3305171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3393672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3436432Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3521139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3570195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3653986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3704074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3791983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3851904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3916412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.3991703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4055658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4120609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4185860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4273170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4319177Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4403725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4450493Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4516765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4581460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4662319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4749131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4813933Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4868899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.4937571Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5043698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5071716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5135908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5215910Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5282071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5348204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5450034Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5536697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5561320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5730443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5771711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5817658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5930810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.5956328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6029339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6091991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6177221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6258768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6290632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6375832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6434984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6498273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6564148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6629796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6695516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6780538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6876301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6933546Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.6971017Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7036533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7101510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7194188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7236290Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7302031Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7367615Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7453872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7556854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7592238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7658902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7723557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7813394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7870351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.7950569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.8032245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.8106550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.8163557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.8230194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.8316133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.8362285Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.8453889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.8500176Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.8609815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.8674681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:46.9931818Z ok (1.954s) 2022-09-27T16:28:47.0119227Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.018s) 2022-09-27T16:28:47.0313027Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.019s) 2022-09-27T16:28:47.0481675Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.017s) 2022-09-27T16:28:47.0672069Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.019s) 2022-09-27T16:28:47.0878414Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.020s) 2022-09-27T16:28:47.0908651Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-09-27T16:28:47.0984486Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.0993467Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1059936Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1072039Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1084413Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1096285Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1109296Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1122614Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1135867Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1145196Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1161669Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1235990Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1247209Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1258710Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1311562Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1322315Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1345156Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1429614Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1440740Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:28:47.1491489Z ok (0.058s) 2022-09-27T16:28:48.5366076Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.387s) 2022-09-27T16:28:48.5653926Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.029s) 2022-09-27T16:28:48.8201446Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.255s) 2022-09-27T16:28:51.6401349Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (2.820s) 2022-09-27T16:28:51.6436759Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.6501032Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.6600841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.6621219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.6739093Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.6777642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.6886794Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.6912164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.7227761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.7250119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.7370605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.7392122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.7528761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.7552389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.7666722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.7690408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.7983399Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8048843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8131083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8172368Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8291648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8330883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8432727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8454244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8804679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8868605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8947949Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.8969411Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.9088271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.9109560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.9230389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.9292788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.9604823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.9669468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.9764068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.9798329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.9901947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:51.9924003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.0041228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.0063620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.0361789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.0426917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.0506628Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.0567357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.0665612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.0686763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.0807649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.0831644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.1157052Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.1222037Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.1297861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.1318435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.1439854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.1460981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.1584829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.1648155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2004810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2070318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2169257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2193254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2317147Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2399209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2495030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2536355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2807013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2847153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2945478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.2969115Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.3088209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.3129623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.3247642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.3292353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.3611618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.3633809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.3758005Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.3800971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.3899123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.3962505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.4045215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.4108878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.4359036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.4422193Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.4500451Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.4540336Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.4641537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.4681779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.4785061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.4807590Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.5109588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.5149996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.5250974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.5276986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.5391386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.5414367Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.5528133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.5569593Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.5865829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.5930846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6007710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6031091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6144919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6170561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6288774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6345964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6609138Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6673245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6749995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6801801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6899824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.6923720Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.7043251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.7066580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.7422898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.7487646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.7583254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.7604605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.7722671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.7772382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.7862083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.7884015Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.8185296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.8251374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.8329514Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.8393663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.8471791Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.8531561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.8627210Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.8693333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9007346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9052026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9170979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9195486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9311983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9331969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9447640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9468531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9777129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9820978Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9922927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:52.9963266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.0070273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.0092010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.0209243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.0272672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.0623632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.0663775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.0763438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.0829070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.0909958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.0973338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.1061127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.1125491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.1402795Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.1464975Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.1546856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.1569964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.1691674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.1734585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.1844943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.1867511Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.2179597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.2244108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.2325262Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.2364874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.2470888Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.2534313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.2635378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.2701359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.3193591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.3233985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.3341268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.3405105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.3503987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.3533175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.3643144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.3665041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.4008705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.4049341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.4153510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.4218598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.4299774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.4322898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.4437106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.4495971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.4859687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.4899849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5004119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5052094Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5147226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5168801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5286677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5310776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5617420Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5639214Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5760175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5802761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5906899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.5971057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.6065211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.6088411Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.6459565Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.6524518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.6604841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.6647079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.6764578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.6789043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.6910763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.6972164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.7297865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.7339200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.7438915Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.7491908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.7579581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.7602443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.7719684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.7755830Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.8092043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.8133388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.8248237Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.8293507Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.8400135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.8420574Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.8539845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.8579606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.8933694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.8993070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9078059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9133237Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9221249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9244622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9362538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9404302Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9701863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9766012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9842906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9882658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:53.9993662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0019823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0136235Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0201263Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0488837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0510905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0632329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0688328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0780441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0803171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0927687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.0959374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.1252593Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.1276837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.1395229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.1419501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.1540983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.1561526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.1682078Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.1703576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2008877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2052085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2167267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2230846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2318968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2368312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2465677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2486653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2812321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2876897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2966085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.2991679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.3113491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.3177692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.3277623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.3301768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.3710873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.3774246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.3849710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.3871551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.3988781Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4010696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4126938Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4148304Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4475067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4538599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4613976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4635996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4764941Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4786951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4905649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.4927275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.5254373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.5296164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.5395179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.5418839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.5533050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.5557812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.5672808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.5694298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6054530Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6119397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6197286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6218348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6344864Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6372124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6487113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6528062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6828126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6885440Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6972631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.6996261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.7119274Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.7161872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.7291723Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.7344719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.7663006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.7687571Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.7798831Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.7862486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.7958613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.7984556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.8105722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.8127562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.8444310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.8507767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.8585095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.8612211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.8723886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.8748864Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.8864189Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.8886006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.9177777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.9242395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.9319198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.9340735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.9458605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.9481219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.9597215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.9652554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.9950342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:54.9974826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.0094640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.0117388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.0241543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.0307036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.0401987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.0452895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.0748812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.0772899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.0895445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.0958575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.1053294Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.1075448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.1208978Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.1232729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.1622373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.1645133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.1767475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.1791615Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.1912063Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.1935486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.2062254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.2122233Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.2440777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.2465616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.2582208Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.2648159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.2726108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.2765572Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.2870296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.2893402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.3202528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.3267229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.3347944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.3369674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.3501712Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.3542642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.3669215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.3732446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.4201164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.4222659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.4341765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.4373488Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.4486226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.4512335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.4630116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.4651815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.4964562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5029213Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5107872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5130279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5243956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5269983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5381866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5423069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5802376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5823292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5941510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.5965194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.6082832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.6104824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.6226183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.6250441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:28:55.6554585Z ok (4.015s) 2022-09-27T16:28:55.6567606Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:28:55.6579849Z Sanity checks on _equalize.converged working ... ok (0.002s) 2022-09-27T16:28:55.6586138Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:28:55.6605690Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.002s) 2022-09-27T16:28:55.6618628Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:28:55.6769037Z First checks to see if _equalize.equalize can handle multiple ... ok (0.016s) 2022-09-27T16:28:55.6788229Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:28:55.7076320Z Checks to see if eager mode equalization supports fused ... ok (0.031s) 2022-09-27T16:28:55.7093478Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:28:55.7322698Z Checks to see if eager mode equalization supports fused ... ok (0.025s) 2022-09-27T16:28:56.0170308Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.285s) 2022-09-27T16:28:56.0187325Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:28:56.0264104Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/prepare.py:1497: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T16:28:56.0264954Z warnings.warn( 2022-09-27T16:28:56.0265944Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/prepare.py:1503: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T16:28:56.0267050Z warnings.warn( 2022-09-27T16:28:56.1470956Z ok (0.130s) 2022-09-27T16:28:56.1486595Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:28:56.1618331Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/prepare.py:741: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-09-27T16:28:56.1618863Z warnings.warn( 2022-09-27T16:28:56.1629325Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/prepare.py:741: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-09-27T16:28:56.1629759Z warnings.warn( 2022-09-27T16:28:56.1779511Z ok (0.031s) 2022-09-27T16:28:56.1795178Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:28:56.3430170Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:28:56.3431060Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:28:56.4061867Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:28:56.4062909Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:28:56.6398416Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:28:56.6399235Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:28:57.0912348Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:28:57.0913958Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:28:57.2164146Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:28:57.2164966Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:28:57.6670568Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:28:57.6671402Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:28:57.8012579Z ok (1.623s) 2022-09-27T16:28:57.8021866Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:28:57.8777866Z After applying the equalization functions, check if the equalization ... ok (0.077s) 2022-09-27T16:28:57.8825026Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:28:57.8950701Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/utils.py:279: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:28:57.8951839Z warnings.warn( 2022-09-27T16:28:57.8953240Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/_equalize.py:190: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-09-27T16:28:57.8954266Z warnings.warn( 2022-09-27T16:28:57.8955680Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/_equalize.py:102: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-09-27T16:28:57.8956659Z warnings.warn( 2022-09-27T16:28:57.8960138Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/utils.py:287: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:28:57.8961080Z warnings.warn( 2022-09-27T16:28:58.4334408Z ok (0.555s) 2022-09-27T16:28:58.4350556Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:28:58.6643431Z Tests that graphs created after prepare_fx is as expected ... ok (0.231s) 2022-09-27T16:28:58.6654574Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:28:58.9971161Z Tests that for small models, the results of quantized models that ... ok (0.332s) 2022-09-27T16:28:58.9984334Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:28:59.0719110Z After applying the equalization functions check if the weights and ... ok (0.075s) 2022-09-27T16:28:59.0740098Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:28:59.2527422Z Tests that we are able to run numeric suite on the equalized model ... ok (0.181s) 2022-09-27T16:28:59.4396660Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.187s) 2022-09-27T16:28:59.5092797Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.070s) 2022-09-27T16:28:59.5592699Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.050s) 2022-09-27T16:28:59.5603893Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:28:59.6275296Z Verify that graph matching works on methods ... ok (0.068s) 2022-09-27T16:28:59.8057058Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.178s) 2022-09-27T16:28:59.8307343Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-09-27T16:28:59.8308666Z warnings.warn( 2022-09-27T16:28:59.9692043Z ok (0.163s) 2022-09-27T16:28:59.9722473Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:28:59.9788473Z Tests that the mapping of op relationships is complete. ... ok (0.009s) 2022-09-27T16:29:00.0749437Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.096s) 2022-09-27T16:29:00.0981756Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:29:00.0983606Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:29:00.2517579Z ok (0.177s) 2022-09-27T16:29:00.3663080Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.114s) 2022-09-27T16:29:00.4451390Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.079s) 2022-09-27T16:29:00.6146461Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.169s) 2022-09-27T16:29:00.7329805Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.118s) 2022-09-27T16:29:00.7343197Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:29:00.7939960Z Verify that graph matching works on user defined functions ... ok (0.061s) 2022-09-27T16:29:00.7950331Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-09-27T16:29:00.7959092Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-09-27T16:29:01.3871782Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.591s) 2022-09-27T16:29:04.4844131Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T16:29:04.4846069Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:29:04.8399148Z ok (3.453s) 2022-09-27T16:29:04.8823146Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.042s) 2022-09-27T16:29:05.2386742Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:29:05.2388932Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:29:05.7532532Z ok (0.871s) 2022-09-27T16:29:06.3074172Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.554s) 2022-09-27T16:29:06.3082580Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:29:06.3733290Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T16:29:06.3733979Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-09-27T16:29:06.4367367Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T16:29:06.4845833Z ok (0.177s) 2022-09-27T16:29:07.7316780Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.247s) 2022-09-27T16:29:08.3330792Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.601s) 2022-09-27T16:29:08.4386591Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.105s) 2022-09-27T16:29:08.5086956Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:29:08.5088157Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:29:08.5089255Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:29:08.5089988Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:29:08.5090851Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:29:08.5091553Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:29:08.5092406Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:29:08.5093133Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:29:09.5839627Z ok (1.145s) 2022-09-27T16:29:10.7348864Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.151s) 2022-09-27T16:29:10.7757264Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.041s) 2022-09-27T16:29:11.0336377Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.258s) 2022-09-27T16:29:11.1403096Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.107s) 2022-09-27T16:29:11.7049597Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.564s) 2022-09-27T16:29:12.2904964Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.585s) 2022-09-27T16:29:13.5573366Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.267s) 2022-09-27T16:29:14.9321230Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.375s) 2022-09-27T16:29:15.0060868Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.074s) 2022-09-27T16:29:15.2846817Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T16:29:15.2848375Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T16:29:15.2908394Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-09-27T16:29:15.2909138Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-09-27T16:29:15.2942901Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-09-27T16:29:15.2945431Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-09-27T16:29:15.3011704Z ok (0.295s) 2022-09-27T16:29:15.4316030Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.130s) 2022-09-27T16:29:15.5800984Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.148s) 2022-09-27T16:29:15.7659474Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.186s) 2022-09-27T16:29:16.1886765Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.423s) 2022-09-27T16:29:16.7027970Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.514s) 2022-09-27T16:29:17.1319671Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.429s) 2022-09-27T16:29:17.2764924Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.144s) 2022-09-27T16:29:17.5871879Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.311s) 2022-09-27T16:29:17.6504737Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.063s) 2022-09-27T16:29:17.7692644Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.119s) 2022-09-27T16:29:17.7701967Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:29:18.9179069Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:29:19.0720959Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:29:19.2721423Z ok (1.503s) 2022-09-27T16:29:19.3782196Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.106s) 2022-09-27T16:29:20.1972031Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.819s) 2022-09-27T16:29:20.6967471Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.499s) 2022-09-27T16:29:20.6974276Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:29:20.9088025Z Verify that add_loggers works on methods ... ok (0.212s) 2022-09-27T16:29:21.7692344Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.860s) 2022-09-27T16:29:22.2589270Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.489s) 2022-09-27T16:29:23.8214552Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-09-27T16:29:23.8216170Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-09-27T16:29:23.8217162Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:29:23.8217862Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:29:23.8218686Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-09-27T16:29:23.8219955Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-09-27T16:29:23.8221049Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:29:23.8221732Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:29:23.8222395Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:29:23.8223314Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:29:24.0720183Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-09-27T16:29:24.0721466Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:29:24.0722797Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-09-27T16:29:24.0723509Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:29:24.0724860Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:29:24.0725757Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:29:24.2536583Z ok (1.995s) 2022-09-27T16:29:24.2569178Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:29:24.2647157Z Tests that all the ops quantization cares about have input and output ... ok (0.011s) 2022-09-27T16:29:24.2655103Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:29:24.9199473Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:29:24.9200831Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:29:24.9205430Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:29:24.9209685Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:29:24.9962476Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:29:24.9966820Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:29:25.0988834Z ok (0.834s) 2022-09-27T16:29:25.4472496Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:29:25.4473372Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:29:25.5264347Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:29:25.5265016Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:29:25.5916297Z ok (0.492s) 2022-09-27T16:29:25.5924448Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:29:26.1576135Z Verifies that we can match pairs of ops which have the same aten ... ok (0.566s) 2022-09-27T16:29:26.2650080Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.107s) 2022-09-27T16:29:26.3921735Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.127s) 2022-09-27T16:29:26.3927965Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:29:26.6872677Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T16:29:26.6874789Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T16:29:26.8593871Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T16:29:26.9529937Z ok (0.561s) 2022-09-27T16:29:26.9556568Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:29:27.1685323Z Verify that NS APIs work on user defined functions ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T16:29:27.1685984Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:29:27.3281620Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-09-27T16:29:27.3282388Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-09-27T16:29:27.3302930Z ok (0.377s) 2022-09-27T16:29:27.3320840Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:29:27.3330588Z For user defined modules, ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/quantize_fx.py:149: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-09-27T16:29:27.3331580Z warnings.warn( 2022-09-27T16:29:27.6466333Z ok (0.316s) 2022-09-27T16:29:27.7909213Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.144s) 2022-09-27T16:29:29.3527228Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.561s) 2022-09-27T16:29:30.1831313Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.830s) 2022-09-27T16:29:30.2019563Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:310: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:29:30.2020541Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-09-27T16:29:30.2021508Z /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:313: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:29:30.2022196Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-09-27T16:29:30.3624248Z ok (0.179s) 2022-09-27T16:29:32.0875164Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.725s) 2022-09-27T16:29:32.9507593Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.863s) 2022-09-27T16:29:33.1282448Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.177s) 2022-09-27T16:29:34.0279318Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.899s) 2022-09-27T16:29:34.5959739Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.568s) 2022-09-27T16:29:34.9769233Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.381s) 2022-09-27T16:29:34.9776235Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-09-27T16:29:34.9783527Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-09-27T16:29:41.9391117Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (6.960s) 2022-09-27T16:29:44.3513898Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:29:44.3514884Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:29:44.3528887Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:29:44.5137189Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:29:44.5149537Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:29:48.3735356Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:29:48.3736755Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:29:48.3747443Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:29:48.6053533Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:29:48.6062664Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:29:49.0487758Z ok (7.110s) 2022-09-27T16:29:49.3131742Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.264s) 2022-09-27T16:29:49.3178994Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.005s) 2022-09-27T16:29:49.3195886Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-09-27T16:29:49.3200394Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:29:49.4386965Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.119s) 2022-09-27T16:29:49.4584795Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.020s) 2022-09-27T16:29:49.4933433Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.035s) 2022-09-27T16:29:49.4937050Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:29:49.4997585Z Tests the backward method. ... skip: temporarily disable the test (0.006s) 2022-09-27T16:29:49.5142782Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.014s) 2022-09-27T16:29:49.5432050Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.029s) 2022-09-27T16:29:49.5542748Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-09-27T16:29:50.3855496Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.831s) 2022-09-27T16:29:50.3919966Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.006s) 2022-09-27T16:29:50.6335690Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.241s) 2022-09-27T16:29:50.6426715Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-09-27T16:29:50.6439263Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:29:50.8181812Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.175s) 2022-09-27T16:29:50.8360690Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.018s) 2022-09-27T16:29:50.8613779Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.025s) 2022-09-27T16:29:50.8772665Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:29:50.8782616Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:29:51.0195527Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.142s) 2022-09-27T16:29:51.0354573Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:29:51.0661230Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.031s) 2022-09-27T16:29:51.0737861Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.008s) 2022-09-27T16:29:51.2837327Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.210s) 2022-09-27T16:29:51.2942366Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-09-27T16:29:51.2992241Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-09-27T16:30:09.7917902Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (18.492s) 2022-09-27T16:30:10.2060950Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.414s) 2022-09-27T16:30:10.9537990Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.748s) 2022-09-27T16:30:11.1461548Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.192s) 2022-09-27T16:30:11.4452376Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.299s) 2022-09-27T16:30:11.4501739Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-09-27T16:30:11.6554635Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.205s) 2022-09-27T16:30:12.1011474Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.446s) 2022-09-27T16:30:12.2483164Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.147s) 2022-09-27T16:30:12.2505031Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-09-27T16:30:12.2848041Z Test case that checks whether forward pre hooks of the first module and ... ok (0.036s) 2022-09-27T16:30:12.3452436Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.060s) 2022-09-27T16:30:12.7747881Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.429s) 2022-09-27T16:30:12.8385913Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.064s) 2022-09-27T16:30:12.8455388Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.007s) 2022-09-27T16:30:12.8489629Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.003s) 2022-09-27T16:30:14.0390548Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.190s) 2022-09-27T16:30:14.2466455Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.207s) 2022-09-27T16:30:14.2489940Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.002s) 2022-09-27T16:30:14.2793330Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.030s) 2022-09-27T16:30:14.2872962Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-09-27T16:30:14.2991992Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.012s) 2022-09-27T16:30:14.3053018Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.006s) 2022-09-27T16:30:14.3141353Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-09-27T16:30:14.3160077Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:30:14.3203795Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.006s) 2022-09-27T16:30:14.3224379Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:30:14.3269705Z This test tests two keys in backend_config: root_node_getter and ... ok (0.006s) 2022-09-27T16:30:14.3434960Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.016s) 2022-09-27T16:30:14.3446378Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:30:14.3914662Z TODO: add test for all fused modules ... ok (0.048s) 2022-09-27T16:30:14.3975776Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /opt/conda/lib/python3.10/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-09-27T16:30:14.3976686Z warnings.warn(msg, FutureWarning) 2022-09-27T16:30:14.3992905Z /var/lib/jenkins/workspace/test/quantization/core/test_workflow_ops.py:1252: UserWarning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/ReduceAllOps.cpp:46.) 2022-09-27T16:30:14.3994578Z out = pt_op( 2022-09-27T16:30:14.4010041Z ok (0.009s) 2022-09-27T16:30:14.4105413Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.009s) 2022-09-27T16:30:14.4126571Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T16:30:14.4485713Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.038s) 2022-09-27T16:30:14.4508477Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T16:30:14.4863818Z Tests the case where we call the fused_obs_fake_quant op multiple times ... /var/lib/jenkins/workspace/test/quantization/core/test_workflow_ops.py:1139: UserWarning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorCompare.cpp:569.) 2022-09-27T16:30:14.4864742Z out = pt_op( 2022-09-27T16:30:14.6108487Z ok (0.162s) 2022-09-27T16:30:14.6456286Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.035s) 2022-09-27T16:30:14.6647700Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.019s) 2022-09-27T16:30:14.6882978Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.023s) 2022-09-27T16:30:14.7365311Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.048s) 2022-09-27T16:30:14.8152191Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.079s) 2022-09-27T16:30:14.8166255Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-09-27T16:30:14.8254120Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.009s) 2022-09-27T16:30:14.8504658Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.025s) 2022-09-27T16:30:14.8737191Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.023s) 2022-09-27T16:30:14.9456360Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.072s) 2022-09-27T16:30:15.0047810Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.059s) 2022-09-27T16:30:15.0184973Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.014s) 2022-09-27T16:30:15.0472620Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.029s) 2022-09-27T16:30:15.1721870Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.125s) 2022-09-27T16:30:15.2029426Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.031s) 2022-09-27T16:30:15.2420506Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.039s) 2022-09-27T16:30:15.2433666Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:30:15.2625575Z Tests the constructor of the ModelReport class. ... ok (0.020s) 2022-09-27T16:30:15.2636782Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:30:15.4089875Z Tests for generation of qconfigs by ModelReport API ... ok (0.146s) 2022-09-27T16:30:15.4109555Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:30:15.4730401Z Tests model_report.generate_model_report to ensure report generation ... /var/lib/jenkins/workspace/test/quantization/fx/test_model_report_fx.py:1061: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:30:15.4731993Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-09-27T16:30:15.5874534Z ok (0.178s) 2022-09-27T16:30:15.5888277Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:30:15.6281027Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.040s) 2022-09-27T16:30:15.6300764Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:30:15.6615821Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.033s) 2022-09-27T16:30:15.6629852Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:30:15.7289013Z Tests for generation of qconfigs by ModelReport API ... ok (0.067s) 2022-09-27T16:30:15.7847118Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.056s) 2022-09-27T16:30:15.8115867Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.027s) 2022-09-27T16:30:15.8377657Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.026s) 2022-09-27T16:30:15.8547866Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.017s) 2022-09-27T16:30:15.8816967Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.027s) 2022-09-27T16:30:15.8960026Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.014s) 2022-09-27T16:30:15.9220913Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.026s) 2022-09-27T16:30:15.9393254Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.017s) 2022-09-27T16:30:15.9664148Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.027s) 2022-09-27T16:30:16.1150768Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.148s) 2022-09-27T16:30:16.1196165Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.005s) 2022-09-27T16:30:16.1374286Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.018s) 2022-09-27T16:30:16.1384789Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:30:16.1785804Z Tests the generate_table_view() ... ok (0.041s) 2022-09-27T16:30:16.1794725Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:30:16.2174450Z Tests the generate_table_view() ... ok (0.039s) 2022-09-27T16:30:16.2182944Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:30:16.2581863Z Tests the generate_table_view() ... ok (0.041s) 2022-09-27T16:30:16.2594879Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:30:16.2990155Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.041s) 2022-09-27T16:30:46.4451561Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (30.146s) 2022-09-27T16:30:52.7449045Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (6.300s) 2022-09-27T16:30:53.2465875Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.502s) 2022-09-27T16:30:54.1777189Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.931s) 2022-09-27T16:30:54.7812676Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.603s) 2022-09-27T16:30:54.9209055Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.139s) 2022-09-27T16:30:54.9502360Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.029s) 2022-09-27T16:30:55.0377496Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.087s) 2022-09-27T16:30:55.1888617Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.151s) 2022-09-27T16:30:55.3655051Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.176s) 2022-09-27T16:30:55.5652469Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.199s) 2022-09-27T16:30:55.5687175Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:30:55.5825644Z ok (0.017s) 2022-09-27T16:30:56.2553975Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.673s) 2022-09-27T16:30:56.2599838Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:30:56.2622156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:30:56.2824131Z ok (0.027s) 2022-09-27T16:30:56.5083917Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.226s) 2022-09-27T16:30:56.7063482Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.198s) 2022-09-27T16:30:56.7093810Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:30:56.7208962Z ok (0.014s) 2022-09-27T16:30:57.3978321Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.677s) 2022-09-27T16:30:57.4026369Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:30:57.4091160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:30:57.4252866Z ok (0.027s) 2022-09-27T16:30:58.0111652Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.586s) 2022-09-27T16:30:58.0355090Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.024s) 2022-09-27T16:30:58.1799782Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.144s) 2022-09-27T16:30:58.1869625Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.007s) 2022-09-27T16:30:58.8498526Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.663s) 2022-09-27T16:30:58.8603570Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.010s) 2022-09-27T16:30:58.8610322Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.001s) 2022-09-27T16:30:58.8615727Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-09-27T16:30:58.8638535Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.002s) 2022-09-27T16:30:58.8655141Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.002s) 2022-09-27T16:30:58.8662188Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-09-27T16:30:58.8687895Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.003s) 2022-09-27T16:30:58.8694924Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-09-27T16:30:58.8707944Z Smoke test on saving/loading state_dict ... ok (0.002s) 2022-09-27T16:30:58.9015210Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.031s) 2022-09-27T16:30:58.9341268Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.032s) 2022-09-27T16:30:58.9350686Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-09-27T16:30:58.9351421Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:30:59.0404549Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.105s) 2022-09-27T16:30:59.4894656Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.449s) 2022-09-27T16:30:59.5985109Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.109s) 2022-09-27T16:30:59.5994733Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-09-27T16:30:59.8566600Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.258s) 2022-09-27T16:30:59.8572014Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:30:59.8594371Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.002s) 2022-09-27T16:30:59.8658358Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:750: UserWarning: non-inplace resize is deprecated 2022-09-27T16:30:59.8658955Z warnings.warn("non-inplace resize is deprecated") 2022-09-27T16:31:03.4976417Z ok (3.638s) 2022-09-27T16:31:03.6400194Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (0.142s) 2022-09-27T16:31:13.8611526Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... ok (10.221s) 2022-09-27T16:31:14.0269026Z test_adaptive_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.165s) 2022-09-27T16:31:14.4783659Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.452s) 2022-09-27T16:31:14.5619360Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.083s) 2022-09-27T16:31:14.8153060Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.253s) 2022-09-27T16:31:15.2166731Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.401s) 2022-09-27T16:31:15.2210846Z test_qnnpack_add_broadcast (quantization.core.test_quantized_op.TestQNNPackOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 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-09-27T16:31:15.2214229Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 4, 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-09-27T16:31:15.2218240Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 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-09-27T16:31:15.2221524Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 4, 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-09-27T16:31:15.2223618Z ok (0.006s) 2022-09-27T16:31:15.7747345Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.552s) 2022-09-27T16:31:15.9350482Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.160s) 2022-09-27T16:31:15.9396551Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.005s) 2022-09-27T16:31:15.9417972Z test_qnnpack_sigmoid_sweep (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.002s) 2022-09-27T16:31:15.9465010Z test_qnnpack_tanh (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.005s) 2022-09-27T16:31:15.9664349Z test_quantization_doc_custom (quantization.core.test_docs.TestQuantizationDocs) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/quantize_fx.py:540: UserWarning: Passing a convert_custom_config_dict to convert is deprecated and will not be supported in a future version. Please pass in a ConvertCustomConfig instead. 2022-09-27T16:31:15.9665041Z warnings.warn( 2022-09-27T16:31:15.9722360Z ok (0.026s) 2022-09-27T16:31:16.1268281Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.154s) 2022-09-27T16:31:16.1301052Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.003s) 2022-09-27T16:31:16.2556864Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.125s) 2022-09-27T16:31:16.2732993Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.018s) 2022-09-27T16:31:16.3164893Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py:673: 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:483.) 2022-09-27T16:31:16.3166001Z if param.grad is not None: 2022-09-27T16:31:16.3657572Z ok (0.092s) 2022-09-27T16:31:16.4627806Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.097s) 2022-09-27T16:31:17.7708218Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (1.308s) 2022-09-27T16:31:17.7899162Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.019s) 2022-09-27T16:31:17.8342698Z test_dynamic_multi_op (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... [W insert_quant_dequant.cpp:1377] Warning: debug option for add_scalar and mul_scalar is not supported, please don't use debug option for models that uses these ops. (function operator()) 2022-09-27T16:31:18.2848681Z ok (0.494s) 2022-09-27T16:31:18.7867999Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.502s) 2022-09-27T16:31:19.6676626Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.881s) 2022-09-27T16:31:19.8715484Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.204s) 2022-09-27T16:31:21.5731295Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.701s) 2022-09-27T16:31:21.7815842Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.208s) 2022-09-27T16:31:21.8227890Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.041s) 2022-09-27T16:31:21.8634599Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.041s) 2022-09-27T16:31:21.8841105Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.021s) 2022-09-27T16:31:22.1443225Z test_lower_graph_conv2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.260s) 2022-09-27T16:31:22.1523505Z test_lower_graph_conv3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: onnx opset9 does not support quantize_per_tensor and caffe2 does not support conv3d (0.008s) 2022-09-27T16:31:22.1535447Z test_lower_graph_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.001s) 2022-09-27T16:31:22.1817320Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.028s) 2022-09-27T16:31:22.2090945Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.027s) 2022-09-27T16:31:22.2383490Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.029s) 2022-09-27T16:31:22.2644410Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.026s) 2022-09-27T16:31:22.2908074Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.026s) 2022-09-27T16:31:22.3192384Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.028s) 2022-09-27T16:31:23.0303331Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.711s) 2022-09-27T16:31:23.0523688Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.022s) 2022-09-27T16:31:23.0568074Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.004s) 2022-09-27T16:31:23.0813369Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.024s) 2022-09-27T16:31:23.0849463Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.004s) 2022-09-27T16:31:23.0900555Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.005s) 2022-09-27T16:31:23.0913083Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:31:23.0944230Z Test post-training dynamic quantization on preserving ... ok (0.004s) 2022-09-27T16:31:23.2117800Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.117s) 2022-09-27T16:31:23.2129550Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:31:24.0836355Z Test quantization for nested model, top level 'fc3' and ... ok (0.872s) 2022-09-27T16:31:24.0850216Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:31:25.0959668Z Another test case for quantized, we will quantize all submodules ... ok (1.012s) 2022-09-27T16:31:25.0973288Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:31:26.0896596Z More complicated nested test case with child qconfig overrides ... ok (0.993s) 2022-09-27T16:31:26.0907872Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:31:26.6492524Z Test quantization for per_channel dynamic quantization ... ok (0.559s) 2022-09-27T16:31:26.6516739Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:31:28.1863050Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (1.537s) 2022-09-27T16:31:28.1883219Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:31:28.9236606Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (0.737s) 2022-09-27T16:31:28.9247648Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:31:29.3623030Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (0.439s) 2022-09-27T16:31:29.3632795Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:31:29.7605009Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.398s) 2022-09-27T16:31:29.7616598Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:31:30.4769809Z Test quantization for nested model, top level 'fc3' and ... ok (0.716s) 2022-09-27T16:31:30.4781422Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:31.3676386Z Test quantization of activations ... ok (0.891s) 2022-09-27T16:31:31.3683603Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:31.3701537Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.002s) 2022-09-27T16:31:31.3707088Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:31.3721922Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.002s) 2022-09-27T16:31:31.3936097Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.021s) 2022-09-27T16:31:31.4016487Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.008s) 2022-09-27T16:31:32.0713008Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.669s) 2022-09-27T16:31:32.0721792Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:32.5945441Z User inserts QuantStub and DeQuantStub in model code ... ok (0.523s) 2022-09-27T16:31:32.5959581Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:34.0608013Z Test quantization for nested model, top level 'fc3' and ... ok (1.466s) 2022-09-27T16:31:34.4503476Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.389s) 2022-09-27T16:31:34.4517812Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:36.3622474Z More complicated nested test case with child qconfig overrides ... ok (1.912s) 2022-09-27T16:31:36.3635481Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:39.3641952Z Test quantization of normalization layers ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/quantize.py:294: UserWarning: None of the submodule got qconfig applied. Make sure you passed correct configuration through `qconfig_dict` or by assigning the `.qconfig` attribute directly on submodules 2022-09-27T16:31:39.3643630Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-09-27T16:31:39.4734986Z ok (3.111s) 2022-09-27T16:31:39.4750048Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:39.5730948Z Test the post-training quantization flow, serialization and scripting ... ok (0.099s) 2022-09-27T16:31:39.5751673Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:39.6737917Z Test the post-training quantization flow, serialization and scripting ... ok (0.101s) 2022-09-27T16:31:39.6796112Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.006s) 2022-09-27T16:31:39.6806702Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:40.0011434Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.321s) 2022-09-27T16:31:40.0024729Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:41.2750720Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (1.274s) 2022-09-27T16:31:41.2764308Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:44.6406199Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (3.365s) 2022-09-27T16:31:44.6417501Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:48.0068948Z The case when we want to skip quantizing some layers ... ok (3.366s) 2022-09-27T16:31:48.0079442Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:31:48.5221226Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.515s) 2022-09-27T16:31:48.5283994Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.006s) 2022-09-27T16:31:50.0227124Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.494s) 2022-09-27T16:31:50.0238042Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-09-27T16:31:50.6036656Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.581s) 2022-09-27T16:31:51.0933136Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.490s) 2022-09-27T16:31:51.6619583Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.568s) 2022-09-27T16:31:51.7258555Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.7260186Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.7267583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.7309879Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.7563288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.7564913Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.7701321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.7702986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.8077255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.8082258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.8283305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.8289201Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.8370389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.8374224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.8449560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.8452965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.8523069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:51.8526435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:31:52.1409249Z ok (0.479s) 2022-09-27T16:31:52.6366588Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.495s) 2022-09-27T16:31:52.6451171Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.008s) 2022-09-27T16:31:52.6457674Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-09-27T16:31:52.6796105Z Using FakeQuant in evaluation only mode, ... ok (0.034s) 2022-09-27T16:31:52.7069205Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.027s) 2022-09-27T16:31:53.6807543Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.974s) 2022-09-27T16:31:53.6867040Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.006s) 2022-09-27T16:31:53.6905159Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.004s) 2022-09-27T16:31:53.6922038Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-09-27T16:31:53.9230752Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.232s) 2022-09-27T16:31:55.1883270Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.265s) 2022-09-27T16:31:55.6484327Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.460s) 2022-09-27T16:31:55.6660006Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.018s) 2022-09-27T16:31:55.6751227Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.009s) 2022-09-27T16:31:55.6844216Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.009s) 2022-09-27T16:31:55.6881231Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.004s) 2022-09-27T16:31:55.7324322Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.044s) 2022-09-27T16:31:55.7352479Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.003s) 2022-09-27T16:31:55.7362702Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:31:55.7621237Z Verifies that calculating a size of a quantized tensor works ... ok (0.027s) 2022-09-27T16:31:55.8763103Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.114s) 2022-09-27T16:31:55.8788604Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:31:57.6866533Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (1.810s) 2022-09-27T16:31:57.6875333Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:31:59.1126064Z Test quantizing conv and linear ... ok (1.426s) 2022-09-27T16:31:59.1145701Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:00.6109615Z Test quantizing functional conv and linear with reference option ... ok (1.498s) 2022-09-27T16:32:00.6950536Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.084s) 2022-09-27T16:32:00.6970213Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T16:32:00.6986033Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:00.6998664Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:00.7011840Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:00.7365805Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/convert.py:560: UserWarning: Passing a QConfig dictionary to convert is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T16:32:00.7366519Z warnings.warn( 2022-09-27T16:32:00.7686420Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_1_packed_weight_0 target mods1_1_packed_weight_0 mods1_1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:32:00.7687290Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:32:00.8304930Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_0_packed_weight_0 target mods1_0_packed_weight_0 mods1_0_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:32:00.8305748Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:32:00.8324225Z ok (0.131s) 2022-09-27T16:32:00.8334216Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:00.8436406Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.011s) 2022-09-27T16:32:00.8459726Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:00.8969108Z Test the output of CopyNode to have the same ... ok (0.053s) 2022-09-27T16:32:00.9924035Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.095s) 2022-09-27T16:32:00.9946726Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.0240431Z Tests that the flow still works when the input of custom module ... ok (0.031s) 2022-09-27T16:32:01.0386066Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.015s) 2022-09-27T16:32:01.0396439Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.0617536Z Make sure default quant is inserted properly ... ok (0.023s) 2022-09-27T16:32:01.0628430Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.3809416Z Test to make sure dequantize node are placed before ... ok (0.319s) 2022-09-27T16:32:01.3819699Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.4029948Z Make sure quantization runs for models with dictionary output ... ok (0.022s) 2022-09-27T16:32:01.4045290Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.4505536Z Tests input for dynamic linear being used by multiple ops ... ok (0.047s) 2022-09-27T16:32:01.5151009Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.065s) 2022-09-27T16:32:01.5162613Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.5336483Z Test that weight observer is run in convert step ... ok (0.018s) 2022-09-27T16:32:01.5356623Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.5604640Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods2_packed_weight_0 target mods2_packed_weight_0 mods2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:32:01.5605498Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:32:01.5917608Z ok (0.058s) 2022-09-27T16:32:01.5932711Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.6332784Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.041s) 2022-09-27T16:32:01.6347616Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.6610030Z Test that the sequence of quant-dequant nodes in the ... ok (0.027s) 2022-09-27T16:32:01.7950598Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.134s) 2022-09-27T16:32:01.8209616Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-09-27T16:32:01.8224339Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.8818882Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.061s) 2022-09-27T16:32:01.8832201Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:01.8844870Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:01.8857513Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:01.9152989Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-09-27T16:32:01.9166157Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:01.9406724Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.025s) 2022-09-27T16:32:01.9421820Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:02.0021608Z Verifies that binary ops get quantized correctly if some ... ok (0.061s) 2022-09-27T16:32:03.3197639Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.317s) 2022-09-27T16:32:03.3209288Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:03.3383956Z Test support for qint8 activation in reference pattern ... ok (0.019s) 2022-09-27T16:32:03.3664185Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-09-27T16:32:03.3979564Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T16:32:03.3989193Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:03.4204936Z Verifies that an observer is not inserted between an unmatched ... ok (0.022s) 2022-09-27T16:32:03.4367514Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:32:03.4375298Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:03.4532642Z Test quantizing a not used value ... ok (0.016s) 2022-09-27T16:32:03.4548597Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:03.4836332Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.030s) 2022-09-27T16:32:03.4844563Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:03.5062292Z Verify that specifying complicated output types does not crash. ... ok (0.022s) 2022-09-27T16:32:03.5455689Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.039s) 2022-09-27T16:32:03.5466814Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:03.5515800Z test MatchAllNode with ... ok (0.006s) 2022-09-27T16:32:03.5797348Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-09-27T16:32:03.5829911Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T16:32:03.5846892Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T16:32:03.5859505Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:03.5873129Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:03.5885871Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:03.5898769Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:03.5911633Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:03.5927832Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T16:32:03.5944560Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T16:32:03.5975826Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T16:32:03.6623254Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.065s) 2022-09-27T16:32:03.6633452Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:03.6872355Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.025s) 2022-09-27T16:32:03.7071449Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-09-27T16:32:03.7085406Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:03.7337362Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.026s) 2022-09-27T16:32:03.7348047Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:03.7486076Z Test tuple input type is preserved ... ok (0.015s) 2022-09-27T16:32:03.7777734Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-09-27T16:32:03.8056455Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-09-27T16:32:03.8359644Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-09-27T16:32:03.8624957Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-09-27T16:32:03.8927170Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-09-27T16:32:03.9205803Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-09-27T16:32:03.9493144Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-09-27T16:32:04.3680116Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.419s) 2022-09-27T16:32:04.3684674Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:32:04.3988585Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-09-27T16:32:04.6037217Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.205s) 2022-09-27T16:32:04.7390723Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.135s) 2022-09-27T16:32:04.7758377Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-09-27T16:32:04.8432659Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.067s) 2022-09-27T16:32:04.8656784Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-09-27T16:32:04.8682434Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T16:32:04.8695661Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:32:04.8723771Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T16:32:04.8769473Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-09-27T16:32:04.8802952Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T16:32:04.8832593Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T16:32:04.8860281Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T16:32:04.9767052Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.090s) 2022-09-27T16:32:05.0042032Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-09-27T16:32:05.0314020Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-09-27T16:32:05.0558411Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-09-27T16:32:05.1020878Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-09-27T16:32:05.1399856Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-09-27T16:32:05.2039252Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.064s) 2022-09-27T16:32:05.2055310Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:05.2400422Z Test that the FQN of input_scale/zero_point is set ... ok (0.036s) 2022-09-27T16:32:05.2421817Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:05.4482983Z If the output is hardcoded to be quantized, ensure that ... ok (0.208s) 2022-09-27T16:32:05.4738229Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-09-27T16:32:05.4972320Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-09-27T16:32:05.4983551Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:05.5420188Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.045s) 2022-09-27T16:32:05.5436553Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:05.7046896Z Make sure the numerics for models with ref conv module ... ok (0.162s) 2022-09-27T16:32:05.7061820Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:05.7603103Z Make sure the numerics for models with ref linear module ... ok (0.055s) 2022-09-27T16:32:05.7639312Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-09-27T16:32:05.7885067Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-09-27T16:32:05.8082293Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-09-27T16:32:05.8374502Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-09-27T16:32:05.8663154Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-09-27T16:32:05.8789926Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.013s) 2022-09-27T16:32:06.0283094Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.149s) 2022-09-27T16:32:06.7720961Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.744s) 2022-09-27T16:32:07.2316068Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.459s) 2022-09-27T16:32:07.2328883Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:07.2623634Z Make sure that shape does not dequantize ... ok (0.031s) 2022-09-27T16:32:07.2858247Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-09-27T16:32:07.3127750Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-09-27T16:32:07.5390389Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.226s) 2022-09-27T16:32:07.6736100Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.134s) 2022-09-27T16:32:07.6763285Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:32:07.7710187Z Make sure packed params appear in state_dict ... ok (0.097s) 2022-09-27T16:32:07.7932968Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-09-27T16:32:07.8211235Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-09-27T16:32:07.8473339Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-09-27T16:32:07.8700075Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-09-27T16:32:07.8964372Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-09-27T16:32:07.9244891Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-09-27T16:32:07.9505551Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-09-27T16:32:07.9789856Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-09-27T16:32:07.9797100Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-09-27T16:32:09.3691786Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.389s) 2022-09-27T16:32:10.3866671Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.017s) 2022-09-27T16:32:11.5784838Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.192s) 2022-09-27T16:32:12.2356911Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.657s) 2022-09-27T16:32:12.2363697Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-09-27T16:32:13.2235695Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.987s) 2022-09-27T16:32:13.5943190Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.371s) 2022-09-27T16:32:14.0811975Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.487s) 2022-09-27T16:32:14.0831228Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.002s) 2022-09-27T16:32:21.7968073Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.713s) 2022-09-27T16:32:29.6934965Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.896s) 2022-09-27T16:32:29.7461740Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.053s) 2022-09-27T16:32:29.7473123Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:32:29.7662397Z A test that checks correct patterns are produced for ... ok (0.020s) 2022-09-27T16:32:29.7672895Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-09-27T16:32:29.7683528Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:32:29.7812944Z int8 is not supported for bmm so we won't produce reference ... ok (0.014s) 2022-09-27T16:32:29.7822191Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:32:29.7987876Z Make sure we don't insert observer for boolean Tensors ... ok (0.017s) 2022-09-27T16:32:29.8008199Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:32:30.3698003Z quantization of the output of cat will depend on the ... ok (0.571s) 2022-09-27T16:32:30.3926732Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.023s) 2022-09-27T16:32:32.0470406Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.654s) 2022-09-27T16:32:32.5778054Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.531s) 2022-09-27T16:32:33.2080786Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.630s) 2022-09-27T16:32:33.4095097Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.201s) 2022-09-27T16:32:33.4105190Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:32:33.4246501Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.015s) 2022-09-27T16:32:33.4253058Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-09-27T16:32:34.3344142Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.909s) 2022-09-27T16:32:34.4250801Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.091s) 2022-09-27T16:32:34.5090259Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.084s) 2022-09-27T16:32:34.9746059Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.465s) 2022-09-27T16:32:35.0160824Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.041s) 2022-09-27T16:32:35.0172724Z test_fixed_qparams_ops_qconfig_error (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:32:35.0310471Z Test that a proper error message is shown when user don't specify the correct ... ok (0.015s) 2022-09-27T16:32:35.0880978Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.057s) 2022-09-27T16:32:35.2049252Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.117s) 2022-09-27T16:32:46.2161776Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (11.011s) 2022-09-27T16:33:01.7779550Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (15.562s) 2022-09-27T16:33:01.7797393Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-09-27T16:33:01.7804817Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-09-27T16:33:01.7838973Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:33:02.0730759Z A test that checks dequantize will be swapped for ... ok (0.292s) 2022-09-27T16:33:02.0756891Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:33:02.1591370Z A test that checks correct patterns are produced for ... ok (0.086s) 2022-09-27T16:33:02.1610435Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:33:02.2148868Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.056s) 2022-09-27T16:33:03.1216570Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.907s) 2022-09-27T16:33:05.1065944Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.985s) 2022-09-27T16:33:05.1076127Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:33:05.1227707Z If the inputs to the graph are quantized and the only node ... ok (0.016s) 2022-09-27T16:33:05.8093029Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.686s) 2022-09-27T16:33:06.6255129Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.816s) 2022-09-27T16:33:07.1784206Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.553s) 2022-09-27T16:33:12.1559681Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (4.977s) 2022-09-27T16:33:12.6471467Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.491s) 2022-09-27T16:33:12.6482921Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-09-27T16:33:20.3861856Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.738s) 2022-09-27T16:33:28.3099453Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.924s) 2022-09-27T16:33:28.3113128Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:33:28.3365250Z Test multiple qconfigs for a single value ... ok (0.027s) 2022-09-27T16:33:28.4694939Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/utils.py:188: UserWarning: Unsupported activation_post_process in get_quantize_node_info: PlaceholderObserver() 2022-09-27T16:33:28.4696389Z warnings.warn(f"Unsupported activation_post_process in get_quantize_node_info: {activation_post_process}") 2022-09-27T16:33:28.5851781Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_packed_weight_0 target mods1_packed_weight_0 mods1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:33:28.5852675Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:33:28.8153554Z ok (0.479s) 2022-09-27T16:33:29.2582607Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.443s) 2022-09-27T16:33:29.7347664Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.476s) 2022-09-27T16:33:31.7846486Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.050s) 2022-09-27T16:33:31.9231148Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.138s) 2022-09-27T16:33:31.9546203Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.032s) 2022-09-27T16:33:31.9564781Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:33:34.3652503Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (2.410s) 2022-09-27T16:33:34.3968512Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.032s) 2022-09-27T16:33:34.4245536Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.028s) 2022-09-27T16:33:34.4576154Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.033s) 2022-09-27T16:33:34.4818702Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.4854402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.4930263Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.4975137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5036598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5101492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5149524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5214245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5320700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5350037Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5413895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5500110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5543876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5632202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5696421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5746983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5812812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5922699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.5944539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6009875Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6097184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6197857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6545358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6575474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6631359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6743516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6768227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6835938Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6902951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.6962762Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.7046597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.7093683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.7204730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8192197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8214216Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8299859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8354146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8438499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8500251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8584271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8630648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8699042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8785930Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:34.8829483Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0214254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0236404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0361825Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0425305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0482136Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0553975Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0624091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0690542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0770358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0840540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.0889496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1266699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1289395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1359330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1442951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1487738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1594131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1623714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1688751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1752465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1818163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.1898249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.2706086Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.2749403Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.2816141Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.2882250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.2947692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.3012320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.3121186Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.3146410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.3233226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.3324664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.3373480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4221893Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4280801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4355995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4455241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4490296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4554750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4639750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4686498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4752812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4870940Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.4900796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.5971353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.6013724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.6057033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.6145305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.6190719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.6275407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.6321658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.6407026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.6472969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.6520685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.6606088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.7654520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.7718899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.7747454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.7808867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.7894608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.7961616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8013209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8106522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8154416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8220015Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8294804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8355531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8418694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8498212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8562874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8629415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8702791Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8762178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8827685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.8899374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9008891Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9080105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9411039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9434071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9519667Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9625827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9649649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9715247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9779249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9843606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:35.9928994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.0013069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.0042476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1153061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1215801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1281974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1306884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1367202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1452671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1533855Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1567213Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1630721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1698211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.1761646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.2932011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.2954752Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3031552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3106937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3174694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3279309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3301088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3365538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3430986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3514883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3577438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3963196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.3986317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.4052218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.4158926Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.4202367Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.4286842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.4373062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.4418161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.4503100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.4596663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.4620359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.5457740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.5534798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.5597347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.5666475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.5751136Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.5798865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.5881717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.5966792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.6013524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.6095829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.6159410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7026370Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7048229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7133998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7201197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7247577Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7314694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7397037Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7472006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7549904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7615996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.7666226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.8700819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.8723656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.8807531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.8855260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.8940339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.8995651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.9102500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.9126746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.9208785Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.9255736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:36.9366036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.5480493Z ok (3.090s) 2022-09-27T16:33:37.5728797Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.5776347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.5842198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.5866340Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.6180701Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.6204298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.6491734Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.6515745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.6812453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.6837562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.6947851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.6971480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.7072085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.7153180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.7373863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.7417071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.7659914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.7684438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.8121154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.8184354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.8211920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.8276988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.8609724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.8633778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.8904415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.8930427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.9199536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.9221262Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.9354906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.9381190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.9594675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.9638372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.9857696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:37.9915299Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.0187563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.0209789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.0666311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.0667140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.0668940Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.0671968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.0901037Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.0902197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.0994495Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.0995443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1086859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1088234Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1149833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1151170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1178499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1179193Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1216121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1216807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1275059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1276244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1495754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1496688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1498008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1498702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1719335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1720030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1799311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1800757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1877912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1879050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1934700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1936150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1955449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1956877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1982493Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.1984136Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.2029761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.2031134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.2247245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.2293631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.2322733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.2422968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.2743316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.2766665Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.3065849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.3087542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.3373190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.3396387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.3550874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.3577438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.3804150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.3848379Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.4064502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.4154149Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.4385838Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.4408305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.4868063Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.4891829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.4980946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.5025433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.5342703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.5370120Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.5631400Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.5656130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.5883153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.5905795Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.6043039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.6066002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.6241448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.6282228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.6499270Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.6546518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.6803257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.6825087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7268841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7270286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7271702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7273351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7494890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7496349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7574815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7576186Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7653481Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7654937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7710383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7711096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7730626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7731515Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7757963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7758619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7806961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.7807669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8007378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8008794Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8010332Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8010982Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8228635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8229589Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8309723Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8311167Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8388223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8389688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8444077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8444795Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8464923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8465583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8491898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8492615Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8539532Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:38.8540348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:39.8606885Z ok (2.312s) 2022-09-27T16:33:39.8618301Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-09-27T16:33:39.8624910Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-09-27T16:33:39.8635458Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-09-27T16:33:39.8641055Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-09-27T16:33:39.8650017Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-09-27T16:33:42.7994008Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (2.934s) 2022-09-27T16:33:43.2180282Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.418s) 2022-09-27T16:33:43.7665599Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W insert_observers.cpp:1580] Warning: prim::Loop is not yet supported in quantization, please make sure nothing needs to be quantized in the loop (function operator()) 2022-09-27T16:33:44.1839496Z ok (0.966s) 2022-09-27T16:33:44.1865815Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:33:44.2244510Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:33:44.2268903Z ok (0.043s) 2022-09-27T16:33:44.4611656Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py:673: 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:483.) 2022-09-27T16:33:44.4613880Z if param.grad is not None: 2022-09-27T16:33:45.5485259Z ok (1.321s) 2022-09-27T16:33:45.5499764Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-09-27T16:33:47.3828093Z Test observers with ignored function and make sure it works in ... ok (1.834s) 2022-09-27T16:33:50.2009856Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-09-27T16:33:50.2010559Z warnings.warn( 2022-09-27T16:33:51.7574061Z ok (4.375s) 2022-09-27T16:33:51.7747942Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:33:51.8205052Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-09-27T16:33:51.8206363Z return callable(*args, **kwargs) 2022-09-27T16:33:51.9311180Z ok (0.174s) 2022-09-27T16:33:58.1353316Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (6.204s) 2022-09-27T16:33:58.2610428Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.126s) 2022-09-27T16:34:05.0918808Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.831s) 2022-09-27T16:34:05.5757384Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.484s) 2022-09-27T16:34:05.5766530Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:34:07.8041981Z Make sure dequantize can support Tuple of tensor ... ok (2.228s) 2022-09-27T16:34:15.1294299Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.325s) 2022-09-27T16:34:15.1328217Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:34:15.3185983Z A test that checks dequantize will be swapped for ... ok (0.189s) 2022-09-27T16:34:15.3220870Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:34:15.8543540Z A test that checks correct patterns are produced for ... ok (0.536s) 2022-09-27T16:34:20.1808918Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.326s) 2022-09-27T16:34:25.6479575Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.467s) 2022-09-27T16:34:26.9310371Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:34:27.2825448Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:34:28.6695521Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:34:29.0188800Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:34:30.5600834Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:34:30.9762380Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:34:31.1709761Z ok (5.523s) 2022-09-27T16:34:35.6961765Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.525s) 2022-09-27T16:34:56.9402601Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (21.244s) 2022-09-27T16:35:09.5169565Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (12.576s) 2022-09-27T16:35:17.7465317Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.229s) 2022-09-27T16:35:26.0249771Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.278s) 2022-09-27T16:35:42.6400038Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (16.615s) 2022-09-27T16:35:49.0144070Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.374s) 2022-09-27T16:35:49.0156192Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:35:51.7088214Z Test quant fusion for multiple aten::add using same ... ok (2.694s) 2022-09-27T16:36:05.2432222Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (13.534s) 2022-09-27T16:36:05.2473284Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:36:33.0746216Z Test quant fusion for multiple aten::add using same ... ok (27.831s) 2022-09-27T16:36:36.9551858Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.880s) 2022-09-27T16:36:46.4485609Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.493s) 2022-09-27T16:36:46.4502494Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:36:49.1170925Z quantization of the output of cat will be depend on the ... ok (2.668s) 2022-09-27T16:36:54.8229515Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.706s) 2022-09-27T16:36:54.8248081Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:37:17.9951209Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (23.172s) 2022-09-27T16:37:20.8558523Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.861s) 2022-09-27T16:37:34.3677443Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (13.512s) 2022-09-27T16:37:37.1406129Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.773s) 2022-09-27T16:37:46.3135245Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.173s) 2022-09-27T16:37:46.3842070Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.071s) 2022-09-27T16:37:46.4552532Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.071s) 2022-09-27T16:37:46.4639385Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.009s) 2022-09-27T16:37:46.5848309Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.121s) 2022-09-27T16:37:46.7021804Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.117s) 2022-09-27T16:37:47.7345745Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.032s) 2022-09-27T16:37:47.8279874Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.093s) 2022-09-27T16:37:47.8290641Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:37:47.8372893Z Test that we don't fuse the cases when module type does not match ... ok (0.009s) 2022-09-27T16:37:48.6059450Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.768s) 2022-09-27T16:37:48.6876751Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.082s) 2022-09-27T16:37:48.7686850Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.081s) 2022-09-27T16:37:48.8214480Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.053s) 2022-09-27T16:37:49.0864842Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.265s) 2022-09-27T16:37:49.1294313Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.043s) 2022-09-27T16:37:49.1825105Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.053s) 2022-09-27T16:37:49.1836198Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:37:49.2244924Z Make sure we skip observers for ops that doesn't require ... ok (0.042s) 2022-09-27T16:37:49.3737172Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.149s) 2022-09-27T16:37:49.3756678Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:37:49.7596098Z check quantization for if works as long as ... ok (0.386s) 2022-09-27T16:37:49.9080908Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.148s) 2022-09-27T16:37:49.9450860Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.037s) 2022-09-27T16:37:50.1363045Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.191s) 2022-09-27T16:37:50.3507892Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.214s) 2022-09-27T16:37:50.3518646Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:37:50.4043274Z Make sure we propagate observed property through general ops ... ok (0.053s) 2022-09-27T16:37:50.4614312Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.057s) 2022-09-27T16:37:50.4626508Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:37:50.5195894Z Make sure we propagate observed property through general ops ... ok (0.058s) 2022-09-27T16:37:50.5686440Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.049s) 2022-09-27T16:37:50.7516552Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.183s) 2022-09-27T16:37:50.7951099Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.043s) 2022-09-27T16:37:51.0408779Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.245s) 2022-09-27T16:37:51.3182341Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.277s) 2022-09-27T16:37:51.4329680Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.115s) 2022-09-27T16:37:51.5734718Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.140s) 2022-09-27T16:37:51.5751228Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:37:51.6849705Z Tests the case where fork and wait calls are in different subgraphs ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-09-27T16:37:51.6895415Z ok (0.116s) 2022-09-27T16:37:51.8108787Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.121s) 2022-09-27T16:37:51.8217141Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.011s) 2022-09-27T16:37:51.8332742Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.011s) 2022-09-27T16:37:51.8348273Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:37:51.9273520Z We want to move quantize nodes for output of prim::If ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-09-27T16:37:51.9482091Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-09-27T16:37:51.9486459Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-09-27T16:37:51.9488231Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-09-27T16:37:51.9718960Z ok (0.139s) 2022-09-27T16:37:52.1072880Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.135s) 2022-09-27T16:37:52.1173759Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.010s) 2022-09-27T16:37:52.1202084Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.003s) 2022-09-27T16:37:54.0774959Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.957s) 2022-09-27T16:37:54.0848892Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Local only - currently the qconv1d_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.007s) 2022-09-27T16:37:54.9545843Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.870s) 2022-09-27T16:37:57.5355526Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (2.581s) 2022-09-27T16:37:57.5432611Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Local only - currently the qconv2d_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.008s) 2022-09-27T16:37:58.6543677Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.111s) 2022-09-27T16:38:00.1466554Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.492s) 2022-09-27T16:38:00.8019530Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.655s) 2022-09-27T16:38:02.0762511Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.273s) 2022-09-27T16:38:02.0810088Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-09-27T16:38:02.0845247Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-09-27T16:38:02.2796757Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.195s) 2022-09-27T16:38:02.2808245Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-09-27T16:38:02.2824862Z Tests the case where 2D indices are passed into the operator ... ok (0.003s) 2022-09-27T16:38:02.4612973Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.179s) 2022-09-27T16:38:02.4618206Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-09-27T16:38:02.4633806Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-09-27T16:38:02.4657375Z Tests the case where 2D indices are passed into the operator ... ok (0.004s) 2022-09-27T16:38:02.6476710Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.182s) 2022-09-27T16:38:02.6482087Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-09-27T16:38:02.8451318Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.197s) 2022-09-27T16:38:02.8456946Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-09-27T16:38:03.1452248Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.299s) 2022-09-27T16:38:03.5028355Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.357s) 2022-09-27T16:38:03.7158732Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.213s) 2022-09-27T16:38:03.7211193Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4223: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-09-27T16:38:03.7212292Z warnings.warn( 2022-09-27T16:38:03.8058019Z ok (0.090s) 2022-09-27T16:38:03.8076504Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.002s) 2022-09-27T16:38:04.9922815Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (1.184s) 2022-09-27T16:38:05.0007287Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: Local only - currently the qlinear_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.008s) 2022-09-27T16:38:05.1923526Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.192s) 2022-09-27T16:38:06.9168652Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.724s) 2022-09-27T16:38:07.0228570Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.106s) 2022-09-27T16:38:07.1195612Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.097s) 2022-09-27T16:38:07.4450441Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.325s) 2022-09-27T16:38:07.4465710Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:38:07.4578162Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.013s) 2022-09-27T16:38:07.4603069Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:38:08.8388780Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.381s) 2022-09-27T16:38:08.8417433Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:38:10.3469842Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.508s) 2022-09-27T16:38:10.3494758Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:38:16.3302219Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (5.983s) 2022-09-27T16:38:16.3331905Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:38:24.4875536Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (8.157s) 2022-09-27T16:38:25.3141480Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.826s) 2022-09-27T16:38:25.9700494Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.656s) 2022-09-27T16:38:26.5351566Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.565s) 2022-09-27T16:38:27.0473367Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.512s) 2022-09-27T16:38:29.5746502Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.527s) 2022-09-27T16:39:05.8062277Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (36.231s) 2022-09-27T16:39:05.8964502Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-09-27T16:39:05.8965239Z warnings.warn( 2022-09-27T16:39:16.0203011Z ok (10.214s) 2022-09-27T16:39:16.0215292Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:39:16.0216862Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:39:16.0328086Z ok (0.012s) 2022-09-27T16:39:16.3166453Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.284s) 2022-09-27T16:39:25.6793096Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (9.362s) 2022-09-27T16:39:26.0731176Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.394s) 2022-09-27T16:39:26.8682444Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.795s) 2022-09-27T16:39:28.6185404Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.750s) 2022-09-27T16:39:28.6208869Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:39:32.2381394Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (3.619s) 2022-09-27T16:39:32.2407869Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:39:50.2675666Z This test cover upsample_nearest3d ... ok (18.029s) 2022-09-27T16:39:50.2985780Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.031s) 2022-09-27T16:39:51.0707179Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.772s) 2022-09-27T16:39:51.0745950Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.004s) 2022-09-27T16:39:51.4777264Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.403s) 2022-09-27T16:39:52.3698041Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.892s) 2022-09-27T16:39:52.3769750Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Local only - currently the qconv2d_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.007s) 2022-09-27T16:39:53.1854929Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.808s) 2022-09-27T16:39:53.9385416Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.753s) 2022-09-27T16:39:54.3123273Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.374s) 2022-09-27T16:39:54.3144616Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 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-09-27T16:39:54.3152242Z ok (0.003s) 2022-09-27T16:39:54.3170018Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Local only - currently the test_qadd_relu_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.002s) 2022-09-27T16:39:54.3185380Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Local only - currently the test_qadd_relu_cudnn_nhwc op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.001s) 2022-09-27T16:39:54.3272081Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2022-09-27T16:39:54.3357906Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2022-09-27T16:39:54.5567584Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.221s) 2022-09-27T16:39:55.5671920Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.010s) 2022-09-27T16:39:55.8190773Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.252s) 2022-09-27T16:39:56.0516166Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.232s) 2022-09-27T16:39:56.4767048Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.425s) 2022-09-27T16:39:56.6379593Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.161s) 2022-09-27T16:39:56.8974778Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.259s) 2022-09-27T16:39:56.8997988Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.002s) 2022-09-27T16:39:56.9080776Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.008s) 2022-09-27T16:39:57.6647482Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.756s) 2022-09-27T16:39:57.7347633Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.070s) 2022-09-27T16:40:00.4292003Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.694s) 2022-09-27T16:40:00.7917950Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.362s) 2022-09-27T16:40:01.0737162Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.282s) 2022-09-27T16:40:01.3407944Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.267s) 2022-09-27T16:40:01.3480025Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.007s) 2022-09-27T16:40:01.6152223Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.267s) 2022-09-27T16:40:01.6179419Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_op.py:1991: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:40:01.6180173Z indices = torch.tensor(X).long() 2022-09-27T16:40:01.7823222Z ok (0.167s) 2022-09-27T16:40:01.7938356Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.011s) 2022-09-27T16:40:02.0683985Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.274s) 2022-09-27T16:40:02.9349524Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.866s) 2022-09-27T16:40:06.0550794Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (3.120s) 2022-09-27T16:40:06.0567544Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.10/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-09-27T16:40:06.0568370Z warnings.warn(msg, FutureWarning) 2022-09-27T16:40:06.0568888Z ok (0.002s) 2022-09-27T16:40:06.0621190Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-09-27T16:40:06.0785052Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:40:06.0859117Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-09-27T16:40:06.1676616Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.081s) 2022-09-27T16:40:06.1717047Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-09-27T16:40:06.1730907Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-09-27T16:40:06.1739428Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-09-27T16:40:06.1750394Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-09-27T16:40:06.1762013Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_tensor.py:1362: UserWarning: FOUND weight out of range (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/QuantUtils.h:204.) 2022-09-27T16:40:06.1762714Z y = torch._saturate_weight_to_fp16(x) 2022-09-27T16:40:06.1764988Z ok (0.001s) 2022-09-27T16:40:06.1892009Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-09-27T16:40:06.1924945Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-09-27T16:40:06.1980976Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-09-27T16:40:06.2008112Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-09-27T16:40:06.2067793Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-09-27T16:40:06.2103488Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-09-27T16:40:06.2134829Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-09-27T16:40:06.2193886Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-09-27T16:40:06.2226376Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-09-27T16:40:06.3358230Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.113s) 2022-09-27T16:40:06.3746921Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.039s) 2022-09-27T16:40:06.3877921Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-09-27T16:40:06.3960553Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-09-27T16:40:06.4139344Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.018s) 2022-09-27T16:40:06.4164296Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-09-27T16:40:06.4404726Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.024s) 2022-09-27T16:40:06.4886158Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.048s) 2022-09-27T16:40:06.5077665Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-09-27T16:40:06.5470394Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.039s) 2022-09-27T16:40:06.5583516Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2022-09-27T16:40:06.5647324Z test_qtensor_index_put (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-09-27T16:40:06.5672576Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-09-27T16:40:06.5694111Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-09-27T16:40:06.5706878Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-09-27T16:40:06.5789666Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-09-27T16:40:06.5895850Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-09-27T16:40:06.6202770Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.031s) 2022-09-27T16:40:06.6468793Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.027s) 2022-09-27T16:40:06.6551594Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-09-27T16:40:06.6770844Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.022s) 2022-09-27T16:40:06.6979303Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.021s) 2022-09-27T16:40:06.7047348Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-09-27T16:40:07.5851465Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.880s) 2022-09-27T16:40:07.5913252Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-09-27T16:40:07.5939475Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:750: UserWarning: non-inplace resize is deprecated 2022-09-27T16:40:07.5940128Z warnings.warn("non-inplace resize is deprecated") 2022-09-27T16:40:07.5965821Z ok (0.005s) 2022-09-27T16:40:07.6030719Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-09-27T16:40:07.6085640Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-09-27T16:40:07.6387796Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.030s) 2022-09-27T16:40:07.6565932Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.018s) 2022-09-27T16:40:07.6665078Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-09-27T16:40:08.5381214Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.871s) 2022-09-27T16:40:08.5406587Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-09-27T16:40:08.5741164Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.036s) 2022-09-27T16:40:08.5765811Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-09-27T16:40:08.5783398Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-09-27T16:40:08.5983013Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.020s) 2022-09-27T16:40:08.6065949Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.008s) 2022-09-27T16:40:08.6087921Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-09-27T16:40:08.6240302Z Checks the rnn reference quantized modules has correct numerics ... ok (0.017s) 2022-09-27T16:40:08.6261811Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-09-27T16:40:08.6354153Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.011s) 2022-09-27T16:40:08.6373808Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-09-27T16:40:08.6422007Z Embedding and EmbeddingBag ... ok (0.007s) 2022-09-27T16:40:08.7054150Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.063s) 2022-09-27T16:40:08.7354046Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.030s) 2022-09-27T16:40:08.7609610Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.025s) 2022-09-27T16:40:08.7853317Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.024s) 2022-09-27T16:40:08.8372212Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.052s) 2022-09-27T16:40:08.8667826Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.029s) 2022-09-27T16:40:08.8947978Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.028s) 2022-09-27T16:40:08.9225521Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.028s) 2022-09-27T16:40:08.9714990Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.049s) 2022-09-27T16:40:08.9870249Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.015s) 2022-09-27T16:40:09.0032216Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.016s) 2022-09-27T16:40:09.0154683Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.012s) 2022-09-27T16:40:09.0561114Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.041s) 2022-09-27T16:40:09.1163430Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.060s) 2022-09-27T16:40:09.1580479Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.042s) 2022-09-27T16:40:09.1761461Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/prepare.py:1497: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T16:40:09.1762204Z warnings.warn( 2022-09-27T16:40:09.5485481Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node child_packed_weight_0 target child_packed_weight_0 child_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:40:09.5486397Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:40:09.5487264Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:40:09.5487985Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:40:09.5503824Z ok (0.392s) 2022-09-27T16:40:09.5935028Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.043s) 2022-09-27T16:40:09.5964726Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.003s) 2022-09-27T16:40:09.5986318Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.002s) 2022-09-27T16:40:09.5995976Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:40:09.6015031Z Tests the correctness of the batchnorm2d module. ... ok (0.003s) 2022-09-27T16:40:09.6116359Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/utils.py:287: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:40:09.6117046Z warnings.warn( 2022-09-27T16:40:09.6131188Z ok (0.011s) 2022-09-27T16:40:09.6140237Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:40:09.6158789Z Tests the correctness of the batchnorm3d module. ... ok (0.003s) 2022-09-27T16:40:09.6270922Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.011s) 2022-09-27T16:40:13.2950959Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (3.668s) 2022-09-27T16:40:16.9671097Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (3.672s) 2022-09-27T16:40:17.5601538Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.593s) 2022-09-27T16:40:17.5609803Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:40:17.5622806Z Tests the correctness of the dropout module. ... ok (0.002s) 2022-09-27T16:40:17.5697991Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.007s) 2022-09-27T16:40:17.5701776Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:40:17.5727373Z Tests the correctness of the ELU module. ... ok (0.003s) 2022-09-27T16:40:22.3425840Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (4.770s) 2022-09-27T16:40:22.3429728Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:40:27.5033428Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (5.161s) 2022-09-27T16:40:27.5045249Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:40:27.5079363Z Tests the correctness of the groupnorm module. ... ok (0.005s) 2022-09-27T16:40:27.5094244Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:40:27.5196085Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.012s) 2022-09-27T16:40:27.5208239Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:40:27.5238760Z Tests the correctness of the layernorm module. ... ok (0.004s) 2022-09-27T16:40:27.5273222Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-09-27T16:40:56.5207468Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (28.993s) 2022-09-27T16:40:56.5216869Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:40:56.5404142Z Tests the correctness of the pool module. ... ok (0.020s) 2022-09-27T16:40:56.5439373Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-09-27T16:40:56.5465651Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-09-27T16:40:56.5488382Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-09-27T16:40:56.5518660Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-09-27T16:41:00.5397568Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (3.987s) 2022-09-27T16:41:00.8406751Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.301s) 2022-09-27T16:41:00.8770974Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.036s) 2022-09-27T16:41:00.9070566Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.030s) 2022-09-27T16:41:00.9454522Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.038s) 2022-09-27T16:41:00.9817831Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.036s) 2022-09-27T16:41:01.0180925Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.036s) 2022-09-27T16:41:01.0194245Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-09-27T16:41:01.0566132Z This tests that a placeholder Node can be matched to a Node with ... ok (0.038s) 2022-09-27T16:41:01.0937718Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.037s) 2022-09-27T16:41:01.1241089Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.030s) 2022-09-27T16:41:01.1609911Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.037s) 2022-09-27T16:41:01.2151401Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.054s) 2022-09-27T16:41:01.2514701Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.036s) 2022-09-27T16:41:01.2882252Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.037s) 2022-09-27T16:41:01.2898520Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-09-27T16:41:01.2946503Z Test that we can record complex example inputs such as lists and dicts ... ok (0.006s) 2022-09-27T16:41:01.2963317Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-09-27T16:41:01.3010894Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.006s) 2022-09-27T16:41:01.3070158Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.006s) 2022-09-27T16:41:01.3079758Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-09-27T16:41:01.3092344Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-09-27T16:41:01.3102231Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-09-27T16:41:01.3117413Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-09-27T16:41:01.3119568Z 2022-09-27T16:41:01.3120465Z ---------------------------------------------------------------------- 2022-09-27T16:41:01.3120833Z Ran 930 tests in 753.440s 2022-09-27T16:41:01.3120984Z 2022-09-27T16:41:01.3123561Z OK (skipped=46) 2022-09-27T16:41:01.3123885Z 2022-09-27T16:41:01.3124023Z Generating XML reports... 2022-09-27T16:41:01.3196302Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20220927162827.xml 2022-09-27T16:41:01.3220552Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220927162827.xml 2022-09-27T16:41:01.3246469Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220927162827.xml 2022-09-27T16:41:01.3283391Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20220927162827.xml 2022-09-27T16:41:01.3287548Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220927162827.xml 2022-09-27T16:41:01.3292156Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220927162827.xml 2022-09-27T16:41:01.3300263Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220927162827.xml 2022-09-27T16:41:01.3311900Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220927162827.xml 2022-09-27T16:41:01.3330330Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220927162827.xml 2022-09-27T16:41:01.3344609Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220927162827.xml 2022-09-27T16:41:01.3354491Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220927162827.xml 2022-09-27T16:41:01.3372236Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220927162827.xml 2022-09-27T16:41:01.3389855Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220927162827.xml 2022-09-27T16:41:01.3449448Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220927162827.xml 2022-09-27T16:41:01.3466438Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220927162827.xml 2022-09-27T16:41:01.3472408Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220927162827.xml 2022-09-27T16:41:01.3505887Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220927162827.xml 2022-09-27T16:41:01.3515911Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220927162827.xml 2022-09-27T16:41:01.3529239Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220927162827.xml 2022-09-27T16:41:01.3538390Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220927162827.xml 2022-09-27T16:41:01.3549015Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220927162827.xml 2022-09-27T16:41:01.3552318Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220927162827.xml 2022-09-27T16:41:01.3557742Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20220927162827.xml 2022-09-27T16:41:01.3563859Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20220927162827.xml 2022-09-27T16:41:01.3574580Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20220927162827.xml 2022-09-27T16:41:01.3578157Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20220927162827.xml 2022-09-27T16:41:01.3587974Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20220927162827.xml 2022-09-27T16:41:01.3593872Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20220927162827.xml 2022-09-27T16:41:01.3600854Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20220927162827.xml 2022-09-27T16:41:01.3608052Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220927162827.xml 2022-09-27T16:41:01.3614497Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220927162827.xml 2022-09-27T16:41:01.3636048Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220927162827.xml 2022-09-27T16:41:01.3667381Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220927162827.xml 2022-09-27T16:41:01.3672860Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220927162827.xml 2022-09-27T16:41:01.3684951Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220927162827.xml 2022-09-27T16:41:01.3692963Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20220927162827.xml 2022-09-27T16:41:01.3699989Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220927162827.xml 2022-09-27T16:41:01.3713166Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220927162827.xml 2022-09-27T16:41:01.3725391Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220927162827.xml 2022-09-27T16:41:01.3742478Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220927162827.xml 2022-09-27T16:41:01.3765228Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220927162827.xml 2022-09-27T16:41:01.3782799Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220927162827.xml 2022-09-27T16:41:01.3792321Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220927162827.xml 2022-09-27T16:41:01.3920441Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220927162827.xml 2022-09-27T16:41:01.3933158Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220927162827.xml 2022-09-27T16:41:01.3999695Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220927162827.xml 2022-09-27T16:41:01.4012454Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220927162827.xml 2022-09-27T16:41:01.4067027Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220927162827.xml 2022-09-27T16:41:01.4107021Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220927162827.xml 2022-09-27T16:41:01.4121234Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220927162827.xml 2022-09-27T16:41:01.4134208Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220927162827.xml 2022-09-27T16:41:01.4141788Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220927162827.xml 2022-09-27T16:41:01.4147535Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220927162827.xml 2022-09-27T16:41:01.4209406Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220927162827.xml 2022-09-27T16:41:01.4263265Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220927162827.xml 2022-09-27T16:41:01.4267512Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220927162827.xml 2022-09-27T16:41:01.4273230Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220927162827.xml 2022-09-27T16:41:01.4294419Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220927162827.xml 2022-09-27T16:41:01.4319090Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220927162827.xml 2022-09-27T16:41:01.4337019Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927162827.xml 2022-09-27T16:41:01.4344527Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20220927162827.xml 2022-09-27T16:41:01.4349361Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220927162827.xml 2022-09-27T16:41:01.4355380Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220927162827.xml 2022-09-27T16:41:02.5194269Z Running test_jit ... [2022-09-27 16:41:02.518906] 2022-09-27T16:41:02.5194927Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:41:02.518983] 2022-09-27T16:41:06.9609781Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:41:07.0838066Z Test results will be stored in test-reports/python-unittest/test_jit 2022-09-27T16:41:07.1864404Z 2022-09-27T16:41:07.1865050Z Running tests... 2022-09-27T16:41:07.1865659Z ---------------------------------------------------------------------- 2022-09-27T16:41:07.1879204Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.001s) 2022-09-27T16:41:07.1987889Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.011s) 2022-09-27T16:41:07.2190712Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.020s) 2022-09-27T16:41:07.2204712Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.001s) 2022-09-27T16:41:07.2931470Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.072s) 2022-09-27T16:41:07.3018549Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.009s) 2022-09-27T16:41:07.5684557Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.266s) 2022-09-27T16:41:07.5799590Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.011s) 2022-09-27T16:41:07.5838003Z test_async_python (jit.test_async.TestAsync) ... ok (0.004s) 2022-09-27T16:41:07.5928725Z test_async_script (jit.test_async.TestAsync) ... ok (0.009s) 2022-09-27T16:41:07.6040949Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.011s) 2022-09-27T16:41:07.6418478Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.038s) 2022-09-27T16:41:07.6636482Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.022s) 2022-09-27T16:41:07.6726103Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.009s) 2022-09-27T16:41:07.6869361Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.014s) 2022-09-27T16:41:07.6889236Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.002s) 2022-09-27T16:41:07.7388347Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.050s) 2022-09-27T16:41:07.7399109Z test_future_subtyping (jit.test_async.TestAsync) 2022-09-27T16:41:07.7521456Z Test that futures subtype each other properly. ... ok (0.013s) 2022-09-27T16:41:07.7540752Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-09-27T16:41:07.7700896Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.016s) 2022-09-27T16:41:07.7819298Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.012s) 2022-09-27T16:41:07.7976819Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.016s) 2022-09-27T16:41:07.8004091Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.003s) 2022-09-27T16:41:07.8389512Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.038s) 2022-09-27T16:41:07.8624081Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.023s) 2022-09-27T16:41:07.8670551Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-09-27T16:41:07.8906027Z 1. Testing a = int, b = int ... ok (0.028s) 2022-09-27T16:41:08.0080715Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.117s) 2022-09-27T16:41:08.0852254Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.077s) 2022-09-27T16:41:08.2539660Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.169s) 2022-09-27T16:41:08.4185082Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.164s) 2022-09-27T16:41:08.5893188Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.171s) 2022-09-27T16:41:08.5930393Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.004s) 2022-09-27T16:41:08.8607755Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: operator() profile_node %190 : int[] = prim::profile_ivalue(%188) 2022-09-27T16:41:08.8608832Z does not have profile information (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp:109.) 2022-09-27T16:41:08.8609375Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:41:09.1700746Z ok (0.577s) 2022-09-27T16:41:09.6658665Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.496s) 2022-09-27T16:41:09.6710669Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-09-27T16:41:09.7060832Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.035s) 2022-09-27T16:41:09.7153066Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-09-27T16:41:09.7170737Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.002s) 2022-09-27T16:41:09.7262250Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-09-27T16:41:09.7347102Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-09-27T16:41:09.7364954Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-09-27T16:41:09.7509619Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.014s) 2022-09-27T16:41:09.7597450Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-09-27T16:41:09.7688999Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-09-27T16:41:09.7778083Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-09-27T16:41:09.7859141Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-09-27T16:41:09.7870840Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-09-27T16:41:09.7946791Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-09-27T16:41:09.8053380Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-09-27T16:41:09.8124493Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-09-27T16:41:09.8202930Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-09-27T16:41:09.8417549Z test_errors (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:41:10.0278098Z ok (0.207s) 2022-09-27T16:41:10.0492024Z test_execution (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:41:10.2289100Z ok (0.200s) 2022-09-27T16:41:10.2512312Z test_save_load (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:41:10.5751329Z ok (0.345s) 2022-09-27T16:41:10.6396398Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.063s) 2022-09-27T16:41:10.7356443Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.095s) 2022-09-27T16:41:10.7435253Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-09-27T16:41:10.7523006Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-09-27T16:41:10.7611289Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-09-27T16:41:10.7726694Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.011s) 2022-09-27T16:41:10.7846264Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-09-27T16:41:10.7963931Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-09-27T16:41:10.8102357Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.014s) 2022-09-27T16:41:10.8244948Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.014s) 2022-09-27T16:41:10.8326112Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.008s) 2022-09-27T16:41:10.8450048Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.012s) 2022-09-27T16:41:10.8719046Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.027s) 2022-09-27T16:41:10.8836644Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.012s) 2022-09-27T16:41:10.8850280Z test_cuda_synchronize (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.001s) 2022-09-27T16:41:10.8864186Z test_current_stream (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.001s) 2022-09-27T16:41:10.9710025Z test_event_args (jit.test_cuda.TestCUDA) ... ok (0.084s) 2022-09-27T16:41:11.0595978Z test_stream_args (jit.test_cuda.TestCUDA) ... ok (0.088s) 2022-09-27T16:41:11.0741226Z test_streams_and_events (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.015s) 2022-09-27T16:41:11.1249520Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.051s) 2022-09-27T16:41:11.1257901Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-09-27T16:41:11.1519849Z Test that the error message displayed when convering a class type ... ok (0.027s) 2022-09-27T16:41:11.1994233Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.047s) 2022-09-27T16:41:11.2234715Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.024s) 2022-09-27T16:41:11.2417586Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-09-27T16:41:11.2427871Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-09-27T16:41:11.2838083Z Test that inheritance is detected in ... ok (0.042s) 2022-09-27T16:41:11.5007591Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.217s) 2022-09-27T16:41:11.6031224Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.102s) 2022-09-27T16:41:11.6243357Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.021s) 2022-09-27T16:41:11.6251813Z test_classmethod (jit.test_class_type.TestClassType) 2022-09-27T16:41:11.6543713Z Test classmethods on class types. ... ok (0.030s) 2022-09-27T16:41:11.6685828Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-09-27T16:41:11.6699150Z test_custom_delete (jit.test_class_type.TestClassType) 2022-09-27T16:41:11.7272734Z Test that del can be called on an instance of a class that ... ok (0.059s) 2022-09-27T16:41:11.7299382Z test_default_args (jit.test_class_type.TestClassType) 2022-09-27T16:41:11.9462219Z Test that methods on class types can have default arguments. ... ok (0.219s) 2022-09-27T16:41:11.9645254Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-09-27T16:41:11.9784033Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-09-27T16:41:11.9796025Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-09-27T16:41:11.9991107Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-09-27T16:41:12.0182099Z test_in (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-09-27T16:41:12.0398311Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.021s) 2022-09-27T16:41:12.3204466Z test_interface (jit.test_class_type.TestClassType) ... ok (0.280s) 2022-09-27T16:41:12.3607313Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.040s) 2022-09-27T16:41:12.4637845Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.103s) 2022-09-27T16:41:12.6806634Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.217s) 2022-09-27T16:41:12.6830769Z test_properties (jit.test_class_type.TestClassType) 2022-09-27T16:41:12.7785718Z Test that a scripted class can make use of the @property decorator. ... ok (0.098s) 2022-09-27T16:41:12.8037749Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.025s) 2022-09-27T16:41:12.8229301Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-09-27T16:41:12.8233963Z test_recursive_class (jit.test_class_type.TestClassType) 2022-09-27T16:41:12.9229313Z Recursive class types not yet supported. We should give a good error message. ... ok (0.100s) 2022-09-27T16:41:12.9244960Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T16:41:13.0016677Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.079s) 2022-09-27T16:41:13.0024258Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T16:41:13.0385309Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.037s) 2022-09-27T16:41:13.0392050Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-09-27T16:41:13.0735983Z Test that class types are recursively scripted when an Python instance of one ... ok (0.035s) 2022-09-27T16:41:13.0748370Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-09-27T16:41:13.1342166Z Test that class types module attributes that fail to script ... ok (0.060s) 2022-09-27T16:41:13.1351657Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-09-27T16:41:13.1565041Z Test that modifications made to a class instance in TorchScript ... ok (0.022s) 2022-09-27T16:41:13.2593974Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.103s) 2022-09-27T16:41:13.3159949Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.057s) 2022-09-27T16:41:13.3399193Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.024s) 2022-09-27T16:41:13.3403891Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-09-27T16:41:13.6396967Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.300s) 2022-09-27T16:41:13.6404294Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-09-27T16:41:13.6731193Z Test that a scripted class can have a method that refers to the class itself ... ok (0.033s) 2022-09-27T16:41:13.6925389Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-09-27T16:41:13.7067937Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-09-27T16:41:13.7204578Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-09-27T16:41:13.7217180Z test_staticmethod (jit.test_class_type.TestClassType) 2022-09-27T16:41:13.8543380Z Test static methods on class types. ... ok (0.134s) 2022-09-27T16:41:13.8550676Z test_type_annotation (jit.test_class_type.TestClassType) 2022-09-27T16:41:13.8828590Z Test that annotating container attributes with types works correctly ... ok (0.028s) 2022-09-27T16:41:13.8980955Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.015s) 2022-09-27T16:41:13.9291264Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.031s) 2022-09-27T16:41:13.9306838Z test_unused_method (jit.test_class_type.TestClassType) 2022-09-27T16:41:13.9631111Z Test unused methods on scripted classes. ... ok (0.034s) 2022-09-27T16:41:13.9876717Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.024s) 2022-09-27T16:41:14.0062381Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.018s) 2022-09-27T16:41:14.7116743Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.705s) 2022-09-27T16:41:14.7838557Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.072s) 2022-09-27T16:41:14.7887409Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.005s) 2022-09-27T16:41:14.7986255Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.010s) 2022-09-27T16:41:14.8041618Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.005s) 2022-09-27T16:41:14.8091042Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.005s) 2022-09-27T16:41:14.8137226Z test_div (jit.test_complex.TestComplex) ... ok (0.004s) 2022-09-27T16:41:14.8242233Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.010s) 2022-09-27T16:41:14.8339229Z test_pickle (jit.test_complex.TestComplex) ... ok (0.010s) 2022-09-27T16:41:14.8376330Z test_script (jit.test_complex.TestComplex) ... ok (0.004s) 2022-09-27T16:41:14.8471071Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.009s) 2022-09-27T16:41:14.9046898Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.057s) 2022-09-27T16:41:14.9084486Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-09-27T16:41:14.9154352Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.007s) 2022-09-27T16:41:14.9165856Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:41:14.9183496Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-09-27T16:41:14.9191966Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:41:14.9203632Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:41:14.9215416Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:41:14.9225594Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:41:14.9236163Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:41:14.9246875Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:41:14.9280610Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-09-27T16:41:14.9285611Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.000s) 2022-09-27T16:41:14.9296469Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:41:14.9339335Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-09-27T16:41:14.9399555Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.006s) 2022-09-27T16:41:14.9506250Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.010s) 2022-09-27T16:41:14.9513255Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:41:14.9521075Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:41:14.9535024Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:41:14.9546812Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:41:14.9554279Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:41:19.2362330Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (4.280s) 2022-09-27T16:41:29.8608131Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (10.624s) 2022-09-27T16:41:29.8757747Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.015s) 2022-09-27T16:41:29.8802708Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.004s) 2022-09-27T16:41:29.9873122Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... ok (0.107s) 2022-09-27T16:41:30.0107241Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.023s) 2022-09-27T16:41:30.0129122Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-09-27T16:41:30.0251202Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-09-27T16:41:30.0289396Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T16:41:30.0340369Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-09-27T16:41:30.0390340Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-09-27T16:41:30.0448216Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-09-27T16:41:30.0494448Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-09-27T16:41:30.0539163Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T16:41:30.0549117Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-09-27T16:41:30.0613009Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-09-27T16:41:30.0659289Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-09-27T16:41:30.0731743Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-09-27T16:41:30.0872853Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.014s) 2022-09-27T16:41:30.0930377Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-09-27T16:41:30.2677891Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.175s) 2022-09-27T16:41:30.3397950Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.072s) 2022-09-27T16:41:30.3742901Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.034s) 2022-09-27T16:41:30.4030325Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.029s) 2022-09-27T16:41:30.4342582Z test_basic (jit.test_list_dict.TestDict) ... ok (0.031s) 2022-09-27T16:41:30.4412217Z test_clear (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-09-27T16:41:30.4487688Z test_copy (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-09-27T16:41:30.4597492Z test_del (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-09-27T16:41:30.4959795Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.036s) 2022-09-27T16:41:30.6104237Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.114s) 2022-09-27T16:41:30.6183138Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-09-27T16:41:30.6198669Z test_dict_variance (jit.test_list_dict.TestDict) 2022-09-27T16:41:30.6351697Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.017s) 2022-09-27T16:41:30.6480763Z test_get (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-09-27T16:41:30.6633907Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-09-27T16:41:30.6683463Z test_items (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-09-27T16:41:30.6708328Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-09-27T16:41:30.6787329Z test_keys (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-09-27T16:41:30.6840291Z test_len (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-09-27T16:41:30.6895500Z test_loop (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-09-27T16:41:30.7023003Z test_membership (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-09-27T16:41:30.7065849Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-09-27T16:41:30.7241993Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.017s) 2022-09-27T16:41:30.7446950Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.020s) 2022-09-27T16:41:30.7610569Z test_pop (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:41:30.7666850Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-09-27T16:41:30.7793967Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-09-27T16:41:30.7803400Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-09-27T16:41:30.7828234Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-09-27T16:41:30.8007177Z test_update (jit.test_list_dict.TestDict) ... ok (0.018s) 2022-09-27T16:41:30.8095537Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-09-27T16:41:30.8137490Z test_values (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-09-27T16:41:30.9001956Z test_view (jit.test_list_dict.TestDict) ... ok (0.086s) 2022-09-27T16:41:30.9127013Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.012s) 2022-09-27T16:41:30.9257323Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:41:30.9258047Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-09-27T16:41:31.0143132Z ok (0.101s) 2022-09-27T16:41:31.0279683Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.014s) 2022-09-27T16:41:31.0520278Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.024s) 2022-09-27T16:41:31.0795282Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.027s) 2022-09-27T16:41:31.1218907Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.042s) 2022-09-27T16:41:31.1365857Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.015s) 2022-09-27T16:41:31.1489321Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.012s) 2022-09-27T16:41:31.1628252Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.014s) 2022-09-27T16:41:31.1736707Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.011s) 2022-09-27T16:41:31.1903041Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:41:31.1913537Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-09-27T16:41:31.2072676Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:41:31.2194114Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.012s) 2022-09-27T16:41:31.2337801Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.014s) 2022-09-27T16:41:31.2447615Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.011s) 2022-09-27T16:41:31.2568463Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.012s) 2022-09-27T16:41:31.2679094Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.011s) 2022-09-27T16:41:31.3014975Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.033s) 2022-09-27T16:41:31.3104603Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.009s) 2022-09-27T16:41:31.3186582Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.008s) 2022-09-27T16:41:31.3314003Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.013s) 2022-09-27T16:41:31.3379389Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... ok (0.006s) 2022-09-27T16:41:31.3391965Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-09-27T16:41:31.3427286Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:52: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:41:31.3427948Z torch.onnx._export(torch_model, (fake_input), f, verbose=False, 2022-09-27T16:41:31.3460875Z ok (0.007s) 2022-09-27T16:41:31.3495822Z test_directory (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:59: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:41:31.3496480Z torch.onnx._export(torch_model, (fake_input), d, verbose=False, 2022-09-27T16:41:31.3529600Z ok (0.007s) 2022-09-27T16:41:31.3567373Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.004s) 2022-09-27T16:41:31.3601512Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:69: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:41:31.3602096Z torch.onnx._export(foo, (x,), f) 2022-09-27T16:41:31.3620094Z ok (0.005s) 2022-09-27T16:41:31.3654199Z test_protobuf (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:38: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:41:31.3654841Z torch.onnx._export(torch_model, (fake_input), f, verbose=False, 2022-09-27T16:41:31.3685071Z ok (0.006s) 2022-09-27T16:41:31.3718401Z test_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:45: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:41:31.3719034Z torch.onnx._export(torch_model, (fake_input), f, verbose=False, 2022-09-27T16:41:31.3750238Z ok (0.006s) 2022-09-27T16:41:31.3932707Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-09-27T16:41:31.4113023Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-09-27T16:41:31.6935041Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.282s) 2022-09-27T16:41:31.8283860Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.135s) 2022-09-27T16:41:31.8423498Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-09-27T16:41:31.8507291Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T16:41:31.8690490Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-09-27T16:41:31.8784554Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:41:31.8873694Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:41:31.8952767Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T16:41:31.9034225Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T16:41:31.9160794Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-09-27T16:41:31.9251442Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:41:31.9362535Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-09-27T16:41:31.9453214Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:41:31.9622102Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-09-27T16:41:31.9756513Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-09-27T16:41:31.9916313Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:41:32.0059225Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-09-27T16:41:32.0146452Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:41:32.0238892Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:41:32.0337451Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T16:41:32.0402234Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-09-27T16:41:32.0468453Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-09-27T16:41:32.0772112Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-09-27T16:41:32.1097312Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.032s) 2022-09-27T16:41:32.1373444Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-09-27T16:41:32.1392829Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-09-27T16:41:32.2254965Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.088s) 2022-09-27T16:41:32.2374731Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T16:41:32.2528326Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-09-27T16:41:32.2719548Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-09-27T16:41:32.3055788Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.034s) 2022-09-27T16:41:32.3265226Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-09-27T16:41:32.3359165Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:41:32.3464426Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T16:41:32.3601859Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-09-27T16:41:32.3668517Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-09-27T16:41:32.3825786Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:41:32.3950299Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T16:41:32.4059720Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-09-27T16:41:32.4150914Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:41:32.4303094Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-09-27T16:41:32.4794510Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.049s) 2022-09-27T16:41:32.6153383Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.136s) 2022-09-27T16:41:32.7355582Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.120s) 2022-09-27T16:41:33.0348787Z test_instancing_error (__main__.TestFrontend) ... ok (0.299s) 2022-09-27T16:41:33.0574148Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.022s) 2022-09-27T16:41:34.9633538Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.906s) 2022-09-27T16:41:35.4804407Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.517s) 2022-09-27T16:41:36.6263181Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... ok (1.146s) 2022-09-27T16:41:36.6447036Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.018s) 2022-09-27T16:41:36.6465145Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.002s) 2022-09-27T16:41:36.7009655Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.054s) 2022-09-27T16:41:36.7628179Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.062s) 2022-09-27T16:41:36.7636163Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-09-27T16:41:37.1032245Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... ok (0.339s) 2022-09-27T16:41:37.1239631Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.021s) 2022-09-27T16:41:37.1324621Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-09-27T16:41:37.1430963Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.011s) 2022-09-27T16:41:37.1526772Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-09-27T16:41:37.1664472Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-09-27T16:41:37.3049104Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.138s) 2022-09-27T16:41:37.3323645Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... ok (0.027s) 2022-09-27T16:41:37.3336597Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T16:41:37.3488824Z Testing that the interleaving of multiple optimizations does not ... ok (0.016s) 2022-09-27T16:41:37.3501083Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T16:41:37.3631580Z There should be no change to the graph due to the optimization pass ... ok (0.014s) 2022-09-27T16:41:37.3824425Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... ok (0.019s) 2022-09-27T16:41:37.3878342Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-09-27T16:41:37.3937024Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-09-27T16:41:37.3950754Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.001s) 2022-09-27T16:41:37.4269424Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.032s) 2022-09-27T16:41:37.4444670Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.017s) 2022-09-27T16:41:37.4709229Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.026s) 2022-09-27T16:41:37.7487858Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.278s) 2022-09-27T16:41:38.4352145Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.686s) 2022-09-27T16:41:38.4406341Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-09-27T16:41:38.4452435Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-09-27T16:41:38.4965296Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.051s) 2022-09-27T16:41:38.5501669Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.053s) 2022-09-27T16:41:38.8285127Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.278s) 2022-09-27T16:41:38.9207964Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.092s) 2022-09-27T16:41:38.9334720Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.013s) 2022-09-27T16:41:38.9343550Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-09-27T16:41:38.9415017Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.007s) 2022-09-27T16:41:38.9817924Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.040s) 2022-09-27T16:41:38.9914218Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.010s) 2022-09-27T16:41:39.0008109Z test_hash_device (jit.test_hash.TestHash) ... ok (0.009s) 2022-09-27T16:41:39.0129063Z test_hash_float (jit.test_hash.TestHash) ... ok (0.012s) 2022-09-27T16:41:39.0233383Z test_hash_int (jit.test_hash.TestHash) ... ok (0.010s) 2022-09-27T16:41:39.0275360Z test_hash_none (jit.test_hash.TestHash) ... ok (0.004s) 2022-09-27T16:41:39.0354018Z test_hash_string (jit.test_hash.TestHash) ... ok (0.008s) 2022-09-27T16:41:39.0360208Z test_hash_tensor (jit.test_hash.TestHash) 2022-09-27T16:41:39.0434240Z Tensors should hash by identity ... ok (0.008s) 2022-09-27T16:41:39.0523169Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.009s) 2022-09-27T16:41:39.0567590Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.004s) 2022-09-27T16:41:39.0821457Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.025s) 2022-09-27T16:41:39.0829562Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.001s) 2022-09-27T16:41:39.0939310Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.011s) 2022-09-27T16:41:39.1037663Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.010s) 2022-09-27T16:41:39.1217894Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-09-27T16:41:39.1547456Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.033s) 2022-09-27T16:41:39.1838076Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-09-27T16:41:39.2122016Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.028s) 2022-09-27T16:41:39.2604426Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-09-27T16:41:39.3040497Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.044s) 2022-09-27T16:41:39.3269988Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-09-27T16:41:39.3580171Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:41:39.3778398Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-09-27T16:41:39.4065924Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-09-27T16:41:39.4421667Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-09-27T16:41:39.4732195Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:41:39.5041185Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:41:39.5355851Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:41:39.5883007Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.053s) 2022-09-27T16:41:39.6309720Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.043s) 2022-09-27T16:41:39.6545292Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-09-27T16:41:39.6884414Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-09-27T16:41:39.7378221Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.049s) 2022-09-27T16:41:39.7938421Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.056s) 2022-09-27T16:41:39.7978346Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-09-27T16:41:39.8032663Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.005s) 2022-09-27T16:41:39.8220268Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.019s) 2022-09-27T16:41:39.8282455Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.006s) 2022-09-27T16:41:39.8350288Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.007s) 2022-09-27T16:41:39.8930505Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.058s) 2022-09-27T16:41:39.8937925Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-09-27T16:41:39.9004940Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:41:39.9088204Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-09-27T16:41:39.9169688Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-09-27T16:41:39.9191727Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T16:41:39.9264672Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-09-27T16:41:39.9275915Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-09-27T16:41:39.9288404Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-09-27T16:41:39.9352943Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:41:39.9418914Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:41:39.9500147Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-09-27T16:41:39.9605619Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-09-27T16:41:39.9669293Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:41:39.9743228Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-09-27T16:41:39.9823132Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-09-27T16:41:39.9843722Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T16:41:39.9912599Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-09-27T16:41:39.9974826Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:41:39.9987228Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-09-27T16:41:40.0075149Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-09-27T16:41:40.0137436Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:41:40.0159694Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T16:41:40.0222446Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:41:40.0287367Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:41:40.0366123Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-09-27T16:41:40.0471069Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-09-27T16:41:40.0493045Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T16:41:40.0599629Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.011s) 2022-09-27T16:41:40.0662749Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:41:40.0915875Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.025s) 2022-09-27T16:41:40.1671730Z test_ModuleList (__main__.TestJit) ... ok (0.075s) 2022-09-27T16:41:40.1997126Z test_Sequential (__main__.TestJit) ... ok (0.032s) 2022-09-27T16:41:40.2286192Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.029s) 2022-09-27T16:41:40.2647892Z test_add_relu_fusion (__main__.TestJit) ... ok (0.036s) 2022-09-27T16:41:40.2666802Z test_arg_configurations (__main__.TestJit) 2022-09-27T16:41:40.2667519Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-09-27T16:41:40.2730837Z test_attrs (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:41:40.2775117Z test_batchnorm (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:40.2786128Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-09-27T16:41:40.2839016Z test_conj_transpose (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:41:45.9920238Z test_constant_insertion (__main__.TestJit) ... ok (5.708s) 2022-09-27T16:41:45.9992495Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.007s) 2022-09-27T16:41:46.0062658Z test_constant_prop_exception (__main__.TestJit) ... ok (0.007s) 2022-09-27T16:41:46.0132032Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.007s) 2022-09-27T16:41:46.0167208Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:41:46.0227752Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:41:46.0285527Z test_constant_prop_nested (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:41:46.0357775Z test_constant_prop_none (__main__.TestJit) ... ok (0.007s) 2022-09-27T16:41:46.0399325Z test_constant_prop_print (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:46.0439817Z test_constant_prop_rand (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:46.0493645Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:41:46.0539250Z test_constant_prop_simple (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:46.0573076Z test_constants_pkl (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:41:46.0580412Z test_cpp (__main__.TestJit) ... skip: covered by test_cpp_cuda (0.001s) 2022-09-27T16:41:46.0667542Z test_cse (__main__.TestJit) ... ok (0.009s) 2022-09-27T16:41:46.0736368Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.007s) 2022-09-27T16:41:46.0748546Z test_cu_escaped_number (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:41:46.0925177Z test_cuda_export_restore (__main__.TestJit) ... ok (0.017s) 2022-09-27T16:41:46.1103913Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.018s) 2022-09-27T16:41:46.1577042Z test_decompose_addmm (__main__.TestJit) ... ok (0.047s) 2022-09-27T16:41:46.1672733Z test_device_not_equal (__main__.TestJit) ... ok (0.009s) 2022-09-27T16:41:46.1725523Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:41:46.1740758Z test_disabled (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:41:46.1765169Z test_dropout (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:41:46.1877811Z test_dropout_cuda (__main__.TestJit) ... ok (0.011s) 2022-09-27T16:41:46.6505917Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-09-27 16:41:46 4323:4323 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:41:46.6546450Z STAGE:2022-09-27 16:41:46 4323:4323 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:41:46.6563132Z STAGE:2022-09-27 16:41:46 4323:4323 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:41:46.6576937Z STAGE:2022-09-27 16:41:46 4323:4323 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:41:46.7111942Z STAGE:2022-09-27 16:41:46 4323:4323 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:41:46.7140555Z STAGE:2022-09-27 16:41:46 4323:4323 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:41:46.7153831Z STAGE:2022-09-27 16:41:46 4323:4323 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:41:46.7166618Z STAGE:2022-09-27 16:41:46 4323:4323 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:41:46.7171425Z ok (0.529s) 2022-09-27T16:41:46.7189642Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-09-27T16:41:46.7536707Z test_einsum (__main__.TestJit) ... ok (0.035s) 2022-09-27T16:41:46.7573194Z test_element_size (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:46.7581037Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:41:46.7588939Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:41:46.7604088Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:41:46.7692926Z test_export_dropout (__main__.TestJit) ... ok (0.009s) 2022-09-27T16:41:46.8224990Z test_export_lstm (__main__.TestJit) ... ok (0.053s) 2022-09-27T16:41:46.8390556Z test_export_opnames (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:41:46.9329852Z test_export_rnn (__main__.TestJit) ... ok (0.094s) 2022-09-27T16:41:46.9346647Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-09-27T16:41:47.0061287Z test_function_default_values (__main__.TestJit) ... ok (0.071s) 2022-09-27T16:41:47.0099364Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:47.0155808Z test_import_method (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:41:47.0180649Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:41:47.0220513Z test_layout (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:47.0274999Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:41:47.0318502Z test_matrix_transpose (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:47.0383821Z test_module_default_values (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:41:47.0444706Z test_mutable_default_values (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:41:47.0622328Z test_native_dropout_corner_case (__main__.TestJit) ... ok (0.018s) 2022-09-27T16:41:47.3731723Z test_nn_conv (__main__.TestJit) ... ok (0.311s) 2022-09-27T16:41:47.5187770Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.146s) 2022-09-27T16:41:47.7165855Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.198s) 2022-09-27T16:41:48.0170398Z test_nn_padding (__main__.TestJit) ... ok (0.300s) 2022-09-27T16:41:48.0550571Z test_nn_padding_functional (__main__.TestJit) ... ok (0.038s) 2022-09-27T16:41:48.0604771Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:41:48.0614884Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-09-27T16:41:48.0651651Z test_numel (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:41:48.1063194Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.041s) 2022-09-27T16:41:48.1088411Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:41:48.1335034Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.025s) 2022-09-27T16:41:48.1364901Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.003s) 2022-09-27T16:41:48.1404635Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:48.1716256Z test_pretty_printer (__main__.TestJit) ... ok (0.031s) 2022-09-27T16:41:48.1725824Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:41:48.1735467Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:41:48.1746004Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:41:48.1765202Z test_profiler (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/65521 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:41:48.5023652Z test_python_bindings (__main__.TestJit) ... ok (0.326s) 2022-09-27T16:41:48.5062198Z test_python_ir (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:48.5111519Z test_python_ir_utils (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:41:48.5131030Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73473 for platform(s) macos, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:41:48.5150751Z test_python_ivalue (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:41:50.1379216Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (1.623s) 2022-09-27T16:41:50.1394226Z test_recursive_cse (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:41:50.1459428Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:41:50.1517517Z test_restore_device (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:41:50.1737833Z test_restore_device_cuda (__main__.TestJit) ... ok (0.022s) 2022-09-27T16:41:50.1804180Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... ok (0.007s) 2022-09-27T16:41:50.6947726Z test_script_autograd_grad (__main__.TestJit) ... ok (0.514s) 2022-09-27T16:41:50.7111448Z test_script_backward (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:41:50.7131286Z test_script_backward_twice (__main__.TestJit) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_script.py:1243: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-09-27T16:41:50.7132093Z warnings.warn( 2022-09-27T16:41:50.7298614Z ok (0.019s) 2022-09-27T16:41:50.7333023Z test_script_fn_pkl (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:41:50.7388898Z test_script_tensor_type (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:41:50.7427575Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:50.7441138Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:41:50.7455091Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:41:50.7496143Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:50.7966282Z test_sparse_tensors (__main__.TestJit) ... ok (0.047s) 2022-09-27T16:41:50.8158568Z test_torch_complex (__main__.TestJit) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:41:50.8159747Z return callable(*args, **kwargs) 2022-09-27T16:41:50.8217573Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:41:50.8218748Z return callable(*args, **kwargs) 2022-09-27T16:41:50.8377790Z ok (0.041s) 2022-09-27T16:41:50.8387506Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-09-27T16:41:50.8427028Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:50.8461103Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:41:50.8488277Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:41:50.8639089Z test_torch_sum (__main__.TestJit) ... ok (0.015s) 2022-09-27T16:41:50.8726530Z test_trace_retains_train (__main__.TestJit) ... ok (0.009s) 2022-09-27T16:41:50.9311890Z test_train_eval (__main__.TestJit) ... ok (0.058s) 2022-09-27T16:41:50.9356806Z test_transpose (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:41:50.9520728Z test_unchecked_cast (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:41:50.9536398Z test_unique_state_dict (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:41:50.9546976Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-09-27T16:41:50.9666242Z test_warnings (__main__.TestJit) ... ok (0.012s) 2022-09-27T16:41:51.0152409Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:41:51.0634950Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:41:51.1115477Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:41:51.1717982Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:41:51.2319708Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:41:51.2920207Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:41:51.3542746Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:41:51.3574228Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:51.4195715Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:41:51.4817096Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:41:51.5434933Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:41:51.6065433Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:41:51.6095969Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:51.6812598Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-09-27T16:41:51.7456870Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:41:51.8256051Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:41:51.8949489Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T16:41:51.9658801Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-09-27T16:41:51.9689388Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:52.0479477Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:41:52.1175362Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T16:41:52.1879334Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T16:41:52.2581877Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T16:41:52.3288756Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-09-27T16:41:52.3318751Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:52.3883463Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:41:52.4463255Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:52.5025890Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:41:52.5591540Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:41:52.6177064Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:52.6763069Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:52.7344908Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:52.7939074Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:41:52.8523619Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:52.9108478Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:52.9693594Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:41:53.0276862Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:53.0868323Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:41:53.1460794Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:41:53.2042223Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:53.2627139Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:53.3214281Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:41:53.3809500Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:41:53.4388295Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:53.4978602Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:41:53.5569331Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:41:53.6152909Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:53.6734502Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:53.7327152Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:41:53.7928093Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:41:53.8509029Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:41:53.9268786Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:41:53.9725562Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:41:54.0193750Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:41:54.0652953Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:41:54.0684210Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:54.0714563Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:54.1187905Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:41:54.1667865Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:41:54.1699140Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:54.1727953Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:54.2321808Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:41:54.2352800Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:54.2821851Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:41:54.3298509Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:41:54.3768248Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:41:54.3800062Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:54.3829251Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:41:54.4302933Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:41:54.4781224Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:41:54.6079989Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-09-27T16:41:54.7358501Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-09-27T16:41:54.8642873Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-09-27T16:41:54.9967409Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-09-27T16:41:55.1267299Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-09-27T16:41:55.2478825Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.121s) 2022-09-27T16:41:55.3732565Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-09-27T16:41:55.4989880Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-09-27T16:41:55.6297920Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-09-27T16:41:55.7578409Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-09-27T16:41:55.8843391Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-09-27T16:41:56.0028392Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-09-27T16:41:56.1248252Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-09-27T16:41:56.2498934Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-09-27T16:41:56.3798273Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-09-27T16:41:56.5054989Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-09-27T16:41:56.6302094Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-09-27T16:41:56.7525930Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-09-27T16:41:56.8745871Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-09-27T16:41:56.9365749Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:41:56.9929525Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:41:57.0486196Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:41:57.1046601Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:41:57.1079207Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:41:57.1491061Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:41:57.1836893Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:41:57.1868775Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:41:57.2210021Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:41:57.2725057Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:41:57.3228581Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:41:57.3740129Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:41:57.4255694Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:41:57.4776682Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:41:57.5289334Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:41:57.5814410Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:41:57.6347285Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:41:57.6869358Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:41:57.7615601Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-09-27T16:41:57.8438425Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-09-27T16:41:57.9195215Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:41:57.9952977Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:41:58.0694166Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-09-27T16:41:58.1439017Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-09-27T16:41:58.2187376Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:41:58.2932908Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-09-27T16:41:58.3676835Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-09-27T16:41:58.4426881Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:41:58.5179468Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:41:58.5923516Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-09-27T16:41:58.6706677Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:41:58.7505752Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:41:58.8270967Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:41:58.9029340Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:41:58.9775986Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:41:59.0545535Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:41:59.1388194Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-09-27T16:41:59.2175718Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:41:59.2960425Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:41:59.3744835Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:41:59.4537354Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:41:59.5326265Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:41:59.6095638Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:41:59.6871552Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:41:59.7655267Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:41:59.8411040Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:41:59.9171346Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:41:59.9956163Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:42:00.0717708Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:42:00.1488054Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:00.2293921Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:42:00.3102590Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T16:42:00.3872135Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:00.4616327Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-09-27T16:42:00.5400890Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:42:00.6170116Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:00.6942412Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:00.7790638Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-09-27T16:42:00.8555882Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:42:00.9320396Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:42:01.0100632Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:42:01.0878919Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:42:01.1650050Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:01.2426658Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:42:01.3187933Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:42:01.4012755Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-09-27T16:42:01.4779251Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:01.5551473Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:01.6303455Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:42:01.7076539Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:01.8527526Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:42:01.9998011Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-09-27T16:42:02.1512173Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-09-27T16:42:02.2978419Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-09-27T16:42:02.4453541Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-09-27T16:42:02.5925084Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-09-27T16:42:02.7412848Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-09-27T16:42:02.8906516Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-09-27T16:42:03.0393539Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-09-27T16:42:03.1911725Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-09-27T16:42:03.2430428Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:42:03.2853569Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:03.3263994Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:03.3673528Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:03.4087429Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:03.4624605Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:03.5045541Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:03.5469737Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:03.5894783Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:03.6321884Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:03.6743212Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:03.7175193Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:03.7597840Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:03.8019692Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:03.8438691Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:03.8868005Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:03.9292711Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:03.9719102Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:04.0154005Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:04.0592320Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:42:04.1018429Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:04.1443439Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:04.1864359Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:04.2300249Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:04.2734544Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:04.3162587Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:04.3583462Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:04.4013994Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:04.4433128Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:04.4852741Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:04.5274946Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:04.5305608Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:04.5878389Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:42:04.6447569Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:42:04.7012840Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:42:04.7463658Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:04.8398900Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:42:04.9083624Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-09-27T16:42:04.9768871Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-09-27T16:42:05.0457609Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T16:42:05.1144609Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T16:42:05.1834224Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T16:42:05.2532520Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T16:42:05.3233573Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T16:42:05.3601788Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:42:05.3958798Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:42:05.4449401Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:05.4930414Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:42:05.5792792Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-09-27T16:42:05.6565418Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:05.7361792Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:42:05.8137344Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:05.9427087Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-09-27T16:42:06.0505561Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-09-27T16:42:06.1620486Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T16:42:06.2632135Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-09-27T16:42:06.3690409Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-09-27T16:42:06.4747142Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-09-27T16:42:06.5844940Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:42:06.7157739Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-09-27T16:42:06.8296453Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-09-27T16:42:06.9443377Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-09-27T16:42:07.0618221Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-09-27T16:42:07.1685204Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T16:42:07.2777994Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-09-27T16:42:07.3866039Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-09-27T16:42:07.5018256Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-09-27T16:42:07.5490474Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:07.5959279Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:07.6428495Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:07.7052037Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:42:07.7638340Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:42:07.8220901Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:42:07.9208335Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-09-27T16:42:08.0251351Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-09-27T16:42:08.1200080Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:42:08.2171828Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-09-27T16:42:08.3107168Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:42:08.4028933Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-09-27T16:42:08.4987491Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-09-27T16:42:08.6028907Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-09-27T16:42:08.6960533Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:42:08.7887811Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:42:08.8952122Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-09-27T16:42:08.9425844Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:08.9896693Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:09.0358273Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:09.0388733Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:42:09.0421367Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:42:09.1014383Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:42:09.1606562Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:42:09.2207485Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:42:09.2707990Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:42:09.3110618Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:42:09.3141737Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:09.3545037Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:42:09.3955304Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:09.4356190Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:42:09.4387385Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:09.4786525Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:42:09.5208606Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:09.5238775Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:09.5579528Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:42:09.5929603Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:42:09.6288266Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:42:09.7714333Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-09-27T16:42:09.9117638Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-09-27T16:42:10.0619292Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-09-27T16:42:10.2122378Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-09-27T16:42:10.3511554Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-09-27T16:42:10.4895694Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-09-27T16:42:10.6417771Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-09-27T16:42:10.7971285Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-09-27T16:42:10.9376906Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-09-27T16:42:11.0761273Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-09-27T16:42:11.2268784Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-09-27T16:42:11.3772349Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-09-27T16:42:11.4379098Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T16:42:11.4843326Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:11.5308110Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:11.5769496Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:11.6230125Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:11.6261642Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:11.6290485Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:11.6323102Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:11.6352580Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:11.6812939Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:11.7297566Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:42:11.7328643Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:11.7358801Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:11.7904908Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:11.8316060Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:11.8739442Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:11.9149464Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:11.9179653Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:11.9212547Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:11.9241518Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:11.9662856Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:12.1197284Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-09-27T16:42:12.2703510Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-09-27T16:42:12.4257630Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-09-27T16:42:12.6111816Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.185s) 2022-09-27T16:42:12.8257003Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.214s) 2022-09-27T16:42:12.9408086Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-09-27T16:42:13.0125470Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:42:13.0774004Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T16:42:13.1410377Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:42:13.2081546Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:42:13.3671502Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.159s) 2022-09-27T16:42:13.4327058Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T16:42:13.4948683Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:42:13.5524955Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:42:13.6103721Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:42:13.6674251Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:42:13.7251787Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:42:13.7782187Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:42:13.8311533Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:42:13.8837043Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:42:14.1221086Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-09-27T16:42:14.3742862Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.252s) 2022-09-27T16:42:14.6371128Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.263s) 2022-09-27T16:42:14.6830266Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:14.7280504Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:14.7726525Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:14.8441180Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-09-27T16:42:14.9158398Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:42:14.9888405Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:42:15.0600564Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-09-27T16:42:15.1125770Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:42:15.1537623Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:15.1952058Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:15.2362605Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:15.2393770Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:15.2423346Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:15.2976673Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:42:15.3399234Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:15.4034543Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:42:15.4495053Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:15.4952779Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:15.5418198Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:15.5886553Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:15.6642334Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:42:15.7446129Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:42:15.8151999Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T16:42:15.8874661Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:42:15.9597727Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:42:16.0440443Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-09-27T16:42:16.1169579Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:42:16.1998185Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:42:16.2724227Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:42:16.3434900Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-09-27T16:42:16.4017008Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:42:16.4555052Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:16.5097568Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:16.5592833Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:16.5623030Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:16.6009861Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:42:16.6039745Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:16.6068348Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:16.6469234Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:42:16.6860265Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:42:16.7253974Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:42:16.7284385Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:16.8415187Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-09-27T16:42:16.9188959Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:16.9964115Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:42:17.1127301Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-09-27T16:42:17.1157363Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.2248570Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-09-27T16:42:17.2278838Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.2854756Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:42:17.3302371Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:17.3333973Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.3787715Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:17.3819737Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.3850023Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.4308978Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:17.4338413Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.4808883Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:17.4838861Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.4867484Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:42:17.5380261Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:17.5411756Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.5439725Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.5467906Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.5496265Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.5524286Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.5552683Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.5945130Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:42:17.6338912Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:42:17.6749313Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:17.7146529Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:42:17.7549585Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:42:17.7945033Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:42:17.8345787Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:42:17.8742208Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:42:17.9139416Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:42:17.9169212Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.9197925Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.9226562Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.9255218Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.9283558Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:17.9698626Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:18.0112006Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:18.0527510Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:42:18.1020409Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:18.1513544Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:18.2015488Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:42:18.2506433Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:18.2996665Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:18.3483872Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:18.3974209Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:18.4456536Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:42:18.4486454Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:18.4517326Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:18.4549383Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:18.4581870Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:18.4613922Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:18.4646116Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:18.4676648Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:18.4708743Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:18.4740933Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:18.5272036Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:42:18.5799417Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:42:18.6326515Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:42:18.6850239Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:42:18.7398011Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:42:18.7877218Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:42:18.8346424Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:18.8914289Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:42:18.9352983Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:42:18.9791112Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:42:19.0220975Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:19.0655086Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:19.1086651Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:19.1517450Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:19.1547835Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:19.2559179Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-09-27T16:42:19.3184110Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:42:19.3799079Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T16:42:19.4415291Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:42:19.5031309Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-09-27T16:42:19.5568894Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:19.6163318Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:42:19.6753116Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:42:19.7353854Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:42:19.7893058Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:19.8441233Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:42:19.8932410Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:19.9425424Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:19.9924221Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:42:20.0433038Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:20.0943909Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:20.1448351Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:42:20.1976995Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:42:20.2511612Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:42:20.3033326Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:42:20.3546576Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:20.4046287Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:42:20.4550187Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:42:20.5058261Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:20.5569679Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:20.6079759Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:20.6595229Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:20.7110924Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:20.7625425Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:20.8162571Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:20.8703380Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:20.9232530Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:42:20.9781967Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:42:21.0329275Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:42:21.0874443Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:21.1324132Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:21.1774603Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:21.2226574Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:21.2758518Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:42:21.2789653Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:21.3209539Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:42:21.3638220Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:21.4071538Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:21.4103536Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:21.4133290Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:21.4565013Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:42:21.4596780Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:21.5085035Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:21.5474728Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:42:21.5869117Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:42:21.6262812Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:42:21.6294469Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:21.7073449Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:42:21.7866276Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:42:21.8651033Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:42:21.9362849Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-09-27T16:42:22.0067548Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T16:42:22.0934654Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-09-27T16:42:22.1741416Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:42:22.2541267Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:42:22.3341385Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:42:22.3833970Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:22.4324359Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:22.4829810Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:42:22.5318012Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:42:22.5802581Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:42:22.6271158Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:22.6740409Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:22.7204518Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:22.7678647Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:42:22.8882903Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-09-27T16:42:22.9889247Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-09-27T16:42:23.0855316Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-09-27T16:42:23.1306638Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:23.1754716Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:23.2201443Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:23.3869040Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-09-27T16:42:23.4796037Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:42:23.5870087Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T16:42:23.6507873Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:42:23.7099453Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:42:23.7692750Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:42:23.8288139Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:42:23.8319155Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:42:26.5023937Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.670s) 2022-09-27T16:42:29.0229351Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.520s) 2022-09-27T16:42:31.2948521Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.272s) 2022-09-27T16:42:33.5880017Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.293s) 2022-09-27T16:42:41.3076774Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (7.719s) 2022-09-27T16:42:41.3668583Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:42:41.4121526Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-09-27T16:42:41.4580075Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:42:41.5087300Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:42:41.5914631Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:42:41.6667807Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:42:41.7209687Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:41.7754966Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:42:41.8280081Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:42:41.8807076Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:42:41.8838734Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.8868743Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.8899113Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.8928365Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.8958020Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.8987939Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9017356Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9046826Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9076516Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9106509Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9135954Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9165522Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9195133Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9224557Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9257424Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9286637Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9316007Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9346038Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9375373Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9404917Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9434488Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9464089Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9493697Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9523153Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9553246Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9583129Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9612668Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9642073Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9671577Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9701395Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9730325Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9759848Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9789260Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9818664Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9847831Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9878014Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9907024Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9935974Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9964703Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:41.9997121Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0026021Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0054889Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0083257Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0111792Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0140388Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0168682Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0197272Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0225777Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0254323Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0282674Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0311298Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0339875Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0368165Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0396884Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0425700Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0454090Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:42:42.0482060Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.003s) 2022-09-27T16:42:42.0500246Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-09-27T16:42:42.0508721Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:42:42.0525307Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-09-27T16:42:42.0535576Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:42:42.0544320Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:42:42.0553078Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:42:42.0562224Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:42:42.0815614Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.025s) 2022-09-27T16:42:42.0924825Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.011s) 2022-09-27T16:42:42.1043852Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.012s) 2022-09-27T16:42:42.1161311Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.012s) 2022-09-27T16:42:42.1256477Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.009s) 2022-09-27T16:42:42.1294941Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:42:42.1340082Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:42:42.1481985Z test_del (jit.test_list_dict.TestList) ... ok (0.014s) 2022-09-27T16:42:42.1540419Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.1624858Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.1714911Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.009s) 2022-09-27T16:42:42.1759542Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:42:42.1799333Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:42:42.1884676Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.1963830Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.2041518Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.2151248Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.011s) 2022-09-27T16:42:42.2205120Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:42:42.2267460Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.2290907Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-09-27T16:42:42.2373153Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.2425300Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:42:42.2489217Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.2539574Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:42:42.2616531Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.2813965Z test_in_check (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:42:42.3114265Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.030s) 2022-09-27T16:42:42.3212136Z test_list_count (jit.test_list_dict.TestList) ... ok (0.010s) 2022-09-27T16:42:42.3266946Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:42:42.3426612Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:42:42.3523905Z test_list_index (jit.test_list_dict.TestList) ... ok (0.010s) 2022-09-27T16:42:42.3732777Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.021s) 2022-09-27T16:42:42.3937821Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:42:42.4022995Z test_list_len (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.4199567Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.018s) 2022-09-27T16:42:42.4209406Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-09-27T16:42:42.5006569Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.080s) 2022-09-27T16:42:42.5313953Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.031s) 2022-09-27T16:42:42.5800442Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.049s) 2022-09-27T16:42:42.5818243Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-09-27T16:42:42.5830410Z test_list_variance (jit.test_list_dict.TestList) 2022-09-27T16:42:42.5958573Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.014s) 2022-09-27T16:42:42.6014423Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:42:42.6930546Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.091s) 2022-09-27T16:42:42.7568016Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.064s) 2022-09-27T16:42:42.7633056Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.7693720Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.7753358Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.7816184Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.7893381Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.7997856Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.010s) 2022-09-27T16:42:42.8059252Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8118780Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8192690Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:42:42.8254207Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8317373Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8379948Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8441773Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8525467Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.8587620Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8650223Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8708134Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8768438Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8827418Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8889245Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.8968373Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.9038189Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:42:42.9152646Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.011s) 2022-09-27T16:42:42.9208608Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:42:42.9287598Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.9383135Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.009s) 2022-09-27T16:42:42.9443455Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:42:42.9497882Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:42:42.9581701Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:42:42.9620887Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:42:43.0017277Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.040s) 2022-09-27T16:42:43.0090833Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:42:43.0167125Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:42:43.0241596Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:42:43.0471789Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.023s) 2022-09-27T16:42:43.0549950Z test_to_list (jit.test_list_dict.TestList) 2022-09-27T16:42:43.3809088Z Unit tests for Tensor.tolist() function. ... ok (0.334s) 2022-09-27T16:42:43.3821110Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-09-27T16:42:43.3986906Z GPU tests for Tensor.tolist() function. ... ok (0.018s) 2022-09-27T16:42:43.4094359Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.011s) 2022-09-27T16:42:43.4197907Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.010s) 2022-09-27T16:42:43.4207020Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-09-27T16:42:43.4241237Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-09-27T16:42:43.4334549Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.009s) 2022-09-27T16:42:43.4422688Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.009s) 2022-09-27T16:42:43.4708657Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.028s) 2022-09-27T16:42:43.4864066Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.015s) 2022-09-27T16:42:43.5059136Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.019s) 2022-09-27T16:42:43.5217837Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.016s) 2022-09-27T16:42:43.5227577Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-09-27T16:42:43.5295501Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.008s) 2022-09-27T16:42:43.5627452Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.033s) 2022-09-27T16:42:43.5670809Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T16:42:43.5695303Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.002s) 2022-09-27T16:42:43.5701848Z test_if_returning_any (jit.test_misc.TestMisc) 2022-09-27T16:42:43.5777511Z Check that an if statement can return different ... ok (0.008s) 2022-09-27T16:42:43.5831774Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.005s) 2022-09-27T16:42:43.5936120Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.010s) 2022-09-27T16:42:43.6178878Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.024s) 2022-09-27T16:42:43.6301801Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.012s) 2022-09-27T16:42:43.6342930Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T16:42:43.6355311Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-09-27T16:42:43.6369057Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-09-27T16:42:43.6382072Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-09-27T16:42:43.6425348Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T16:42:43.6464921Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T16:42:43.6503283Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T16:42:43.6539834Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T16:42:43.6590689Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.005s) 2022-09-27T16:42:43.6631921Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T16:42:43.6663355Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.003s) 2022-09-27T16:42:43.6815243Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.015s) 2022-09-27T16:42:43.7039848Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.022s) 2022-09-27T16:42:43.7134406Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-09-27T16:42:43.7269949Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-09-27T16:42:43.7393953Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-09-27T16:42:43.7569666Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.017s) 2022-09-27T16:42:43.7730727Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:42:43.8363864Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.063s) 2022-09-27T16:42:43.8726602Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.036s) 2022-09-27T16:42:43.8994563Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.027s) 2022-09-27T16:42:43.9154683Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:42:43.9323576Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.017s) 2022-09-27T16:42:43.9654008Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.033s) 2022-09-27T16:42:43.9670685Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-09-27T16:42:43.9825834Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.017s) 2022-09-27T16:42:44.1897271Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.207s) 2022-09-27T16:42:44.1918753Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-09-27T16:42:44.2257969Z Tracing over a script function returning a dictionary should work. ... ok (0.036s) 2022-09-27T16:42:44.2373612Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-09-27T16:42:44.3327315Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.095s) 2022-09-27T16:42:44.4115614Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.079s) 2022-09-27T16:42:44.4224565Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-09-27T16:42:44.4341781Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-09-27T16:42:44.4353015Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-09-27T16:42:44.4361386Z test_dcgan_models (jit.test_models.TestModels) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79142 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:42:44.8934355Z test_dcgan_models_cuda (jit.test_models.TestModels) ... ok (0.457s) 2022-09-27T16:42:45.4623714Z test_mnist (jit.test_models.TestModels) ... ok (0.569s) 2022-09-27T16:42:45.5896325Z test_mnist_cuda (jit.test_models.TestModels) ... ok (0.127s) 2022-09-27T16:42:46.1712542Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... ok (0.581s) 2022-09-27T16:42:46.1742743Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:42:46.9490596Z test_neural_style_cuda (jit.test_models.TestModels) ... ok (0.774s) 2022-09-27T16:42:47.0065852Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.057s) 2022-09-27T16:42:47.0620386Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... ok (0.055s) 2022-09-27T16:42:47.0667514Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.005s) 2022-09-27T16:42:47.0676428Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-09-27T16:42:47.0683777Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:42:47.4711155Z test_snli_cuda (jit.test_models.TestModels) ... ok (0.403s) 2022-09-27T16:42:48.1207782Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.649s) 2022-09-27T16:42:48.1216575Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:42:48.7570493Z test_super_resolution_cuda (jit.test_models.TestModels) ... ok (0.635s) 2022-09-27T16:42:48.9300153Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.173s) 2022-09-27T16:42:49.1194071Z test_vae (jit.test_models.TestModels) ... ok (0.189s) 2022-09-27T16:42:49.3233558Z test_vae_cuda (jit.test_models.TestModels) ... ok (0.204s) 2022-09-27T16:42:49.4330735Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.109s) 2022-09-27T16:42:49.4349101Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:42:49.4780456Z Tests that customized state dict methods are in effect ... ok (0.045s) 2022-09-27T16:42:49.4790017Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:42:49.5137132Z Tests that default state dict methods are automatically available ... ok (0.036s) 2022-09-27T16:42:49.5153248Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:42:49.5713446Z Tests that customized state dict methods on submodules are in effect ... ok (0.057s) 2022-09-27T16:42:49.6771129Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.106s) 2022-09-27T16:42:49.7066829Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.029s) 2022-09-27T16:42:49.7329468Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.026s) 2022-09-27T16:42:49.8089949Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.076s) 2022-09-27T16:42:49.8551823Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.046s) 2022-09-27T16:42:50.1273807Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.272s) 2022-09-27T16:42:50.1759837Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.049s) 2022-09-27T16:42:50.1911465Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.015s) 2022-09-27T16:42:50.1918175Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:42:50.1951013Z Test that an attempt to script a module with a regular list attribute ... ok (0.004s) 2022-09-27T16:42:50.2154671Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.020s) 2022-09-27T16:42:50.2779831Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.062s) 2022-09-27T16:42:50.3665738Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.088s) 2022-09-27T16:42:50.4006527Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.034s) 2022-09-27T16:42:50.5522236Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.151s) 2022-09-27T16:42:50.5886096Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.036s) 2022-09-27T16:42:50.6237717Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.035s) 2022-09-27T16:42:50.6258307Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:42:50.7111457Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.087s) 2022-09-27T16:42:50.7131492Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:42:50.7837128Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.072s) 2022-09-27T16:42:50.8177589Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.034s) 2022-09-27T16:42:50.8452807Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.027s) 2022-09-27T16:42:50.8834661Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.038s) 2022-09-27T16:42:50.9163069Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.033s) 2022-09-27T16:42:50.9477995Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-09-27T16:42:50.9688046Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.021s) 2022-09-27T16:42:50.9977787Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.029s) 2022-09-27T16:42:51.1175996Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.120s) 2022-09-27T16:42:51.1187991Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-09-27T16:42:51.1872777Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.068s) 2022-09-27T16:42:51.2173668Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.030s) 2022-09-27T16:42:51.2513622Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.034s) 2022-09-27T16:42:51.2742944Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.023s) 2022-09-27T16:42:51.3003105Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.026s) 2022-09-27T16:42:51.3150527Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.015s) 2022-09-27T16:42:51.3476688Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.032s) 2022-09-27T16:42:51.3484309Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-09-27T16:42:51.3599771Z Test that a module that has __constants__ set to something ... ok (0.012s) 2022-09-27T16:42:51.3660001Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-09-27T16:42:51.3729685Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-09-27T16:42:51.3769344Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T16:42:51.3819592Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-09-27T16:42:51.3863287Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T16:42:51.3926039Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-09-27T16:42:51.3936650Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-09-27T16:42:51.3983237Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-09-27T16:42:51.4025169Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T16:42:51.4047805Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-09-27T16:42:51.4099318Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-09-27T16:42:51.4123563Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:42:51.4125033Z t = torch.tensor(t) 2022-09-27T16:42:51.5571423Z ok (0.147s) 2022-09-27T16:42:52.1981885Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.641s) 2022-09-27T16:42:52.2647134Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.066s) 2022-09-27T16:42:52.2760279Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.011s) 2022-09-27T16:42:54.7483084Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (2.472s) 2022-09-27T16:42:55.1946878Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.446s) 2022-09-27T16:42:55.2097607Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.015s) 2022-09-27T16:42:55.2408185Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.031s) 2022-09-27T16:42:55.3785887Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.138s) 2022-09-27T16:42:55.4144247Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.036s) 2022-09-27T16:42:55.4464788Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.032s) 2022-09-27T16:42:55.4488197Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:42:55.4489091Z return forward_call(*input, **kwargs) 2022-09-27T16:42:55.4515964Z /opt/conda/lib/python3.10/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:42:55.4516858Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-09-27T16:42:55.4769747Z ok (0.030s) 2022-09-27T16:42:55.7958544Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.319s) 2022-09-27T16:42:55.8887888Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.093s) 2022-09-27T16:42:55.9063488Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.017s) 2022-09-27T16:42:56.0473038Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.141s) 2022-09-27T16:42:56.1093345Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.062s) 2022-09-27T16:42:56.1679348Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.058s) 2022-09-27T16:42:56.2153668Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.047s) 2022-09-27T16:42:56.4056379Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.190s) 2022-09-27T16:42:56.4560448Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.050s) 2022-09-27T16:42:56.4728082Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.017s) 2022-09-27T16:42:56.5097464Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.037s) 2022-09-27T16:42:56.5253401Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.015s) 2022-09-27T16:42:56.5842043Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.059s) 2022-09-27T16:42:56.5866872Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:42:56.5867492Z return forward_call(*input, **kwargs) 2022-09-27T16:42:56.5892498Z /opt/conda/lib/python3.10/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:42:56.5893007Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-09-27T16:42:56.6298781Z ok (0.046s) 2022-09-27T16:42:56.6550657Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.025s) 2022-09-27T16:42:56.6978848Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.043s) 2022-09-27T16:42:56.7717960Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.074s) 2022-09-27T16:42:57.2845752Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.513s) 2022-09-27T16:42:57.3510238Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.066s) 2022-09-27T16:42:57.3587287Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.008s) 2022-09-27T16:42:57.3929993Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.034s) 2022-09-27T16:42:57.4262164Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.033s) 2022-09-27T16:42:57.4581916Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.032s) 2022-09-27T16:42:57.4902857Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.032s) 2022-09-27T16:42:57.5028628Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.012s) 2022-09-27T16:42:57.5160803Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.013s) 2022-09-27T16:42:57.5248591Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.009s) 2022-09-27T16:42:57.5685834Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.043s) 2022-09-27T16:42:57.5694468Z test_traceable (jit.test_parametrization.TestParametrization) 2022-09-27T16:42:57.6094677Z Test the jit scripting and tracing of a parametrized model. ... ok (0.041s) 2022-09-27T16:42:57.6983808Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.089s) 2022-09-27T16:42:57.7220245Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.024s) 2022-09-27T16:42:57.7445140Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.022s) 2022-09-27T16:42:57.7508270Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-09-27T16:42:57.7568424Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-09-27T16:42:57.7644238Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-09-27T16:42:57.7712740Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-09-27T16:42:57.7832666Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-09-27T16:42:57.7867095Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... You have not run this instance of FileCheck! 2022-09-27T16:42:57.7867476Z FileCheck checks: 2022-09-27T16:42:57.7871070Z ok (0.004s) 2022-09-27T16:42:57.7937937Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-09-27T16:42:57.8075137Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-09-27T16:42:57.8117317Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:42:57.8155882Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:42:57.8191352Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:42:57.8224810Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:42:57.8259239Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:42:57.8307452Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T16:42:57.8427147Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-09-27T16:42:57.8463582Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:42:57.8500426Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:42:57.8538270Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:42:57.8584422Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:42:57.8617885Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:42:57.8650283Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:42:57.8728919Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-09-27T16:42:57.9307511Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.058s) 2022-09-27T16:42:57.9474262Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.017s) 2022-09-27T16:42:57.9549107Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-09-27T16:42:57.9587453Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:42:57.9644101Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-09-27T16:42:57.9800156Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-09-27T16:42:57.9840600Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:42:57.9883121Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:42:58.0053593Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.017s) 2022-09-27T16:42:58.0207740Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-09-27T16:42:58.0301558Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-09-27T16:42:58.0372043Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-09-27T16:42:58.0414129Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:42:58.0489451Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-09-27T16:42:58.0497594Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-09-27T16:42:58.1119611Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.062s) 2022-09-27T16:42:58.1690520Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.057s) 2022-09-27T16:42:58.1994792Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.030s) 2022-09-27T16:42:58.2567737Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.057s) 2022-09-27T16:42:58.2928687Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.036s) 2022-09-27T16:42:58.2950959Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-09-27T16:42:58.3265351Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.031s) 2022-09-27T16:42:58.4545151Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.128s) 2022-09-27T16:42:58.4838572Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.029s) 2022-09-27T16:42:58.5138858Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.030s) 2022-09-27T16:42:58.5809736Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.067s) 2022-09-27T16:42:58.6134199Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.032s) 2022-09-27T16:42:58.6171887Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-09-27T16:42:58.6187248Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-09-27T16:42:58.6231594Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-09-27T16:42:58.6286704Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-09-27T16:42:58.6308357Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-09-27T16:42:58.6343180Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-09-27T16:42:58.6380691Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-09-27T16:42:58.6495241Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.011s) 2022-09-27T16:42:58.6829605Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.033s) 2022-09-27T16:42:58.7168246Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.034s) 2022-09-27T16:42:58.7224102Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-09-27T16:42:58.7629006Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.040s) 2022-09-27T16:42:58.9017371Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.139s) 2022-09-27T16:42:58.9088913Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-09-27T16:42:58.9185323Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-09-27T16:42:58.9284782Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-09-27T16:42:58.9821983Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.053s) 2022-09-27T16:42:58.9865005Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.004s) 2022-09-27T16:42:59.0087012Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.022s) 2022-09-27T16:42:59.0172926Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.009s) 2022-09-27T16:42:59.0260630Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.009s) 2022-09-27T16:42:59.0343498Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-09-27T16:42:59.0396124Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.005s) 2022-09-27T16:42:59.1032110Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.063s) 2022-09-27T16:42:59.1299271Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-09-27T16:42:59.1569738Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-09-27T16:42:59.2224774Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.065s) 2022-09-27T16:42:59.2279057Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-09-27T16:42:59.2391884Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-09-27T16:42:59.2503093Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-09-27T16:42:59.2595576Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-09-27T16:42:59.2637562Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T16:42:59.2911800Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-09-27T16:42:59.3024547Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-09-27T16:42:59.3126332Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-09-27T16:42:59.3137112Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-09-27T16:42:59.3393506Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.025s) 2022-09-27T16:42:59.4105293Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.071s) 2022-09-27T16:42:59.4229572Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-09-27T16:42:59.4431988Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-09-27T16:42:59.4660152Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.023s) 2022-09-27T16:42:59.4715613Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-09-27T16:42:59.5005241Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.029s) 2022-09-27T16:42:59.5276593Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-09-27T16:42:59.5320612Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T16:42:59.5393939Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-09-27T16:42:59.5436678Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T16:42:59.6157807Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.072s) 2022-09-27T16:42:59.6245824Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-09-27T16:42:59.6313157Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-09-27T16:42:59.6423088Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-09-27T16:42:59.6494933Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-09-27T16:42:59.6729606Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.023s) 2022-09-27T16:42:59.6737470Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-09-27T16:42:59.6903037Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.017s) 2022-09-27T16:42:59.7132200Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.023s) 2022-09-27T16:42:59.7539885Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.041s) 2022-09-27T16:42:59.7592512Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.005s) 2022-09-27T16:42:59.7680445Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.009s) 2022-09-27T16:42:59.7900663Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.022s) 2022-09-27T16:42:59.7974873Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.007s) 2022-09-27T16:42:59.8024779Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.005s) 2022-09-27T16:42:59.8165158Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.014s) 2022-09-27T16:42:59.8183889Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-09-27T16:42:59.8485410Z Exercise the situation where we have the same qualified name ... ok (0.032s) 2022-09-27T16:42:59.8509441Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-09-27T16:42:59.9153851Z Exercise the situation where we have the same qualified name ... ok (0.067s) 2022-09-27T16:42:59.9172854Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-09-27T16:42:59.9666102Z Exercise the situation where we have the same qualified name ... ok (0.051s) 2022-09-27T16:43:00.1611920Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.194s) 2022-09-27T16:43:00.1630622Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-09-27T16:43:00.1881074Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.027s) 2022-09-27T16:43:00.1899417Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-09-27T16:43:00.1988855Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.011s) 2022-09-27T16:43:00.2063723Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.007s) 2022-09-27T16:43:00.2224363Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.016s) 2022-09-27T16:43:00.2230879Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-09-27T16:43:00.2320283Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.009s) 2022-09-27T16:43:00.2326309Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-09-27T16:43:00.2408241Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.009s) 2022-09-27T16:43:00.2503656Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.009s) 2022-09-27T16:43:00.2517381Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:43:00.2518066Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:43:00.2539009Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:43:00.2539825Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:43:00.2556115Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:43:00.2556635Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:43:00.2583734Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-09-27T16:43:00.2594014Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:43:00.2611486Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:43:00.2612052Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:43:00.2619464Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:43:00.2627441Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:43:00.2627982Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:43:00.2634721Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:43:00.2635243Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:43:00.2641219Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:43:00.2641745Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:43:00.4047538Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-09-27T16:43:00.4048155Z self=, 2022-09-27T16:43:00.4048855Z sample_input=(2, 3, 2.0, 3.0), 2022-09-27T16:43:00.4051134Z ) 2022-09-27T16:43:00.4051656Z skip: Failed to load fixture! (0.140s) 2022-09-27T16:43:00.9081052Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.503s) 2022-09-27T16:43:01.0568241Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.149s) 2022-09-27T16:43:01.0650994Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-09-27T16:43:01.2010946Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.136s) 2022-09-27T16:43:01.8358247Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.635s) 2022-09-27T16:43:03.2155897Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.380s) 2022-09-27T16:43:03.2269328Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.011s) 2022-09-27T16:43:03.2367988Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-09-27T16:43:03.2481756Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.011s) 2022-09-27T16:43:03.2582098Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-09-27T16:43:03.2670145Z test_add_out (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:03.2739188Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:03.2831702Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:03.2911071Z test_add_tuple_optional (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:03.2984523Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:03.2995606Z test_addmm_grad (__main__.TestScript) 2022-09-27T16:43:03.3056439Z This test checks several things: ... ok (0.007s) 2022-09-27T16:43:03.3127269Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:03.3248710Z test_all (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:03.3536674Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:43:03.4001512Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.046s) 2022-09-27T16:43:03.4306473Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:43:03.4789504Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:43:03.4838213Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:03.5188557Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:43:03.5235845Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:03.5581954Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:43:03.5615403Z test_annotated_script_fn (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:03.5636259Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:03.5654296Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:03.5706568Z test_annotated_script_method (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:03.5766150Z test_annoying_doubles (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:03.6056005Z test_any (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:43:03.6094604Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:03.6153121Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:03.6477325Z test_attr_module_constants (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:43:03.6541811Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:03.6573411Z test_attribute_in_init (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:03.6731784Z test_attribute_serialization (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:43:03.6853912Z test_attribute_unpickling (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:03.6945477Z test_augmented_assign (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:04.1445972Z test_autodiff_complex (__main__.TestScript) ... ok (0.450s) 2022-09-27T16:43:04.1486738Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:04.1515013Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:04.1652966Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:43:04.1777711Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:04.5259900Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... ok (0.348s) 2022-09-27T16:43:04.5269933Z test_batchnorm_fuser_cpu (__main__.TestScript) ... skip: This tests the CPU fuser (0.001s) 2022-09-27T16:43:04.5315143Z test_big_float_literals (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:04.5375331Z test_big_int_literals (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:04.8710945Z test_binary_op_shape (__main__.TestScript) ... ok (0.333s) 2022-09-27T16:43:04.9008072Z test_bitwise_ops (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:43:04.9088256Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:04.9174946Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:04.9260492Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:04.9345955Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:04.9746655Z test_bool_dispatch (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:43:04.9933772Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:43:04.9963538Z test_break_continue_error (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:05.1729613Z test_breaks_continues (__main__.TestScript) ... ok (0.176s) 2022-09-27T16:43:05.1916219Z test_builtin_args (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:43:05.1998599Z test_builtin_args_fails (__main__.TestScript) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:43:05.2000423Z File "/var/lib/jenkins/workspace/test/test_jit.py", line 10868 2022-09-27T16:43:05.2001055Z @torch.jit.script 2022-09-27T16:43:05.2001536Z def f6(a): 2022-09-27T16:43:05.2002065Z a.expand(size=[3, [4]]) 2022-09-27T16:43:05.2002854Z ~~~~~~ <--- HERE 2022-09-27T16:43:05.2003386Z (function emitListLiteral) 2022-09-27T16:43:05.2004898Z ok (0.008s) 2022-09-27T16:43:05.2096180Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:05.2113722Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:05.2177068Z test_call_ge (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:05.2215517Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:05.2271251Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:05.2388830Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:05.2469985Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:05.2498761Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:05.2575053Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:05.2772640Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:43:05.2867614Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:05.2928765Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:05.3016507Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:05.3129452Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:43:05.3199179Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:05.3321194Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:05.3332059Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:43:05.3466958Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:05.3477550Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:43:05.3656386Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:43:05.3664240Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-09-27T16:43:05.3929723Z test_cat (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:43:05.4022689Z test_cat_lifts (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:05.4080299Z test_chr (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:05.4093907Z test_circular_dependency (__main__.TestScript) 2022-09-27T16:43:05.4491137Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.041s) 2022-09-27T16:43:05.7548735Z test_class_as_attribute (__main__.TestScript) ... ok (0.306s) 2022-09-27T16:43:05.7582228Z test_class_attribute (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:05.7617927Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:05.7684603Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:05.7694258Z test_code_with_constants (__main__.TestScript) 2022-09-27T16:43:05.7776076Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.009s) 2022-09-27T16:43:05.7786393Z test_code_with_constants_restore (__main__.TestScript) 2022-09-27T16:43:05.7890025Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.011s) 2022-09-27T16:43:05.7967971Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:05.8037437Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:05.8053760Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:43:05.8691466Z test_conditional_casting (__main__.TestScript) ... ok (0.064s) 2022-09-27T16:43:05.8756925Z test_constant_as_attr (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:05.8800788Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:05.8874494Z test_constant_pooling_none (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:05.8928046Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:05.9150760Z test_context_manager (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:43:05.9240683Z test_conv_error (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:05.9538471Z test_convert_base (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:43:05.9596037Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:05.9732102Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:05.9822905Z test_desugar_module (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:05.9873744Z test_device_kwarg (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:05.9925950Z test_device_type (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:05.9980016Z test_device_type_cuda (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:06.0008215Z test_dir (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:06.0445015Z test_divmod (__main__.TestScript) ... ok (0.044s) 2022-09-27T16:43:06.0467556Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-09-27T16:43:06.2567491Z test_dropout_eval (__main__.TestScript) ... ok (0.209s) 2022-09-27T16:43:06.2713270Z test_dropout_script (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:43:06.2772278Z test_dtype_attr (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:06.3332614Z test_dtype_op_shape (__main__.TestScript) ... ok (0.056s) 2022-09-27T16:43:06.4073726Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.074s) 2022-09-27T16:43:06.4114272Z test_early_return_closure (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:06.4208755Z test_early_return_fork_join (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:06.4505617Z test_early_return_rewrite (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:43:06.4549390Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:06.5082239Z test_early_returns_loops (__main__.TestScript) ... ok (0.053s) 2022-09-27T16:43:06.5153010Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:06.5229058Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:06.5314997Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:06.5387276Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:06.5456520Z test_ellipsis_end (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:06.5532310Z test_ellipsis_mid (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:06.5618386Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:06.5690057Z test_ellipsis_start (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:06.5892788Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:43:06.5933141Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:06.5943267Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:06.6402046Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.046s) 2022-09-27T16:43:06.6442081Z test_erase_number_types (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:06.6671356Z test_error (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:43:06.6849401Z test_error_stacktrace (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:43:07.5369760Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.852s) 2022-09-27T16:43:07.5503084Z test_eval_python (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:07.5537346Z test_exception_exits_closure (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:07.6051173Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.051s) 2022-09-27T16:43:07.6102461Z test_expand (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:07.6242719Z test_fibb (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:43:07.6318105Z test_fibb_totally_better (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:07.6337742Z test_file_format_serialization (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:07.6359562Z test_file_line_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:08.3180974Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.682s) 2022-09-27T16:43:08.3221238Z test_file_line_graph (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:08.7443145Z test_file_line_save_load (__main__.TestScript) ... ok (0.422s) 2022-09-27T16:43:08.7458558Z test_file_line_string (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:08.7527177Z test_file_line_trace (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:08.7577468Z test_filecheck (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:08.7604087Z test_filecheck_parse (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:09.0658976Z test_first_class_calls (__main__.TestScript) ... ok (0.305s) 2022-09-27T16:43:09.0724019Z test_first_class_module (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:09.0857153Z test_floor_div (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:09.1178819Z test_floordiv (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:43:09.1195686Z test_for_else (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:09.1334632Z test_for_in_dict (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:43:09.1767566Z test_for_in_enumerate (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:43:09.1838587Z test_for_in_range (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:09.2106133Z test_for_in_range_ast (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:43:09.2372679Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:43:09.2472649Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:09.2552956Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:09.2785307Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:43:09.2840770Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:09.3060049Z test_for_in_string (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:43:09.3192617Z test_for_in_tensors (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:09.3213124Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:09.3372297Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:43:09.3458629Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:09.3772043Z test_for_in_zip (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:43:09.4023226Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:43:09.4147972Z test_for_tuple_assign (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:09.4379310Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:43:09.4478625Z test_format (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:09.5360966Z test_func_call (__main__.TestScript) ... ok (0.088s) 2022-09-27T16:43:09.5415447Z test_function_compilation_caching (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:10.4673207Z test_function_overload_misuse (__main__.TestScript) ... ok (0.925s) 2022-09-27T16:43:10.4837960Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:43:10.5570876Z test_function_overloads (__main__.TestScript) ... ok (0.073s) 2022-09-27T16:43:10.5577987Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: This tests the CPU fuser (0.001s) 2022-09-27T16:43:10.5584462Z test_fuser_double_literal_precision (__main__.TestScript) ... skip: This tests the CPU fuser (0.001s) 2022-09-27T16:43:10.5630884Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:10.5704102Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:10.5725955Z test_generic_list_errors (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:10.6133752Z test_get_set_state (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:43:10.6253156Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:10.6303311Z test_grad_from_script (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:10.6409720Z test_hash (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:10.6566312Z test_hex_literals (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:43:11.0521589Z test_id (__main__.TestScript) ... ok (0.395s) 2022-09-27T16:43:11.0596635Z test_if (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:11.0717488Z test_if_define (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:11.0777385Z test_if_different_type (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:11.0913142Z test_if_for_in_range (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:11.1154118Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:43:11.1198447Z test_if_list_cat (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:11.1918808Z test_if_nest_while (__main__.TestScript) ... ok (0.072s) 2022-09-27T16:43:11.2003438Z test_if_noelse (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:11.2033976Z test_if_not_defined_error (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:11.2090975Z test_if_supertype (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:11.2197447Z test_ignore_decorator (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:43:11.2319365Z test_ignored_as_value (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:11.2396468Z test_ignored_method_binding (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:11.2461932Z test_ignored_props (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:11.2606757Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:43:11.2750118Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:43:11.2789945Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:11.3983523Z test_index (__main__.TestScript) ... ok (0.119s) 2022-09-27T16:43:11.4022193Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:11.4112888Z test_index_with_tuple (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:11.4129675Z test_indexing_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:11.4195306Z test_infer_size (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:11.4200018Z test_inferred_error_msg (__main__.TestScript) 2022-09-27T16:43:11.4226440Z Test that when we get a type mismatch on a function where we inferred ... ok (0.003s) 2022-09-27T16:43:11.4384528Z test_inherit_method (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:43:11.4391617Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-09-27T16:43:11.4402623Z test_inlined_graph (__main__.TestScript) 2022-09-27T16:43:11.4532416Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.014s) 2022-09-27T16:43:11.4592518Z test_inlining_cleanup (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:11.4659522Z test_inplace_add (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:11.4729957Z test_inplace_copy_script (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:11.4784009Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:11.4825164Z test_int_cast (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:11.4840578Z test_integral_shape_inference (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:11.4853892Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:11.9228199Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.437s) 2022-09-27T16:43:11.9411712Z test_intlist_args (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:43:11.9430954Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:11.9441517Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:11.9468362Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:11.9476812Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:11.9625647Z test_is_after_use (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:43:11.9660598Z test_is_isnot (__main__.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9665979Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9671312Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9676717Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9702120Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9707311Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9712603Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9717969Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9744905Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9750088Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9755018Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9759999Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9787858Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9793855Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9800313Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9806719Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9813452Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9818831Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9824849Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9829324Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9835412Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9840570Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9845946Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9851519Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9856858Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9862156Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9867539Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9872675Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9878999Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9884231Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9889595Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9895259Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9900541Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9905875Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9911345Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9916422Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9922837Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9928151Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9933935Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9939215Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9944641Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9950004Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9955490Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9960517Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9967000Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9972664Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9978201Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:11.9983821Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:43:12.0010835Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0016315Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0021809Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0027225Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0052427Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0057591Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0063024Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0068477Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0091962Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0096835Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0101918Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0106967Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0134684Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0140670Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0147124Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0153468Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0159967Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0165244Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0170726Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0176049Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0182248Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0187461Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0192865Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0198193Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0203781Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0208924Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0214620Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0219582Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0225915Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0231332Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0236629Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0241925Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0247299Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0253225Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0260641Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0265714Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0272206Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0277648Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0283137Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0288501Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0294220Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0299418Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0304983Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0310011Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0316553Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0321929Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0327311Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0333031Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:43:12.0338759Z ok (0.071s) 2022-09-27T16:43:12.0347750Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:12.0378592Z test_is_scripting (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:12.0414016Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:12.0509306Z test_isinstance (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:12.0573286Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:12.0659508Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:12.0847820Z test_isinstance_refinement (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:43:12.0924289Z test_jitter_bug (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:12.0966014Z test_keyword (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:12.0980580Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:12.1010768Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:12.1276473Z test_lazy_script (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:43:12.1364109Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:12.1459327Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:12.1529419Z test_lhs_indexing (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:12.1592820Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:12.1679982Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:12.1742546Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:12.1805102Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:12.1885944Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:12.2080070Z test_linear_grad (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:43:12.2725360Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.065s) 2022-09-27T16:43:12.2782677Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:12.2794028Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:12.2881858Z test_list_python_op (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:12.2976168Z test_list_unify (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:12.3778255Z test_literal (__main__.TestScript) ... ok (0.080s) 2022-09-27T16:43:12.3839361Z test_literals (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:12.4106391Z test_logical_short_circuit (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:43:12.4167171Z test_loop_liveness (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:12.4345036Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:43:12.4386459Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:12.4517522Z test_loop_unrolling (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:12.4635945Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:12.5410672Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.077s) 2022-09-27T16:43:12.5440355Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:12.8301226Z test_math_ops (__main__.TestScript) ... ok (0.286s) 2022-09-27T16:43:12.8309541Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:43:12.8322450Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-09-27T16:43:12.8388834Z test_method_casts_script (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:12.8422291Z test_method_no_self (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:22.0985523Z test_method_overloading (__main__.TestScript) ... ok (9.256s) 2022-09-27T16:43:22.1036074Z test_missing_getstate (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:27.1352341Z test_mm_batching (__main__.TestScript) ... ok (5.031s) 2022-09-27T16:43:27.2063653Z test_module_apis (__main__.TestScript) ... ok (0.071s) 2022-09-27T16:43:27.2122436Z test_module_attrs (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:27.2232822Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:43:27.2466880Z test_module_copying (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:43:27.2479631Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:27.2531455Z test_module_method_reassignment (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:27.2583168Z test_module_none_attrs (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:27.2941289Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:43:27.3011732Z test_module_str (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:27.3078282Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:27.3089215Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:27.3100696Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:27.3425999Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:43:27.3461788Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:27.3495913Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:27.3597617Z test_multiple_assign (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:27.3671936Z test_multiple_assignment (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:27.3718479Z test_mutable_dce (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:27.3779790Z test_mutable_dce_block (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:27.3816471Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:27.3906449Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:27.4010998Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:27.4058877Z test_mutable_dce_list (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:27.4117542Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:27.4211232Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:27.4255877Z test_mutate_constant (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:27.4301418Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:27.4931158Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.063s) 2022-09-27T16:43:27.5026444Z test_namedtuple_attr (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:27.5126370Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:27.5305446Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:43:27.5472225Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:43:27.5635278Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:43:27.5670432Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:27.5787571Z test_namedtuple_python (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:27.5844414Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:27.5901203Z test_narrow_copy (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:28.6340949Z test_nested_aug_assign (__main__.TestScript) ... ok (1.044s) 2022-09-27T16:43:28.6467170Z test_nested_bailouts (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:28.6839655Z test_nested_breaks (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:43:28.6892377Z test_nested_list_construct (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:28.7132085Z test_nested_select_assign (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:43:28.9416137Z test_nn_GRU (__main__.TestScript) ... ok (0.228s) 2022-09-27T16:43:29.0905852Z test_nn_LSTM (__main__.TestScript) ... ok (0.149s) 2022-09-27T16:43:29.3367803Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.246s) 2022-09-27T16:43:29.3843641Z test_nn_init (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:43:29.3921048Z test_no_dtype_shape (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:29.3979609Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:29.8452352Z test_non_final_return (__main__.TestScript) ... ok (0.447s) 2022-09-27T16:43:29.8460739Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:29.8514280Z test_not (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:29.8524746Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:29.8658800Z test_ntuple_builtins (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:29.8840509Z test_number_abs (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:43:29.8881587Z test_number_augassign (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:29.8923759Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:29.8965746Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:29.9007588Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:29.9124945Z test_number_div (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:32.8350797Z test_number_math (__main__.TestScript) ... ok (2.922s) 2022-09-27T16:43:32.8426716Z test_number_neg (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:32.8437325Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-09-27T16:43:32.8484732Z test_oneline_func (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:32.8567730Z test_op_dtype (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:32.8670587Z test_operator_precedence (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:32.8687762Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-09-27T16:43:32.8704490Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-09-27T16:43:32.8808366Z test_ord (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:32.8952718Z test_override_magic (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:43:32.9134604Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... /var/lib/jenkins/workspace/test/test_jit.py:9785: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:43:32.9135220Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-09-27T16:43:32.9192057Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_patch_torch.py:72: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-09-27T16:43:32.9192895Z _C._jit_pass_onnx_node_shape_type_inference( 2022-09-27T16:43:32.9213403Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_patch_torch.py:72: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-09-27T16:43:32.9214199Z _C._jit_pass_onnx_node_shape_type_inference( 2022-09-27T16:43:32.9223137Z ok (0.027s) 2022-09-27T16:43:32.9235205Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:32.9637126Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:43:32.9835602Z test_pack_unpack_state (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:43:32.9903425Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:43:32.9903962Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:43:32.9906188Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:43:32.9906800Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:43:32.9907212Z grad_fn=) 2022-09-27T16:43:32.9913287Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:43:32.9913631Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:43:32.9913917Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:43:32.9914210Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:43:32.9914484Z grad_fn=) 2022-09-27T16:43:32.9980985Z ok (0.014s) 2022-09-27T16:43:32.9991525Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.0003302Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.0025613Z test_parse_nested_names (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:33.0036752Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.0081724Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:33.0101127Z test_parser_kwargonly (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:33.0114328Z test_parser_type_annotations (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.0126652Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.0139396Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.0150750Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.0162413Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.0175036Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.0230557Z test_partial_returns (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:33.0279133Z test_pass (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:33.0434605Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:43:33.0607649Z test_pickle_checkpoint_cuda (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:43:33.0650620Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:33.0920850Z test_pow_scalar_backward_cuda (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:43:33.1299044Z test_pretty_print_function (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:43:33.1306633Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-09-27T16:43:33.1470931Z test_print (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:43:33.1482105Z test_print_kwargs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.1492946Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:43:33.1539746Z test_profiling_merge (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:33.1569612Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:33.1627754Z test_python_call (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:33.1699523Z test_python_call_annotation (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:33.1719447Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:33.1759330Z test_python_call_failure (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:33.1846617Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:33.1878494Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:33.1904789Z test_python_frontend (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:33.1919057Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.1934003Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.1984120Z test_python_op_builtins (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:33.2010167Z test_python_op_name (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:33.2026455Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:33.2038388Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-09-27T16:43:33.2120056Z test_rand_profiling (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:33.2147513Z test_range_args (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:33.2183379Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:33.2218322Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:33.2227627Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.2383606Z test_remove_dropout (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:43:33.2413291Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:33.2476203Z test_request_bailout (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:33.2490218Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.001s) 2022-09-27T16:43:33.2877716Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:43:33.3010092Z test_resize_input_ops (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:33.3226937Z test_return (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:43:33.3300442Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:33.3364868Z test_return_tuple (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:33.7375095Z test_rnn_trace_override (__main__.TestScript) ... ok (0.401s) 2022-09-27T16:43:33.7441500Z test_robust_op_resolution (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:33.7521199Z test_round (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:33.7613530Z test_save_load_attr_error (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:33.7652895Z test_script_annotation (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:33.7692148Z test_script_bool_constant (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:33.7734507Z test_script_chunk (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:33.7941562Z test_script_clamp_none (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:43:33.8013151Z test_script_copy (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:33.8027785Z test_script_cu (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:33.8097434Z test_script_define_order (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:33.8139488Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:33.8175004Z test_script_docstring (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:33.8262805Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:33.8298370Z test_script_get_device_cuda (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:33.8364130Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:33.8463658Z test_script_is_tracing (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:33.8534635Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:33.8583472Z test_script_method_docstring (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:33.8660701Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:33.8903740Z test_script_module (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:43:33.8969568Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:33.9035888Z test_script_module_const (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:33.9323254Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:43:33.9469277Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:43:33.9592443Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:33.9880006Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:43:33.9991341Z test_script_module_export_tensor_cuda (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:43:34.0133604Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:43:34.0175495Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:34.0243662Z test_script_module_for (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:34.0721593Z test_script_module_for2 (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:43:34.0755730Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:34.0881961Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:34.0891473Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-09-27T16:43:34.0929329Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:34.0995509Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:34.1185734Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:43:34.1374897Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:43:34.1407570Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:34.1452074Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:34.1483571Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:34.2023542Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.054s) 2022-09-27T16:43:34.2066288Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:34.2241760Z test_script_optional_none (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:43:34.2290072Z test_script_outputs (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:34.2819617Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.053s) 2022-09-27T16:43:34.3387189Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:43:34.3394105Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:34.3746122Z test_script_sequential_for (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:43:34.4346804Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.060s) 2022-09-27T16:43:34.4541086Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:43:34.4967757Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.042s) 2022-09-27T16:43:34.5420050Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:43:34.5575549Z test_script_star_assign (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:43:34.5860063Z test_script_star_expr (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:43:34.6133613Z test_script_star_expr_string (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:43:34.6226847Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:34.7141527Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... ok (0.091s) 2022-09-27T16:43:35.3554101Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... ok (0.641s) 2022-09-27T16:43:36.3637063Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... ok (1.008s) 2022-09-27T16:43:36.3751653Z test_select_after_chunk (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:43:36.3788955Z test_sequence_parsing (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:36.4143994Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:43:36.4266772Z test_serialization_big_ints (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:36.4362100Z test_serialization_sharing (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:36.4440469Z test_serialize_long_lines (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:36.8701725Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.426s) 2022-09-27T16:43:37.1764819Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.306s) 2022-09-27T16:43:37.2806626Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.104s) 2022-09-27T16:43:37.6899901Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.409s) 2022-09-27T16:43:37.7049433Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:43:37.7116674Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:37.7155390Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:37.7242951Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:37.7281848Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:37.7317018Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:37.7407782Z test_signed_float_zero (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:37.7420301Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:37.7432651Z test_single_starred_lhs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:37.7493049Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:37.7500858Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:43:37.7584928Z test_split (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:37.7695496Z test_stack (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:43:40.0589136Z test_static_if_prop (__main__.TestScript) ... ok (2.289s) 2022-09-27T16:43:40.0599355Z test_static_method_on_module (__main__.TestScript) 2022-09-27T16:43:40.0696042Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.011s) 2022-09-27T16:43:40.0969875Z test_static_methods (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:43:40.1005559Z test_str_cast (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:40.1017358Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:40.1065838Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:40.1143233Z test_string_frontend_elif (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:40.1199022Z test_string_index (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:40.1267854Z test_string_len (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:40.1324385Z test_string_list (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:40.1335960Z test_string_new_line (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:40.1390597Z test_string_ops (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:40.1456910Z test_string_print (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:40.1466467Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:40.1645279Z test_string_slicing (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:43:40.1700321Z test_string_sort (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:40.1753556Z test_string_sorted (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:40.1983156Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:43:40.2058402Z test_submodule_twice (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:40.2120993Z test_sum (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:40.2205246Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:40.2286401Z test_sum_list_empty (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:40.2359318Z test_sum_list_literal (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:40.2441386Z test_sum_list_one (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:40.2459928Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:40.2492641Z test_sys_stdout_override (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:40.2514419Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-09-27T16:43:40.2556148Z test_tensor_data (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:40.2601653Z test_tensor_device (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:40.2711342Z test_tensor_dtype (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:43:40.2824379Z test_tensor_grad (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:43:40.2885338Z test_tensor_import_export (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:40.2930119Z test_tensor_len (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:40.8845408Z test_tensor_number_math (__main__.TestScript) ... ok (0.591s) 2022-09-27T16:43:44.4126823Z test_tensor_number_math_cuda (__main__.TestScript) ... ok (3.528s) 2022-09-27T16:43:44.4136057Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-09-27T16:43:44.4190309Z test_tensor_shape (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:44.4210283Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.10/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-09-27T16:43:44.4211013Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T16:43:44.4294669Z ok (0.010s) 2022-09-27T16:43:44.5542273Z test_tensor_to (__main__.TestScript) ... ok (0.125s) 2022-09-27T16:43:44.5595543Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:44.5662247Z test_tensor_to_cuda (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:44.5743027Z test_tensor_to_device (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:44.5842278Z test_ternary (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:44.6349187Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.051s) 2022-09-27T16:43:44.6460016Z test_ternary_right_associative (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:43:44.6583071Z test_ternary_static_if (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:44.6816774Z test_torch_any (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:43:44.6845724Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-09-27T16:43:44.7456313Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.061s) 2022-09-27T16:43:44.7558220Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:44.7858796Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:43:44.7964292Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:43:44.8072922Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:43:44.8145635Z test_torch_manual_seed (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:44.8598705Z test_torch_pow (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:43:46.1386575Z test_torch_tensor_as_tensor (__main__.TestScript) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: 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-09-27T16:43:46.1387272Z return callable(*args, **kwargs) 2022-09-27T16:43:46.1459885Z ok (1.286s) 2022-09-27T16:43:46.1552099Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:46.1888973Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:43:46.2020598Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:46.2057735Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:46.3118320Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.106s) 2022-09-27T16:43:46.5239057Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.212s) 2022-09-27T16:43:46.5319676Z test_training_param (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:47.1306855Z test_tuple_assignments (__main__.TestScript) ... ok (0.598s) 2022-09-27T16:43:47.1329229Z test_tuple_error_msg (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:47.1423233Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:47.1705552Z test_tuple_indexing (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:43:47.1764164Z test_tuple_len (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:47.1837834Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:47.1903893Z test_tuple_sort (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:47.1967827Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:47.2027552Z test_tuple_sorted (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:47.2088037Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:47.2130409Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:47.2178850Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:47.2220198Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:47.2420212Z test_type_annotate (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:43:47.2584533Z test_type_annotation_module (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:43:47.2730899Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:43:47.2964206Z test_type_annotations (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:43:47.3130423Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:43:47.3296746Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:43:47.3324307Z test_type_call_in_script (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:47.3397100Z test_type_cast (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:47.3453049Z test_type_comments_in_body (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:43:47.3459622Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-09-27T16:43:47.3485636Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.003s) 2022-09-27T16:43:47.3496831Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-09-27T16:43:47.3533858Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:47.3575288Z test_unicode_comments (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:47.3653852Z test_uninitialized (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:43:47.3688608Z test_union_to_number (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:47.3704998Z test_unknown_builtin (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:47.3748997Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:47.3793580Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:47.3800989Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:43:47.3819984Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:47.3886416Z test_unused_decorator (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:47.4020040Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:43:48.4686438Z test_var_aug_assign (__main__.TestScript) ... ok (1.066s) 2022-09-27T16:43:48.4742046Z test_vararg_zeros (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:43:48.4786353Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:48.4804408Z test_view_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:48.5772069Z test_view_write (__main__.TestScript) ... ok (0.096s) 2022-09-27T16:43:48.7286348Z test_weak_cuda (__main__.TestScript) ... ok (0.151s) 2022-09-27T16:43:48.8139864Z test_where (__main__.TestScript) ... ok (0.085s) 2022-09-27T16:43:48.8989210Z test_where_method (__main__.TestScript) ... ok (0.085s) 2022-09-27T16:43:48.9644961Z test_while (__main__.TestScript) ... ok (0.065s) 2022-09-27T16:43:49.0219760Z test_while_nest_if (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:43:49.0586385Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:43:49.0599083Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:49.0693924Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:43:49.0711990Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:49.0785609Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:43:49.0827445Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:49.0846442Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:43:49.0887724Z test_wrong_return_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:43:49.0903350Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:43:49.0939525Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:43:49.1060852Z test_zeros (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:43:49.7281454Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.622s) 2022-09-27T16:43:49.7288898Z test_bool (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7299661Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-09-27T16:43:49.7305540Z test_contains (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7315851Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-09-27T16:43:49.7322059Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7334131Z Test deletion. ... ok (0.002s) 2022-09-27T16:43:49.7339596Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7355280Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-09-27T16:43:49.7359997Z test_items (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7368449Z Test .items(). ... ok (0.001s) 2022-09-27T16:43:49.7373211Z test_iter (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7382037Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-09-27T16:43:49.7385697Z test_len (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7394869Z Test len() builtin function. ... ok (0.001s) 2022-09-27T16:43:49.7404149Z test_nested (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7404689Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-09-27T16:43:49.7410273Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7446986Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-09-27T16:43:49.7450642Z test_repr (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7459076Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T16:43:49.7465453Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:43:49.7475366Z Test setting dictionary values using the [] operator. ... ok (0.002s) 2022-09-27T16:43:49.7480543Z test_append (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7489105Z Test append method. ... ok (0.001s) 2022-09-27T16:43:49.7493545Z test_bool (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7500185Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-09-27T16:43:49.7503762Z test_clear (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7509032Z Test clear. ... ok (0.001s) 2022-09-27T16:43:49.7514814Z test_contains (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7523180Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-09-27T16:43:49.7527999Z test_count (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7536264Z Test count method. ... ok (0.001s) 2022-09-27T16:43:49.7542412Z test_delitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7552216Z Test deletion. ... ok (0.001s) 2022-09-27T16:43:49.7564414Z test_extend (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7578138Z Test extend. ... ok (0.002s) 2022-09-27T16:43:49.7588468Z test_getitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7622105Z Test accessing list elements using the [] operator. ... ok (0.004s) 2022-09-27T16:43:49.7628947Z test_insert (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7640548Z Test insert. ... ok (0.002s) 2022-09-27T16:43:49.7645334Z test_iter (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7653006Z Test iteration over a list's elements. ... ok (0.001s) 2022-09-27T16:43:49.7657146Z test_len (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7664981Z Test len() builtin function. ... ok (0.001s) 2022-09-27T16:43:49.7673861Z test_nested (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7674372Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-09-27T16:43:49.7680982Z test_pop (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7695065Z Test pop. ... ok (0.002s) 2022-09-27T16:43:49.7699995Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7734631Z Test that reference semantics are honoured; that modifications made ... ok (0.004s) 2022-09-27T16:43:49.7740186Z test_remove (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7749079Z Test remove method. ... ok (0.001s) 2022-09-27T16:43:49.7752381Z test_repr (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7758763Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T16:43:49.7769877Z test_setitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:43:49.7784841Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-09-27T16:43:49.7874416Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-09-27T16:43:49.7961112Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-09-27T16:43:49.8051880Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-09-27T16:43:49.8136171Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-09-27T16:43:49.8194855Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:43:49.8253074Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:43:49.8343642Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-09-27T16:43:49.8429536Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-09-27T16:43:49.8520689Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-09-27T16:43:49.8609679Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-09-27T16:43:49.8671048Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:43:49.8730710Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:43:49.8790521Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:43:49.8850782Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:43:50.0033109Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.118s) 2022-09-27T16:43:50.0043892Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-09-27T16:43:50.1136831Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.109s) 2022-09-27T16:43:50.2298483Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.116s) 2022-09-27T16:43:50.5567443Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.327s) 2022-09-27T16:43:50.5864657Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.029s) 2022-09-27T16:43:50.5924787Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:43:50.6000033Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.007s) 2022-09-27T16:43:50.6021989Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-09-27T16:43:50.6090402Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.007s) 2022-09-27T16:43:50.6152309Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:43:50.6213901Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:43:50.6275357Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:43:50.6342933Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.007s) 2022-09-27T16:43:50.6405179Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:43:50.6468397Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:43:50.6526310Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:43:50.6592830Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.007s) 2022-09-27T16:43:50.6668761Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.007s) 2022-09-27T16:43:50.6740992Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.007s) 2022-09-27T16:43:50.6810131Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-09-27T16:43:50.6878238Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-09-27T16:43:50.6960344Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.008s) 2022-09-27T16:43:50.7070059Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.011s) 2022-09-27T16:43:50.7187041Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.012s) 2022-09-27T16:43:50.7453467Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.026s) 2022-09-27T16:43:50.7562445Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.011s) 2022-09-27T16:43:50.7615263Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.7663518Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.7713567Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.7760620Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.7807896Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.7891839Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T16:43:50.7939003Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.8021113Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T16:43:50.8067115Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:43:50.8148880Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T16:43:50.8199047Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.8246942Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.8295724Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.8350708Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.8432377Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T16:43:50.8479753Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.8524980Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:43:50.8571023Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:43:50.8627010Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-09-27T16:43:50.8708850Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T16:43:50.8792991Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T16:43:50.8875277Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-09-27T16:43:50.9225450Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.035s) 2022-09-27T16:43:50.9503732Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.028s) 2022-09-27T16:43:50.9577745Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-09-27T16:43:50.9637801Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-09-27T16:43:50.9791585Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-09-27T16:43:50.9849767Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-09-27T16:43:51.0006324Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-09-27T16:43:51.0401850Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.039s) 2022-09-27T16:43:51.0714389Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.031s) 2022-09-27T16:43:51.0864986Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-09-27T16:43:51.1000202Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-09-27T16:43:51.1093927Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-09-27T16:43:51.2210730Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.112s) 2022-09-27T16:43:51.2447086Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.024s) 2022-09-27T16:43:51.2458320Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-09-27T16:43:51.2474785Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T16:43:51.2543369Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-09-27T16:43:51.2862598Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.032s) 2022-09-27T16:43:51.3059921Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-09-27T16:43:51.3067929Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T16:43:51.3090353Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-09-27T16:43:51.3125953Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-09-27T16:43:51.3164417Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-09-27T16:43:51.3187108Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-09-27T16:43:51.3325735Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.014s) 2022-09-27T16:43:51.3400272Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.007s) 2022-09-27T16:43:51.3588601Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.019s) 2022-09-27T16:43:51.3990695Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.040s) 2022-09-27T16:43:51.4106845Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... ok (0.012s) 2022-09-27T16:43:51.4176096Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-09-27T16:43:51.4244329Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-09-27T16:43:51.4314509Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-09-27T16:43:51.4386577Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-09-27T16:43:51.4456917Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-09-27T16:43:51.4528877Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-09-27T16:43:51.4605957Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.008s) 2022-09-27T16:43:51.4623985Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-09-27T16:43:51.4764448Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.014s) 2022-09-27T16:43:51.4776500Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:43:51.4794397Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-09-27 16:43:51 4323:4323 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:51.4805036Z STAGE:2022-09-27 16:43:51 4323:4323 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:51.4809739Z ok (0.003s) 2022-09-27T16:43:51.4843064Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:43:51.4953508Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.011s) 2022-09-27T16:43:51.4963667Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:43:51.5009013Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T16:43:51.5076784Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:43:51.5123498Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:43:51.5223716Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.010s) 2022-09-27T16:43:51.5276779Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:43:51.5343125Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:43:51.5352444Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:43:51.5419636Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:43:51.5442381Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:43:51.5465714Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:43:51.5488052Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:43:51.5531097Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T16:43:51.5546796Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:43:51.5562563Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:43:51.5576496Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:43:51.5602292Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:43:51.5633000Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:43:51.5656894Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:43:51.5704826Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:43:51.5727385Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:43:51.5758827Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:43:51.5828599Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:43:51.5927605Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.010s) 2022-09-27T16:43:51.6108334Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:43:51.6376861Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-09-27T16:43:51.6522655Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:43:51.6639218Z test_constant (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:43:51.6755010Z test_conv (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:43:51.7002993Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-09-27T16:43:51.7136980Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:43:51.7265771Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:43:51.7473620Z test_ge (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T16:43:53.1389615Z test_ge_cuda (jit.test_tracer.TestTracer) ... ok (1.391s) 2022-09-27T16:43:53.3882908Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.249s) 2022-09-27T16:43:53.4465760Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.058s) 2022-09-27T16:43:53.4580983Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:43:53.4683036Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:43:53.4758501Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:43:53.4786281Z test_inplace_check (jit.test_tracer.TestTracer) ... /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4787042Z warnings.warn( 2022-09-27T16:43:53.4788031Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4788979Z warnings.warn( 2022-09-27T16:43:53.4789981Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4790630Z warnings.warn( 2022-09-27T16:43:53.4792185Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4793555Z warnings.warn( 2022-09-27T16:43:53.4795311Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4796198Z warnings.warn( 2022-09-27T16:43:53.4797431Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4798079Z warnings.warn( 2022-09-27T16:43:53.4799240Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4800153Z warnings.warn( 2022-09-27T16:43:53.4801545Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4802434Z warnings.warn( 2022-09-27T16:43:53.4803570Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4804321Z warnings.warn( 2022-09-27T16:43:53.4805561Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4806594Z warnings.warn( 2022-09-27T16:43:53.4807798Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4808410Z warnings.warn( 2022-09-27T16:43:53.4810140Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4811085Z warnings.warn( 2022-09-27T16:43:53.4812774Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4813733Z warnings.warn( 2022-09-27T16:43:53.4815022Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4815658Z warnings.warn( 2022-09-27T16:43:53.4816645Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4817528Z warnings.warn( 2022-09-27T16:43:53.4818691Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4819320Z warnings.warn( 2022-09-27T16:43:53.4820621Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4821261Z warnings.warn( 2022-09-27T16:43:53.4822253Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4822903Z warnings.warn( 2022-09-27T16:43:53.4824375Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4825181Z warnings.warn( 2022-09-27T16:43:53.4827059Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4828334Z warnings.warn( 2022-09-27T16:43:53.4829462Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4830239Z warnings.warn( 2022-09-27T16:43:53.4831213Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4831978Z warnings.warn( 2022-09-27T16:43:53.4833099Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4833960Z warnings.warn( 2022-09-27T16:43:53.4835197Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4836237Z warnings.warn( 2022-09-27T16:43:53.4837427Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4838425Z warnings.warn( 2022-09-27T16:43:53.4839582Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4840213Z warnings.warn( 2022-09-27T16:43:53.4841462Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4842283Z warnings.warn( 2022-09-27T16:43:53.4843639Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4844650Z warnings.warn( 2022-09-27T16:43:53.4845993Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4846921Z warnings.warn( 2022-09-27T16:43:53.4848883Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4849712Z warnings.warn( 2022-09-27T16:43:53.4851148Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4851781Z warnings.warn( 2022-09-27T16:43:53.4853230Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4854260Z warnings.warn( 2022-09-27T16:43:53.4855424Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4856297Z warnings.warn( 2022-09-27T16:43:53.4857587Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4858728Z warnings.warn( 2022-09-27T16:43:53.4860108Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4860881Z warnings.warn( 2022-09-27T16:43:53.4861844Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4862689Z warnings.warn( 2022-09-27T16:43:53.4863840Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4864767Z warnings.warn( 2022-09-27T16:43:53.4866027Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4866708Z warnings.warn( 2022-09-27T16:43:53.4868028Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4869010Z warnings.warn( 2022-09-27T16:43:53.4870264Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4871188Z warnings.warn( 2022-09-27T16:43:53.4872649Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4873496Z warnings.warn( 2022-09-27T16:43:53.4874713Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4875703Z warnings.warn( 2022-09-27T16:43:53.4877734Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4879155Z warnings.warn( 2022-09-27T16:43:53.4881030Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4881957Z warnings.warn( 2022-09-27T16:43:53.4882915Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4883709Z warnings.warn( 2022-09-27T16:43:53.4884981Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4885615Z warnings.warn( 2022-09-27T16:43:53.4886867Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4887492Z warnings.warn( 2022-09-27T16:43:53.4889057Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4889967Z warnings.warn( 2022-09-27T16:43:53.4891388Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4892431Z warnings.warn( 2022-09-27T16:43:53.4893885Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4894547Z warnings.warn( 2022-09-27T16:43:53.4895655Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4896315Z warnings.warn( 2022-09-27T16:43:53.4897276Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4897915Z warnings.warn( 2022-09-27T16:43:53.4899281Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4900220Z warnings.warn( 2022-09-27T16:43:53.4901527Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4902425Z warnings.warn( 2022-09-27T16:43:53.4903719Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4904551Z warnings.warn( 2022-09-27T16:43:53.4905867Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4906923Z warnings.warn( 2022-09-27T16:43:53.4908454Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4909418Z warnings.warn( 2022-09-27T16:43:53.4910779Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4911798Z warnings.warn( 2022-09-27T16:43:53.4913323Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4914168Z warnings.warn( 2022-09-27T16:43:53.4915705Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4916589Z warnings.warn( 2022-09-27T16:43:53.4918013Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4918889Z warnings.warn( 2022-09-27T16:43:53.4920271Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4920976Z warnings.warn( 2022-09-27T16:43:53.4922120Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4922759Z warnings.warn( 2022-09-27T16:43:53.4923955Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4924894Z warnings.warn( 2022-09-27T16:43:53.4926253Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4927119Z warnings.warn( 2022-09-27T16:43:53.4928818Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4929684Z warnings.warn( 2022-09-27T16:43:53.4930930Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4931688Z warnings.warn( 2022-09-27T16:43:53.4933386Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4934291Z warnings.warn( 2022-09-27T16:43:53.4935426Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4936124Z warnings.warn( 2022-09-27T16:43:53.4937394Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4938074Z warnings.warn( 2022-09-27T16:43:53.4939027Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4939622Z warnings.warn( 2022-09-27T16:43:53.4940769Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4941376Z warnings.warn( 2022-09-27T16:43:53.4942425Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4943057Z warnings.warn( 2022-09-27T16:43:53.4943994Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4944615Z warnings.warn( 2022-09-27T16:43:53.4945585Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4946419Z warnings.warn( 2022-09-27T16:43:53.4947545Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4948335Z warnings.warn( 2022-09-27T16:43:53.4949305Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4949950Z warnings.warn( 2022-09-27T16:43:53.4950934Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4951647Z warnings.warn( 2022-09-27T16:43:53.4952834Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4953531Z warnings.warn( 2022-09-27T16:43:53.4955075Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4956151Z warnings.warn( 2022-09-27T16:43:53.4957540Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4958400Z warnings.warn( 2022-09-27T16:43:53.4959909Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4960728Z warnings.warn( 2022-09-27T16:43:53.4962200Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4962997Z warnings.warn( 2022-09-27T16:43:53.4964493Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4965556Z warnings.warn( 2022-09-27T16:43:53.4966848Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4968000Z warnings.warn( 2022-09-27T16:43:53.4969616Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4970510Z warnings.warn( 2022-09-27T16:43:53.4971627Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4972556Z warnings.warn( 2022-09-27T16:43:53.4974012Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4974882Z warnings.warn( 2022-09-27T16:43:53.4976171Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4977034Z warnings.warn( 2022-09-27T16:43:53.4978529Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4979162Z warnings.warn( 2022-09-27T16:43:53.4980261Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4981319Z warnings.warn( 2022-09-27T16:43:53.4982842Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4983767Z warnings.warn( 2022-09-27T16:43:53.4985076Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4985983Z warnings.warn( 2022-09-27T16:43:53.4987534Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4988504Z warnings.warn( 2022-09-27T16:43:53.4989968Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4990992Z warnings.warn( 2022-09-27T16:43:53.4992352Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4993227Z warnings.warn( 2022-09-27T16:43:53.4994297Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4994940Z warnings.warn( 2022-09-27T16:43:53.4996156Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4997086Z warnings.warn( 2022-09-27T16:43:53.4998504Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.4999481Z warnings.warn( 2022-09-27T16:43:53.5000968Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5001594Z warnings.warn( 2022-09-27T16:43:53.5002555Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5003330Z warnings.warn( 2022-09-27T16:43:53.5004846Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5005739Z warnings.warn( 2022-09-27T16:43:53.5007048Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5008109Z warnings.warn( 2022-09-27T16:43:53.5009893Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5010868Z warnings.warn( 2022-09-27T16:43:53.5012952Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5014445Z warnings.warn( 2022-09-27T16:43:53.5016654Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5017946Z warnings.warn( 2022-09-27T16:43:53.5019105Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5019926Z warnings.warn( 2022-09-27T16:43:53.5021289Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5022738Z warnings.warn( 2022-09-27T16:43:53.5023763Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5024441Z warnings.warn( 2022-09-27T16:43:53.5026575Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5028085Z warnings.warn( 2022-09-27T16:43:53.5029934Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5031291Z warnings.warn( 2022-09-27T16:43:53.5033281Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5033930Z warnings.warn( 2022-09-27T16:43:53.5034972Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5036443Z warnings.warn( 2022-09-27T16:43:53.5038266Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5039214Z warnings.warn( 2022-09-27T16:43:53.5040351Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5041035Z warnings.warn( 2022-09-27T16:43:53.5042722Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5044115Z warnings.warn( 2022-09-27T16:43:53.5045606Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5046238Z warnings.warn( 2022-09-27T16:43:53.5047208Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5047820Z warnings.warn( 2022-09-27T16:43:53.5049265Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5049895Z warnings.warn( 2022-09-27T16:43:53.5051182Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5052053Z warnings.warn( 2022-09-27T16:43:53.5053713Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5054727Z warnings.warn( 2022-09-27T16:43:53.5056257Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5057242Z warnings.warn( 2022-09-27T16:43:53.5058857Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5059938Z warnings.warn( 2022-09-27T16:43:53.5061432Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5062202Z warnings.warn( 2022-09-27T16:43:53.5063182Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5064361Z warnings.warn( 2022-09-27T16:43:53.5066054Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5067052Z warnings.warn( 2022-09-27T16:43:53.5068517Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5069135Z warnings.warn( 2022-09-27T16:43:53.5070269Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5071178Z warnings.warn( 2022-09-27T16:43:53.5072579Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5073599Z warnings.warn( 2022-09-27T16:43:53.5074971Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5075615Z warnings.warn( 2022-09-27T16:43:53.5076584Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5077305Z warnings.warn( 2022-09-27T16:43:53.5078245Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5078863Z warnings.warn( 2022-09-27T16:43:53.5079824Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5080668Z warnings.warn( 2022-09-27T16:43:53.5081939Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5082677Z warnings.warn( 2022-09-27T16:43:53.5084147Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5085411Z warnings.warn( 2022-09-27T16:43:53.5086627Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5087707Z warnings.warn( 2022-09-27T16:43:53.5089733Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5090423Z warnings.warn( 2022-09-27T16:43:53.5091577Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5092333Z warnings.warn( 2022-09-27T16:43:53.5093379Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5094014Z warnings.warn( 2022-09-27T16:43:53.5094956Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5095552Z warnings.warn( 2022-09-27T16:43:53.5096491Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5097105Z warnings.warn( 2022-09-27T16:43:53.5098075Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5098820Z warnings.warn( 2022-09-27T16:43:53.5099781Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5100408Z warnings.warn( 2022-09-27T16:43:53.5101379Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5102018Z warnings.warn( 2022-09-27T16:43:53.5102977Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5103615Z warnings.warn( 2022-09-27T16:43:53.5104800Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5105692Z warnings.warn( 2022-09-27T16:43:53.5106749Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5107380Z warnings.warn( 2022-09-27T16:43:53.5108323Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5108936Z warnings.warn( 2022-09-27T16:43:53.5109884Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5110481Z warnings.warn( 2022-09-27T16:43:53.5111429Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5112244Z warnings.warn( 2022-09-27T16:43:53.5113415Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5114026Z warnings.warn( 2022-09-27T16:43:53.5114993Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5115701Z warnings.warn( 2022-09-27T16:43:53.5116673Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5117312Z warnings.warn( 2022-09-27T16:43:53.5118237Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5118851Z warnings.warn( 2022-09-27T16:43:53.5119793Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5120407Z warnings.warn( 2022-09-27T16:43:53.5121330Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5121952Z warnings.warn( 2022-09-27T16:43:53.5122899Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5123508Z warnings.warn( 2022-09-27T16:43:53.5124488Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5125120Z warnings.warn( 2022-09-27T16:43:53.5126064Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5126684Z warnings.warn( 2022-09-27T16:43:53.5127634Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5128240Z warnings.warn( 2022-09-27T16:43:53.5129598Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5130224Z warnings.warn( 2022-09-27T16:43:53.5131158Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5131746Z warnings.warn( 2022-09-27T16:43:53.5132679Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5133393Z warnings.warn( 2022-09-27T16:43:53.5134348Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5134973Z warnings.warn( 2022-09-27T16:43:53.5135897Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5136517Z warnings.warn( 2022-09-27T16:43:53.5137462Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5138075Z warnings.warn( 2022-09-27T16:43:53.5139003Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5139620Z warnings.warn( 2022-09-27T16:43:53.5140564Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5141174Z warnings.warn( 2022-09-27T16:43:53.5142187Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5142829Z warnings.warn( 2022-09-27T16:43:53.5143784Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5144482Z warnings.warn( 2022-09-27T16:43:53.5145417Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5146021Z warnings.warn( 2022-09-27T16:43:53.5146994Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5147626Z warnings.warn( 2022-09-27T16:43:53.5148576Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5149179Z warnings.warn( 2022-09-27T16:43:53.5150118Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5150840Z warnings.warn( 2022-09-27T16:43:53.5151793Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5152414Z warnings.warn( 2022-09-27T16:43:53.5153337Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5153950Z warnings.warn( 2022-09-27T16:43:53.5154894Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5155520Z warnings.warn( 2022-09-27T16:43:53.5156451Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5157068Z warnings.warn( 2022-09-27T16:43:53.5158007Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5158627Z warnings.warn( 2022-09-27T16:43:53.5159605Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5160227Z warnings.warn( 2022-09-27T16:43:53.5161193Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5161824Z warnings.warn( 2022-09-27T16:43:53.5162780Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5163387Z warnings.warn( 2022-09-27T16:43:53.5164331Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5164950Z warnings.warn( 2022-09-27T16:43:53.5165895Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5166489Z warnings.warn( 2022-09-27T16:43:53.5167433Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5168110Z warnings.warn( 2022-09-27T16:43:53.5169432Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5170059Z warnings.warn( 2022-09-27T16:43:53.5171008Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5171639Z warnings.warn( 2022-09-27T16:43:53.5172617Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5173239Z warnings.warn( 2022-09-27T16:43:53.5174176Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5174791Z warnings.warn( 2022-09-27T16:43:53.5175746Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5176473Z warnings.warn( 2022-09-27T16:43:53.5177410Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5178027Z warnings.warn( 2022-09-27T16:43:53.5178996Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5179627Z warnings.warn( 2022-09-27T16:43:53.5180574Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5181176Z warnings.warn( 2022-09-27T16:43:53.5182114Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5182723Z warnings.warn( 2022-09-27T16:43:53.5183668Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5184271Z warnings.warn( 2022-09-27T16:43:53.5185213Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5185908Z warnings.warn( 2022-09-27T16:43:53.5186846Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5187461Z warnings.warn( 2022-09-27T16:43:53.5188382Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5188991Z warnings.warn( 2022-09-27T16:43:53.5189937Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5190554Z warnings.warn( 2022-09-27T16:43:53.5191686Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5192386Z warnings.warn( 2022-09-27T16:43:53.5193570Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5194197Z warnings.warn( 2022-09-27T16:43:53.5195134Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5195758Z warnings.warn( 2022-09-27T16:43:53.5196719Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5197352Z warnings.warn( 2022-09-27T16:43:53.5198306Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5198906Z warnings.warn( 2022-09-27T16:43:53.5200064Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5200948Z warnings.warn( 2022-09-27T16:43:53.5201900Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5202491Z warnings.warn( 2022-09-27T16:43:53.5203561Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5204179Z warnings.warn( 2022-09-27T16:43:53.5205113Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5205707Z warnings.warn( 2022-09-27T16:43:53.5206645Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5207264Z warnings.warn( 2022-09-27T16:43:53.5208216Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5209321Z warnings.warn( 2022-09-27T16:43:53.5210256Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5210874Z warnings.warn( 2022-09-27T16:43:53.5211956Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5212611Z warnings.warn( 2022-09-27T16:43:53.5213580Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5214225Z warnings.warn( 2022-09-27T16:43:53.5215191Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5215821Z warnings.warn( 2022-09-27T16:43:53.5216778Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5217405Z warnings.warn( 2022-09-27T16:43:53.5218383Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5219004Z warnings.warn( 2022-09-27T16:43:53.5219947Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5220633Z warnings.warn( 2022-09-27T16:43:53.5221582Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5222193Z warnings.warn( 2022-09-27T16:43:53.5223154Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5223758Z warnings.warn( 2022-09-27T16:43:53.5224714Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5225337Z warnings.warn( 2022-09-27T16:43:53.5226298Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5226923Z warnings.warn( 2022-09-27T16:43:53.5227842Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5228455Z warnings.warn( 2022-09-27T16:43:53.5229744Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5230384Z warnings.warn( 2022-09-27T16:43:53.5231314Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5231938Z warnings.warn( 2022-09-27T16:43:53.5232872Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5233513Z warnings.warn( 2022-09-27T16:43:53.5234452Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5235044Z warnings.warn( 2022-09-27T16:43:53.5236015Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5236652Z warnings.warn( 2022-09-27T16:43:53.5237598Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5238258Z warnings.warn( 2022-09-27T16:43:53.5239214Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5239829Z warnings.warn( 2022-09-27T16:43:53.5240758Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5241367Z warnings.warn( 2022-09-27T16:43:53.5242283Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5242895Z warnings.warn( 2022-09-27T16:43:53.5243840Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5244458Z warnings.warn( 2022-09-27T16:43:53.5245394Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5246019Z warnings.warn( 2022-09-27T16:43:53.5247027Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5247657Z warnings.warn( 2022-09-27T16:43:53.5248774Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5249408Z warnings.warn( 2022-09-27T16:43:53.5250367Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5251024Z warnings.warn( 2022-09-27T16:43:53.5251978Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5252588Z warnings.warn( 2022-09-27T16:43:53.5253532Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5254153Z warnings.warn( 2022-09-27T16:43:53.5255110Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5255805Z warnings.warn( 2022-09-27T16:43:53.5256756Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5257379Z warnings.warn( 2022-09-27T16:43:53.5258316Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5258913Z warnings.warn( 2022-09-27T16:43:53.5259863Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5260481Z warnings.warn( 2022-09-27T16:43:53.5261433Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5262052Z warnings.warn( 2022-09-27T16:43:53.5262984Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5263675Z warnings.warn( 2022-09-27T16:43:53.5264651Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5265284Z warnings.warn( 2022-09-27T16:43:53.5266209Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5266828Z warnings.warn( 2022-09-27T16:43:53.5267767Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5268394Z warnings.warn( 2022-09-27T16:43:53.5269329Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5269927Z warnings.warn( 2022-09-27T16:43:53.5270869Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5271548Z warnings.warn( 2022-09-27T16:43:53.5272503Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5273170Z warnings.warn( 2022-09-27T16:43:53.5274106Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5274727Z warnings.warn( 2022-09-27T16:43:53.5275670Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5276278Z warnings.warn( 2022-09-27T16:43:53.5277481Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5278115Z warnings.warn( 2022-09-27T16:43:53.5279363Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5279979Z warnings.warn( 2022-09-27T16:43:53.5281047Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5281688Z warnings.warn( 2022-09-27T16:43:53.5282661Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5283287Z warnings.warn( 2022-09-27T16:43:53.5284221Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5284843Z warnings.warn( 2022-09-27T16:43:53.5285811Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5286444Z warnings.warn( 2022-09-27T16:43:53.5287382Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5287981Z warnings.warn( 2022-09-27T16:43:53.5289117Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5289833Z warnings.warn( 2022-09-27T16:43:53.5290875Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5291587Z warnings.warn( 2022-09-27T16:43:53.5292819Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5293443Z warnings.warn( 2022-09-27T16:43:53.5294402Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5295009Z warnings.warn( 2022-09-27T16:43:53.5295950Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5296563Z warnings.warn( 2022-09-27T16:43:53.5297513Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5298139Z warnings.warn( 2022-09-27T16:43:53.5299166Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5299807Z warnings.warn( 2022-09-27T16:43:53.5300763Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5301390Z warnings.warn( 2022-09-27T16:43:53.5302324Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5302947Z warnings.warn( 2022-09-27T16:43:53.5303905Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5304529Z warnings.warn( 2022-09-27T16:43:53.5305485Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5306089Z warnings.warn( 2022-09-27T16:43:53.5307022Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5307721Z warnings.warn( 2022-09-27T16:43:53.5308678Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5309280Z warnings.warn( 2022-09-27T16:43:53.5310213Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5310826Z warnings.warn( 2022-09-27T16:43:53.5311775Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5312390Z warnings.warn( 2022-09-27T16:43:53.5313564Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5314237Z warnings.warn( 2022-09-27T16:43:53.5315489Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5316113Z warnings.warn( 2022-09-27T16:43:53.5317110Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5317733Z warnings.warn( 2022-09-27T16:43:53.5318692Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5319308Z warnings.warn( 2022-09-27T16:43:53.5320276Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5320910Z warnings.warn( 2022-09-27T16:43:53.5322094Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5322999Z warnings.warn( 2022-09-27T16:43:53.5323972Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5324615Z warnings.warn( 2022-09-27T16:43:53.5325563Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5326257Z warnings.warn( 2022-09-27T16:43:53.5327230Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5327842Z warnings.warn( 2022-09-27T16:43:53.5328953Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5329580Z warnings.warn( 2022-09-27T16:43:53.5330532Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5331137Z warnings.warn( 2022-09-27T16:43:53.5332087Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5332703Z warnings.warn( 2022-09-27T16:43:53.5333637Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5334246Z warnings.warn( 2022-09-27T16:43:53.5335265Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5335892Z warnings.warn( 2022-09-27T16:43:53.5336834Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5337447Z warnings.warn( 2022-09-27T16:43:53.5338365Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5338982Z warnings.warn( 2022-09-27T16:43:53.5339927Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5340547Z warnings.warn( 2022-09-27T16:43:53.5341465Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5342076Z warnings.warn( 2022-09-27T16:43:53.5343033Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5343792Z warnings.warn( 2022-09-27T16:43:53.5344739Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5345342Z warnings.warn( 2022-09-27T16:43:53.5346285Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5346903Z warnings.warn( 2022-09-27T16:43:53.5347878Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5348497Z warnings.warn( 2022-09-27T16:43:53.5349438Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5350051Z warnings.warn( 2022-09-27T16:43:53.5351036Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5351715Z warnings.warn( 2022-09-27T16:43:53.5352666Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5353290Z warnings.warn( 2022-09-27T16:43:53.5354238Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5354861Z warnings.warn( 2022-09-27T16:43:53.5355785Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5356410Z warnings.warn( 2022-09-27T16:43:53.5357354Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5357968Z warnings.warn( 2022-09-27T16:43:53.5358892Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5359511Z warnings.warn( 2022-09-27T16:43:53.5360471Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5361154Z warnings.warn( 2022-09-27T16:43:53.5362101Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5362699Z warnings.warn( 2022-09-27T16:43:53.5363641Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5364253Z warnings.warn( 2022-09-27T16:43:53.5365203Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5365804Z warnings.warn( 2022-09-27T16:43:53.5366744Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5367362Z warnings.warn( 2022-09-27T16:43:53.5368350Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5369157Z warnings.warn( 2022-09-27T16:43:53.5370102Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5370726Z warnings.warn( 2022-09-27T16:43:53.5371705Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5372349Z warnings.warn( 2022-09-27T16:43:53.5373305Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5373948Z warnings.warn( 2022-09-27T16:43:53.5374887Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5375501Z warnings.warn( 2022-09-27T16:43:53.5376457Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5377169Z warnings.warn( 2022-09-27T16:43:53.5378123Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5378745Z warnings.warn( 2022-09-27T16:43:53.5379704Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5380312Z warnings.warn( 2022-09-27T16:43:53.5381284Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5381918Z warnings.warn( 2022-09-27T16:43:53.5382853Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5383580Z warnings.warn( 2022-09-27T16:43:53.5384754Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5385587Z warnings.warn( 2022-09-27T16:43:53.5386639Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5387271Z warnings.warn( 2022-09-27T16:43:53.5388216Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5388815Z warnings.warn( 2022-09-27T16:43:53.5389991Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5390925Z warnings.warn( 2022-09-27T16:43:53.5391873Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5392492Z warnings.warn( 2022-09-27T16:43:53.5393446Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5394065Z warnings.warn( 2022-09-27T16:43:53.5394996Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5395687Z warnings.warn( 2022-09-27T16:43:53.5396652Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5397285Z warnings.warn( 2022-09-27T16:43:53.5398257Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5398872Z warnings.warn( 2022-09-27T16:43:53.5399845Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5400478Z warnings.warn( 2022-09-27T16:43:53.5401432Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5402033Z warnings.warn( 2022-09-27T16:43:53.5402970Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5403585Z warnings.warn( 2022-09-27T16:43:53.5404583Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5405209Z warnings.warn( 2022-09-27T16:43:53.5406148Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5406768Z warnings.warn( 2022-09-27T16:43:53.5407713Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5408338Z warnings.warn( 2022-09-27T16:43:53.5409485Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5410120Z warnings.warn( 2022-09-27T16:43:53.5411080Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5411713Z warnings.warn( 2022-09-27T16:43:53.5412664Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5413382Z warnings.warn( 2022-09-27T16:43:53.5414351Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5414989Z warnings.warn( 2022-09-27T16:43:53.5415950Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5416559Z warnings.warn( 2022-09-27T16:43:53.5417508Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5418127Z warnings.warn( 2022-09-27T16:43:53.5419071Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5419672Z warnings.warn( 2022-09-27T16:43:53.5420613Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5421308Z warnings.warn( 2022-09-27T16:43:53.5422271Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5422897Z warnings.warn( 2022-09-27T16:43:53.5423818Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5424432Z warnings.warn( 2022-09-27T16:43:53.5425377Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5425996Z warnings.warn( 2022-09-27T16:43:53.5426920Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5427533Z warnings.warn( 2022-09-27T16:43:53.5428473Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5429083Z warnings.warn( 2022-09-27T16:43:53.5430018Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5430701Z warnings.warn( 2022-09-27T16:43:53.5431650Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5432264Z warnings.warn( 2022-09-27T16:43:53.5433217Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5433822Z warnings.warn( 2022-09-27T16:43:53.5434768Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5435386Z warnings.warn( 2022-09-27T16:43:53.5436322Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5436920Z warnings.warn( 2022-09-27T16:43:53.5437913Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5438539Z warnings.warn( 2022-09-27T16:43:53.5439477Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5440069Z warnings.warn( 2022-09-27T16:43:53.5441013Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5441622Z warnings.warn( 2022-09-27T16:43:53.5442558Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5443176Z warnings.warn( 2022-09-27T16:43:53.5444101Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5444713Z warnings.warn( 2022-09-27T16:43:53.5445658Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5446274Z warnings.warn( 2022-09-27T16:43:53.5447265Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5447880Z warnings.warn( 2022-09-27T16:43:53.5448986Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5449613Z warnings.warn( 2022-09-27T16:43:53.5450551Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5451215Z warnings.warn( 2022-09-27T16:43:53.5452160Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5452775Z warnings.warn( 2022-09-27T16:43:53.5453720Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5454320Z warnings.warn( 2022-09-27T16:43:53.5455375Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5456022Z warnings.warn( 2022-09-27T16:43:53.5456959Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5457553Z warnings.warn( 2022-09-27T16:43:53.5458497Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5459117Z warnings.warn( 2022-09-27T16:43:53.5460065Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5460696Z warnings.warn( 2022-09-27T16:43:53.5461622Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5462237Z warnings.warn( 2022-09-27T16:43:53.5463175Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5463861Z warnings.warn( 2022-09-27T16:43:53.5464800Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5465420Z warnings.warn( 2022-09-27T16:43:53.5466353Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5466966Z warnings.warn( 2022-09-27T16:43:53.5467878Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5468499Z warnings.warn( 2022-09-27T16:43:53.5469431Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5470047Z warnings.warn( 2022-09-27T16:43:53.5470994Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5471593Z warnings.warn( 2022-09-27T16:43:53.5472605Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5473232Z warnings.warn( 2022-09-27T16:43:53.5474175Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5474775Z warnings.warn( 2022-09-27T16:43:53.5475726Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5476348Z warnings.warn( 2022-09-27T16:43:53.5477297Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5477920Z warnings.warn( 2022-09-27T16:43:53.5478857Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5479475Z warnings.warn( 2022-09-27T16:43:53.5480412Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5481090Z warnings.warn( 2022-09-27T16:43:53.5482290Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5483201Z warnings.warn( 2022-09-27T16:43:53.5484162Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5484780Z warnings.warn( 2022-09-27T16:43:53.5485719Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5486342Z warnings.warn( 2022-09-27T16:43:53.5487486Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5488201Z warnings.warn( 2022-09-27T16:43:53.5489500Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5490125Z warnings.warn( 2022-09-27T16:43:53.5491175Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5491803Z warnings.warn( 2022-09-27T16:43:53.5492769Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5493377Z warnings.warn( 2022-09-27T16:43:53.5494330Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5494962Z warnings.warn( 2022-09-27T16:43:53.5495945Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5496566Z warnings.warn( 2022-09-27T16:43:53.5497520Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5498146Z warnings.warn( 2022-09-27T16:43:53.5499097Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5499796Z warnings.warn( 2022-09-27T16:43:53.5500756Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5501391Z warnings.warn( 2022-09-27T16:43:53.5502357Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5502994Z warnings.warn( 2022-09-27T16:43:53.5503945Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5504586Z warnings.warn( 2022-09-27T16:43:53.5505555Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5506185Z warnings.warn( 2022-09-27T16:43:53.5507148Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5507818Z warnings.warn( 2022-09-27T16:43:53.5508801Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5509441Z warnings.warn( 2022-09-27T16:43:53.5510379Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5510980Z warnings.warn( 2022-09-27T16:43:53.5511929Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5512556Z warnings.warn( 2022-09-27T16:43:53.5513497Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5514113Z warnings.warn( 2022-09-27T16:43:53.5515038Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5515660Z warnings.warn( 2022-09-27T16:43:53.5516606Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5517278Z warnings.warn( 2022-09-27T16:43:53.5518250Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5518894Z warnings.warn( 2022-09-27T16:43:53.5519883Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5520542Z warnings.warn( 2022-09-27T16:43:53.5521466Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5522085Z warnings.warn( 2022-09-27T16:43:53.5523035Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5523654Z warnings.warn( 2022-09-27T16:43:53.5524658Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5525277Z warnings.warn( 2022-09-27T16:43:53.5526242Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5526870Z warnings.warn( 2022-09-27T16:43:53.5527822Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5528582Z warnings.warn( 2022-09-27T16:43:53.5529561Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5530190Z warnings.warn( 2022-09-27T16:43:53.5531157Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5531789Z warnings.warn( 2022-09-27T16:43:53.5532736Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5533446Z warnings.warn( 2022-09-27T16:43:53.5534421Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5535051Z warnings.warn( 2022-09-27T16:43:53.5536003Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5536644Z warnings.warn( 2022-09-27T16:43:53.5537611Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5538245Z warnings.warn( 2022-09-27T16:43:53.5539188Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5539810Z warnings.warn( 2022-09-27T16:43:53.5540765Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5541389Z warnings.warn( 2022-09-27T16:43:53.5542409Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5543030Z warnings.warn( 2022-09-27T16:43:53.5543992Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5544619Z warnings.warn( 2022-09-27T16:43:53.5545579Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5546193Z warnings.warn( 2022-09-27T16:43:53.5547141Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5547767Z warnings.warn( 2022-09-27T16:43:53.5548731Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5549366Z warnings.warn( 2022-09-27T16:43:53.5550305Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5551026Z warnings.warn( 2022-09-27T16:43:53.5551989Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5552614Z warnings.warn( 2022-09-27T16:43:53.5553543Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5554157Z warnings.warn( 2022-09-27T16:43:53.5555103Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5555728Z warnings.warn( 2022-09-27T16:43:53.5556663Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5557287Z warnings.warn( 2022-09-27T16:43:53.5558510Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5559239Z warnings.warn( 2022-09-27T16:43:53.5560481Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5561088Z warnings.warn( 2022-09-27T16:43:53.5562053Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5562890Z warnings.warn( 2022-09-27T16:43:53.5564103Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5564728Z warnings.warn( 2022-09-27T16:43:53.5565703Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5566337Z warnings.warn( 2022-09-27T16:43:53.5567332Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5567980Z warnings.warn( 2022-09-27T16:43:53.5569084Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5569804Z warnings.warn( 2022-09-27T16:43:53.5570755Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5571363Z warnings.warn( 2022-09-27T16:43:53.5572294Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5572922Z warnings.warn( 2022-09-27T16:43:53.5573865Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5574482Z warnings.warn( 2022-09-27T16:43:53.5575416Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5576038Z warnings.warn( 2022-09-27T16:43:53.5577099Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5577749Z warnings.warn( 2022-09-27T16:43:53.5578701Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5579294Z warnings.warn( 2022-09-27T16:43:53.5580274Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5580911Z warnings.warn( 2022-09-27T16:43:53.5581861Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5582481Z warnings.warn( 2022-09-27T16:43:53.5583452Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5584329Z warnings.warn( 2022-09-27T16:43:53.5585592Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5586300Z warnings.warn( 2022-09-27T16:43:53.5587284Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5587914Z warnings.warn( 2022-09-27T16:43:53.5589103Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5589972Z warnings.warn( 2022-09-27T16:43:53.5590925Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5591542Z warnings.warn( 2022-09-27T16:43:53.5592482Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5593085Z warnings.warn( 2022-09-27T16:43:53.5610013Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5610810Z warnings.warn( 2022-09-27T16:43:53.5612123Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5612795Z warnings.warn( 2022-09-27T16:43:53.5613767Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5614413Z warnings.warn( 2022-09-27T16:43:53.5615381Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5616024Z warnings.warn( 2022-09-27T16:43:53.5616978Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5617622Z warnings.warn( 2022-09-27T16:43:53.5618608Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5619241Z warnings.warn( 2022-09-27T16:43:53.5620447Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5621485Z warnings.warn( 2022-09-27T16:43:53.5622478Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5623116Z warnings.warn( 2022-09-27T16:43:53.5624067Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5624672Z warnings.warn( 2022-09-27T16:43:53.5625649Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5626279Z warnings.warn( 2022-09-27T16:43:53.5627231Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5627856Z warnings.warn( 2022-09-27T16:43:53.5628782Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5629493Z warnings.warn( 2022-09-27T16:43:53.5630460Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5631075Z warnings.warn( 2022-09-27T16:43:53.5632013Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5632635Z warnings.warn( 2022-09-27T16:43:53.5633627Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5634268Z warnings.warn( 2022-09-27T16:43:53.5635232Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5635875Z warnings.warn( 2022-09-27T16:43:53.5636858Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5637497Z warnings.warn( 2022-09-27T16:43:53.5638528Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5639136Z warnings.warn( 2022-09-27T16:43:53.5640073Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5640680Z warnings.warn( 2022-09-27T16:43:53.5641663Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5642296Z warnings.warn( 2022-09-27T16:43:53.5643246Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5643866Z warnings.warn( 2022-09-27T16:43:53.5644816Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5645438Z warnings.warn( 2022-09-27T16:43:53.5646412Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5647039Z warnings.warn( 2022-09-27T16:43:53.5647991Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5648815Z warnings.warn( 2022-09-27T16:43:53.5649758Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5650381Z warnings.warn( 2022-09-27T16:43:53.5651377Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5652004Z warnings.warn( 2022-09-27T16:43:53.5652946Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5653569Z warnings.warn( 2022-09-27T16:43:53.5654522Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5655249Z warnings.warn( 2022-09-27T16:43:53.5656209Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5656819Z warnings.warn( 2022-09-27T16:43:53.5657756Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5658374Z warnings.warn( 2022-09-27T16:43:53.5659325Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5659933Z warnings.warn( 2022-09-27T16:43:53.5661284Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5661932Z warnings.warn( 2022-09-27T16:43:53.5662908Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5663535Z warnings.warn( 2022-09-27T16:43:53.5664551Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5665190Z warnings.warn( 2022-09-27T16:43:53.5666165Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5666800Z warnings.warn( 2022-09-27T16:43:53.5667728Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5668346Z warnings.warn( 2022-09-27T16:43:53.5669307Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5669938Z warnings.warn( 2022-09-27T16:43:53.5670889Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5671522Z warnings.warn( 2022-09-27T16:43:53.5672468Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5673148Z warnings.warn( 2022-09-27T16:43:53.5674099Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5674705Z warnings.warn( 2022-09-27T16:43:53.5675660Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5676282Z warnings.warn( 2022-09-27T16:43:53.5677231Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5677832Z warnings.warn( 2022-09-27T16:43:53.5678776Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5679398Z warnings.warn( 2022-09-27T16:43:53.5680342Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5680966Z warnings.warn( 2022-09-27T16:43:53.5681943Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5682577Z warnings.warn( 2022-09-27T16:43:53.5683530Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5684157Z warnings.warn( 2022-09-27T16:43:53.5685162Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5685785Z warnings.warn( 2022-09-27T16:43:53.5686733Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5687358Z warnings.warn( 2022-09-27T16:43:53.5688307Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5689191Z warnings.warn( 2022-09-27T16:43:53.5690147Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5690859Z warnings.warn( 2022-09-27T16:43:53.5691825Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5692437Z warnings.warn( 2022-09-27T16:43:53.5693402Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5694033Z warnings.warn( 2022-09-27T16:43:53.5694975Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5695575Z warnings.warn( 2022-09-27T16:43:53.5696517Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5697126Z warnings.warn( 2022-09-27T16:43:53.5698126Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5698759Z warnings.warn( 2022-09-27T16:43:53.5699689Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5700308Z warnings.warn( 2022-09-27T16:43:53.5701266Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5701896Z warnings.warn( 2022-09-27T16:43:53.5702824Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5703447Z warnings.warn( 2022-09-27T16:43:53.5704409Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5705041Z warnings.warn( 2022-09-27T16:43:53.5705995Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5706628Z warnings.warn( 2022-09-27T16:43:53.5707661Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5708294Z warnings.warn( 2022-09-27T16:43:53.5709255Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5709861Z warnings.warn( 2022-09-27T16:43:53.5710805Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5711429Z warnings.warn( 2022-09-27T16:43:53.5712238Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5712353Z warnings.warn( 2022-09-27T16:43:53.5713181Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5713294Z warnings.warn( 2022-09-27T16:43:53.5714190Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5714296Z warnings.warn( 2022-09-27T16:43:53.5715122Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5715236Z warnings.warn( 2022-09-27T16:43:53.5716064Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5716176Z warnings.warn( 2022-09-27T16:43:53.5716981Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5717099Z warnings.warn( 2022-09-27T16:43:53.5717899Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5718012Z warnings.warn( 2022-09-27T16:43:53.5718825Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5718993Z warnings.warn( 2022-09-27T16:43:53.5719805Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5719898Z warnings.warn( 2022-09-27T16:43:53.5720692Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5720804Z warnings.warn( 2022-09-27T16:43:53.5721602Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5721717Z warnings.warn( 2022-09-27T16:43:53.5722536Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5722650Z warnings.warn( 2022-09-27T16:43:53.5723454Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5723566Z warnings.warn( 2022-09-27T16:43:53.5724417Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5724537Z warnings.warn( 2022-09-27T16:43:53.5725341Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5725434Z warnings.warn( 2022-09-27T16:43:53.5726242Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5726358Z warnings.warn( 2022-09-27T16:43:53.5727169Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5727283Z warnings.warn( 2022-09-27T16:43:53.5728096Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5728208Z warnings.warn( 2022-09-27T16:43:53.5729209Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5729399Z warnings.warn( 2022-09-27T16:43:53.5730249Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5730360Z warnings.warn( 2022-09-27T16:43:53.5731187Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5731282Z warnings.warn( 2022-09-27T16:43:53.5732115Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5732231Z warnings.warn( 2022-09-27T16:43:53.5733047Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5733159Z warnings.warn( 2022-09-27T16:43:53.5733990Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5734164Z warnings.warn( 2022-09-27T16:43:53.5735013Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5735127Z warnings.warn( 2022-09-27T16:43:53.5735999Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5736114Z warnings.warn( 2022-09-27T16:43:53.5736943Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5737129Z warnings.warn( 2022-09-27T16:43:53.5738101Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5738214Z warnings.warn( 2022-09-27T16:43:53.5739323Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5739439Z warnings.warn( 2022-09-27T16:43:53.5740416Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5740529Z warnings.warn( 2022-09-27T16:43:53.5741327Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5741440Z warnings.warn( 2022-09-27T16:43:53.5742260Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5742376Z warnings.warn( 2022-09-27T16:43:53.5743427Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5743527Z warnings.warn( 2022-09-27T16:43:53.5744614Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5744740Z warnings.warn( 2022-09-27T16:43:53.5745606Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5745727Z warnings.warn( 2022-09-27T16:43:53.5746516Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5746629Z warnings.warn( 2022-09-27T16:43:53.5747445Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5747557Z warnings.warn( 2022-09-27T16:43:53.5748367Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5748479Z warnings.warn( 2022-09-27T16:43:53.5749290Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5749383Z warnings.warn( 2022-09-27T16:43:53.5750192Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5750360Z warnings.warn( 2022-09-27T16:43:53.5751222Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5751334Z warnings.warn( 2022-09-27T16:43:53.5752131Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5752242Z warnings.warn( 2022-09-27T16:43:53.5753051Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5753166Z warnings.warn( 2022-09-27T16:43:53.5753972Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5754082Z warnings.warn( 2022-09-27T16:43:53.5754899Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5754992Z warnings.warn( 2022-09-27T16:43:53.5755868Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5755989Z warnings.warn( 2022-09-27T16:43:53.5756815Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5756929Z warnings.warn( 2022-09-27T16:43:53.5757757Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5757874Z warnings.warn( 2022-09-27T16:43:53.5758700Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5758809Z warnings.warn( 2022-09-27T16:43:53.5759621Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5759733Z warnings.warn( 2022-09-27T16:43:53.5760593Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5760743Z warnings.warn( 2022-09-27T16:43:53.5761604Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5761716Z warnings.warn( 2022-09-27T16:43:53.5762531Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5762643Z warnings.warn( 2022-09-27T16:43:53.5763458Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5763572Z warnings.warn( 2022-09-27T16:43:53.5764385Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5764497Z warnings.warn( 2022-09-27T16:43:53.5765370Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5765491Z warnings.warn( 2022-09-27T16:43:53.5766301Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5766416Z warnings.warn( 2022-09-27T16:43:53.5767199Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5767312Z warnings.warn( 2022-09-27T16:43:53.5768138Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5768255Z warnings.warn( 2022-09-27T16:43:53.5769241Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5769356Z warnings.warn( 2022-09-27T16:43:53.5770175Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5770287Z warnings.warn( 2022-09-27T16:43:53.5771188Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5771301Z warnings.warn( 2022-09-27T16:43:53.5772112Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5772205Z warnings.warn( 2022-09-27T16:43:53.5773020Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5773142Z warnings.warn( 2022-09-27T16:43:53.5773981Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5774093Z warnings.warn( 2022-09-27T16:43:53.5774895Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5775008Z warnings.warn( 2022-09-27T16:43:53.5775889Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5776013Z warnings.warn( 2022-09-27T16:43:53.5776830Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5776942Z warnings.warn( 2022-09-27T16:43:53.5777752Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5777862Z warnings.warn( 2022-09-27T16:43:53.5778656Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5778770Z warnings.warn( 2022-09-27T16:43:53.5779573Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5779686Z warnings.warn( 2022-09-27T16:43:53.5780484Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5780649Z warnings.warn( 2022-09-27T16:43:53.5781475Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5781588Z warnings.warn( 2022-09-27T16:43:53.5782388Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5782500Z warnings.warn( 2022-09-27T16:43:53.5783305Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5783421Z warnings.warn( 2022-09-27T16:43:53.5784221Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5784334Z warnings.warn( 2022-09-27T16:43:53.5785149Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5785260Z warnings.warn( 2022-09-27T16:43:53.5786160Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:53.5786282Z warnings.warn( 2022-09-27T16:43:53.5786386Z ok (0.035s) 2022-09-27T16:43:53.5786580Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:43:53.5786815Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:53.5787003Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:43:53.5787182Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:43:53.5787365Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:43:53.5787568Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:53.5787758Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:43:53.5787961Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:43:53.5788149Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-09-27T16:43:53.5788441Z Check that dictionary access doesn't care about insertion order ... ok (0.013s) 2022-09-27T16:43:53.5837283Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:43:53.5930302Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:43:53.6044135Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:43:53.6055214Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-09-27T16:43:53.6196183Z Check that the trace remembers which keys were in a dict input ... ok (0.015s) 2022-09-27T16:43:53.6277796Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:53.6282896Z test_input_flatten (jit.test_tracer.TestTracer) 2022-09-27T16:43:53.6458768Z Check that inputs to traced functions are flattened ... ok (0.018s) 2022-09-27T16:43:53.6495754Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:43:53.6575574Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:53.6672135Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:43:53.6771998Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:43:53.6876270Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:43:53.7179347Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-09-27T16:43:54.0232022Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... ok (0.305s) 2022-09-27T16:43:54.0383275Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:43:54.0470234Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:43:54.0628242Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:43:54.0688267Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:43:54.0715459Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:43:54.0721226Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-09-27T16:43:54.0827235Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.011s) 2022-09-27T16:43:54.0896540Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:43:54.0991821Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:43:54.1091526Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:43:54.1199842Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:43:54.1224466Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:43:54.1458651Z test_simple (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-09-27T16:43:54.1475241Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:43:54.1594564Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:43:54.1674114Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:54.1947202Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-09-27T16:43:54.2230703Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-09-27T16:43:54.2342374Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:43:54.2377624Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-09-27T16:43:54.2943979Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.056s) 2022-09-27T16:43:54.3041124Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:43:54.3117433Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:54.3192436Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:43:54.3390003Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-09-27T16:43:54.3471093Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:54.3550989Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:54.3718960Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T16:43:54.3830584Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:43:54.3954244Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:43:54.4017849Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:43:54.4098861Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:54.4180920Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:54.4216005Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:43:54.4252400Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:43:54.4286751Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:43:54.4445762Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:43:54.4677903Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-09-27T16:43:54.4952895Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-09-27T16:43:54.5577697Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.062s) 2022-09-27T16:43:54.6032910Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-09-27T16:43:54.6141306Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:43:54.6210166Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:43:54.6286738Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:54.6364873Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:54.6483893Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:43:54.6698445Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T16:43:54.6764043Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:43:54.7040510Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-09-27T16:43:54.7181125Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:43:54.7648242Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-09-27T16:43:54.8000848Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-09-27T16:43:54.8096540Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-09-27T16:43:54.8097106Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-09-27T16:43:54.8097701Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-09-27T16:43:54.8098214Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-09-27T16:43:54.8098763Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-09-27T16:43:54.8099442Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-09-27T16:43:54.8100148Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-09-27T16:43:54.8100704Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-09-27T16:43:54.8101100Z return (%12) 2022-09-27T16:43:54.8101260Z 2022-09-27T16:43:54.8105779Z ok (0.010s) 2022-09-27T16:43:54.8182226Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:54.8318443Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:43:54.8535765Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-09-27T16:43:54.8599697Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:43:54.8706216Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:43:54.8916738Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T16:43:54.8989953Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:43:54.9030297Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:43:54.9178212Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:43:54.9273729Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:43:54.9597227Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-09-27T16:43:54.9651731Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:43:54.9764506Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:43:54.9881699Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:43:54.9966464Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:55.0626998Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.066s) 2022-09-27T16:43:55.0747128Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:43:55.0851341Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:43:55.0965998Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:43:55.1654208Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.069s) 2022-09-27T16:43:55.2417832Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.076s) 2022-09-27T16:43:55.2542354Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:43:55.2685326Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:43:55.2764293Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:55.2886155Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:43:55.2968625Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:43:55.3010859Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:43:55.3045818Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:43:55.3248572Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-09-27T16:43:55.5788601Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... ok (0.254s) 2022-09-27T16:43:55.5806328Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:43:55.6430937Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.062s) 2022-09-27T16:43:55.8160695Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.173s) 2022-09-27T16:43:55.8224684Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:43:55.8313908Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:43:55.8327771Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:55.8788453Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.047s) 2022-09-27T16:43:55.8870488Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-09-27T16:43:55.8970963Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-09-27T16:43:55.9049555Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-09-27T16:43:55.9057405Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:55.9199642Z Types should be shared for identical constant values, and different for different constant values ... ok (0.015s) 2022-09-27T16:43:55.9208672Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:55.9282094Z Types should be shared even if attribute values differ ... ok (0.008s) 2022-09-27T16:43:55.9287964Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:55.9318258Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.003s) 2022-09-27T16:43:55.9398264Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-09-27T16:43:55.9404978Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:55.9558683Z Simple example with a real nn Module ... ok (0.016s) 2022-09-27T16:43:55.9790328Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.023s) 2022-09-27T16:43:55.9799431Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.0241270Z We should be able to differentiate between two ModuleDict instances ... ok (0.045s) 2022-09-27T16:43:56.0251970Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.0513160Z Mutating the value of an attribute should not change type sharing ... ok (0.027s) 2022-09-27T16:43:56.0520742Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.0619084Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.010s) 2022-09-27T16:43:56.0626742Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.0768394Z Different functions passed in should lead to different types ... ok (0.015s) 2022-09-27T16:43:56.0775136Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.0870482Z Same functions passed in should lead to same types ... ok (0.010s) 2022-09-27T16:43:56.0882786Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.1194613Z Even if everything about the module is the same, different originating ... ok (0.032s) 2022-09-27T16:43:56.1201121Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.1350639Z Different functions passed in should lead to different types ... ok (0.016s) 2022-09-27T16:43:56.1358253Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.1460199Z Same functions passed in should lead to same types ... ok (0.011s) 2022-09-27T16:43:56.1764176Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.030s) 2022-09-27T16:43:56.1774267Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.2389502Z If submodules differ, the types should differ. ... ok (0.062s) 2022-09-27T16:43:56.2397662Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.2563457Z Since we can't guarantee that methods are the same between different ... ok (0.017s) 2022-09-27T16:43:56.2572151Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.2660895Z Test that types are not shared if the exclusion of their ... ok (0.010s) 2022-09-27T16:43:56.2667566Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.2736983Z Test that types are shared if the exclusion of their ... ok (0.008s) 2022-09-27T16:43:56.2742622Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.2824730Z Tests that types between instances of a ScriptModule ... ok (0.009s) 2022-09-27T16:43:56.2836337Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:43:56.3114457Z Test that type sharing can be disabled. ... ok (0.029s) 2022-09-27T16:43:56.3334575Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.022s) 2022-09-27T16:43:56.3357867Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:43:56.3420139Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-09-27T16:43:56.3434248Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:43:56.3511790Z Test that module attributes can be ignored. ... ok (0.009s) 2022-09-27T16:43:56.3549829Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-09-27T16:43:56.3565211Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T16:43:56.3574187Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:43:56.3600795Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-09-27T16:43:56.3607429Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T16:43:56.3723423Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-09-27T16:43:56.3749627Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T16:43:56.3767865Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:43:56.3777098Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:43:56.3802959Z Test that using a tuple with no contained types produces an error. ... ok (0.003s) 2022-09-27T16:43:56.3956634Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.015s) 2022-09-27T16:43:56.4106975Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.015s) 2022-09-27T16:43:56.4138941Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T16:43:56.4182824Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:43:56.4256542Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:43:56.4344112Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:43:56.4437456Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:43:56.4762950Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.032s) 2022-09-27T16:43:56.4800828Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:43:56.4823263Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:43:56.4824647Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-09-27T16:43:56.4824968Z def fn(): 2022-09-27T16:43:56.4825229Z l1 = [1, 2, "foo", 3] 2022-09-27T16:43:56.4825590Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:43:56.4825873Z l2 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:43:56.4826197Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:43:56.4826495Z (function emitListLiteral) 2022-09-27T16:43:56.4827631Z ok (0.003s) 2022-09-27T16:43:56.4849497Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:43:56.4850610Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-09-27T16:43:56.4850941Z def fn(): 2022-09-27T16:43:56.4851208Z l1 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:43:56.4851476Z l2 = [1, 2, "foo", 3] 2022-09-27T16:43:56.4851800Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:43:56.4852112Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:43:56.4852397Z return d 2022-09-27T16:43:56.4852644Z (function emitListLiteral) 2022-09-27T16:43:56.4853257Z ok (0.002s) 2022-09-27T16:43:56.4988287Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.013s) 2022-09-27T16:43:56.5209163Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.022s) 2022-09-27T16:43:56.5335290Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.013s) 2022-09-27T16:43:56.5570571Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.023s) 2022-09-27T16:43:56.5638096Z test_list_io (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:43:56.5648211Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-09-27T16:43:56.5810161Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:43:56.5827312Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.002s) 2022-09-27T16:43:56.5938855Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.011s) 2022-09-27T16:43:56.6038075Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.010s) 2022-09-27T16:43:56.6076218Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:43:56.6122798Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:43:56.6210462Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:43:56.6278176Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:43:56.6322182Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:43:56.6506802Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.018s) 2022-09-27T16:43:56.6548802Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:43:56.6639463Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:43:56.6697024Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:43:56.6783295Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T16:43:56.6867270Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T16:43:56.6939420Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:43:56.7021761Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T16:43:56.7039307Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-09-27T16:43:56.7340686Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.030s) 2022-09-27T16:43:56.7418208Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T16:43:56.7482576Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:43:56.7545648Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:43:56.7622266Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T16:43:56.7676132Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:43:56.7827548Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.015s) 2022-09-27T16:43:56.7883218Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:43:56.7945572Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:43:56.7991332Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:43:56.8046143Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:43:56.8091532Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:43:56.8182942Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:43:56.8252151Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:43:56.8302422Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:43:56.8325974Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:43:56.8350062Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:43:56.8427069Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:43:56.8445393Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:43:56.8462770Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:43:56.8482505Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:43:56.8623384Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.014s) 2022-09-27T16:43:56.8668496Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.10/site-packages/torch/_jit_internal.py:1282: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-09-27T16:43:56.8669235Z warnings.warn( 2022-09-27T16:43:56.8734310Z ok (0.011s) 2022-09-27T16:43:56.8811239Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:43:56.8955274Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.014s) 2022-09-27T16:43:56.9034343Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:43:56.9066593Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:43:56.9102285Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:43:56.9136705Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:43:56.9172386Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:43:56.9215824Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:43:56.9342833Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.012s) 2022-09-27T16:43:56.9449136Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.011s) 2022-09-27T16:43:56.9496980Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:43:56.9600011Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:43:56.9706020Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:43:56.9784290Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:43:56.9861224Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:43:56.9962388Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:43:57.0065120Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:43:57.0103373Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:43:57.0149319Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:43:57.0311026Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:43:57.0430166Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.012s) 2022-09-27T16:43:57.0475152Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:43:57.0527755Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:43:57.0654690Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.013s) 2022-09-27T16:43:57.0754704Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:43:57.1193228Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.044s) 2022-09-27T16:43:57.1369635Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.018s) 2022-09-27T16:43:57.1562941Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:43:57.1564047Z File "", line 3 2022-09-27T16:43:57.1564213Z 2022-09-27T16:43:57.1564315Z def fn(): 2022-09-27T16:43:57.1564651Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:43:57.1565203Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:43:57.1565526Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:43:57.1565854Z x.append(torch.tensor(3)) 2022-09-27T16:43:57.1566145Z (function emitListLiteral) 2022-09-27T16:43:57.1704391Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:43:57.1705513Z File "", line 3 2022-09-27T16:43:57.1705695Z 2022-09-27T16:43:57.1705794Z def fn(): 2022-09-27T16:43:57.1706125Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:43:57.1706618Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:43:57.1706942Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:43:57.1707262Z x.append(torch.tensor(3)) 2022-09-27T16:43:57.1707548Z (function emitListLiteral) 2022-09-27T16:43:57.1710850Z ok (0.034s) 2022-09-27T16:43:57.1773936Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:43:57.1803821Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:43:57.1836692Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:43:57.1879407Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.004s) 2022-09-27T16:43:57.2102916Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.022s) 2022-09-27T16:43:57.2117911Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.001s) 2022-09-27T16:43:57.2174317Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-09-27T16:43:57.2226849Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-09-27T16:43:57.2268584Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:43:57.2311674Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:43:57.2383681Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-09-27T16:43:57.2417638Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:43:57.2451396Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:43:57.2487075Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:43:57.2520546Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:43:57.2557975Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:43:57.2634370Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-09-27T16:43:57.2678068Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:43:57.2722905Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:43:57.2760691Z test_warn (jit.test_warn.TestWarn) ... ok (0.004s) 2022-09-27T16:43:57.2796598Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.004s) 2022-09-27T16:43:57.2897183Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.010s) 2022-09-27T16:43:57.2988788Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.009s) 2022-09-27T16:43:57.3090427Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.010s) 2022-09-27T16:43:57.3132564Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.004s) 2022-09-27T16:43:57.3200439Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.007s) 2022-09-27T16:43:57.3235079Z test_with_as (jit.test_with.TestWith) 2022-09-27T16:43:57.4223141Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.102s) 2022-09-27T16:43:57.4247687Z test_with_errors (jit.test_with.TestWith) 2022-09-27T16:43:57.5579346Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.135s) 2022-09-27T16:43:57.5601512Z test_with_exceptions (jit.test_with.TestWith) 2022-09-27T16:43:57.5974520Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.039s) 2022-09-27T16:43:57.6006941Z test_with_no_as (jit.test_with.TestWith) 2022-09-27T16:43:57.7026069Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.105s) 2022-09-27T16:43:57.7043397Z test_with_no_grad (jit.test_with.TestWith) 2022-09-27T16:43:57.7276789Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.025s) 2022-09-27T16:43:57.7289271Z test_with_record_function (jit.test_with.TestWith) 2022-09-27T16:43:57.7532575Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-09-27 16:43:57 4323:4323 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:57.7566651Z STAGE:2022-09-27 16:43:57 4323:4323 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:57.7585600Z ok (0.031s) 2022-09-27T16:43:57.7586271Z 2022-09-27T16:43:57.7586594Z ---------------------------------------------------------------------- 2022-09-27T16:43:57.7587164Z Ran 2528 tests in 170.572s 2022-09-27T16:43:57.7587493Z 2022-09-27T16:43:57.7587796Z OK (skipped=85, expected failures=1) 2022-09-27T16:43:57.7588195Z 2022-09-27T16:43:57.7588405Z Generating XML reports... 2022-09-27T16:43:57.7640935Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927164107.xml 2022-09-27T16:43:57.7665105Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927164107.xml 2022-09-27T16:43:57.7668408Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927164107.xml 2022-09-27T16:43:57.7675915Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927164107.xml 2022-09-27T16:43:57.7698577Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927164107.xml 2022-09-27T16:43:57.7709226Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927164107.xml 2022-09-27T16:43:57.7713787Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927164107.xml 2022-09-27T16:43:57.7724094Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927164107.xml 2022-09-27T16:43:57.7730642Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927164107.xml 2022-09-27T16:43:57.7739258Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_cuda.TestCUDA-20220927164107.xml 2022-09-27T16:43:57.7791392Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927164107.xml 2022-09-27T16:43:57.7808292Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927164107.xml 2022-09-27T16:43:57.7825484Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927164107.xml 2022-09-27T16:43:57.7829704Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927164107.xml 2022-09-27T16:43:57.7840459Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927164107.xml 2022-09-27T16:43:57.7858785Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927164107.xml 2022-09-27T16:43:57.7889695Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927164107.xml 2022-09-27T16:43:57.7899156Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927164107.xml 2022-09-27T16:43:57.7916722Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927164107.xml 2022-09-27T16:43:57.7929851Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927164107.xml 2022-09-27T16:43:57.7977256Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927164107.xml 2022-09-27T16:43:57.7980692Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927164107.xml 2022-09-27T16:43:57.8013977Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927164107.xml 2022-09-27T16:43:57.8017287Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927164107.xml 2022-09-27T16:43:57.8024325Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927164107.xml 2022-09-27T16:43:57.8026931Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927164107.xml 2022-09-27T16:43:57.8030440Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927164107.xml 2022-09-27T16:43:57.8040758Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927164107.xml 2022-09-27T16:43:57.8082341Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927164107.xml 2022-09-27T16:43:57.8086727Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927164107.xml 2022-09-27T16:43:57.8092531Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927164107.xml 2022-09-27T16:43:57.8097233Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927164107.xml 2022-09-27T16:43:57.8127740Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927164107.xml 2022-09-27T16:43:57.8230482Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20220927164107.xml 2022-09-27T16:43:57.8786173Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927164107.xml 2022-09-27T16:43:57.8795417Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927164107.xml 2022-09-27T16:43:57.8870880Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927164107.xml 2022-09-27T16:43:57.8878440Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927164107.xml 2022-09-27T16:43:57.8884404Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927164107.xml 2022-09-27T16:43:57.8905542Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927164107.xml 2022-09-27T16:43:57.8927217Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927164107.xml 2022-09-27T16:43:57.8950690Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927164107.xml 2022-09-27T16:43:57.8955928Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927164107.xml 2022-09-27T16:43:57.8987641Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927164107.xml 2022-09-27T16:43:57.9003442Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927164107.xml 2022-09-27T16:43:57.9006674Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927164107.xml 2022-09-27T16:43:57.9020688Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927164107.xml 2022-09-27T16:43:57.9050523Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927164107.xml 2022-09-27T16:43:57.9055353Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927164107.xml 2022-09-27T16:43:57.9064031Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927164107.xml 2022-09-27T16:43:57.9068063Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927164107.xml 2022-09-27T16:43:57.9104521Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927164107.xml 2022-09-27T16:43:57.9107668Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927164107.xml 2022-09-27T16:43:57.9121236Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927164107.xml 2022-09-27T16:43:57.9129961Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927164107.xml 2022-09-27T16:43:57.9146126Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927164107.xml 2022-09-27T16:43:57.9148381Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927164107.xml 2022-09-27T16:43:57.9178762Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927164107.xml 2022-09-27T16:43:57.9188066Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927164107.xml 2022-09-27T16:43:57.9201658Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927164107.xml 2022-09-27T16:43:57.9214714Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927164107.xml 2022-09-27T16:43:57.9795224Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20220927164107.xml 2022-09-27T16:43:57.9809611Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927164107.xml 2022-09-27T16:43:57.9830904Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927164107.xml 2022-09-27T16:43:57.9847654Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927164107.xml 2022-09-27T16:43:57.9855017Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927164107.xml 2022-09-27T16:43:57.9875269Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927164107.xml 2022-09-27T16:43:57.9881507Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927164107.xml 2022-09-27T16:43:57.9905746Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927164107.xml 2022-09-27T16:43:57.9930896Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927164107.xml 2022-09-27T16:43:57.9939375Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927164107.xml 2022-09-27T16:43:57.9957966Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927164107.xml 2022-09-27T16:43:57.9962355Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927164107.xml 2022-09-27T16:43:57.9991719Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927164107.xml 2022-09-27T16:43:58.0208404Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927164107.xml 2022-09-27T16:43:58.0236011Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927164107.xml 2022-09-27T16:43:58.0251796Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927164107.xml 2022-09-27T16:43:58.0286672Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927164107.xml 2022-09-27T16:43:58.0332854Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927164107.xml 2022-09-27T16:43:58.0337324Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927164107.xml 2022-09-27T16:43:58.0351985Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927164107.xml 2022-09-27T16:43:58.0360392Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927164107.xml 2022-09-27T16:43:58.0369118Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927164107.xml 2022-09-27T16:43:58.0394215Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927164107.xml 2022-09-27T16:43:58.0410023Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927164107.xml 2022-09-27T16:43:58.9155638Z Running test_binary_ufuncs ... [2022-09-27 16:43:58.915020] 2022-09-27T16:43:58.9156553Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:58.915096] 2022-09-27T16:44:03.3639180Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-09-27T16:44:03.5853358Z 2022-09-27T16:44:03.5853693Z Running tests... 2022-09-27T16:44:03.5854247Z ---------------------------------------------------------------------- 2022-09-27T16:44:03.5881875Z test___add___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:03.5894738Z test___add___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.5907026Z test___add___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.5919314Z test___add___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.5931863Z test___add___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.5944599Z test___add___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.5956580Z test___add___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.5968943Z test___add___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.5982138Z test___and___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.5994572Z test___and___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6007046Z test___and___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6019773Z test___and___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6032319Z test___and___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6044864Z test___and___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6057502Z test___and___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6070040Z test___and___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6082739Z test___eq___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6095486Z test___eq___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6108302Z test___eq___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6120786Z test___eq___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6133504Z test___eq___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6145992Z test___eq___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6158727Z test___eq___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6171035Z test___eq___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6184185Z test___floordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6196743Z test___floordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6209356Z test___floordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6222180Z test___floordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6234783Z test___floordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6247412Z test___floordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6260305Z test___floordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6272735Z test___floordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6283943Z test___ge___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6294922Z test___ge___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6305754Z test___ge___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6316650Z test___ge___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6327566Z test___ge___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6338658Z test___ge___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6349521Z test___ge___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6360528Z test___ge___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6372072Z test___gt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6382620Z test___gt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6393350Z test___gt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6404331Z test___gt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6415487Z test___gt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6426296Z test___gt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6437183Z test___gt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6448019Z test___gt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6459224Z test___iadd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6469860Z test___iadd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6480635Z test___iadd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6491589Z test___iadd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6502271Z test___iadd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6512900Z test___iadd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6523496Z test___iadd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6534460Z test___iadd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6545429Z test___iand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6556289Z test___iand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6567030Z test___iand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6578067Z test___iand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6588928Z test___iand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6600040Z test___iand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6611285Z test___iand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6622177Z test___iand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6633193Z test___ifloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6644186Z test___ifloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6655292Z test___ifloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6666087Z test___ifloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6677014Z test___ifloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6687887Z test___ifloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6698972Z test___ifloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6709861Z test___ifloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6721060Z test___ilshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6732058Z test___ilshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6742808Z test___ilshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6753745Z test___ilshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6764565Z test___ilshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6775648Z test___ilshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6786589Z test___ilshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6797371Z test___ilshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6808387Z test___imod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6819537Z test___imod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6830244Z test___imod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6841097Z test___imod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6852183Z test___imod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6863094Z test___imod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6873957Z test___imod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6884822Z test___imod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6896148Z test___imul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6906638Z test___imul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6917157Z test___imul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6927828Z test___imul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6938536Z test___imul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6949185Z test___imul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6959849Z test___imul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6970503Z test___imul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6981575Z test___ior___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.6992527Z test___ior___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7003439Z test___ior___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7014553Z test___ior___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7025344Z test___ior___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7036353Z test___ior___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7047109Z test___ior___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7058234Z test___ior___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7069272Z test___ipow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7080296Z test___ipow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7091378Z test___ipow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7102191Z test___ipow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7113389Z test___ipow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7124028Z test___ipow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7135119Z test___ipow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7146307Z test___ipow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7157284Z test___irshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7168193Z test___irshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7179229Z test___irshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7190051Z test___irshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7200961Z test___irshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7212173Z test___irshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7222946Z test___irshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7233960Z test___irshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7244793Z test___isub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7255633Z test___isub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7266366Z test___isub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7277283Z test___isub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7287850Z test___isub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7298908Z test___isub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7309605Z test___isub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7320267Z test___isub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7331444Z test___itruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7342014Z test___itruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7352873Z test___itruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7363491Z test___itruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7374447Z test___itruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7385231Z test___itruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7395964Z test___itruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7406618Z test___itruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7418169Z test___ixor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7429061Z test___ixor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7439807Z test___ixor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7450867Z test___ixor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7461820Z test___ixor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7472617Z test___ixor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7483485Z test___ixor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7494712Z test___ixor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7505685Z test___le___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7516572Z test___le___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7527331Z test___le___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7538391Z test___le___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7549619Z test___le___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7560804Z test___le___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7571773Z test___le___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7582619Z test___le___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7593797Z test___lshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7604764Z test___lshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7615947Z test___lshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7626803Z test___lshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7637745Z test___lshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7648786Z test___lshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7659882Z test___lshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7670765Z test___lshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7681753Z test___lt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7692955Z test___lt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7703745Z test___lt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7714685Z test___lt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7725477Z test___lt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7736551Z test___lt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7747914Z test___lt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7758429Z test___lt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7769026Z test___matmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7779829Z test___matmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7790391Z test___matmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7801103Z test___matmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7811854Z test___matmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7822508Z test___matmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7833062Z test___matmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7843506Z test___matmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7854608Z test___mod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7865486Z test___mod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7876821Z test___mod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7887234Z test___mod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7898354Z test___mod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7909269Z test___mod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7920040Z test___mod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7931066Z test___mod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7941845Z test___mul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7952399Z test___mul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7963013Z test___mul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7973898Z test___mul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7984476Z test___mul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.7995128Z test___mul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8005787Z test___mul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8016812Z test___mul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8027590Z test___ne___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8038616Z test___ne___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8049396Z test___ne___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8060443Z test___ne___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8071407Z test___ne___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8082282Z test___ne___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8093433Z test___ne___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8104282Z test___ne___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8115360Z test___or___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8126368Z test___or___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8137193Z test___or___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8148022Z test___or___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8158942Z test___or___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8169922Z test___or___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8180935Z test___or___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8191793Z test___or___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8202907Z test___pow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8214106Z test___pow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8224931Z test___pow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8235927Z test___pow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8246737Z test___pow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8258104Z test___pow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8268947Z test___pow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8280180Z test___pow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8290992Z test___radd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8301738Z test___radd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8312349Z test___radd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8322993Z test___radd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8333800Z test___radd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8344401Z test___radd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8355049Z test___radd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8365713Z test___radd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8376982Z test___rand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8387959Z test___rand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8398627Z test___rand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8409393Z test___rand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8420306Z test___rand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8431239Z test___rand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8441976Z test___rand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8453078Z test___rand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8464011Z test___rfloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8475020Z test___rfloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8485809Z test___rfloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8496959Z test___rfloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8507860Z test___rfloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8518806Z test___rfloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8529639Z test___rfloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8540610Z test___rfloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8551912Z test___rlshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8562971Z test___rlshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8574257Z test___rlshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8585227Z test___rlshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8596281Z test___rlshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8607119Z test___rlshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8618368Z test___rlshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8629523Z test___rlshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8640309Z test___rmatmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8650996Z test___rmatmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8661940Z test___rmatmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8672586Z test___rmatmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8683195Z test___rmatmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8694164Z test___rmatmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8704704Z test___rmatmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8715512Z test___rmatmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8727278Z test___rmod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8738469Z test___rmod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8749399Z test___rmod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8760588Z test___rmod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8771723Z test___rmod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8785992Z test___rmod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8797510Z test___rmod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8807853Z test___rmod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8818117Z test___rmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8827984Z test___rmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8837903Z test___rmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8847815Z test___rmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8858226Z test___rmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8868028Z test___rmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8878182Z test___rmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8888043Z test___rmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8898685Z test___ror___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8908649Z test___ror___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8918770Z test___ror___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8928988Z test___ror___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8939409Z test___ror___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8949609Z test___ror___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8959779Z test___ror___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8969836Z test___ror___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8980737Z test___rpow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.8990964Z test___rpow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9001281Z test___rpow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9011901Z test___rpow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9022202Z test___rpow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9032456Z test___rpow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9042974Z test___rpow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9053403Z test___rpow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9064000Z test___rrshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9074347Z test___rrshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9084572Z test___rrshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9095028Z test___rrshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9105492Z test___rrshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9115867Z test___rrshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9126056Z test___rrshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9136501Z test___rrshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9146727Z test___rshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9157105Z test___rshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9167196Z test___rshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9177568Z test___rshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9187707Z test___rshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9197871Z test___rshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9207987Z test___rshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9218377Z test___rshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9228878Z test___rsub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9238947Z test___rsub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9249183Z test___rsub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9259702Z test___rsub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9269968Z test___rsub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9280280Z test___rsub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9290563Z test___rsub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9300984Z test___rsub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9312279Z test___rtruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9322886Z test___rtruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9333543Z test___rtruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9350431Z test___rtruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:03.9361090Z test___rtruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9371852Z test___rtruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9382183Z test___rtruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9392537Z test___rtruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9402856Z test___rxor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9413363Z test___rxor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9423562Z test___rxor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9434076Z test___rxor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9443995Z test___rxor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9454620Z test___rxor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9464884Z test___rxor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9474907Z test___rxor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9484994Z test___sub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9495335Z test___sub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9505269Z test___sub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9515236Z test___sub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9525197Z test___sub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9535435Z test___sub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9545595Z test___sub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9555524Z test___sub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9565913Z test___truediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9576141Z test___truediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9586204Z test___truediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9596292Z test___truediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9606351Z test___truediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9616685Z test___truediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9626698Z test___truediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9636598Z test___truediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9646811Z test___xor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9657223Z test___xor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9667485Z test___xor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9677666Z test___xor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9687794Z test___xor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9698227Z test___xor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9708512Z test___xor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9718547Z test___xor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:44:03.9884808Z test_add_broadcast_empty_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:44:04.0850163Z test_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-09-27T16:44:04.6052454Z test_add_with_tail_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.520s) 2022-09-27T16:44:04.6068098Z test_addcmul_scalars_as_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6087312Z test_addsub_half_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6156976Z test_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:44:04.6258018Z test_atan2_edgecases_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:44:04.6284509Z test_batch_vs_slicing___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6307353Z test_batch_vs_slicing___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6334651Z test_batch_vs_slicing___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6361897Z test_batch_vs_slicing___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6387354Z test_batch_vs_slicing___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6412673Z test_batch_vs_slicing___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6437546Z test_batch_vs_slicing___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6460204Z test_batch_vs_slicing___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6482094Z test_batch_vs_slicing___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6504142Z test_batch_vs_slicing___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6526057Z test_batch_vs_slicing___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6548274Z test_batch_vs_slicing___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6570996Z test_batch_vs_slicing___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6592241Z test_batch_vs_slicing___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6614126Z test_batch_vs_slicing___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6634866Z test_batch_vs_slicing___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6656633Z test_batch_vs_slicing___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6677828Z test_batch_vs_slicing___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.6708696Z test_batch_vs_slicing___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6737358Z test_batch_vs_slicing___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6768877Z test_batch_vs_slicing___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6800848Z test_batch_vs_slicing___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6830652Z test_batch_vs_slicing___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6861657Z test_batch_vs_slicing___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6892086Z test_batch_vs_slicing___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6921064Z test_batch_vs_slicing___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6950160Z test_batch_vs_slicing___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.6979251Z test_batch_vs_slicing___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.7008515Z test_batch_vs_slicing___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.7037906Z test_batch_vs_slicing___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.7063994Z test_batch_vs_slicing___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.7089403Z test_batch_vs_slicing___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7115092Z test_batch_vs_slicing___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7140009Z test_batch_vs_slicing___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7161960Z test_batch_vs_slicing___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7184290Z test_batch_vs_slicing___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7206093Z test_batch_vs_slicing___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7228218Z test_batch_vs_slicing___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7249948Z test_batch_vs_slicing___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7274586Z test_batch_vs_slicing___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7296122Z test_batch_vs_slicing___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7322437Z test_batch_vs_slicing___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.7349960Z test_batch_vs_slicing___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.7375141Z test_batch_vs_slicing___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7399950Z test_batch_vs_slicing___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7424477Z test_batch_vs_slicing___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7446985Z test_batch_vs_slicing___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7468673Z test_batch_vs_slicing___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7490727Z test_batch_vs_slicing___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7512355Z test_batch_vs_slicing___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7534487Z test_batch_vs_slicing___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7556063Z test_batch_vs_slicing___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7579240Z test_batch_vs_slicing___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7601674Z test_batch_vs_slicing___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7623529Z test_batch_vs_slicing___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7646257Z test_batch_vs_slicing___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7669231Z test_batch_vs_slicing___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.7688042Z test_batch_vs_slicing___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:44:04.7689082Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:44:04.7712528Z ok (0.004s) 2022-09-27T16:44:04.7759703Z test_batch_vs_slicing___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:44:04.7799498Z test_batch_vs_slicing___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:44:04.7837747Z test_batch_vs_slicing___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:44:04.7875821Z test_batch_vs_slicing___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:44:04.7913490Z test_batch_vs_slicing___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:44:04.7947971Z test_batch_vs_slicing___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.7983460Z test_batch_vs_slicing___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.8017654Z test_batch_vs_slicing___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.8053742Z test_batch_vs_slicing___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.8087789Z test_batch_vs_slicing___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.8113506Z test_batch_vs_slicing___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8141646Z test_batch_vs_slicing___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.8169169Z test_batch_vs_slicing___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.8194779Z test_batch_vs_slicing___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8221260Z test_batch_vs_slicing___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.8246148Z test_batch_vs_slicing___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8268893Z test_batch_vs_slicing___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8291171Z test_batch_vs_slicing___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8313668Z test_batch_vs_slicing___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8336589Z test_batch_vs_slicing___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8358821Z test_batch_vs_slicing___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8380764Z test_batch_vs_slicing___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8402391Z test_batch_vs_slicing___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8424257Z test_batch_vs_slicing___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8445534Z test_batch_vs_slicing___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8468436Z test_batch_vs_slicing___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8490173Z test_batch_vs_slicing___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8515810Z test_batch_vs_slicing_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8537280Z test_batch_vs_slicing_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8563747Z test_batch_vs_slicing_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.8580050Z test_batch_vs_slicing_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:44:04.8580757Z result = torch.complex(real, imag) 2022-09-27T16:44:04.8593484Z ok (0.003s) 2022-09-27T16:44:04.8620693Z test_batch_vs_slicing_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.8645551Z test_batch_vs_slicing_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8670251Z test_batch_vs_slicing_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8694730Z test_batch_vs_slicing_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8716194Z test_batch_vs_slicing_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8737855Z test_batch_vs_slicing_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8758892Z test_batch_vs_slicing_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8780596Z test_batch_vs_slicing_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8803296Z test_batch_vs_slicing_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8828107Z test_batch_vs_slicing_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8851646Z test_batch_vs_slicing_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8876135Z test_batch_vs_slicing_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8902825Z test_batch_vs_slicing_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:04.8927469Z test_batch_vs_slicing_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8951557Z test_batch_vs_slicing_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8976037Z test_batch_vs_slicing_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.8998819Z test_batch_vs_slicing_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9022264Z test_batch_vs_slicing_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9045453Z test_batch_vs_slicing_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9067928Z test_batch_vs_slicing_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9090237Z test_batch_vs_slicing_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9111922Z test_batch_vs_slicing_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9133180Z test_batch_vs_slicing_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9154495Z test_batch_vs_slicing_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9176973Z test_batch_vs_slicing_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9199296Z test_batch_vs_slicing_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9221402Z test_batch_vs_slicing_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9242356Z test_batch_vs_slicing_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9264332Z test_batch_vs_slicing_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9286373Z test_batch_vs_slicing_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9309112Z test_batch_vs_slicing_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9332003Z test_batch_vs_slicing_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9354529Z test_batch_vs_slicing_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9377294Z test_batch_vs_slicing_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9399757Z test_batch_vs_slicing_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9422662Z test_batch_vs_slicing_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9445406Z test_batch_vs_slicing_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9468023Z test_batch_vs_slicing_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9490518Z test_batch_vs_slicing_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9513190Z test_batch_vs_slicing_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9536159Z test_batch_vs_slicing_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9558659Z test_batch_vs_slicing_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9581302Z test_batch_vs_slicing_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9603266Z test_batch_vs_slicing_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9625556Z test_batch_vs_slicing_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9647788Z test_batch_vs_slicing_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9669105Z test_batch_vs_slicing_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9695008Z test_batch_vs_slicing_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9715769Z test_batch_vs_slicing_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9740232Z test_batch_vs_slicing_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9764377Z test_batch_vs_slicing_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9788839Z test_batch_vs_slicing_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9811002Z test_batch_vs_slicing_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9833033Z test_batch_vs_slicing_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9854007Z test_batch_vs_slicing_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9875182Z test_batch_vs_slicing_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9896392Z test_batch_vs_slicing_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9920830Z test_batch_vs_slicing_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9941768Z test_batch_vs_slicing_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9966752Z test_batch_vs_slicing_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:04.9992267Z test_batch_vs_slicing_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0017516Z test_batch_vs_slicing_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0039375Z test_batch_vs_slicing_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0061771Z test_batch_vs_slicing_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0083174Z test_batch_vs_slicing_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0105583Z test_batch_vs_slicing_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0127364Z test_batch_vs_slicing_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0153897Z test_batch_vs_slicing_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.0180811Z test_batch_vs_slicing_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.0206444Z test_batch_vs_slicing_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0231142Z test_batch_vs_slicing_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0254106Z test_batch_vs_slicing_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0278610Z test_batch_vs_slicing_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0304250Z test_batch_vs_slicing_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0329014Z test_batch_vs_slicing_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0353071Z test_batch_vs_slicing_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0377282Z test_batch_vs_slicing_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0401076Z test_batch_vs_slicing_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0425172Z test_batch_vs_slicing_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0448916Z test_batch_vs_slicing_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0476641Z test_batch_vs_slicing_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.0503741Z test_batch_vs_slicing_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.0530222Z test_batch_vs_slicing_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.0555876Z test_batch_vs_slicing_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0581025Z test_batch_vs_slicing_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0606453Z test_batch_vs_slicing_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0631964Z test_batch_vs_slicing_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0658026Z test_batch_vs_slicing_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0683601Z test_batch_vs_slicing_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0710702Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.0736197Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.0765509Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5396572Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.463s) 2022-09-27T16:44:05.5427832Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5454684Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5480957Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5507214Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5532502Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5557327Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5582810Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5607576Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5633814Z test_batch_vs_slicing_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5661423Z test_batch_vs_slicing_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5687219Z test_batch_vs_slicing_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5714147Z test_batch_vs_slicing_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5741370Z test_batch_vs_slicing_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5767661Z test_batch_vs_slicing_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5794031Z test_batch_vs_slicing_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.5819543Z test_batch_vs_slicing_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5844149Z test_batch_vs_slicing_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5870284Z test_batch_vs_slicing_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5894038Z test_batch_vs_slicing_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5915302Z test_batch_vs_slicing_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5940937Z test_batch_vs_slicing_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5965151Z test_batch_vs_slicing_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.5991044Z test_batch_vs_slicing_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6013562Z test_batch_vs_slicing_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6036637Z test_batch_vs_slicing_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6059670Z test_batch_vs_slicing_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6081444Z test_batch_vs_slicing_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6102830Z test_batch_vs_slicing_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6124419Z test_batch_vs_slicing_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6146433Z test_batch_vs_slicing_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6168204Z test_batch_vs_slicing_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6203968Z test_batch_vs_slicing_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6237094Z test_batch_vs_slicing_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6281522Z test_batch_vs_slicing_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:44:05.6332565Z test_batch_vs_slicing_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:44:05.6365635Z test_batch_vs_slicing_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6399209Z test_batch_vs_slicing_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6426858Z test_batch_vs_slicing_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6460477Z test_batch_vs_slicing_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6492090Z test_batch_vs_slicing_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6524157Z test_batch_vs_slicing_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6556674Z test_batch_vs_slicing_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6588883Z test_batch_vs_slicing_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6597292Z test_batch_vs_slicing_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:44:05.6624966Z test_batch_vs_slicing_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6651627Z test_batch_vs_slicing_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6679671Z test_batch_vs_slicing_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.6703799Z test_batch_vs_slicing_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6727248Z test_batch_vs_slicing_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6751222Z test_batch_vs_slicing_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6775064Z test_batch_vs_slicing_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6798642Z test_batch_vs_slicing_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6823708Z test_batch_vs_slicing_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6844790Z test_batch_vs_slicing_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6869392Z test_batch_vs_slicing_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6894588Z test_batch_vs_slicing_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6918266Z test_batch_vs_slicing_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6940124Z test_batch_vs_slicing_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6961978Z test_batch_vs_slicing_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.6983546Z test_batch_vs_slicing_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7004738Z test_batch_vs_slicing_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7026417Z test_batch_vs_slicing_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7050960Z test_batch_vs_slicing_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7072810Z test_batch_vs_slicing_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7098397Z test_batch_vs_slicing_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7123599Z test_batch_vs_slicing_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7147909Z test_batch_vs_slicing_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7169533Z test_batch_vs_slicing_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7191291Z test_batch_vs_slicing_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7213125Z test_batch_vs_slicing_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7234349Z test_batch_vs_slicing_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7255633Z test_batch_vs_slicing_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7282302Z test_batch_vs_slicing_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.7309235Z test_batch_vs_slicing_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.7335916Z test_batch_vs_slicing_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.7362151Z test_batch_vs_slicing_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:05.7386328Z test_batch_vs_slicing_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7410247Z test_batch_vs_slicing_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7433867Z test_batch_vs_slicing_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7457848Z test_batch_vs_slicing_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.7482267Z test_batch_vs_slicing_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:05.9563614Z test_batch_vs_slicing_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.208s) 2022-09-27T16:44:06.1534594Z test_batch_vs_slicing_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.197s) 2022-09-27T16:44:06.3681078Z test_batch_vs_slicing_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.215s) 2022-09-27T16:44:06.5704509Z test_batch_vs_slicing_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.202s) 2022-09-27T16:44:06.7714145Z test_batch_vs_slicing_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.201s) 2022-09-27T16:44:06.7739045Z test_batch_vs_slicing_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7760848Z test_batch_vs_slicing_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7783827Z test_batch_vs_slicing_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7806432Z test_batch_vs_slicing_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7830110Z test_batch_vs_slicing_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7852549Z test_batch_vs_slicing_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7874894Z test_batch_vs_slicing_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7897222Z test_batch_vs_slicing_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7918365Z test_batch_vs_slicing_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7939704Z test_batch_vs_slicing_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7962525Z test_batch_vs_slicing_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.7983746Z test_batch_vs_slicing_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8007199Z test_batch_vs_slicing_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8030958Z test_batch_vs_slicing_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8054539Z test_batch_vs_slicing_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8075487Z test_batch_vs_slicing_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8097591Z test_batch_vs_slicing_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8119476Z test_batch_vs_slicing_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8141608Z test_batch_vs_slicing_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8163505Z test_batch_vs_slicing_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8190249Z test_batch_vs_slicing_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:06.8212193Z test_batch_vs_slicing_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8237178Z test_batch_vs_slicing_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8263221Z test_batch_vs_slicing_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8288488Z test_batch_vs_slicing_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8311112Z test_batch_vs_slicing_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8332877Z test_batch_vs_slicing_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8354130Z test_batch_vs_slicing_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8376967Z test_batch_vs_slicing_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8398901Z test_batch_vs_slicing_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8424348Z test_batch_vs_slicing_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8448569Z test_batch_vs_slicing_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8473401Z test_batch_vs_slicing_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8498476Z test_batch_vs_slicing_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:06.8546053Z test_batch_vs_slicing_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:44:06.8784752Z test_batch_vs_slicing_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:44:06.8836690Z test_batch_vs_slicing_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:44:06.9100205Z test_batch_vs_slicing_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:44:06.9161660Z test_batch_vs_slicing_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:44:06.9226607Z test_batch_vs_slicing_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:44:06.9302991Z test_batch_vs_slicing_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:44:06.9401051Z test_batch_vs_slicing_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:44:06.9462999Z test_batch_vs_slicing_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:44:06.9524981Z test_batch_vs_slicing_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:44:06.9583017Z test_batch_vs_slicing_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:44:06.9649901Z test_batch_vs_slicing_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:44:06.9713915Z test_batch_vs_slicing_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:44:06.9779295Z test_batch_vs_slicing_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:44:06.9843265Z test_batch_vs_slicing_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:44:06.9909785Z test_batch_vs_slicing_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:44:07.1868924Z test_batch_vs_slicing_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.196s) 2022-09-27T16:44:07.3735069Z test_batch_vs_slicing_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.186s) 2022-09-27T16:44:07.7143490Z test_batch_vs_slicing_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.341s) 2022-09-27T16:44:07.9921465Z test_batch_vs_slicing_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.278s) 2022-09-27T16:44:08.1738127Z test_batch_vs_slicing_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.182s) 2022-09-27T16:44:08.3494817Z test_batch_vs_slicing_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.176s) 2022-09-27T16:44:08.5307658Z test_batch_vs_slicing_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.181s) 2022-09-27T16:44:08.7095571Z test_batch_vs_slicing_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.179s) 2022-09-27T16:44:08.8846595Z test_batch_vs_slicing_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.175s) 2022-09-27T16:44:09.0642275Z test_batch_vs_slicing_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.179s) 2022-09-27T16:44:09.2385021Z test_batch_vs_slicing_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.174s) 2022-09-27T16:44:09.4157584Z test_batch_vs_slicing_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.177s) 2022-09-27T16:44:09.6167452Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.201s) 2022-09-27T16:44:09.8013556Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.184s) 2022-09-27T16:44:10.0009004Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.199s) 2022-09-27T16:44:10.1979623Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.197s) 2022-09-27T16:44:10.3767955Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.179s) 2022-09-27T16:44:10.5483671Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.171s) 2022-09-27T16:44:10.7255038Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.177s) 2022-09-27T16:44:10.9038815Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.178s) 2022-09-27T16:44:11.0801261Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.176s) 2022-09-27T16:44:11.2642343Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.184s) 2022-09-27T16:44:11.4382534Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.174s) 2022-09-27T16:44:11.6100387Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.172s) 2022-09-27T16:44:11.8376177Z test_batch_vs_slicing_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.227s) 2022-09-27T16:44:12.0588801Z test_batch_vs_slicing_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.221s) 2022-09-27T16:44:12.3107032Z test_batch_vs_slicing_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.252s) 2022-09-27T16:44:12.5396729Z test_batch_vs_slicing_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.229s) 2022-09-27T16:44:12.7543495Z test_batch_vs_slicing_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.215s) 2022-09-27T16:44:12.7577723Z test_batch_vs_slicing_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7609088Z test_batch_vs_slicing_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7658078Z test_batch_vs_slicing_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:44:12.7693644Z test_batch_vs_slicing_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7725814Z test_batch_vs_slicing_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7758895Z test_batch_vs_slicing_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7790332Z test_batch_vs_slicing_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7820932Z test_batch_vs_slicing_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7850867Z test_batch_vs_slicing_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7881452Z test_batch_vs_slicing_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7912397Z test_batch_vs_slicing_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7943110Z test_batch_vs_slicing_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:12.7966293Z test_batch_vs_slicing_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.7989020Z test_batch_vs_slicing_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.8012841Z test_batch_vs_slicing_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.8036363Z test_batch_vs_slicing_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.8060030Z test_batch_vs_slicing_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.8082104Z test_batch_vs_slicing_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.8103595Z test_batch_vs_slicing_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.8124705Z test_batch_vs_slicing_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.8146653Z test_batch_vs_slicing_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.8169048Z test_batch_vs_slicing_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.8194115Z test_batch_vs_slicing_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:12.8217363Z test_batch_vs_slicing_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.1607944Z test_batch_vs_slicing_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.339s) 2022-09-27T16:44:13.4893864Z test_batch_vs_slicing_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.328s) 2022-09-27T16:44:13.4918187Z test_batch_vs_slicing_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.4942612Z test_batch_vs_slicing_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.4966901Z test_batch_vs_slicing_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.4989904Z test_batch_vs_slicing_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.5012242Z test_batch_vs_slicing_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.5034453Z test_batch_vs_slicing_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.5056438Z test_batch_vs_slicing_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.5078359Z test_batch_vs_slicing_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.5103945Z test_batch_vs_slicing_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.5125586Z test_batch_vs_slicing_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:13.8464841Z test_batch_vs_slicing_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.334s) 2022-09-27T16:44:14.1766201Z test_batch_vs_slicing_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.330s) 2022-09-27T16:44:14.1792637Z test_batch_vs_slicing_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:14.1816026Z test_batch_vs_slicing_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.1840334Z test_batch_vs_slicing_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.1863701Z test_batch_vs_slicing_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.1885438Z test_batch_vs_slicing_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.1907622Z test_batch_vs_slicing_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.1929295Z test_batch_vs_slicing_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.1952418Z test_batch_vs_slicing_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.1977362Z test_batch_vs_slicing_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.1999985Z test_batch_vs_slicing_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.5323428Z test_batch_vs_slicing_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.332s) 2022-09-27T16:44:14.8588708Z test_batch_vs_slicing_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.326s) 2022-09-27T16:44:14.8613998Z test_batch_vs_slicing_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:14.8638256Z test_batch_vs_slicing_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8674243Z test_batch_vs_slicing_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8685546Z test_batch_vs_slicing_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8707904Z test_batch_vs_slicing_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8729675Z test_batch_vs_slicing_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8751542Z test_batch_vs_slicing_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8774489Z test_batch_vs_slicing_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8798642Z test_batch_vs_slicing_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8820983Z test_batch_vs_slicing_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8844746Z test_batch_vs_slicing_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8868713Z test_batch_vs_slicing_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8892715Z test_batch_vs_slicing_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8914259Z test_batch_vs_slicing_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8937271Z test_batch_vs_slicing_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8957598Z test_batch_vs_slicing_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.8980103Z test_batch_vs_slicing_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9002445Z test_batch_vs_slicing_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9029195Z test_batch_vs_slicing_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:14.9051847Z test_batch_vs_slicing_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9077515Z test_batch_vs_slicing_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9102807Z test_batch_vs_slicing_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9127565Z test_batch_vs_slicing_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9151092Z test_batch_vs_slicing_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9174362Z test_batch_vs_slicing_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9196660Z test_batch_vs_slicing_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9219709Z test_batch_vs_slicing_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9242315Z test_batch_vs_slicing_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9268631Z test_batch_vs_slicing_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:14.9291339Z test_batch_vs_slicing_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9317142Z test_batch_vs_slicing_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9343350Z test_batch_vs_slicing_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:14.9368920Z test_batch_vs_slicing_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9392279Z test_batch_vs_slicing_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9414385Z test_batch_vs_slicing_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9435612Z test_batch_vs_slicing_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9458570Z test_batch_vs_slicing_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9481029Z test_batch_vs_slicing_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9507177Z test_batch_vs_slicing_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9528262Z test_batch_vs_slicing_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9553388Z test_batch_vs_slicing_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9579107Z test_batch_vs_slicing_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9604305Z test_batch_vs_slicing_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9626799Z test_batch_vs_slicing_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9649129Z test_batch_vs_slicing_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9671458Z test_batch_vs_slicing_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9694002Z test_batch_vs_slicing_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9716404Z test_batch_vs_slicing_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9742276Z test_batch_vs_slicing_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9764150Z test_batch_vs_slicing_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9790071Z test_batch_vs_slicing_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9814797Z test_batch_vs_slicing_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9838867Z test_batch_vs_slicing_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9861418Z test_batch_vs_slicing_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9883413Z test_batch_vs_slicing_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9905672Z test_batch_vs_slicing_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9927554Z test_batch_vs_slicing_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9949784Z test_batch_vs_slicing_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9974417Z test_batch_vs_slicing_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:14.9995515Z test_batch_vs_slicing_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.0022314Z test_batch_vs_slicing_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.2900309Z test_batch_vs_slicing_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.288s) 2022-09-27T16:44:15.2927722Z test_batch_vs_slicing_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.2953144Z test_batch_vs_slicing_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.2977566Z test_batch_vs_slicing_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3001495Z test_batch_vs_slicing_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3024174Z test_batch_vs_slicing_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3046186Z test_batch_vs_slicing_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3068033Z test_batch_vs_slicing_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3089984Z test_batch_vs_slicing_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3112426Z test_batch_vs_slicing_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3136119Z test_batch_vs_slicing_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3156891Z test_batch_vs_slicing_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3182378Z test_batch_vs_slicing_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3207434Z test_batch_vs_slicing_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3231707Z test_batch_vs_slicing_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3255114Z test_batch_vs_slicing_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3277542Z test_batch_vs_slicing_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3299016Z test_batch_vs_slicing_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3319846Z test_batch_vs_slicing_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3341205Z test_batch_vs_slicing_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3361972Z test_batch_vs_slicing_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3383411Z test_batch_vs_slicing_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3408109Z test_batch_vs_slicing_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3433307Z test_batch_vs_slicing_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3458648Z test_batch_vs_slicing_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3485722Z test_batch_vs_slicing_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.3512562Z test_batch_vs_slicing_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.3538735Z test_batch_vs_slicing_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.3582293Z test_batch_vs_slicing_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:44:15.3590634Z test_batch_vs_slicing_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:44:15.3619250Z test_batch_vs_slicing_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.3644571Z test_batch_vs_slicing_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3670173Z test_batch_vs_slicing_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3697769Z test_batch_vs_slicing_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.3719900Z test_batch_vs_slicing_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3742456Z test_batch_vs_slicing_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3764507Z test_batch_vs_slicing_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3787038Z test_batch_vs_slicing_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3809022Z test_batch_vs_slicing_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3836958Z test_batch_vs_slicing_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.3863332Z test_batch_vs_slicing_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.3890536Z test_batch_vs_slicing_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.3917126Z test_batch_vs_slicing_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.3940580Z test_batch_vs_slicing_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3963738Z test_batch_vs_slicing_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.3987837Z test_batch_vs_slicing_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4012139Z test_batch_vs_slicing_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4036103Z test_batch_vs_slicing_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4062216Z test_batch_vs_slicing_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4089408Z test_batch_vs_slicing_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.4117418Z test_batch_vs_slicing_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:15.4142263Z test_batch_vs_slicing_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4166609Z test_batch_vs_slicing_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4192332Z test_batch_vs_slicing_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4215076Z test_batch_vs_slicing_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4237381Z test_batch_vs_slicing_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4259762Z test_batch_vs_slicing_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4282158Z test_batch_vs_slicing_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.4305071Z test_batch_vs_slicing_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:15.9056178Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.475s) 2022-09-27T16:44:16.3028426Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.397s) 2022-09-27T16:44:16.7290531Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.426s) 2022-09-27T16:44:16.7314991Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:16.7337786Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:16.7360073Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:16.7384211Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:16.7406742Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:17.4110093Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.670s) 2022-09-27T16:44:18.1909316Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.780s) 2022-09-27T16:44:18.8415957Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.651s) 2022-09-27T16:44:18.8440080Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:18.8463141Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:18.8485140Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:18.8507604Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:18.8529944Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:18.8538812Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8546755Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8554297Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8562618Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8571584Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8580368Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8588698Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8597460Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8606653Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8615247Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8623824Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8632291Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8641431Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8649445Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8658295Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:18.8667507Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:19.2441086Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.377s) 2022-09-27T16:44:19.4974608Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.253s) 2022-09-27T16:44:19.7449494Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.247s) 2022-09-27T16:44:19.7473377Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:19.7496677Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:19.7520113Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:19.7543706Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:19.7567279Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:20.1358828Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.379s) 2022-09-27T16:44:20.3730988Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.237s) 2022-09-27T16:44:20.6164496Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.243s) 2022-09-27T16:44:20.6188437Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:20.6212043Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:20.6235523Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:20.6258953Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:20.6282389Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.0571712Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.429s) 2022-09-27T16:44:21.3672733Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.310s) 2022-09-27T16:44:21.7039850Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.337s) 2022-09-27T16:44:21.7067344Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:21.7093283Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7118039Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7143983Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7168406Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7176933Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7185966Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7194471Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7202946Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7211847Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7219149Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7227910Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7235930Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7243874Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7253521Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7261921Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7269763Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7277822Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7286463Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7295897Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7304643Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7313053Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7321886Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7330305Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7338871Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7347966Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7355682Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7364133Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7372976Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7382513Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7390940Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7399574Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7408868Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7417129Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7426031Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7434695Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7443083Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7452684Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7460666Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7469443Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7478683Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7486779Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7495310Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7503831Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7511755Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:44:21.7537381Z test_batch_vs_slicing_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7560117Z test_batch_vs_slicing_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7585740Z test_batch_vs_slicing_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7611422Z test_batch_vs_slicing_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7636618Z test_batch_vs_slicing_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7661117Z test_batch_vs_slicing_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7684926Z test_batch_vs_slicing_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7709391Z test_batch_vs_slicing_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7733256Z test_batch_vs_slicing_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:21.7758240Z test_batch_vs_slicing_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:22.5009406Z test_batch_vs_slicing_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.725s) 2022-09-27T16:44:23.3998945Z test_batch_vs_slicing_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.899s) 2022-09-27T16:44:24.4829671Z test_batch_vs_slicing_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.083s) 2022-09-27T16:44:24.4876309Z test_batch_vs_slicing_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:44:24.4922141Z test_batch_vs_slicing_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:44:24.4968375Z test_batch_vs_slicing_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:44:24.5014485Z test_batch_vs_slicing_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:44:24.5058340Z test_batch_vs_slicing_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:44:24.5083067Z test_batch_vs_slicing_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5110043Z test_batch_vs_slicing_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5136901Z test_batch_vs_slicing_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5163566Z test_batch_vs_slicing_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5188211Z test_batch_vs_slicing_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5214427Z test_batch_vs_slicing_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5238952Z test_batch_vs_slicing_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5260831Z test_batch_vs_slicing_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5281818Z test_batch_vs_slicing_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5303130Z test_batch_vs_slicing_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5324420Z test_batch_vs_slicing_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5346487Z test_batch_vs_slicing_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5373976Z test_batch_vs_slicing_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5398759Z test_batch_vs_slicing_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5427301Z test_batch_vs_slicing_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5455837Z test_batch_vs_slicing_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5484185Z test_batch_vs_slicing_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5511683Z test_batch_vs_slicing_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5539305Z test_batch_vs_slicing_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5566429Z test_batch_vs_slicing_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5592709Z test_batch_vs_slicing_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5619268Z test_batch_vs_slicing_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5644942Z test_batch_vs_slicing_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5671271Z test_batch_vs_slicing_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5697765Z test_batch_vs_slicing_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5722909Z test_batch_vs_slicing_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5746789Z test_batch_vs_slicing_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5772465Z test_batch_vs_slicing_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5798399Z test_batch_vs_slicing_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5823794Z test_batch_vs_slicing_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5847673Z test_batch_vs_slicing_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5871536Z test_batch_vs_slicing_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5894872Z test_batch_vs_slicing_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5917896Z test_batch_vs_slicing_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5941683Z test_batch_vs_slicing_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:44:24.5969147Z test_binary_op_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:44:24.5981449Z test_binary_op_scalar_device_unspecified_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:44:40.8920022Z test_binary_ops_with_scalars_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (16.294s) 2022-09-27T16:44:40.9375242Z test_bitwise_ops_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:44:40.9810036Z test_bitwise_ops_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:44:41.0345175Z test_bitwise_ops_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:44:41.1033185Z test_bitwise_ops_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-09-27T16:44:41.1571581Z test_bitwise_ops_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:44:41.2009924Z test_bitwise_ops_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:44:41.2060903Z test_bool_tensor_comparison_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:44:41.2810050Z test_broadcasting_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-09-27T16:44:41.3173728Z test_broadcasting_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:41.3542655Z test_broadcasting_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:44:41.3903076Z test_broadcasting_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:41.4262283Z test_broadcasting_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:41.4993817Z test_broadcasting_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:44:41.5352933Z test_broadcasting_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:41.6080966Z test_broadcasting_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:44:41.6439800Z test_broadcasting_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:41.7004880Z test_broadcasting_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:44:41.7359981Z test_broadcasting_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:44:41.8081856Z test_broadcasting_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-09-27T16:44:41.8621030Z test_broadcasting_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:44:41.9418142Z test_broadcasting_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-09-27T16:44:41.9823108Z test_broadcasting_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:44:42.0582954Z test_broadcasting_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-09-27T16:44:42.0978910Z test_broadcasting_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:44:43.4972825Z test_broadcasting_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.399s) 2022-09-27T16:44:43.5541499Z test_broadcasting_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:44:43.5891350Z test_broadcasting_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:44:43.6457431Z test_broadcasting_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:44:43.6807257Z test_broadcasting_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:44:43.7507297Z test_broadcasting_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-09-27T16:44:43.7868759Z test_broadcasting_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:43.8497967Z test_broadcasting_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:44:43.8914152Z test_broadcasting_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:44:45.2796732Z test_broadcasting_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.388s) 2022-09-27T16:44:46.6405690Z test_broadcasting_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.361s) 2022-09-27T16:44:48.0367262Z test_broadcasting_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.396s) 2022-09-27T16:44:49.3911255Z test_broadcasting_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.354s) 2022-09-27T16:44:50.8395697Z test_broadcasting_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.448s) 2022-09-27T16:44:50.8966102Z test_broadcasting_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:44:50.9324891Z test_broadcasting_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:50.9891870Z test_broadcasting_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:44:51.0244180Z test_broadcasting_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:44:51.0812703Z test_broadcasting_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:44:51.1161999Z test_broadcasting_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:44:51.1727413Z test_broadcasting_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:44:51.2075991Z test_broadcasting_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:44:51.2641059Z test_broadcasting_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:44:51.2990883Z test_broadcasting_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:44:51.3715696Z test_broadcasting_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-09-27T16:44:51.4072681Z test_broadcasting_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:51.4795293Z test_broadcasting_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-09-27T16:44:51.5151783Z test_broadcasting_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:51.5884188Z test_broadcasting_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:44:51.6241964Z test_broadcasting_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:51.6974808Z test_broadcasting_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:44:51.7333444Z test_broadcasting_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:51.7903614Z test_broadcasting_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:44:51.8251416Z test_broadcasting_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:44:51.8972254Z test_broadcasting_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-09-27T16:44:51.9332703Z test_broadcasting_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:52.0091109Z test_broadcasting_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-09-27T16:44:52.0479241Z test_broadcasting_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:44:52.1214466Z test_broadcasting_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:44:52.1576351Z test_broadcasting_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:44:52.1585379Z test_cdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:44:52.1593978Z test_cmul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:44:52.2686362Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-09-27T16:44:52.3715247Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-09-27T16:44:52.4635052Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.092s) 2022-09-27T16:45:00.4235572Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (7.960s) 2022-09-27T16:45:00.4832550Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-09-27T16:45:00.5456628Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:45:00.6085782Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:45:08.5299143Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (7.921s) 2022-09-27T16:45:08.5898731Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-09-27T16:45:08.6523917Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:45:08.7141421Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:45:08.7766542Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:45:08.8820008Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-09-27T16:45:08.9791340Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-09-27T16:45:09.0780506Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-09-27T16:45:09.1822175Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-09-27T16:45:09.2783165Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-09-27T16:45:09.3406896Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:45:09.4035118Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:45:09.5034267Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:45:09.6020935Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-09-27T16:45:09.7018642Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:45:09.7959913Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:45:09.8901639Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:45:09.9846606Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:45:10.0782620Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:45:10.1721215Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:45:10.2774246Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-09-27T16:45:10.3739140Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-09-27T16:45:10.4365528Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:45:10.4993557Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:45:10.5993435Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:45:10.6976061Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-09-27T16:45:10.7912841Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:45:10.8849620Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:45:10.9786646Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:45:11.0729025Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:45:11.1666658Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:45:11.2671224Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:45:11.3581111Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-09-27T16:45:11.4159854Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:45:11.4736043Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:45:11.5692131Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-09-27T16:45:11.6558677Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-09-27T16:45:11.7434022Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-09-27T16:45:11.8325282Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.089s) 2022-09-27T16:45:11.9337610Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.101s) 2022-09-27T16:45:12.0254159Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.092s) 2022-09-27T16:45:12.0836133Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:45:12.1418682Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:45:12.2376106Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-09-27T16:45:12.3246256Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-09-27T16:45:12.4134827Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.089s) 2022-09-27T16:45:12.5152215Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-09-27T16:45:12.6070347Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.092s) 2022-09-27T16:45:12.6651152Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:45:12.7234644Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:45:12.8193564Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-09-27T16:45:12.9065448Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-09-27T16:45:13.0076481Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.101s) 2022-09-27T16:45:13.0996090Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.092s) 2022-09-27T16:45:13.1578211Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:45:13.2157166Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:45:13.3118781Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-09-27T16:45:13.4002018Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.088s) 2022-09-27T16:45:13.4884180Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.088s) 2022-09-27T16:45:13.5768775Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.088s) 2022-09-27T16:45:13.6636016Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-09-27T16:45:13.7647541Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.101s) 2022-09-27T16:45:13.8558449Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-09-27T16:45:13.9135985Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:45:13.9711105Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:45:14.0668847Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-09-27T16:45:14.1543692Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-09-27T16:45:14.2428883Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.088s) 2022-09-27T16:45:14.3305687Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.088s) 2022-09-27T16:45:14.4177320Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-09-27T16:45:14.5035116Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.086s) 2022-09-27T16:45:14.5193970Z test_complex_scalar_pow_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:45:14.5361495Z test_complex_scalar_pow_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:45:18.0930187Z test_complex_scalar_pow_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (3.557s) 2022-09-27T16:45:18.1097803Z test_complex_scalar_pow_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:45:18.1254667Z test_complex_scalar_pow_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:45:18.1420077Z test_complex_scalar_pow_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:45:18.1585824Z test_complex_scalar_pow_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:45:18.1749440Z test_complex_scalar_pow_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:45:18.1917093Z test_complex_scalar_pow_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:45:18.2081461Z test_complex_scalar_pow_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:45:18.2106036Z test_contig_size1___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2126576Z test_contig_size1___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2152385Z test_contig_size1___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2178797Z test_contig_size1___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.2202772Z test_contig_size1___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2226927Z test_contig_size1___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2250267Z test_contig_size1___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2270952Z test_contig_size1___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2291716Z test_contig_size1___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2311827Z test_contig_size1___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2332774Z test_contig_size1___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2353162Z test_contig_size1___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2373825Z test_contig_size1___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2392993Z test_contig_size1___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2412358Z test_contig_size1___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2432660Z test_contig_size1___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2453366Z test_contig_size1___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2473870Z test_contig_size1___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2500206Z test_contig_size1___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.2524332Z test_contig_size1___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2552560Z test_contig_size1___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.2579791Z test_contig_size1___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.2604377Z test_contig_size1___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2628760Z test_contig_size1___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2652861Z test_contig_size1___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2675832Z test_contig_size1___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2698955Z test_contig_size1___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2721872Z test_contig_size1___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2745178Z test_contig_size1___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2769230Z test_contig_size1___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2793230Z test_contig_size1___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2815888Z test_contig_size1___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2838164Z test_contig_size1___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2860345Z test_contig_size1___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2880904Z test_contig_size1___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2901737Z test_contig_size1___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2921925Z test_contig_size1___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2942666Z test_contig_size1___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2963298Z test_contig_size1___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.2987291Z test_contig_size1___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3007528Z test_contig_size1___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3033451Z test_contig_size1___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3059513Z test_contig_size1___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.3083220Z test_contig_size1___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3107214Z test_contig_size1___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3130603Z test_contig_size1___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3151338Z test_contig_size1___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3172081Z test_contig_size1___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3192038Z test_contig_size1___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3212710Z test_contig_size1___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3233239Z test_contig_size1___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3254137Z test_contig_size1___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3274417Z test_contig_size1___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3295424Z test_contig_size1___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3314227Z test_contig_size1___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3333758Z test_contig_size1___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3353015Z test_contig_size1___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3376860Z test_contig_size1___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3402744Z test_contig_size1___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3428221Z test_contig_size1___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3452503Z test_contig_size1___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3477022Z test_contig_size1___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3501696Z test_contig_size1___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3523184Z test_contig_size1___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3544858Z test_contig_size1___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3564608Z test_contig_size1___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3586555Z test_contig_size1___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3606652Z test_contig_size1___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3630021Z test_contig_size1___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3655975Z test_contig_size1___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3681835Z test_contig_size1___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3706232Z test_contig_size1___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3728894Z test_contig_size1___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3752039Z test_contig_size1___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3772989Z test_contig_size1___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3793615Z test_contig_size1___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3814419Z test_contig_size1___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3833652Z test_contig_size1___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3853278Z test_contig_size1___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3872334Z test_contig_size1___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3892109Z test_contig_size1___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3912823Z test_contig_size1___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3933386Z test_contig_size1___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3952720Z test_contig_size1___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3973418Z test_contig_size1___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.3997058Z test_contig_size1_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4016406Z test_contig_size1_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4041571Z test_contig_size1_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4066307Z test_contig_size1_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4090619Z test_contig_size1_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4113523Z test_contig_size1_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4137539Z test_contig_size1_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4159930Z test_contig_size1_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4179584Z test_contig_size1_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4199071Z test_contig_size1_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4218169Z test_contig_size1_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4237251Z test_contig_size1_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4257150Z test_contig_size1_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4279691Z test_contig_size1_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4302015Z test_contig_size1_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4325619Z test_contig_size1_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4349756Z test_contig_size1_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4373676Z test_contig_size1_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4394614Z test_contig_size1_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4416017Z test_contig_size1_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4437648Z test_contig_size1_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4458733Z test_contig_size1_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4480486Z test_contig_size1_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4501122Z test_contig_size1_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4521620Z test_contig_size1_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4542376Z test_contig_size1_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4561320Z test_contig_size1_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4580811Z test_contig_size1_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4600237Z test_contig_size1_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4619849Z test_contig_size1_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4639201Z test_contig_size1_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4658413Z test_contig_size1_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4678301Z test_contig_size1_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4699077Z test_contig_size1_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4719856Z test_contig_size1_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4739377Z test_contig_size1_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4758543Z test_contig_size1_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4777602Z test_contig_size1_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4796877Z test_contig_size1_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4816625Z test_contig_size1_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4837278Z test_contig_size1_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4856677Z test_contig_size1_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4875605Z test_contig_size1_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4896391Z test_contig_size1_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4917012Z test_contig_size1_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4937420Z test_contig_size1_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4957928Z test_contig_size1_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4978855Z test_contig_size1_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.4998154Z test_contig_size1_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5018077Z test_contig_size1_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5037760Z test_contig_size1_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5060408Z test_contig_size1_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5079385Z test_contig_size1_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5101857Z test_contig_size1_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5124333Z test_contig_size1_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5146782Z test_contig_size1_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5166063Z test_contig_size1_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5186879Z test_contig_size1_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5207206Z test_contig_size1_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5228070Z test_contig_size1_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5247828Z test_contig_size1_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5271627Z test_contig_size1_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5291110Z test_contig_size1_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5314780Z test_contig_size1_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5337706Z test_contig_size1_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5359919Z test_contig_size1_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5380140Z test_contig_size1_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5399962Z test_contig_size1_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5420331Z test_contig_size1_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5440828Z test_contig_size1_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5461674Z test_contig_size1_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5486327Z test_contig_size1_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5509484Z test_contig_size1_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5532493Z test_contig_size1_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5554954Z test_contig_size1_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5577592Z test_contig_size1_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5601148Z test_contig_size1_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5625011Z test_contig_size1_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5648355Z test_contig_size1_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5670794Z test_contig_size1_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5693279Z test_contig_size1_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5715612Z test_contig_size1_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5738168Z test_contig_size1_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5758966Z test_contig_size1_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5784577Z test_contig_size1_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5809922Z test_contig_size1_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5834168Z test_contig_size1_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5858185Z test_contig_size1_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5880626Z test_contig_size1_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5903742Z test_contig_size1_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5926598Z test_contig_size1_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5950492Z test_contig_size1_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5973567Z test_contig_size1_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.5997498Z test_contig_size1_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6020341Z test_contig_size1_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6046192Z test_contig_size1_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6072517Z test_contig_size1_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.6098928Z test_contig_size1_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.6124172Z test_contig_size1_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6148508Z test_contig_size1_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6172506Z test_contig_size1_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6195328Z test_contig_size1_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6218354Z test_contig_size1_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6240570Z test_contig_size1_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6264361Z test_contig_size1_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6286880Z test_contig_size1_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6311100Z test_contig_size1_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6336724Z test_contig_size1_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6361948Z test_contig_size1_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6386884Z test_contig_size1_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6410939Z test_contig_size1_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6433871Z test_contig_size1_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6458204Z test_contig_size1_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6482051Z test_contig_size1_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6506564Z test_contig_size1_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6528977Z test_contig_size1_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6548446Z test_contig_size1_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6572477Z test_contig_size1_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6596118Z test_contig_size1_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6618839Z test_contig_size1_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6640559Z test_contig_size1_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6662754Z test_contig_size1_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6684967Z test_contig_size1_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6705840Z test_contig_size1_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6724989Z test_contig_size1_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6744720Z test_contig_size1_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6764953Z test_contig_size1_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6785597Z test_contig_size1_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6809690Z test_contig_size1_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6832341Z test_contig_size1_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6856937Z test_contig_size1_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6882654Z test_contig_size1_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6906823Z test_contig_size1_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6930552Z test_contig_size1_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6954171Z test_contig_size1_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6977214Z test_contig_size1_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.6998225Z test_contig_size1_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7021208Z test_contig_size1_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7043985Z test_contig_size1_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7065516Z test_contig_size1_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7076264Z test_contig_size1_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:45:18.7101099Z test_contig_size1_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7126246Z test_contig_size1_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7151305Z test_contig_size1_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7174070Z test_contig_size1_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7195034Z test_contig_size1_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7216313Z test_contig_size1_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7238538Z test_contig_size1_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7260865Z test_contig_size1_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7284699Z test_contig_size1_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7304479Z test_contig_size1_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7326569Z test_contig_size1_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7349259Z test_contig_size1_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7373023Z test_contig_size1_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7392846Z test_contig_size1_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7412328Z test_contig_size1_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7431427Z test_contig_size1_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7450631Z test_contig_size1_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7471215Z test_contig_size1_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7495571Z test_contig_size1_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7516473Z test_contig_size1_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7539278Z test_contig_size1_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7562681Z test_contig_size1_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7585336Z test_contig_size1_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7604672Z test_contig_size1_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7623978Z test_contig_size1_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7644673Z test_contig_size1_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7665397Z test_contig_size1_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7685994Z test_contig_size1_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7711617Z test_contig_size1_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7736146Z test_contig_size1_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7759844Z test_contig_size1_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7783248Z test_contig_size1_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7805939Z test_contig_size1_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7828109Z test_contig_size1_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7848711Z test_contig_size1_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7870014Z test_contig_size1_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7891026Z test_contig_size1_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7910372Z test_contig_size1_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7930925Z test_contig_size1_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7951431Z test_contig_size1_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7972394Z test_contig_size1_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.7992980Z test_contig_size1_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8015830Z test_contig_size1_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8036134Z test_contig_size1_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8058494Z test_contig_size1_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8080971Z test_contig_size1_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8103143Z test_contig_size1_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8124025Z test_contig_size1_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8144467Z test_contig_size1_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8165134Z test_contig_size1_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8185790Z test_contig_size1_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8206517Z test_contig_size1_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8228830Z test_contig_size1_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8249284Z test_contig_size1_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8271581Z test_contig_size1_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8293980Z test_contig_size1_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8315944Z test_contig_size1_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8337036Z test_contig_size1_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8357479Z test_contig_size1_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8377918Z test_contig_size1_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8397928Z test_contig_size1_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8417502Z test_contig_size1_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8439913Z test_contig_size1_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8459357Z test_contig_size1_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8483121Z test_contig_size1_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8507253Z test_contig_size1_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8530858Z test_contig_size1_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8551560Z test_contig_size1_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8572487Z test_contig_size1_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8592646Z test_contig_size1_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8612892Z test_contig_size1_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8633457Z test_contig_size1_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8657936Z test_contig_size1_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8681692Z test_contig_size1_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8705522Z test_contig_size1_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8727614Z test_contig_size1_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8750097Z test_contig_size1_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8774065Z test_contig_size1_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8797746Z test_contig_size1_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8823023Z test_contig_size1_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8847812Z test_contig_size1_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8871875Z test_contig_size1_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8899683Z test_contig_size1_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.8926979Z test_contig_size1_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.8951866Z test_contig_size1_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.8976915Z test_contig_size1_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9001456Z test_contig_size1_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9025332Z test_contig_size1_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9048879Z test_contig_size1_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9072767Z test_contig_size1_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9096665Z test_contig_size1_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9120167Z test_contig_size1_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9143352Z test_contig_size1_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9163374Z test_contig_size1_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9189755Z test_contig_size1_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.9216594Z test_contig_size1_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.9240705Z test_contig_size1_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9265038Z test_contig_size1_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9288728Z test_contig_size1_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9308740Z test_contig_size1_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9328579Z test_contig_size1_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9349169Z test_contig_size1_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9369933Z test_contig_size1_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9390990Z test_contig_size1_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9415520Z test_contig_size1_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9436186Z test_contig_size1_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9461029Z test_contig_size1_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9486425Z test_contig_size1_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9509307Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9533656Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9557685Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9577327Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9598074Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9619081Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9639715Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9660858Z test_contig_size1_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9687701Z test_contig_size1_large_dim___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.9711338Z test_contig_size1_large_dim___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9745386Z test_contig_size1_large_dim___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.9776909Z test_contig_size1_large_dim___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.9803840Z test_contig_size1_large_dim___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.9831200Z test_contig_size1_large_dim___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.9859706Z test_contig_size1_large_dim___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:18.9883253Z test_contig_size1_large_dim___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9906040Z test_contig_size1_large_dim___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9928873Z test_contig_size1_large_dim___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9952135Z test_contig_size1_large_dim___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9975746Z test_contig_size1_large_dim___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:18.9998755Z test_contig_size1_large_dim___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0022391Z test_contig_size1_large_dim___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0045657Z test_contig_size1_large_dim___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0068776Z test_contig_size1_large_dim___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0092092Z test_contig_size1_large_dim___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0115416Z test_contig_size1_large_dim___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0145206Z test_contig_size1_large_dim___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0174856Z test_contig_size1_large_dim___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0208492Z test_contig_size1_large_dim___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0242646Z test_contig_size1_large_dim___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0272498Z test_contig_size1_large_dim___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0302254Z test_contig_size1_large_dim___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0333047Z test_contig_size1_large_dim___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0360688Z test_contig_size1_large_dim___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0388465Z test_contig_size1_large_dim___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0418281Z test_contig_size1_large_dim___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0445755Z test_contig_size1_large_dim___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0473687Z test_contig_size1_large_dim___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0500872Z test_contig_size1_large_dim___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0526919Z test_contig_size1_large_dim___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0553648Z test_contig_size1_large_dim___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0582407Z test_contig_size1_large_dim___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0604104Z test_contig_size1_large_dim___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0625790Z test_contig_size1_large_dim___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0646998Z test_contig_size1_large_dim___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0670490Z test_contig_size1_large_dim___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0694014Z test_contig_size1_large_dim___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0721023Z test_contig_size1_large_dim___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0744175Z test_contig_size1_large_dim___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0777308Z test_contig_size1_large_dim___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0808265Z test_contig_size1_large_dim___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0835823Z test_contig_size1_large_dim___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0861642Z test_contig_size1_large_dim___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0888589Z test_contig_size1_large_dim___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.0910410Z test_contig_size1_large_dim___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0932816Z test_contig_size1_large_dim___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0954886Z test_contig_size1_large_dim___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.0978987Z test_contig_size1_large_dim___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1002444Z test_contig_size1_large_dim___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1025829Z test_contig_size1_large_dim___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1048745Z test_contig_size1_large_dim___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1072298Z test_contig_size1_large_dim___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1096049Z test_contig_size1_large_dim___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1119644Z test_contig_size1_large_dim___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1143278Z test_contig_size1_large_dim___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1170061Z test_contig_size1_large_dim___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.1203845Z test_contig_size1_large_dim___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.1232678Z test_contig_size1_large_dim___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.1259300Z test_contig_size1_large_dim___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.1285229Z test_contig_size1_large_dim___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1314564Z test_contig_size1_large_dim___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.1339354Z test_contig_size1_large_dim___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1363229Z test_contig_size1_large_dim___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1387517Z test_contig_size1_large_dim___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1411990Z test_contig_size1_large_dim___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1436522Z test_contig_size1_large_dim___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1462333Z test_contig_size1_large_dim___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1494243Z test_contig_size1_large_dim___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.1521688Z test_contig_size1_large_dim___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.1547562Z test_contig_size1_large_dim___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1573753Z test_contig_size1_large_dim___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1598911Z test_contig_size1_large_dim___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1621209Z test_contig_size1_large_dim___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1644330Z test_contig_size1_large_dim___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1667617Z test_contig_size1_large_dim___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1690472Z test_contig_size1_large_dim___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1713791Z test_contig_size1_large_dim___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1737041Z test_contig_size1_large_dim___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1759892Z test_contig_size1_large_dim___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1783380Z test_contig_size1_large_dim___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1805743Z test_contig_size1_large_dim___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1829473Z test_contig_size1_large_dim___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1853373Z test_contig_size1_large_dim___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1879461Z test_contig_size1_large_dim_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.1903164Z test_contig_size1_large_dim_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.1936608Z test_contig_size1_large_dim_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.1965849Z test_contig_size1_large_dim_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.1997472Z test_contig_size1_large_dim_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.2024020Z test_contig_size1_large_dim_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.2048965Z test_contig_size1_large_dim_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2076081Z test_contig_size1_large_dim_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.2099487Z test_contig_size1_large_dim_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2122751Z test_contig_size1_large_dim_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2146318Z test_contig_size1_large_dim_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2169457Z test_contig_size1_large_dim_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2193103Z test_contig_size1_large_dim_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2218887Z test_contig_size1_large_dim_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2241901Z test_contig_size1_large_dim_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2266998Z test_contig_size1_large_dim_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2293916Z test_contig_size1_large_dim_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.2320311Z test_contig_size1_large_dim_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.2345519Z test_contig_size1_large_dim_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2369023Z test_contig_size1_large_dim_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2392566Z test_contig_size1_large_dim_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2416213Z test_contig_size1_large_dim_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2441275Z test_contig_size1_large_dim_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2464516Z test_contig_size1_large_dim_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2487959Z test_contig_size1_large_dim_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2511475Z test_contig_size1_large_dim_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2534625Z test_contig_size1_large_dim_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2557826Z test_contig_size1_large_dim_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2581189Z test_contig_size1_large_dim_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2602925Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2626518Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2647723Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2669578Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2691143Z test_contig_size1_large_dim_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2712558Z test_contig_size1_large_dim_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2734463Z test_contig_size1_large_dim_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2756312Z test_contig_size1_large_dim_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2778434Z test_contig_size1_large_dim_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2801470Z test_contig_size1_large_dim_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2823318Z test_contig_size1_large_dim_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2844762Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2868209Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2891438Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2914863Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2938353Z test_contig_size1_large_dim_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2961399Z test_contig_size1_large_dim_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.2984976Z test_contig_size1_large_dim_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3008527Z test_contig_size1_large_dim_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3031069Z test_contig_size1_large_dim_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3054996Z test_contig_size1_large_dim_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3075966Z test_contig_size1_large_dim_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3101502Z test_contig_size1_large_dim_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3122901Z test_contig_size1_large_dim_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3149705Z test_contig_size1_large_dim_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3177132Z test_contig_size1_large_dim_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3205218Z test_contig_size1_large_dim_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3228687Z test_contig_size1_large_dim_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3250046Z test_contig_size1_large_dim_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3273156Z test_contig_size1_large_dim_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3296521Z test_contig_size1_large_dim_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3319600Z test_contig_size1_large_dim_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3347181Z test_contig_size1_large_dim_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3369925Z test_contig_size1_large_dim_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3396712Z test_contig_size1_large_dim_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3423562Z test_contig_size1_large_dim_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3452237Z test_contig_size1_large_dim_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3475432Z test_contig_size1_large_dim_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3497281Z test_contig_size1_large_dim_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3518600Z test_contig_size1_large_dim_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3541505Z test_contig_size1_large_dim_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3564807Z test_contig_size1_large_dim_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3592739Z test_contig_size1_large_dim_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3622632Z test_contig_size1_large_dim_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3649561Z test_contig_size1_large_dim_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3676579Z test_contig_size1_large_dim_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3701809Z test_contig_size1_large_dim_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3728477Z test_contig_size1_large_dim_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3753690Z test_contig_size1_large_dim_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3780155Z test_contig_size1_large_dim_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3803436Z test_contig_size1_large_dim_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3827091Z test_contig_size1_large_dim_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3850512Z test_contig_size1_large_dim_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3874077Z test_contig_size1_large_dim_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3899270Z test_contig_size1_large_dim_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.3928394Z test_contig_size1_large_dim_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3957262Z test_contig_size1_large_dim_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.3986168Z test_contig_size1_large_dim_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4014932Z test_contig_size1_large_dim_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4042044Z test_contig_size1_large_dim_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4069241Z test_contig_size1_large_dim_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4096685Z test_contig_size1_large_dim_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4123933Z test_contig_size1_large_dim_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4151261Z test_contig_size1_large_dim_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4180638Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4207770Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4239542Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4269484Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4299455Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4326677Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4355357Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4384258Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4411467Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4438502Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4465638Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4492942Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4520200Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4549687Z test_contig_size1_large_dim_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4579502Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4608266Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4636948Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4664215Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4691476Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4719157Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4746827Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4774418Z test_contig_size1_large_dim_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4799241Z test_contig_size1_large_dim_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.4822840Z test_contig_size1_large_dim_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.4849978Z test_contig_size1_large_dim_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4875791Z test_contig_size1_large_dim_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.4902483Z test_contig_size1_large_dim_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.4927196Z test_contig_size1_large_dim_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.4952276Z test_contig_size1_large_dim_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.4977633Z test_contig_size1_large_dim_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5000564Z test_contig_size1_large_dim_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5024467Z test_contig_size1_large_dim_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5047291Z test_contig_size1_large_dim_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5070635Z test_contig_size1_large_dim_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5093951Z test_contig_size1_large_dim_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5121408Z test_contig_size1_large_dim_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5146776Z test_contig_size1_large_dim_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5176817Z test_contig_size1_large_dim_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5205214Z test_contig_size1_large_dim_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5231902Z test_contig_size1_large_dim_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5258950Z test_contig_size1_large_dim_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5285487Z test_contig_size1_large_dim_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5310725Z test_contig_size1_large_dim_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5336294Z test_contig_size1_large_dim_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5361396Z test_contig_size1_large_dim_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5386793Z test_contig_size1_large_dim_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5412400Z test_contig_size1_large_dim_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5426488Z test_contig_size1_large_dim_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:45:19.5458693Z test_contig_size1_large_dim_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5485222Z test_contig_size1_large_dim_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5512349Z test_contig_size1_large_dim_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5536342Z test_contig_size1_large_dim_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5561141Z test_contig_size1_large_dim_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5586479Z test_contig_size1_large_dim_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5611902Z test_contig_size1_large_dim_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5637095Z test_contig_size1_large_dim_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5662288Z test_contig_size1_large_dim_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5683542Z test_contig_size1_large_dim_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5709041Z test_contig_size1_large_dim_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5734744Z test_contig_size1_large_dim_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5761270Z test_contig_size1_large_dim_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5784317Z test_contig_size1_large_dim_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5807869Z test_contig_size1_large_dim_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5831083Z test_contig_size1_large_dim_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5853038Z test_contig_size1_large_dim_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5874366Z test_contig_size1_large_dim_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5899643Z test_contig_size1_large_dim_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5922183Z test_contig_size1_large_dim_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.5949084Z test_contig_size1_large_dim_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.5976109Z test_contig_size1_large_dim_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.6002863Z test_contig_size1_large_dim_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.6026344Z test_contig_size1_large_dim_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6049425Z test_contig_size1_large_dim_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6072393Z test_contig_size1_large_dim_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6095617Z test_contig_size1_large_dim_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6118718Z test_contig_size1_large_dim_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6146716Z test_contig_size1_large_dim_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.6175676Z test_contig_size1_large_dim_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.6204414Z test_contig_size1_large_dim_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.6235093Z test_contig_size1_large_dim_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.6260529Z test_contig_size1_large_dim_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6285856Z test_contig_size1_large_dim_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6310929Z test_contig_size1_large_dim_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6336356Z test_contig_size1_large_dim_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6361809Z test_contig_size1_large_dim_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6384971Z test_contig_size1_large_dim_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6407838Z test_contig_size1_large_dim_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6430762Z test_contig_size1_large_dim_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6452317Z test_contig_size1_large_dim_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6475292Z test_contig_size1_large_dim_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6499009Z test_contig_size1_large_dim_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6521828Z test_contig_size1_large_dim_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6546860Z test_contig_size1_large_dim_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6571875Z test_contig_size1_large_dim_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6596542Z test_contig_size1_large_dim_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6619743Z test_contig_size1_large_dim_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6642898Z test_contig_size1_large_dim_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6666244Z test_contig_size1_large_dim_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6689332Z test_contig_size1_large_dim_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6712465Z test_contig_size1_large_dim_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6737536Z test_contig_size1_large_dim_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6760228Z test_contig_size1_large_dim_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6785134Z test_contig_size1_large_dim_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6809868Z test_contig_size1_large_dim_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6833185Z test_contig_size1_large_dim_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6856387Z test_contig_size1_large_dim_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6879031Z test_contig_size1_large_dim_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6902432Z test_contig_size1_large_dim_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6923748Z test_contig_size1_large_dim_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6945311Z test_contig_size1_large_dim_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6970531Z test_contig_size1_large_dim_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.6993907Z test_contig_size1_large_dim_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7020978Z test_contig_size1_large_dim_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7047430Z test_contig_size1_large_dim_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7074278Z test_contig_size1_large_dim_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7097582Z test_contig_size1_large_dim_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7120555Z test_contig_size1_large_dim_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7143704Z test_contig_size1_large_dim_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7166350Z test_contig_size1_large_dim_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7189560Z test_contig_size1_large_dim_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7216720Z test_contig_size1_large_dim_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7241711Z test_contig_size1_large_dim_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7266867Z test_contig_size1_large_dim_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7291756Z test_contig_size1_large_dim_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7317158Z test_contig_size1_large_dim_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7365639Z test_contig_size1_large_dim_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:45:19.7393417Z test_contig_size1_large_dim_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7445250Z test_contig_size1_large_dim_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:45:19.7474087Z test_contig_size1_large_dim_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7501298Z test_contig_size1_large_dim_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7532730Z test_contig_size1_large_dim_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7563556Z test_contig_size1_large_dim_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7591342Z test_contig_size1_large_dim_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7619529Z test_contig_size1_large_dim_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7647586Z test_contig_size1_large_dim_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7674866Z test_contig_size1_large_dim_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7702092Z test_contig_size1_large_dim_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7729041Z test_contig_size1_large_dim_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7756106Z test_contig_size1_large_dim_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7782320Z test_contig_size1_large_dim_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7810084Z test_contig_size1_large_dim_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7833455Z test_contig_size1_large_dim_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.7867593Z test_contig_size1_large_dim_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7897551Z test_contig_size1_large_dim_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7924681Z test_contig_size1_large_dim_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7952038Z test_contig_size1_large_dim_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.7978985Z test_contig_size1_large_dim_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8001194Z test_contig_size1_large_dim_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8025545Z test_contig_size1_large_dim_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8048308Z test_contig_size1_large_dim_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8072010Z test_contig_size1_large_dim_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8095682Z test_contig_size1_large_dim_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8122508Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8145979Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8179310Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8209452Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8236795Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8264094Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8289494Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8313096Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8335339Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8356679Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8378459Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8400185Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8421914Z test_contig_size1_large_dim_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8445044Z test_contig_size1_large_dim_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8468287Z test_contig_size1_large_dim_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8491607Z test_contig_size1_large_dim_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8515502Z test_contig_size1_large_dim_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8543557Z test_contig_size1_large_dim_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8568675Z test_contig_size1_large_dim_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8602033Z test_contig_size1_large_dim_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8632950Z test_contig_size1_large_dim_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8659016Z test_contig_size1_large_dim_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8684693Z test_contig_size1_large_dim_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8711747Z test_contig_size1_large_dim_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8737880Z test_contig_size1_large_dim_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8763461Z test_contig_size1_large_dim_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8789521Z test_contig_size1_large_dim_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8815984Z test_contig_size1_large_dim_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.8841551Z test_contig_size1_large_dim_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8866571Z test_contig_size1_large_dim_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8889581Z test_contig_size1_large_dim_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8913618Z test_contig_size1_large_dim_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8938485Z test_contig_size1_large_dim_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8962984Z test_contig_size1_large_dim_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.8986311Z test_contig_size1_large_dim_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9009421Z test_contig_size1_large_dim_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9032598Z test_contig_size1_large_dim_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9056048Z test_contig_size1_large_dim_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9078281Z test_contig_size1_large_dim_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9103666Z test_contig_size1_large_dim_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9126707Z test_contig_size1_large_dim_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9157731Z test_contig_size1_large_dim_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.9184861Z test_contig_size1_large_dim_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.9209705Z test_contig_size1_large_dim_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9235086Z test_contig_size1_large_dim_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9260105Z test_contig_size1_large_dim_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9283002Z test_contig_size1_large_dim_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9306385Z test_contig_size1_large_dim_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9329463Z test_contig_size1_large_dim_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9351250Z test_contig_size1_large_dim_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9372897Z test_contig_size1_large_dim_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9396176Z test_contig_size1_large_dim_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9417861Z test_contig_size1_large_dim_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9446247Z test_contig_size1_large_dim_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.9473644Z test_contig_size1_large_dim_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.9498949Z test_contig_size1_large_dim_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9523767Z test_contig_size1_large_dim_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9549099Z test_contig_size1_large_dim_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9572620Z test_contig_size1_large_dim_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9595915Z test_contig_size1_large_dim_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9619328Z test_contig_size1_large_dim_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9642336Z test_contig_size1_large_dim_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9665503Z test_contig_size1_large_dim_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9690958Z test_contig_size1_large_dim_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9713930Z test_contig_size1_large_dim_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9741311Z test_contig_size1_large_dim_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.9768372Z test_contig_size1_large_dim_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:19.9793640Z test_contig_size1_large_dim_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9818937Z test_contig_size1_large_dim_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9843859Z test_contig_size1_large_dim_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9867190Z test_contig_size1_large_dim_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9890419Z test_contig_size1_large_dim_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9913927Z test_contig_size1_large_dim_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9937582Z test_contig_size1_large_dim_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9960926Z test_contig_size1_large_dim_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:19.9984209Z test_contig_size1_large_dim_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0005477Z test_contig_size1_large_dim_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0028876Z test_contig_size1_large_dim_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0052119Z test_contig_size1_large_dim_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0075302Z test_contig_size1_large_dim_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0098718Z test_contig_size1_large_dim_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0121597Z test_contig_size1_large_dim_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0144468Z test_contig_size1_large_dim_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0166727Z test_contig_size1_large_dim_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0189787Z test_contig_size1_large_dim_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0216843Z test_contig_size1_large_dim_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0239572Z test_contig_size1_large_dim_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0267019Z test_contig_size1_large_dim_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0294665Z test_contig_size1_large_dim_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0319320Z test_contig_size1_large_dim_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0341008Z test_contig_size1_large_dim_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0363750Z test_contig_size1_large_dim_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0386835Z test_contig_size1_large_dim_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0409864Z test_contig_size1_large_dim_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0433447Z test_contig_size1_large_dim_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0459833Z test_contig_size1_large_dim_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0482538Z test_contig_size1_large_dim_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0509608Z test_contig_size1_large_dim_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0536688Z test_contig_size1_large_dim_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0562755Z test_contig_size1_large_dim_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0586088Z test_contig_size1_large_dim_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0609457Z test_contig_size1_large_dim_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0632668Z test_contig_size1_large_dim_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0654555Z test_contig_size1_large_dim_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0676150Z test_contig_size1_large_dim_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0701353Z test_contig_size1_large_dim_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0722695Z test_contig_size1_large_dim_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0749695Z test_contig_size1_large_dim_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0776782Z test_contig_size1_large_dim_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0803242Z test_contig_size1_large_dim_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0826844Z test_contig_size1_large_dim_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0850109Z test_contig_size1_large_dim_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0873117Z test_contig_size1_large_dim_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0896590Z test_contig_size1_large_dim_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0919679Z test_contig_size1_large_dim_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0946363Z test_contig_size1_large_dim_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.0967731Z test_contig_size1_large_dim_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.0993808Z test_contig_size1_large_dim_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1019171Z test_contig_size1_large_dim_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1045568Z test_contig_size1_large_dim_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1069010Z test_contig_size1_large_dim_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1092511Z test_contig_size1_large_dim_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1115410Z test_contig_size1_large_dim_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1138745Z test_contig_size1_large_dim_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1161663Z test_contig_size1_large_dim_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1188676Z test_contig_size1_large_dim_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1210165Z test_contig_size1_large_dim_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1243228Z test_contig_size1_large_dim_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1273100Z test_contig_size1_large_dim_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1300796Z test_contig_size1_large_dim_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1327056Z test_contig_size1_large_dim_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1353676Z test_contig_size1_large_dim_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1380459Z test_contig_size1_large_dim_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1403546Z test_contig_size1_large_dim_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1426877Z test_contig_size1_large_dim_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1449182Z test_contig_size1_large_dim_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1472651Z test_contig_size1_large_dim_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1496042Z test_contig_size1_large_dim_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1520848Z test_contig_size1_large_dim_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1543934Z test_contig_size1_large_dim_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1573634Z test_contig_size1_large_dim_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1600914Z test_contig_size1_large_dim_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1625843Z test_contig_size1_large_dim_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1648858Z test_contig_size1_large_dim_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1673796Z test_contig_size1_large_dim_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1697123Z test_contig_size1_large_dim_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1720173Z test_contig_size1_large_dim_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1743898Z test_contig_size1_large_dim_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1766555Z test_contig_size1_large_dim_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1789748Z test_contig_size1_large_dim_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1816994Z test_contig_size1_large_dim_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1843489Z test_contig_size1_large_dim_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1869764Z test_contig_size1_large_dim_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1896060Z test_contig_size1_large_dim_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.1921352Z test_contig_size1_large_dim_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1946533Z test_contig_size1_large_dim_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.1974189Z test_contig_size1_large_dim_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9089905Z test_contig_size1_large_dim_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.711s) 2022-09-27T16:45:20.9121492Z test_contig_size1_large_dim_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9147226Z test_contig_size1_large_dim_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9172580Z test_contig_size1_large_dim_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9197114Z test_contig_size1_large_dim_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9219891Z test_contig_size1_large_dim_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9241401Z test_contig_size1_large_dim_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9263813Z test_contig_size1_large_dim_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9286603Z test_contig_size1_large_dim_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9308309Z test_contig_size1_large_dim_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9338285Z test_contig_size1_large_dim_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9366963Z test_contig_size1_large_dim_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9395915Z test_contig_size1_large_dim_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9424417Z test_contig_size1_large_dim_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9449744Z test_contig_size1_large_dim_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9474767Z test_contig_size1_large_dim_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9499880Z test_contig_size1_large_dim_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9525075Z test_contig_size1_large_dim_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9550559Z test_contig_size1_large_dim_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9577505Z test_contig_size1_large_dim_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9606458Z test_contig_size1_large_dim_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9636118Z test_contig_size1_large_dim_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9662942Z test_contig_size1_large_dim_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9689646Z test_contig_size1_large_dim_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9716155Z test_contig_size1_large_dim_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9739508Z test_contig_size1_large_dim_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9762589Z test_contig_size1_large_dim_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9785794Z test_contig_size1_large_dim_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9808797Z test_contig_size1_large_dim_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9831873Z test_contig_size1_large_dim_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9856986Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9883545Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9910341Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:20.9935552Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9961732Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:20.9985705Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0010750Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0035876Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0061135Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0088282Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.0113141Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0137965Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0161010Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0186777Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0210089Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0233557Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0247136Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0260913Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0275408Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0289712Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0304335Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0318207Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0333076Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0346907Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0361091Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0375399Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0388452Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0400795Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0415393Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0429626Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0444114Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0458907Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.0481993Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0508895Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.0535217Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.0559897Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0583301Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0606654Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0630130Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0655787Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0680736Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0707545Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.0734802Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.0759664Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0784709Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0809924Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0834932Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0860174Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0885001Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0912077Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.0938692Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.0963591Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.0988686Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1014377Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1039347Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1064413Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1079275Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1093336Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1107445Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1120990Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1135998Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1148538Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1162797Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1177733Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1191761Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1205814Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1220508Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1234701Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1249428Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1263357Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1277530Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1290274Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1303742Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1316810Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1331960Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1344489Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1356908Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1369515Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1384305Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1397071Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1409774Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1423281Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1437642Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1451999Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1466379Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1480470Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1494909Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1509384Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1523529Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1538438Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1552361Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1566898Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1579989Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1593186Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1605362Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1618474Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.1643380Z test_contig_size1_large_dim_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1666998Z test_contig_size1_large_dim_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1692924Z test_contig_size1_large_dim_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1717802Z test_contig_size1_large_dim_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1744615Z test_contig_size1_large_dim_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.1769548Z test_contig_size1_large_dim_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1794857Z test_contig_size1_large_dim_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1820269Z test_contig_size1_large_dim_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1845205Z test_contig_size1_large_dim_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1870300Z test_contig_size1_large_dim_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1895652Z test_contig_size1_large_dim_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.1922284Z test_contig_size1_large_dim_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.1963159Z test_contig_size1_large_dim_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:45:21.1987514Z test_contig_size1_large_dim_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2012927Z test_contig_size1_large_dim_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2036111Z test_contig_size1_large_dim_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2059663Z test_contig_size1_large_dim_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2082662Z test_contig_size1_large_dim_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2108874Z test_contig_size1_large_dim_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2138351Z test_contig_size1_large_dim_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2167832Z test_contig_size1_large_dim_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2197466Z test_contig_size1_large_dim_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2225011Z test_contig_size1_large_dim_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2251028Z test_contig_size1_large_dim_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2279482Z test_contig_size1_large_dim_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2302961Z test_contig_size1_large_dim_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2326025Z test_contig_size1_large_dim_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2349209Z test_contig_size1_large_dim_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2372461Z test_contig_size1_large_dim_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2395397Z test_contig_size1_large_dim_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2433850Z test_contig_size1_large_dim_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2451991Z test_contig_size1_large_dim_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2485430Z test_contig_size1_large_dim_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2516716Z test_contig_size1_large_dim_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2548444Z test_contig_size1_large_dim_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2576165Z test_contig_size1_large_dim_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2604767Z test_contig_size1_large_dim_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2633992Z test_contig_size1_large_dim_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2661087Z test_contig_size1_large_dim_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2688091Z test_contig_size1_large_dim_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2715680Z test_contig_size1_large_dim_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2741342Z test_contig_size1_large_dim_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2768579Z test_contig_size1_large_dim_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2795397Z test_contig_size1_large_dim_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2820566Z test_contig_size1_large_dim_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2847202Z test_contig_size1_large_dim_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2874280Z test_contig_size1_large_dim_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2900847Z test_contig_size1_large_dim_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.2924142Z test_contig_size1_large_dim_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2947426Z test_contig_size1_large_dim_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2971026Z test_contig_size1_large_dim_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.2994322Z test_contig_size1_large_dim_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3017845Z test_contig_size1_large_dim_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3038342Z test_contig_size1_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3059087Z test_contig_size1_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3079218Z test_contig_size1_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3099709Z test_contig_size1_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3120371Z test_contig_size1_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3145072Z test_contig_size1_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3167781Z test_contig_size1_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3194407Z test_contig_size1_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.3221364Z test_contig_size1_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.3245468Z test_contig_size1_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3272648Z test_contig_size1_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3294257Z test_contig_size1_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3316772Z test_contig_size1_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3338590Z test_contig_size1_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3360313Z test_contig_size1_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3383282Z test_contig_size1_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3405637Z test_contig_size1_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3428129Z test_contig_size1_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3448538Z test_contig_size1_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3470952Z test_contig_size1_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3493245Z test_contig_size1_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3515497Z test_contig_size1_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3536245Z test_contig_size1_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3556735Z test_contig_size1_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3577585Z test_contig_size1_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3598041Z test_contig_size1_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3618959Z test_contig_size1_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3641292Z test_contig_size1_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3661270Z test_contig_size1_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3683598Z test_contig_size1_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3707500Z test_contig_size1_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3729599Z test_contig_size1_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3751956Z test_contig_size1_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3774532Z test_contig_size1_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3795025Z test_contig_size1_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3816148Z test_contig_size1_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3836606Z test_contig_size1_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3857467Z test_contig_size1_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3878204Z test_contig_size1_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3900475Z test_contig_size1_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3920845Z test_contig_size1_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3944915Z test_contig_size1_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3968755Z test_contig_size1_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.3991049Z test_contig_size1_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4013564Z test_contig_size1_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4034199Z test_contig_size1_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4054559Z test_contig_size1_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4075005Z test_contig_size1_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4096126Z test_contig_size1_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4116463Z test_contig_size1_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4136179Z test_contig_size1_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4157053Z test_contig_size1_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4176566Z test_contig_size1_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4199806Z test_contig_size1_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4223797Z test_contig_size1_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4245921Z test_contig_size1_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4268620Z test_contig_size1_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4290803Z test_contig_size1_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4311516Z test_contig_size1_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4332447Z test_contig_size1_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4352878Z test_contig_size1_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4373799Z test_contig_size1_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4394322Z test_contig_size1_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4416840Z test_contig_size1_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4437258Z test_contig_size1_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4459322Z test_contig_size1_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4481419Z test_contig_size1_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4503818Z test_contig_size1_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4524101Z test_contig_size1_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4544838Z test_contig_size1_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4565223Z test_contig_size1_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4585804Z test_contig_size1_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4606427Z test_contig_size1_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4630520Z test_contig_size1_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4650910Z test_contig_size1_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4674739Z test_contig_size1_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4698828Z test_contig_size1_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4722237Z test_contig_size1_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4742437Z test_contig_size1_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4763003Z test_contig_size1_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4783317Z test_contig_size1_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4803886Z test_contig_size1_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4824559Z test_contig_size1_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4848004Z test_contig_size1_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4868704Z test_contig_size1_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4892772Z test_contig_size1_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4916372Z test_contig_size1_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4940282Z test_contig_size1_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4960792Z test_contig_size1_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.4981507Z test_contig_size1_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5001667Z test_contig_size1_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5022462Z test_contig_size1_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5043047Z test_contig_size1_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5067162Z test_contig_size1_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5087830Z test_contig_size1_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5111975Z test_contig_size1_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5135838Z test_contig_size1_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5159385Z test_contig_size1_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5180071Z test_contig_size1_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5200590Z test_contig_size1_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5219741Z test_contig_size1_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5239686Z test_contig_size1_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5259065Z test_contig_size1_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5282208Z test_contig_size1_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5302898Z test_contig_size1_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5326529Z test_contig_size1_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5350778Z test_contig_size1_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5375056Z test_contig_size1_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5395485Z test_contig_size1_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5416485Z test_contig_size1_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5436836Z test_contig_size1_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5457543Z test_contig_size1_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5477149Z test_contig_size1_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5499675Z test_contig_size1_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5520147Z test_contig_size1_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5546025Z test_contig_size1_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5572258Z test_contig_size1_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.5596678Z test_contig_size1_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5619935Z test_contig_size1_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5642172Z test_contig_size1_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5664461Z test_contig_size1_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5683733Z test_contig_size1_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5703106Z test_contig_size1_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5722623Z test_contig_size1_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5743608Z test_contig_size1_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5763894Z test_contig_size1_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5786448Z test_contig_size1_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5806956Z test_contig_size1_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5830851Z test_contig_size1_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5854776Z test_contig_size1_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5876669Z test_contig_size1_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5899100Z test_contig_size1_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5920989Z test_contig_size1_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5941760Z test_contig_size1_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5960874Z test_contig_size1_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.5980942Z test_contig_size1_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6001408Z test_contig_size1_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6021951Z test_contig_size1_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6044083Z test_contig_size1_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6066585Z test_contig_size1_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6088636Z test_contig_size1_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6113010Z test_contig_size1_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6137255Z test_contig_size1_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6160891Z test_contig_size1_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6185153Z test_contig_size1_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6210858Z test_contig_size1_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6234930Z test_contig_size1_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6258742Z test_contig_size1_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6282237Z test_contig_size1_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6306090Z test_contig_size1_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6326735Z test_contig_size1_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6347355Z test_contig_size1_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6367651Z test_contig_size1_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6388232Z test_contig_size1_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6408845Z test_contig_size1_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6434394Z test_contig_size1_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6459946Z test_contig_size1_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6485192Z test_contig_size1_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6510537Z test_contig_size1_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6533046Z test_contig_size1_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6555120Z test_contig_size1_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6577261Z test_contig_size1_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6599261Z test_contig_size1_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6621785Z test_contig_size1_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6645240Z test_contig_size1_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6671229Z test_contig_size1_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6697571Z test_contig_size1_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.6721175Z test_contig_size1_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6745139Z test_contig_size1_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6768464Z test_contig_size1_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6789402Z test_contig_size1_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6809872Z test_contig_size1_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6830197Z test_contig_size1_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6850573Z test_contig_size1_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6871277Z test_contig_size1_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6893711Z test_contig_size1_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6917323Z test_contig_size1_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6940876Z test_contig_size1_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6963032Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.6985504Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7007650Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7030276Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7052543Z test_contig_size1_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7073785Z test_contig_size1_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7097744Z test_contig_size1_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7121148Z test_contig_size1_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7143559Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7165773Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7188368Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7210544Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7232979Z test_contig_size1_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7245452Z test_contig_size1_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7257628Z test_contig_size1_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7269843Z test_contig_size1_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7282180Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7294716Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7306986Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7319723Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7331895Z test_contig_size1_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7344165Z test_contig_size1_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7357563Z test_contig_size1_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7368203Z test_contig_size1_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7380592Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7392636Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7405340Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7416377Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7427852Z test_contig_size1_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7450145Z test_contig_size1_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7474116Z test_contig_size1_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7496550Z test_contig_size1_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7517314Z test_contig_size1_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7539627Z test_contig_size1_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7561697Z test_contig_size1_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7584000Z test_contig_size1_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7606234Z test_contig_size1_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7628595Z test_contig_size1_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7651652Z test_contig_size1_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7675039Z test_contig_size1_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7697512Z test_contig_size1_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7719606Z test_contig_size1_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7742871Z test_contig_size1_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7765029Z test_contig_size1_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7787574Z test_contig_size1_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7809244Z test_contig_size1_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7833301Z test_contig_size1_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7856950Z test_contig_size1_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7879425Z test_contig_size1_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7901468Z test_contig_size1_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7923724Z test_contig_size1_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7946207Z test_contig_size1_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7968275Z test_contig_size1_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.7980481Z test_contig_size1_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.7993260Z test_contig_size1_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8005110Z test_contig_size1_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8017688Z test_contig_size1_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8030637Z test_contig_size1_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8041950Z test_contig_size1_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8054727Z test_contig_size1_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8065748Z test_contig_size1_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8076697Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8088916Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8101128Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8114225Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8125758Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8138387Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8149703Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8161300Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8173340Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8186096Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8196642Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8209570Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8221430Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8233797Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8246382Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8258610Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8270714Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8282999Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8295554Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8307800Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8320158Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8332623Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8344991Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8357677Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8369805Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8382036Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8394405Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8406610Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8419193Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8431445Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8442615Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8454993Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:45:21.8478861Z test_contig_size1_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8501250Z test_contig_size1_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8524963Z test_contig_size1_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8547654Z test_contig_size1_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8570038Z test_contig_size1_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8591661Z test_contig_size1_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8614276Z test_contig_size1_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8636466Z test_contig_size1_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8658877Z test_contig_size1_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8680961Z test_contig_size1_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8703214Z test_contig_size1_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8726827Z test_contig_size1_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8750528Z test_contig_size1_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8773064Z test_contig_size1_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8795117Z test_contig_size1_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8817763Z test_contig_size1_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8839775Z test_contig_size1_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8860961Z test_contig_size1_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8883223Z test_contig_size1_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8909044Z test_contig_size1_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8935547Z test_contig_size1_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.8961270Z test_contig_size1_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.8985112Z test_contig_size1_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9008883Z test_contig_size1_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9032563Z test_contig_size1_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9053388Z test_contig_size1_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9073521Z test_contig_size1_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9094170Z test_contig_size1_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9114429Z test_contig_size1_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9133846Z test_contig_size1_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9158220Z test_contig_size1_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9181324Z test_contig_size1_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9208515Z test_contig_size1_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.9236595Z test_contig_size1_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.9264592Z test_contig_size1_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:21.9290038Z test_contig_size1_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9315488Z test_contig_size1_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9340879Z test_contig_size1_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9364647Z test_contig_size1_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9388767Z test_contig_size1_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9413103Z test_contig_size1_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9436907Z test_contig_size1_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9461314Z test_contig_size1_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9484978Z test_contig_size1_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9507324Z test_contig_size1_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9530906Z test_contig_size1_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9554656Z test_contig_size1_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9578464Z test_contig_size1_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9600656Z test_contig_size1_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9622919Z test_contig_size1_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9645163Z test_contig_size1_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9667484Z test_contig_size1_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9689661Z test_contig_size1_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9710460Z test_contig_vs_every_other___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9726704Z test_contig_vs_every_other___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9748542Z test_contig_vs_every_other___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9769920Z test_contig_vs_every_other___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9789665Z test_contig_vs_every_other___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9809744Z test_contig_vs_every_other___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9830214Z test_contig_vs_every_other___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9847861Z test_contig_vs_every_other___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9865498Z test_contig_vs_every_other___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9882165Z test_contig_vs_every_other___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9899830Z test_contig_vs_every_other___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9917346Z test_contig_vs_every_other___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9935018Z test_contig_vs_every_other___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9951553Z test_contig_vs_every_other___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9968036Z test_contig_vs_every_other___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:21.9985035Z test_contig_vs_every_other___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0002532Z test_contig_vs_every_other___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0020568Z test_contig_vs_every_other___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0042171Z test_contig_vs_every_other___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0062519Z test_contig_vs_every_other___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0085891Z test_contig_vs_every_other___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0109923Z test_contig_vs_every_other___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0132634Z test_contig_vs_every_other___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0155223Z test_contig_vs_every_other___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0177926Z test_contig_vs_every_other___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0198996Z test_contig_vs_every_other___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0220575Z test_contig_vs_every_other___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0241863Z test_contig_vs_every_other___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0263165Z test_contig_vs_every_other___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0284402Z test_contig_vs_every_other___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0304273Z test_contig_vs_every_other___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0324594Z test_contig_vs_every_other___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0345496Z test_contig_vs_every_other___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0365852Z test_contig_vs_every_other___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0383629Z test_contig_vs_every_other___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0401176Z test_contig_vs_every_other___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0418679Z test_contig_vs_every_other___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0436157Z test_contig_vs_every_other___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0454082Z test_contig_vs_every_other___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0474660Z test_contig_vs_every_other___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0492272Z test_contig_vs_every_other___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0514708Z test_contig_vs_every_other___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0537979Z test_contig_vs_every_other___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0558419Z test_contig_vs_every_other___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0579233Z test_contig_vs_every_other___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0599468Z test_contig_vs_every_other___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0617219Z test_contig_vs_every_other___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0634602Z test_contig_vs_every_other___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0652119Z test_contig_vs_every_other___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0669653Z test_contig_vs_every_other___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0686944Z test_contig_vs_every_other___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0704520Z test_contig_vs_every_other___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0722163Z test_contig_vs_every_other___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0739852Z test_contig_vs_every_other___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0757029Z test_contig_vs_every_other___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0775141Z test_contig_vs_every_other___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0791883Z test_contig_vs_every_other___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0813893Z test_contig_vs_every_other___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0837092Z test_contig_vs_every_other___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0861246Z test_contig_vs_every_other___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0882742Z test_contig_vs_every_other___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0903498Z test_contig_vs_every_other___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0923770Z test_contig_vs_every_other___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0941516Z test_contig_vs_every_other___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0959187Z test_contig_vs_every_other___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0977419Z test_contig_vs_every_other___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.0995790Z test_contig_vs_every_other___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1014644Z test_contig_vs_every_other___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1035514Z test_contig_vs_every_other___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1057911Z test_contig_vs_every_other___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1080856Z test_contig_vs_every_other___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1102005Z test_contig_vs_every_other___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1122041Z test_contig_vs_every_other___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1142613Z test_contig_vs_every_other___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1160162Z test_contig_vs_every_other___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1178392Z test_contig_vs_every_other___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1195216Z test_contig_vs_every_other___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1212089Z test_contig_vs_every_other___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1228484Z test_contig_vs_every_other___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1245768Z test_contig_vs_every_other___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1263801Z test_contig_vs_every_other___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1280252Z test_contig_vs_every_other___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1296678Z test_contig_vs_every_other___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1313050Z test_contig_vs_every_other___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1329423Z test_contig_vs_every_other___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1349841Z test_contig_vs_every_other_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1367229Z test_contig_vs_every_other_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1389741Z test_contig_vs_every_other_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1411543Z test_contig_vs_every_other_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1432942Z test_contig_vs_every_other_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1452656Z test_contig_vs_every_other_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1472363Z test_contig_vs_every_other_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1492846Z test_contig_vs_every_other_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1510333Z test_contig_vs_every_other_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1527706Z test_contig_vs_every_other_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1545281Z test_contig_vs_every_other_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1561899Z test_contig_vs_every_other_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1579555Z test_contig_vs_every_other_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1600166Z test_contig_vs_every_other_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1619485Z test_contig_vs_every_other_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1639994Z test_contig_vs_every_other_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1660885Z test_contig_vs_every_other_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1681250Z test_contig_vs_every_other_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1700676Z test_contig_vs_every_other_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1719809Z test_contig_vs_every_other_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1739373Z test_contig_vs_every_other_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1758425Z test_contig_vs_every_other_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1777925Z test_contig_vs_every_other_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1795133Z test_contig_vs_every_other_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1813098Z test_contig_vs_every_other_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1829787Z test_contig_vs_every_other_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1846962Z test_contig_vs_every_other_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1864718Z test_contig_vs_every_other_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1882142Z test_contig_vs_every_other_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1900002Z test_contig_vs_every_other_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1917589Z test_contig_vs_every_other_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1935162Z test_contig_vs_every_other_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1952455Z test_contig_vs_every_other_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1970671Z test_contig_vs_every_other_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.1988012Z test_contig_vs_every_other_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2005369Z test_contig_vs_every_other_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2023495Z test_contig_vs_every_other_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2040652Z test_contig_vs_every_other_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2057417Z test_contig_vs_every_other_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2073890Z test_contig_vs_every_other_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2090546Z test_contig_vs_every_other_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2108118Z test_contig_vs_every_other_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2125232Z test_contig_vs_every_other_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2142952Z test_contig_vs_every_other_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2160669Z test_contig_vs_every_other_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2178240Z test_contig_vs_every_other_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2195677Z test_contig_vs_every_other_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2213556Z test_contig_vs_every_other_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2230675Z test_contig_vs_every_other_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2248248Z test_contig_vs_every_other_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2265773Z test_contig_vs_every_other_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2285439Z test_contig_vs_every_other_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2302098Z test_contig_vs_every_other_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2321745Z test_contig_vs_every_other_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2342420Z test_contig_vs_every_other_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2362696Z test_contig_vs_every_other_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2380552Z test_contig_vs_every_other_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2398029Z test_contig_vs_every_other_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2415508Z test_contig_vs_every_other_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2432954Z test_contig_vs_every_other_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2450857Z test_contig_vs_every_other_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2470362Z test_contig_vs_every_other_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2486911Z test_contig_vs_every_other_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2506606Z test_contig_vs_every_other_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2526061Z test_contig_vs_every_other_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2545939Z test_contig_vs_every_other_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2563581Z test_contig_vs_every_other_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2580288Z test_contig_vs_every_other_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2596393Z test_contig_vs_every_other_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2613306Z test_contig_vs_every_other_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2629556Z test_contig_vs_every_other_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2650109Z test_contig_vs_every_other_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2671450Z test_contig_vs_every_other_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2692639Z test_contig_vs_every_other_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2713512Z test_contig_vs_every_other_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2732963Z test_contig_vs_every_other_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2753555Z test_contig_vs_every_other_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2774368Z test_contig_vs_every_other_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2794490Z test_contig_vs_every_other_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2812904Z test_contig_vs_every_other_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2830961Z test_contig_vs_every_other_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2848893Z test_contig_vs_every_other_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2867257Z test_contig_vs_every_other_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2885248Z test_contig_vs_every_other_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2906864Z test_contig_vs_every_other_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2928417Z test_contig_vs_every_other_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2950917Z test_contig_vs_every_other_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2973083Z test_contig_vs_every_other_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.2993784Z test_contig_vs_every_other_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.3014900Z test_contig_vs_every_other_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.3035462Z test_contig_vs_every_other_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.3056567Z test_contig_vs_every_other_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.3077489Z test_contig_vs_every_other_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.3100034Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.3120786Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:22.3145167Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9339122Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.619s) 2022-09-27T16:45:23.9365072Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:23.9387824Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9410014Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9432223Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9453328Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9474005Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9494991Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9515814Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9536934Z test_contig_vs_every_other_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9559245Z test_contig_vs_every_other_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9581837Z test_contig_vs_every_other_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9603811Z test_contig_vs_every_other_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9626125Z test_contig_vs_every_other_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9646681Z test_contig_vs_every_other_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9667656Z test_contig_vs_every_other_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9688372Z test_contig_vs_every_other_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9708481Z test_contig_vs_every_other_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9728326Z test_contig_vs_every_other_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9747040Z test_contig_vs_every_other_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9764200Z test_contig_vs_every_other_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9785139Z test_contig_vs_every_other_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9805752Z test_contig_vs_every_other_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9826714Z test_contig_vs_every_other_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9845566Z test_contig_vs_every_other_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9863678Z test_contig_vs_every_other_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9881759Z test_contig_vs_every_other_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9898775Z test_contig_vs_every_other_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9916334Z test_contig_vs_every_other_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9934011Z test_contig_vs_every_other_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9951405Z test_contig_vs_every_other_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9968858Z test_contig_vs_every_other_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:23.9990065Z test_contig_vs_every_other_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0009124Z test_contig_vs_every_other_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0032246Z test_contig_vs_every_other_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0055189Z test_contig_vs_every_other_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0076188Z test_contig_vs_every_other_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0097409Z test_contig_vs_every_other_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0117853Z test_contig_vs_every_other_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0137790Z test_contig_vs_every_other_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0157395Z test_contig_vs_every_other_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0177331Z test_contig_vs_every_other_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0197466Z test_contig_vs_every_other_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0217049Z test_contig_vs_every_other_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0227077Z test_contig_vs_every_other_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:45:24.0251113Z test_contig_vs_every_other_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0273776Z test_contig_vs_every_other_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0296374Z test_contig_vs_every_other_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0314660Z test_contig_vs_every_other_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0333168Z test_contig_vs_every_other_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0351267Z test_contig_vs_every_other_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0369387Z test_contig_vs_every_other_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0388306Z test_contig_vs_every_other_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0409158Z test_contig_vs_every_other_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0426740Z test_contig_vs_every_other_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0447434Z test_contig_vs_every_other_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0468544Z test_contig_vs_every_other_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0489025Z test_contig_vs_every_other_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0506873Z test_contig_vs_every_other_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0524752Z test_contig_vs_every_other_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0541881Z test_contig_vs_every_other_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0558480Z test_contig_vs_every_other_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0575347Z test_contig_vs_every_other_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0595428Z test_contig_vs_every_other_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0613069Z test_contig_vs_every_other_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0633652Z test_contig_vs_every_other_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0654710Z test_contig_vs_every_other_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0674952Z test_contig_vs_every_other_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0692805Z test_contig_vs_every_other_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0710164Z test_contig_vs_every_other_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0727480Z test_contig_vs_every_other_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0745215Z test_contig_vs_every_other_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0762756Z test_contig_vs_every_other_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0772379Z test_contig_vs_every_other_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:45:24.0795374Z test_contig_vs_every_other_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0816833Z test_contig_vs_every_other_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0838292Z test_contig_vs_every_other_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0857773Z test_contig_vs_every_other_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0876955Z test_contig_vs_every_other_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0895046Z test_contig_vs_every_other_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0914062Z test_contig_vs_every_other_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:24.0933541Z test_contig_vs_every_other_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:25.4391023Z test_contig_vs_every_other_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.345s) 2022-09-27T16:45:26.7880766Z test_contig_vs_every_other_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.349s) 2022-09-27T16:45:26.7898957Z test_contig_vs_every_other_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:28.1345799Z test_contig_vs_every_other_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.344s) 2022-09-27T16:45:29.4847091Z test_contig_vs_every_other_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.350s) 2022-09-27T16:45:29.4867398Z test_contig_vs_every_other_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.4885001Z test_contig_vs_every_other_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.4904145Z test_contig_vs_every_other_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.4922070Z test_contig_vs_every_other_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.4940970Z test_contig_vs_every_other_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.4957786Z test_contig_vs_every_other_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.4975186Z test_contig_vs_every_other_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.4992724Z test_contig_vs_every_other_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5009280Z test_contig_vs_every_other_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5025953Z test_contig_vs_every_other_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5044222Z test_contig_vs_every_other_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5061929Z test_contig_vs_every_other_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5080776Z test_contig_vs_every_other_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5099014Z test_contig_vs_every_other_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5116843Z test_contig_vs_every_other_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5133753Z test_contig_vs_every_other_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5150774Z test_contig_vs_every_other_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5167189Z test_contig_vs_every_other_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5183897Z test_contig_vs_every_other_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5201447Z test_contig_vs_every_other_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5221012Z test_contig_vs_every_other_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5237441Z test_contig_vs_every_other_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5258533Z test_contig_vs_every_other_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5279074Z test_contig_vs_every_other_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5300105Z test_contig_vs_every_other_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5316555Z test_contig_vs_every_other_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5333371Z test_contig_vs_every_other_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5349523Z test_contig_vs_every_other_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5366131Z test_contig_vs_every_other_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5383026Z test_contig_vs_every_other_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5403201Z test_contig_vs_every_other_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5424213Z test_contig_vs_every_other_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5444674Z test_contig_vs_every_other_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5465477Z test_contig_vs_every_other_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5486129Z test_contig_vs_every_other_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5514333Z test_contig_vs_every_other_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:29.5535453Z test_contig_vs_every_other_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5564715Z test_contig_vs_every_other_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:45:29.5586836Z test_contig_vs_every_other_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5607272Z test_contig_vs_every_other_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5632032Z test_contig_vs_every_other_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5656491Z test_contig_vs_every_other_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5678146Z test_contig_vs_every_other_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5699741Z test_contig_vs_every_other_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5720945Z test_contig_vs_every_other_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5741740Z test_contig_vs_every_other_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5762309Z test_contig_vs_every_other_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5783046Z test_contig_vs_every_other_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5802444Z test_contig_vs_every_other_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:29.5822956Z test_contig_vs_every_other_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:30.8996749Z test_contig_vs_every_other_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.317s) 2022-09-27T16:45:32.2151081Z test_contig_vs_every_other_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.315s) 2022-09-27T16:45:33.7624966Z test_contig_vs_every_other_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (1.547s) 2022-09-27T16:45:35.1918971Z test_contig_vs_every_other_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.429s) 2022-09-27T16:45:36.5109709Z test_contig_vs_every_other_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.319s) 2022-09-27T16:45:36.5130853Z test_contig_vs_every_other_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:37.8398613Z test_contig_vs_every_other_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.326s) 2022-09-27T16:45:39.1557049Z test_contig_vs_every_other_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.316s) 2022-09-27T16:45:40.4778270Z test_contig_vs_every_other_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.322s) 2022-09-27T16:45:40.4795723Z test_contig_vs_every_other_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:41.7976212Z test_contig_vs_every_other_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.318s) 2022-09-27T16:45:43.1217901Z test_contig_vs_every_other_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.324s) 2022-09-27T16:45:44.4494735Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.328s) 2022-09-27T16:45:45.7629627Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.313s) 2022-09-27T16:45:47.1208330Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (1.358s) 2022-09-27T16:45:48.4646988Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.344s) 2022-09-27T16:45:49.7851205Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.320s) 2022-09-27T16:45:49.7874018Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:51.1021343Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.314s) 2022-09-27T16:45:52.4126895Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.310s) 2022-09-27T16:45:53.7323272Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.319s) 2022-09-27T16:45:53.7341092Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:45:55.0497995Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.315s) 2022-09-27T16:45:56.3670742Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.317s) 2022-09-27T16:45:57.7282220Z test_contig_vs_every_other_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.361s) 2022-09-27T16:45:59.0840050Z test_contig_vs_every_other_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.356s) 2022-09-27T16:45:59.0858397Z test_contig_vs_every_other_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:00.4465366Z test_contig_vs_every_other_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.360s) 2022-09-27T16:46:01.8158362Z test_contig_vs_every_other_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.369s) 2022-09-27T16:46:01.8181001Z test_contig_vs_every_other_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8199778Z test_contig_vs_every_other_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8222383Z test_contig_vs_every_other_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8244727Z test_contig_vs_every_other_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8265292Z test_contig_vs_every_other_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8285345Z test_contig_vs_every_other_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8305452Z test_contig_vs_every_other_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8325040Z test_contig_vs_every_other_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8345155Z test_contig_vs_every_other_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8365004Z test_contig_vs_every_other_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8384974Z test_contig_vs_every_other_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8404806Z test_contig_vs_every_other_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8422942Z test_contig_vs_every_other_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8439493Z test_contig_vs_every_other_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8457492Z test_contig_vs_every_other_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8475381Z test_contig_vs_every_other_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8493765Z test_contig_vs_every_other_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8510204Z test_contig_vs_every_other_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8526528Z test_contig_vs_every_other_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8543204Z test_contig_vs_every_other_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8559551Z test_contig_vs_every_other_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8576222Z test_contig_vs_every_other_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8595478Z test_contig_vs_every_other_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8612946Z test_contig_vs_every_other_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8633879Z test_contig_vs_every_other_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8654833Z test_contig_vs_every_other_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8673963Z test_contig_vs_every_other_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8693256Z test_contig_vs_every_other_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8712578Z test_contig_vs_every_other_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8729297Z test_contig_vs_every_other_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8745843Z test_contig_vs_every_other_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8762397Z test_contig_vs_every_other_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8779173Z test_contig_vs_every_other_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8795763Z test_contig_vs_every_other_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8815056Z test_contig_vs_every_other_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8832453Z test_contig_vs_every_other_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8852232Z test_contig_vs_every_other_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8872012Z test_contig_vs_every_other_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8890030Z test_contig_vs_every_other_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8908186Z test_contig_vs_every_other_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8926816Z test_contig_vs_every_other_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8944587Z test_contig_vs_every_other_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8961983Z test_contig_vs_every_other_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8979741Z test_contig_vs_every_other_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.8996265Z test_contig_vs_every_other_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9013348Z test_contig_vs_every_other_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9031484Z test_contig_vs_every_other_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9047975Z test_contig_vs_every_other_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9068914Z test_contig_vs_every_other_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9089411Z test_contig_vs_every_other_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9108092Z test_contig_vs_every_other_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9127162Z test_contig_vs_every_other_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9146572Z test_contig_vs_every_other_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9164281Z test_contig_vs_every_other_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9180973Z test_contig_vs_every_other_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9197293Z test_contig_vs_every_other_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9214124Z test_contig_vs_every_other_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9230777Z test_contig_vs_every_other_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9249808Z test_contig_vs_every_other_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9266974Z test_contig_vs_every_other_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9286043Z test_contig_vs_every_other_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9305122Z test_contig_vs_every_other_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9324044Z test_contig_vs_every_other_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9341677Z test_contig_vs_every_other_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9359056Z test_contig_vs_every_other_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9376797Z test_contig_vs_every_other_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9394197Z test_contig_vs_every_other_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9411816Z test_contig_vs_every_other_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9432569Z test_contig_vs_every_other_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9449061Z test_contig_vs_every_other_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9469152Z test_contig_vs_every_other_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9489750Z test_contig_vs_every_other_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9510370Z test_contig_vs_every_other_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9527905Z test_contig_vs_every_other_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9545702Z test_contig_vs_every_other_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9562869Z test_contig_vs_every_other_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9580714Z test_contig_vs_every_other_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9597981Z test_contig_vs_every_other_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9618090Z test_contig_vs_every_other_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9635065Z test_contig_vs_every_other_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9656250Z test_contig_vs_every_other_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9676178Z test_contig_vs_every_other_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9697052Z test_contig_vs_every_other_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9714655Z test_contig_vs_every_other_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9731498Z test_contig_vs_every_other_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9748071Z test_contig_vs_every_other_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9765424Z test_contig_vs_every_other_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9782482Z test_contig_vs_every_other_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9802519Z test_contig_vs_every_other_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9820218Z test_contig_vs_every_other_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9839927Z test_contig_vs_every_other_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9860404Z test_contig_vs_every_other_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9879722Z test_contig_vs_every_other_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9896728Z test_contig_vs_every_other_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9913727Z test_contig_vs_every_other_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9930877Z test_contig_vs_every_other_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9948050Z test_contig_vs_every_other_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9965464Z test_contig_vs_every_other_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:01.9986369Z test_contig_vs_every_other_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0003724Z test_contig_vs_every_other_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0024541Z test_contig_vs_every_other_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0044901Z test_contig_vs_every_other_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0065801Z test_contig_vs_every_other_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0083206Z test_contig_vs_every_other_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0101197Z test_contig_vs_every_other_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0118259Z test_contig_vs_every_other_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0136134Z test_contig_vs_every_other_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0155003Z test_contig_vs_every_other_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0174700Z test_contig_vs_every_other_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0191568Z test_contig_vs_every_other_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:02.0214613Z test_contig_vs_every_other_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4703603Z test_contig_vs_every_other_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.449s) 2022-09-27T16:46:03.4726311Z test_contig_vs_every_other_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4747247Z test_contig_vs_every_other_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4767722Z test_contig_vs_every_other_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4788061Z test_contig_vs_every_other_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4805684Z test_contig_vs_every_other_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4823358Z test_contig_vs_every_other_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4840704Z test_contig_vs_every_other_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4858219Z test_contig_vs_every_other_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4876128Z test_contig_vs_every_other_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4894839Z test_contig_vs_every_other_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4911874Z test_contig_vs_every_other_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4932910Z test_contig_vs_every_other_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4953541Z test_contig_vs_every_other_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4972561Z test_contig_vs_every_other_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.4990591Z test_contig_vs_every_other_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5008486Z test_contig_vs_every_other_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5026138Z test_contig_vs_every_other_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5043566Z test_contig_vs_every_other_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5061158Z test_contig_vs_every_other_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5078459Z test_contig_vs_every_other_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5096370Z test_contig_vs_every_other_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5116800Z test_contig_vs_every_other_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5138045Z test_contig_vs_every_other_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5158320Z test_contig_vs_every_other_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5179907Z test_contig_vs_every_other_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5200796Z test_contig_vs_every_other_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5221780Z test_contig_vs_every_other_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:03.5243591Z test_contig_vs_every_other_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3376127Z test_contig_vs_every_other_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.813s) 2022-09-27T16:46:05.3400376Z test_contig_vs_every_other_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3420269Z test_contig_vs_every_other_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3439912Z test_contig_vs_every_other_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3459571Z test_contig_vs_every_other_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3477034Z test_contig_vs_every_other_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3494868Z test_contig_vs_every_other_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3511940Z test_contig_vs_every_other_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3529558Z test_contig_vs_every_other_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3547250Z test_contig_vs_every_other_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3557219Z test_contig_vs_every_other_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:46:05.3580569Z test_contig_vs_every_other_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3602630Z test_contig_vs_every_other_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3624927Z test_contig_vs_every_other_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3644113Z test_contig_vs_every_other_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3663649Z test_contig_vs_every_other_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3682384Z test_contig_vs_every_other_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3700709Z test_contig_vs_every_other_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3718786Z test_contig_vs_every_other_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3739662Z test_contig_vs_every_other_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3762084Z test_contig_vs_every_other_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3785247Z test_contig_vs_every_other_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3806049Z test_contig_vs_every_other_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3827046Z test_contig_vs_every_other_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3847401Z test_contig_vs_every_other_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3865297Z test_contig_vs_every_other_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3883009Z test_contig_vs_every_other_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3900277Z test_contig_vs_every_other_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3917728Z test_contig_vs_every_other_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:05.3934735Z test_contig_vs_every_other_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:09.7201157Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (4.326s) 2022-09-27T16:46:11.2734339Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.553s) 2022-09-27T16:46:12.8975672Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.624s) 2022-09-27T16:46:12.8995927Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:12.9015438Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:12.9034334Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:12.9053639Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:12.9072671Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:17.6784664Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (4.771s) 2022-09-27T16:46:19.4984263Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.820s) 2022-09-27T16:46:21.3268836Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.828s) 2022-09-27T16:46:21.3290155Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:21.3309801Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:21.3328138Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:21.3346856Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:21.3365487Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:21.3376249Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3385875Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3395672Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3404948Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3415328Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3425811Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3434607Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3445042Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3454283Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3464510Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3473476Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3483083Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3492317Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3501891Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3512235Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:21.3522982Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:25.4201277Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (4.067s) 2022-09-27T16:46:26.8150592Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.395s) 2022-09-27T16:46:28.2101338Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.395s) 2022-09-27T16:46:28.2121545Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:28.2140261Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:28.2159325Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:28.2178403Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:28.2198599Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:32.2911258Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (4.071s) 2022-09-27T16:46:33.6856988Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.394s) 2022-09-27T16:46:35.0729577Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.387s) 2022-09-27T16:46:35.0749801Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:35.0768357Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:35.0787302Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:35.0806056Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:35.0825026Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:39.2762878Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (4.193s) 2022-09-27T16:46:40.7373574Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.461s) 2022-09-27T16:46:42.2143111Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.477s) 2022-09-27T16:46:42.2163485Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2183066Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2201837Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2220999Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2239711Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2249368Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2258909Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2268313Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2278558Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2287308Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2297556Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2307316Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2317112Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2327119Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2336866Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2346075Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2355393Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2365351Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2374434Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2384485Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2393714Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2403824Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2413584Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2422717Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2432596Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2442225Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2452028Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2461124Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2470522Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2479348Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2489468Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2499213Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2510044Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2519711Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2530201Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2538648Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2548993Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2558236Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2567484Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2577126Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2586509Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2597240Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2606238Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2615731Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2626335Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:42.2646426Z test_contig_vs_every_other_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2665920Z test_contig_vs_every_other_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2686194Z test_contig_vs_every_other_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2706425Z test_contig_vs_every_other_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2726166Z test_contig_vs_every_other_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2746264Z test_contig_vs_every_other_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2763901Z test_contig_vs_every_other_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2782753Z test_contig_vs_every_other_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2802087Z test_contig_vs_every_other_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:42.2821780Z test_contig_vs_every_other_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:47.0195914Z test_contig_vs_every_other_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (4.737s) 2022-09-27T16:46:48.8555463Z test_contig_vs_every_other_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.836s) 2022-09-27T16:46:50.7735522Z test_contig_vs_every_other_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.918s) 2022-09-27T16:46:50.7755529Z test_contig_vs_every_other_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7774295Z test_contig_vs_every_other_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7792741Z test_contig_vs_every_other_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7811966Z test_contig_vs_every_other_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7831103Z test_contig_vs_every_other_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7851402Z test_contig_vs_every_other_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7873987Z test_contig_vs_every_other_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7896610Z test_contig_vs_every_other_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7919145Z test_contig_vs_every_other_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7939625Z test_contig_vs_every_other_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7959529Z test_contig_vs_every_other_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7979857Z test_contig_vs_every_other_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.7997743Z test_contig_vs_every_other_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8016305Z test_contig_vs_every_other_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8033048Z test_contig_vs_every_other_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8050204Z test_contig_vs_every_other_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8067447Z test_contig_vs_every_other_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8089894Z test_contig_vs_every_other_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8110748Z test_contig_vs_every_other_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8134917Z test_contig_vs_every_other_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8159301Z test_contig_vs_every_other_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8184567Z test_contig_vs_every_other_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8206071Z test_contig_vs_every_other_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8228172Z test_contig_vs_every_other_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8249683Z test_contig_vs_every_other_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8270255Z test_contig_vs_every_other_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8290833Z test_contig_vs_every_other_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8311276Z test_contig_vs_every_other_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8332079Z test_contig_vs_every_other_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8353012Z test_contig_vs_every_other_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8373960Z test_contig_vs_every_other_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8392502Z test_contig_vs_every_other_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8413202Z test_contig_vs_every_other_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8433436Z test_contig_vs_every_other_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8454246Z test_contig_vs_every_other_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8473256Z test_contig_vs_every_other_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8492254Z test_contig_vs_every_other_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8511108Z test_contig_vs_every_other_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8529894Z test_contig_vs_every_other_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8548748Z test_contig_vs_every_other_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8575045Z test_contig_vs_transposed___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.8595874Z test_contig_vs_transposed___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8643783Z test_contig_vs_transposed___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:50.8682479Z test_contig_vs_transposed___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:50.8709982Z test_contig_vs_transposed___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.8738155Z test_contig_vs_transposed___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.8766601Z test_contig_vs_transposed___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.8784902Z test_contig_vs_transposed___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8803475Z test_contig_vs_transposed___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8820813Z test_contig_vs_transposed___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8840351Z test_contig_vs_transposed___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8858337Z test_contig_vs_transposed___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8877961Z test_contig_vs_transposed___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8898111Z test_contig_vs_transposed___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8916571Z test_contig_vs_transposed___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8936615Z test_contig_vs_transposed___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8954343Z test_contig_vs_transposed___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.8974163Z test_contig_vs_transposed___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9002191Z test_contig_vs_transposed___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9029293Z test_contig_vs_transposed___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9083316Z test_contig_vs_transposed___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:50.9125219Z test_contig_vs_transposed___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:50.9153132Z test_contig_vs_transposed___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9182965Z test_contig_vs_transposed___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9216324Z test_contig_vs_transposed___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9242481Z test_contig_vs_transposed___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9271470Z test_contig_vs_transposed___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9300186Z test_contig_vs_transposed___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9326474Z test_contig_vs_transposed___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9352911Z test_contig_vs_transposed___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9378411Z test_contig_vs_transposed___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9404175Z test_contig_vs_transposed___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9430538Z test_contig_vs_transposed___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9459387Z test_contig_vs_transposed___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9477927Z test_contig_vs_transposed___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9496295Z test_contig_vs_transposed___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9514423Z test_contig_vs_transposed___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9533017Z test_contig_vs_transposed___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9551399Z test_contig_vs_transposed___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9576823Z test_contig_vs_transposed___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9595104Z test_contig_vs_transposed___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9642072Z test_contig_vs_transposed___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:50.9678507Z test_contig_vs_transposed___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:50.9704433Z test_contig_vs_transposed___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9730699Z test_contig_vs_transposed___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9759699Z test_contig_vs_transposed___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:50.9778126Z test_contig_vs_transposed___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9795675Z test_contig_vs_transposed___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9813116Z test_contig_vs_transposed___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9831518Z test_contig_vs_transposed___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9849076Z test_contig_vs_transposed___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9866808Z test_contig_vs_transposed___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9884936Z test_contig_vs_transposed___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9902799Z test_contig_vs_transposed___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9919980Z test_contig_vs_transposed___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9938126Z test_contig_vs_transposed___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9955561Z test_contig_vs_transposed___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:50.9983386Z test_contig_vs_transposed___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.0058273Z test_contig_vs_transposed___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:46:51.0098167Z test_contig_vs_transposed___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.0124684Z test_contig_vs_transposed___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.0152312Z test_contig_vs_transposed___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.0196021Z test_contig_vs_transposed___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.0215110Z test_contig_vs_transposed___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0234429Z test_contig_vs_transposed___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0252801Z test_contig_vs_transposed___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0271419Z test_contig_vs_transposed___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0290010Z test_contig_vs_transposed___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0315667Z test_contig_vs_transposed___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0361814Z test_contig_vs_transposed___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:51.0398642Z test_contig_vs_transposed___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.0424945Z test_contig_vs_transposed___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.0450406Z test_contig_vs_transposed___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0478501Z test_contig_vs_transposed___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.0497527Z test_contig_vs_transposed___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0515782Z test_contig_vs_transposed___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0532850Z test_contig_vs_transposed___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0550551Z test_contig_vs_transposed___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0569425Z test_contig_vs_transposed___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0586841Z test_contig_vs_transposed___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0605283Z test_contig_vs_transposed___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0623429Z test_contig_vs_transposed___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0640410Z test_contig_vs_transposed___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0658840Z test_contig_vs_transposed___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0677299Z test_contig_vs_transposed___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0703725Z test_contig_vs_transposed_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.0721243Z test_contig_vs_transposed_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0767690Z test_contig_vs_transposed_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:51.0802911Z test_contig_vs_transposed_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.0839314Z test_contig_vs_transposed_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.0865595Z test_contig_vs_transposed_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0891558Z test_contig_vs_transposed_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.0919318Z test_contig_vs_transposed_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.0938215Z test_contig_vs_transposed_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0955825Z test_contig_vs_transposed_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0973176Z test_contig_vs_transposed_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.0991358Z test_contig_vs_transposed_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1008994Z test_contig_vs_transposed_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1034712Z test_contig_vs_transposed_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1059574Z test_contig_vs_transposed_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1085501Z test_contig_vs_transposed_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1110922Z test_contig_vs_transposed_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1143934Z test_contig_vs_transposed_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.1167992Z test_contig_vs_transposed_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1192312Z test_contig_vs_transposed_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1216711Z test_contig_vs_transposed_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1240549Z test_contig_vs_transposed_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1264697Z test_contig_vs_transposed_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1282352Z test_contig_vs_transposed_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1301085Z test_contig_vs_transposed_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1318845Z test_contig_vs_transposed_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1337462Z test_contig_vs_transposed_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1355789Z test_contig_vs_transposed_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1374433Z test_contig_vs_transposed_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1392484Z test_contig_vs_transposed_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1410284Z test_contig_vs_transposed_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1428143Z test_contig_vs_transposed_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1445878Z test_contig_vs_transposed_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1463728Z test_contig_vs_transposed_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1481294Z test_contig_vs_transposed_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1499486Z test_contig_vs_transposed_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1517255Z test_contig_vs_transposed_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1534419Z test_contig_vs_transposed_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1552005Z test_contig_vs_transposed_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1570389Z test_contig_vs_transposed_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1588484Z test_contig_vs_transposed_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1606265Z test_contig_vs_transposed_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1624059Z test_contig_vs_transposed_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1641795Z test_contig_vs_transposed_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1660223Z test_contig_vs_transposed_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1678709Z test_contig_vs_transposed_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1697053Z test_contig_vs_transposed_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1715496Z test_contig_vs_transposed_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1732616Z test_contig_vs_transposed_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1750252Z test_contig_vs_transposed_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1767936Z test_contig_vs_transposed_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1794521Z test_contig_vs_transposed_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.1813092Z test_contig_vs_transposed_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1838608Z test_contig_vs_transposed_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1865121Z test_contig_vs_transposed_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.1893718Z test_contig_vs_transposed_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.1911548Z test_contig_vs_transposed_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1930061Z test_contig_vs_transposed_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1947468Z test_contig_vs_transposed_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1965119Z test_contig_vs_transposed_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.1983088Z test_contig_vs_transposed_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2008427Z test_contig_vs_transposed_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2026419Z test_contig_vs_transposed_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2052470Z test_contig_vs_transposed_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2077730Z test_contig_vs_transposed_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2105880Z test_contig_vs_transposed_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2124808Z test_contig_vs_transposed_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2143551Z test_contig_vs_transposed_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2160677Z test_contig_vs_transposed_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2178736Z test_contig_vs_transposed_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2197220Z test_contig_vs_transposed_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2231495Z test_contig_vs_transposed_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2264695Z test_contig_vs_transposed_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2301316Z test_contig_vs_transposed_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.2326762Z test_contig_vs_transposed_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2350809Z test_contig_vs_transposed_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2376088Z test_contig_vs_transposed_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2402224Z test_contig_vs_transposed_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2430361Z test_contig_vs_transposed_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2454862Z test_contig_vs_transposed_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2478815Z test_contig_vs_transposed_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2503171Z test_contig_vs_transposed_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2528025Z test_contig_vs_transposed_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2552296Z test_contig_vs_transposed_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2579647Z test_contig_vs_transposed_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2607413Z test_contig_vs_transposed_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2634851Z test_contig_vs_transposed_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2664711Z test_contig_vs_transposed_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2690610Z test_contig_vs_transposed_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2716700Z test_contig_vs_transposed_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.2743766Z test_contig_vs_transposed_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2770093Z test_contig_vs_transposed_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2796385Z test_contig_vs_transposed_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2824009Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2850382Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.2898762Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:51.2935353Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.2974719Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.3001940Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3029573Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3060595Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3086470Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3113612Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3140403Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3166334Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3192470Z test_contig_vs_transposed_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3219733Z test_contig_vs_transposed_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3246889Z test_contig_vs_transposed_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3275376Z test_contig_vs_transposed_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3305481Z test_contig_vs_transposed_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3332602Z test_contig_vs_transposed_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3358354Z test_contig_vs_transposed_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3384761Z test_contig_vs_transposed_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3411930Z test_contig_vs_transposed_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3437544Z test_contig_vs_transposed_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3457641Z test_contig_vs_transposed_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3475946Z test_contig_vs_transposed_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3509011Z test_contig_vs_transposed_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.3529958Z test_contig_vs_transposed_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3552784Z test_contig_vs_transposed_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3573136Z test_contig_vs_transposed_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3592029Z test_contig_vs_transposed_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3614299Z test_contig_vs_transposed_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3632019Z test_contig_vs_transposed_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3649720Z test_contig_vs_transposed_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3667434Z test_contig_vs_transposed_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3685146Z test_contig_vs_transposed_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3703318Z test_contig_vs_transposed_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.3744084Z test_contig_vs_transposed_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.3782919Z test_contig_vs_transposed_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.3855530Z test_contig_vs_transposed_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:46:51.3923446Z test_contig_vs_transposed_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:46:51.3960354Z test_contig_vs_transposed_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.3997785Z test_contig_vs_transposed_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.4036544Z test_contig_vs_transposed_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.4071892Z test_contig_vs_transposed_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4107460Z test_contig_vs_transposed_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4144558Z test_contig_vs_transposed_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.4180890Z test_contig_vs_transposed_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.4217084Z test_contig_vs_transposed_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.4226522Z test_contig_vs_transposed_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:46:51.4253588Z test_contig_vs_transposed_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4280853Z test_contig_vs_transposed_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4313611Z test_contig_vs_transposed_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4334337Z test_contig_vs_transposed_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4354054Z test_contig_vs_transposed_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4373773Z test_contig_vs_transposed_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4393173Z test_contig_vs_transposed_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4412637Z test_contig_vs_transposed_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4438139Z test_contig_vs_transposed_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4455886Z test_contig_vs_transposed_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4480656Z test_contig_vs_transposed_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4506139Z test_contig_vs_transposed_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4533062Z test_contig_vs_transposed_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4550707Z test_contig_vs_transposed_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4569330Z test_contig_vs_transposed_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4586408Z test_contig_vs_transposed_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4603821Z test_contig_vs_transposed_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4621446Z test_contig_vs_transposed_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4646168Z test_contig_vs_transposed_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4663907Z test_contig_vs_transposed_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4689459Z test_contig_vs_transposed_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4715201Z test_contig_vs_transposed_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4741739Z test_contig_vs_transposed_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4759250Z test_contig_vs_transposed_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4777195Z test_contig_vs_transposed_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4794712Z test_contig_vs_transposed_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4813076Z test_contig_vs_transposed_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4830650Z test_contig_vs_transposed_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4858178Z test_contig_vs_transposed_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4884767Z test_contig_vs_transposed_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4911526Z test_contig_vs_transposed_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4940774Z test_contig_vs_transposed_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.4960344Z test_contig_vs_transposed_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4980108Z test_contig_vs_transposed_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.4998919Z test_contig_vs_transposed_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5018613Z test_contig_vs_transposed_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5038748Z test_contig_vs_transposed_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5057601Z test_contig_vs_transposed_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5075219Z test_contig_vs_transposed_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5092426Z test_contig_vs_transposed_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5109868Z test_contig_vs_transposed_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5128260Z test_contig_vs_transposed_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5147810Z test_contig_vs_transposed_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5165140Z test_contig_vs_transposed_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5185146Z test_contig_vs_transposed_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5204281Z test_contig_vs_transposed_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5225848Z test_contig_vs_transposed_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5243321Z test_contig_vs_transposed_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5260964Z test_contig_vs_transposed_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5278290Z test_contig_vs_transposed_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5296156Z test_contig_vs_transposed_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5314306Z test_contig_vs_transposed_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5334446Z test_contig_vs_transposed_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5351671Z test_contig_vs_transposed_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5371870Z test_contig_vs_transposed_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5391719Z test_contig_vs_transposed_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5413024Z test_contig_vs_transposed_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5430476Z test_contig_vs_transposed_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5448739Z test_contig_vs_transposed_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5466411Z test_contig_vs_transposed_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5484757Z test_contig_vs_transposed_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5502605Z test_contig_vs_transposed_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5527078Z test_contig_vs_transposed_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5545010Z test_contig_vs_transposed_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5570245Z test_contig_vs_transposed_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5595129Z test_contig_vs_transposed_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5622525Z test_contig_vs_transposed_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.5640929Z test_contig_vs_transposed_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5659444Z test_contig_vs_transposed_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5677169Z test_contig_vs_transposed_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5695137Z test_contig_vs_transposed_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5713524Z test_contig_vs_transposed_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5738841Z test_contig_vs_transposed_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5763259Z test_contig_vs_transposed_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5788084Z test_contig_vs_transposed_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.5816340Z test_contig_vs_transposed_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.5850548Z test_contig_vs_transposed_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.6103814Z test_contig_vs_transposed_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:46:51.6141834Z test_contig_vs_transposed_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.6418125Z test_contig_vs_transposed_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:46:51.6442125Z test_contig_vs_transposed_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6463747Z test_contig_vs_transposed_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6513053Z test_contig_vs_transposed_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:51.6541696Z test_contig_vs_transposed_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.6566076Z test_contig_vs_transposed_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6587971Z test_contig_vs_transposed_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6618377Z test_contig_vs_transposed_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.6639693Z test_contig_vs_transposed_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6660563Z test_contig_vs_transposed_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6682060Z test_contig_vs_transposed_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6703144Z test_contig_vs_transposed_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6723772Z test_contig_vs_transposed_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6749031Z test_contig_vs_transposed_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6767482Z test_contig_vs_transposed_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6810519Z test_contig_vs_transposed_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.6844897Z test_contig_vs_transposed_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.6870091Z test_contig_vs_transposed_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6895155Z test_contig_vs_transposed_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6921714Z test_contig_vs_transposed_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.6939671Z test_contig_vs_transposed_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6957627Z test_contig_vs_transposed_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6976161Z test_contig_vs_transposed_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.6994257Z test_contig_vs_transposed_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7013485Z test_contig_vs_transposed_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7038441Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7056657Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7100810Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.7135033Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.7160024Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7186440Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.7213358Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.7231992Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7250013Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7269836Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7285937Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7303770Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7321218Z test_contig_vs_transposed_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7339028Z test_contig_vs_transposed_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7356874Z test_contig_vs_transposed_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7374633Z test_contig_vs_transposed_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7391810Z test_contig_vs_transposed_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7417802Z test_contig_vs_transposed_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7441161Z test_contig_vs_transposed_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7505330Z test_contig_vs_transposed_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:51.7541107Z test_contig_vs_transposed_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.7566646Z test_contig_vs_transposed_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7591840Z test_contig_vs_transposed_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7628474Z test_contig_vs_transposed_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.7652748Z test_contig_vs_transposed_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7676912Z test_contig_vs_transposed_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7700769Z test_contig_vs_transposed_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7724395Z test_contig_vs_transposed_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7748215Z test_contig_vs_transposed_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7767569Z test_contig_vs_transposed_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7784739Z test_contig_vs_transposed_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7804492Z test_contig_vs_transposed_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7823669Z test_contig_vs_transposed_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7844290Z test_contig_vs_transposed_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7861991Z test_contig_vs_transposed_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7879630Z test_contig_vs_transposed_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7897588Z test_contig_vs_transposed_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7915052Z test_contig_vs_transposed_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7933316Z test_contig_vs_transposed_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7952328Z test_contig_vs_transposed_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.7970583Z test_contig_vs_transposed_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8001284Z test_contig_vs_transposed_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.8022439Z test_contig_vs_transposed_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8041592Z test_contig_vs_transposed_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8060780Z test_contig_vs_transposed_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8081677Z test_contig_vs_transposed_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8100159Z test_contig_vs_transposed_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8118379Z test_contig_vs_transposed_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8136729Z test_contig_vs_transposed_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8155091Z test_contig_vs_transposed_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8172713Z test_contig_vs_transposed_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8191903Z test_contig_vs_transposed_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8209269Z test_contig_vs_transposed_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8239003Z test_contig_vs_transposed_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.8260994Z test_contig_vs_transposed_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8280904Z test_contig_vs_transposed_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8300280Z test_contig_vs_transposed_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8321031Z test_contig_vs_transposed_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8338781Z test_contig_vs_transposed_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8356568Z test_contig_vs_transposed_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8374215Z test_contig_vs_transposed_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8391695Z test_contig_vs_transposed_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8409280Z test_contig_vs_transposed_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8429464Z test_contig_vs_transposed_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8446818Z test_contig_vs_transposed_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8476800Z test_contig_vs_transposed_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.8498900Z test_contig_vs_transposed_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8518631Z test_contig_vs_transposed_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8538075Z test_contig_vs_transposed_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8558737Z test_contig_vs_transposed_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8576783Z test_contig_vs_transposed_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8594226Z test_contig_vs_transposed_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8611996Z test_contig_vs_transposed_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8629321Z test_contig_vs_transposed_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8646907Z test_contig_vs_transposed_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8666368Z test_contig_vs_transposed_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8683770Z test_contig_vs_transposed_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8704064Z test_contig_vs_transposed_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8723995Z test_contig_vs_transposed_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8745494Z test_contig_vs_transposed_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8763110Z test_contig_vs_transposed_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8781659Z test_contig_vs_transposed_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8799045Z test_contig_vs_transposed_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8817692Z test_contig_vs_transposed_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8835285Z test_contig_vs_transposed_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8860536Z test_contig_vs_transposed_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8877976Z test_contig_vs_transposed_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8902672Z test_contig_vs_transposed_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8926420Z test_contig_vs_transposed_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8952854Z test_contig_vs_transposed_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.8971575Z test_contig_vs_transposed_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8989079Z test_contig_vs_transposed_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9006044Z test_contig_vs_transposed_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9023931Z test_contig_vs_transposed_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9042058Z test_contig_vs_transposed_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9067158Z test_contig_vs_transposed_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9085173Z test_contig_vs_transposed_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9110254Z test_contig_vs_transposed_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9134626Z test_contig_vs_transposed_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9159956Z test_contig_vs_transposed_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9177744Z test_contig_vs_transposed_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9195270Z test_contig_vs_transposed_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9213150Z test_contig_vs_transposed_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9231285Z test_contig_vs_transposed_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9248512Z test_contig_vs_transposed_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9273912Z test_contig_vs_transposed_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9292620Z test_contig_vs_transposed_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9316637Z test_contig_vs_transposed_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9342004Z test_contig_vs_transposed_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9367298Z test_contig_vs_transposed_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9385265Z test_contig_vs_transposed_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9403599Z test_contig_vs_transposed_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9420718Z test_contig_vs_transposed_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9438064Z test_contig_vs_transposed_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9456536Z test_contig_vs_transposed_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9481464Z test_contig_vs_transposed_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9499019Z test_contig_vs_transposed_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9523814Z test_contig_vs_transposed_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9548130Z test_contig_vs_transposed_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9573817Z test_contig_vs_transposed_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9591285Z test_contig_vs_transposed_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9608733Z test_contig_vs_transposed_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9626773Z test_contig_vs_transposed_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9644130Z test_contig_vs_transposed_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9661948Z test_contig_vs_transposed_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9686991Z test_contig_vs_transposed_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9704564Z test_contig_vs_transposed_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9745055Z test_contig_vs_transposed_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:51.9777852Z test_contig_vs_transposed_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.9810238Z test_contig_vs_transposed_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.9834310Z test_contig_vs_transposed_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9859643Z test_contig_vs_transposed_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9885882Z test_contig_vs_transposed_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:51.9904407Z test_contig_vs_transposed_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9921740Z test_contig_vs_transposed_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9939026Z test_contig_vs_transposed_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9956170Z test_contig_vs_transposed_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9973991Z test_contig_vs_transposed_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:51.9993789Z test_contig_vs_transposed_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0011358Z test_contig_vs_transposed_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0040353Z test_contig_vs_transposed_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.0061137Z test_contig_vs_transposed_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0080135Z test_contig_vs_transposed_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0099389Z test_contig_vs_transposed_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0120701Z test_contig_vs_transposed_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0138417Z test_contig_vs_transposed_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0155955Z test_contig_vs_transposed_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0173198Z test_contig_vs_transposed_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0190705Z test_contig_vs_transposed_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0208162Z test_contig_vs_transposed_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0232652Z test_contig_vs_transposed_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0256902Z test_contig_vs_transposed_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0282259Z test_contig_vs_transposed_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0312718Z test_contig_vs_transposed_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.0348511Z test_contig_vs_transposed_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.0372600Z test_contig_vs_transposed_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0432838Z test_contig_vs_transposed_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.0465300Z test_contig_vs_transposed_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.0498823Z test_contig_vs_transposed_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.0523968Z test_contig_vs_transposed_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0548165Z test_contig_vs_transposed_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0584781Z test_contig_vs_transposed_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:52.0602299Z test_contig_vs_transposed_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0620016Z test_contig_vs_transposed_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0636911Z test_contig_vs_transposed_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0654805Z test_contig_vs_transposed_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0672327Z test_contig_vs_transposed_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0698958Z test_contig_vs_transposed_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.0724759Z test_contig_vs_transposed_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0751312Z test_contig_vs_transposed_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.0779846Z test_contig_vs_transposed_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.0799468Z test_contig_vs_transposed_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0819208Z test_contig_vs_transposed_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0838222Z test_contig_vs_transposed_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0858567Z test_contig_vs_transposed_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0877939Z test_contig_vs_transposed_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0902195Z test_contig_vs_transposed_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.0942597Z test_contig_vs_transposed_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:52.0975199Z test_contig_vs_transposed_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.0999932Z test_contig_vs_transposed_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1025028Z test_contig_vs_transposed_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1051816Z test_contig_vs_transposed_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.1070189Z test_contig_vs_transposed_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1088616Z test_contig_vs_transposed_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1105505Z test_contig_vs_transposed_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1122866Z test_contig_vs_transposed_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1140513Z test_contig_vs_transposed_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1163018Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1187446Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1215340Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.1238842Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1261543Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1284282Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1307802Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1331459Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1353981Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1377974Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1404947Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.1427880Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1450464Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1474128Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1496597Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1519125Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1529890Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1538960Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1548533Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1558475Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1568233Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1578208Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1586723Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1596593Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1606422Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1616164Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1625509Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1635371Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1645586Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1654374Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1663639Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1673133Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.1696933Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1722385Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1750072Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.1773853Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1797127Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1821182Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1844704Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1868700Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1891136Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1915046Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1943454Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.1967499Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.1991196Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2015547Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2039282Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2062447Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2085192Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2111012Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2145959Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.2171631Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2197259Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2223861Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.2249364Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2275159Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2285531Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2295971Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2305725Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2315708Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2326553Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2336190Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2345978Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2355864Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2365311Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2374968Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2384716Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2393715Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2402259Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2412297Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2422584Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2431639Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2441578Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2450310Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2460785Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2470924Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2479987Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2488824Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2498331Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2508488Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2518289Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2526852Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2536164Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2545614Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2555784Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2565939Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2575449Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2585192Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2595285Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2605159Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2614399Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2623833Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2633553Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2642975Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2652444Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2662361Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:46:52.2686445Z test_contig_vs_transposed_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2709169Z test_contig_vs_transposed_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2733192Z test_contig_vs_transposed_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2758438Z test_contig_vs_transposed_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2789339Z test_contig_vs_transposed_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.2812068Z test_contig_vs_transposed_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2834391Z test_contig_vs_transposed_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2856919Z test_contig_vs_transposed_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2880592Z test_contig_vs_transposed_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2903484Z test_contig_vs_transposed_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2926518Z test_contig_vs_transposed_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.2957940Z test_contig_vs_transposed_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3146291Z test_contig_vs_transposed_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:46:52.3176500Z test_contig_vs_transposed_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3207105Z test_contig_vs_transposed_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3238174Z test_contig_vs_transposed_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3269039Z test_contig_vs_transposed_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3299421Z test_contig_vs_transposed_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3323395Z test_contig_vs_transposed_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3364800Z test_contig_vs_transposed_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:52.3396970Z test_contig_vs_transposed_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3429642Z test_contig_vs_transposed_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3454601Z test_contig_vs_transposed_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3478401Z test_contig_vs_transposed_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3504493Z test_contig_vs_transposed_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3521810Z test_contig_vs_transposed_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3539516Z test_contig_vs_transposed_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3556415Z test_contig_vs_transposed_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3574879Z test_contig_vs_transposed_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3592147Z test_contig_vs_transposed_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3618168Z test_contig_vs_transposed_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3642676Z test_contig_vs_transposed_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3685325Z test_contig_vs_transposed_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:52.3720076Z test_contig_vs_transposed_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3756097Z test_contig_vs_transposed_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3782679Z test_contig_vs_transposed_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3809485Z test_contig_vs_transposed_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3837316Z test_contig_vs_transposed_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.3861962Z test_contig_vs_transposed_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3886707Z test_contig_vs_transposed_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3912310Z test_contig_vs_transposed_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3936732Z test_contig_vs_transposed_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3961111Z test_contig_vs_transposed_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.3985524Z test_contig_vs_transposed_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.4008083Z test_contig_vs_transposed_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.4032302Z test_contig_vs_transposed_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.4057509Z test_contig_vs_transposed_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.4085812Z test_contig_vs_transposed_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:52.4109382Z test_contig_vs_transposed_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.4133169Z test_contig_vs_transposed_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.4155496Z test_contig_vs_transposed_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.4178240Z test_contig_vs_transposed_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.4200713Z test_contig_vs_transposed_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:52.4305836Z test_copysign_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.4368646Z test_copysign_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.4447824Z test_copysign_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:46:52.4548394Z test_copysign_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.4649067Z test_copysign_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.4713567Z test_copysign_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.4777285Z test_copysign_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.4841486Z test_copysign_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.4905930Z test_copysign_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.4969099Z test_copysign_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.5070850Z test_copysign_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.5130282Z test_copysign_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.5206884Z test_copysign_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:46:52.5305452Z test_copysign_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.5402907Z test_copysign_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.5464043Z test_copysign_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.5524123Z test_copysign_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.5583988Z test_copysign_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.5644994Z test_copysign_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.5706571Z test_copysign_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.5786284Z test_copysign_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:46:52.5838855Z test_copysign_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:52.5914646Z test_copysign_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:46:52.5991166Z test_copysign_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:46:52.6066792Z test_copysign_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:46:52.6121457Z test_copysign_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:52.6176908Z test_copysign_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:52.6233741Z test_copysign_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.6286969Z test_copysign_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:52.6341958Z test_copysign_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:52.6481768Z test_copysign_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:46:52.6580173Z test_copysign_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.6678171Z test_copysign_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.6813915Z test_copysign_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:46:52.6947613Z test_copysign_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:46:52.7045831Z test_copysign_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.7144484Z test_copysign_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.7243009Z test_copysign_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.7340443Z test_copysign_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.7440991Z test_copysign_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.7579650Z test_copysign_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:46:52.7676100Z test_copysign_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.7774775Z test_copysign_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.7911778Z test_copysign_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:46:52.8045027Z test_copysign_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:46:52.8144288Z test_copysign_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.8241657Z test_copysign_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.8338667Z test_copysign_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.8434357Z test_copysign_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:46:52.8532822Z test_copysign_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.8634136Z test_copysign_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.8696264Z test_copysign_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.8771040Z test_copysign_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:46:52.8868784Z test_copysign_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.8965115Z test_copysign_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.9025558Z test_copysign_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.9086235Z test_copysign_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.9149667Z test_copysign_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.9209595Z test_copysign_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.9271584Z test_copysign_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.9372151Z test_copysign_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.9432288Z test_copysign_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.9509203Z test_copysign_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:46:52.9609609Z test_copysign_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.9706323Z test_copysign_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:52.9768091Z test_copysign_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.9828256Z test_copysign_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.9889733Z test_copysign_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:52.9951532Z test_copysign_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0012410Z test_copysign_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0113337Z test_copysign_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:53.0175437Z test_copysign_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0252196Z test_copysign_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:46:53.0352982Z test_copysign_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:53.0449187Z test_copysign_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:53.0510166Z test_copysign_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0571861Z test_copysign_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0632750Z test_copysign_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0694025Z test_copysign_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0755350Z test_copysign_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0857933Z test_copysign_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:53.0918211Z test_copysign_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0993998Z test_copysign_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:46:53.1092605Z test_copysign_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:53.1190039Z test_copysign_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:53.1251778Z test_copysign_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.1312348Z test_copysign_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.1372057Z test_copysign_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.1433437Z test_copysign_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.1494674Z test_copysign_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.1595940Z test_copysign_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:53.1656310Z test_copysign_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.1731267Z test_copysign_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:46:53.1828675Z test_copysign_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:53.1925307Z test_copysign_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:46:53.1988039Z test_copysign_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2047820Z test_copysign_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2109584Z test_copysign_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2170205Z test_copysign_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2232190Z test_copysign_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2295324Z test_copysign_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2353815Z test_copysign_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2411978Z test_copysign_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2467594Z test_copysign_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:53.2524707Z test_copysign_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2582141Z test_copysign_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2637615Z test_copysign_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:53.2696228Z test_copysign_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2753478Z test_copysign_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2810988Z test_copysign_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2868134Z test_copysign_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2925900Z test_copysign_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.2983267Z test_copysign_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.3038222Z test_copysign_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:53.3094427Z test_copysign_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:46:53.3148686Z test_copysign_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:53.3158192Z test_cpow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:53.3404613Z test_cpu_tensor_pow_cuda_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:46:53.3413640Z test_cremainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:53.3431195Z test_cross_device_binary_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-09-27T16:46:53.3500642Z test_cross_device_inplace_error_msg_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:46:53.3513931Z test_csub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:53.3652687Z test_cuda_tensor_pow_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:46:53.4159268Z test_cumulative_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-09-27T16:46:54.2926028Z test_div_and_floordiv_script_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.876s) 2022-09-27T16:46:54.2945856Z test_div_and_floordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:54.3000875Z test_div_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:54.3037134Z test_div_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3076966Z test_div_rounding_modes_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3116366Z test_div_rounding_modes_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3153422Z test_div_rounding_modes_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3189943Z test_div_rounding_modes_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3225812Z test_div_rounding_modes_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:54.3259500Z test_div_rounding_modes_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:54.3294403Z test_div_rounding_modes_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:54.3329749Z test_div_rounding_modes_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:54.3364877Z test_div_rounding_modes_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:54.3407259Z test_div_rounding_nonfinite_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3448285Z test_div_rounding_nonfinite_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3489434Z test_div_rounding_nonfinite_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3530184Z test_div_rounding_nonfinite_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3584283Z test_div_rounding_numpy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:54.3635738Z test_div_rounding_numpy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:54.3686928Z test_div_rounding_numpy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:46:54.3731435Z test_div_rounding_numpy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3776096Z test_div_rounding_numpy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3820551Z test_div_rounding_numpy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3864768Z test_div_rounding_numpy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3908562Z test_div_rounding_numpy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:54.3924903Z test_divide_by_zero_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1041: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:46:54.3925436Z expect = np.divide(an, 0) 2022-09-27T16:46:54.3925841Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:46:54.3927169Z expect = np.divide(an, 0) 2022-09-27T16:46:54.3936536Z ok (0.003s) 2022-09-27T16:46:54.3961506Z test_divide_by_zero_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:54.3986704Z test_divide_by_zero_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:54.4011633Z test_divide_by_zero_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:54.4035679Z test_divmul_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:54.4335647Z test_float_power_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:46:54.4336409Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:46:54.4382193Z ok (0.035s) 2022-09-27T16:46:54.4953115Z test_float_power_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:46:54.5526798Z test_float_power_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:46:54.5866188Z test_float_power_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:46:54.6205439Z test_float_power_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:46:54.6541084Z test_float_power_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:54.6877884Z test_float_power_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:46:54.7222658Z test_float_power_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:46:54.7559664Z test_float_power_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:46:54.7896416Z test_float_power_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:46:54.8233256Z test_float_power_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:46:54.8468728Z test_float_power_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:54.8789189Z test_float_power_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:46:54.9116308Z test_float_power_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:54.9349610Z test_float_power_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:54.9593674Z test_float_power_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:46:54.9824049Z test_float_power_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:55.0057203Z test_float_power_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:55.0289574Z test_float_power_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:55.0520670Z test_float_power_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:55.0752169Z test_float_power_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:55.0984055Z test_float_power_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:55.1376027Z test_float_power_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:46:55.1986849Z test_float_power_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:46:55.2603217Z test_float_power_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:46:55.2990821Z test_float_power_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:46:55.3377606Z test_float_power_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:46:55.3762169Z test_float_power_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:46:55.4149040Z test_float_power_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:46:55.4534282Z test_float_power_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:46:55.4919561Z test_float_power_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:46:55.5304741Z test_float_power_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:46:55.5690312Z test_float_power_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:46:55.6026489Z test_float_power_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:46:55.6586207Z test_float_power_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:55.7148385Z test_float_power_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:55.7482245Z test_float_power_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:55.7816170Z test_float_power_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:55.8148199Z test_float_power_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:55.8480604Z test_float_power_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:55.8813079Z test_float_power_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:55.9150948Z test_float_power_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:46:55.9483900Z test_float_power_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:55.9816615Z test_float_power_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.0151225Z test_float_power_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.0714213Z test_float_power_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:56.1278129Z test_float_power_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:56.1612372Z test_float_power_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.1946027Z test_float_power_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.2276180Z test_float_power_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.2608611Z test_float_power_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.2940987Z test_float_power_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.3275906Z test_float_power_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.3607579Z test_float_power_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.3939019Z test_float_power_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.4116744Z test_float_power_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:46:56.4542770Z test_float_power_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:46:56.4970742Z test_float_power_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:46:56.5147333Z test_float_power_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:46:56.5323443Z test_float_power_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:46:56.5496911Z test_float_power_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:46:56.5671945Z test_float_power_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:46:56.5847173Z test_float_power_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:46:56.6023250Z test_float_power_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:46:56.6198753Z test_float_power_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:46:56.6376026Z test_float_power_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:46:56.6710965Z test_float_power_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.7269384Z test_float_power_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:56.7830719Z test_float_power_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:56.8163355Z test_float_power_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.8496440Z test_float_power_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.8827207Z test_float_power_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.9158444Z test_float_power_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.9489896Z test_float_power_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:56.9821139Z test_float_power_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.0153245Z test_float_power_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.0484814Z test_float_power_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.0820463Z test_float_power_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.1382431Z test_float_power_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:57.1944735Z test_float_power_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:57.2277704Z test_float_power_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.2610485Z test_float_power_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.2940502Z test_float_power_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.3272112Z test_float_power_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.3603715Z test_float_power_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.3935438Z test_float_power_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.4266151Z test_float_power_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.4597779Z test_float_power_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.4931227Z test_float_power_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.5490468Z test_float_power_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:57.6054046Z test_float_power_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:57.6387043Z test_float_power_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.6720725Z test_float_power_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.7050839Z test_float_power_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.7382223Z test_float_power_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.7714162Z test_float_power_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.8045586Z test_float_power_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.8377548Z test_float_power_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.8708475Z test_float_power_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.9042484Z test_float_power_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:57.9600733Z test_float_power_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:58.0162142Z test_float_power_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:58.0494458Z test_float_power_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.0827329Z test_float_power_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.1156156Z test_float_power_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.1505762Z test_float_power_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:46:58.1837758Z test_float_power_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.2168952Z test_float_power_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.2500275Z test_float_power_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.2832132Z test_float_power_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.3167749Z test_float_power_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.3726047Z test_float_power_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:58.4287867Z test_float_power_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:46:58.4621366Z test_float_power_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.4955697Z test_float_power_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.5285971Z test_float_power_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.5617498Z test_float_power_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.5949731Z test_float_power_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.6280683Z test_float_power_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.6612281Z test_float_power_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.6947385Z test_float_power_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:46:58.7053574Z test_float_power_exceptions_cuda (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:4030: 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-09-27T16:46:58.7054774Z torch.float_power(base, exp, out=out) 2022-09-27T16:46:58.7266213Z ok (0.032s) 2022-09-27T16:46:58.7348399Z test_float_scalar_pow_float_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:46:58.7348955Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:46:58.7599556Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:46:58.7600009Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:46:58.7969201Z ok (0.070s) 2022-09-27T16:46:58.8618286Z test_float_scalar_pow_float_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-09-27T16:46:58.8651560Z test_floor_divide_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:58.8684165Z test_floor_divide_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:58.8716628Z test_floor_divide_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:58.8747706Z test_floor_divide_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:58.8778184Z test_floor_divide_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:58.8808518Z test_floor_divide_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:58.8839451Z test_floor_divide_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:58.8870083Z test_floor_divide_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:58.8890479Z test_floor_divide_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.8909582Z test_floor_divide_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.8927861Z test_floor_divide_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.8945762Z test_floor_divide_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.8963131Z test_floor_divide_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.8980542Z test_floor_divide_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.8998058Z test_floor_divide_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.9015983Z test_floor_divide_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.9026983Z test_floor_divide_zero_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:58.9037833Z test_floor_divide_zero_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:58.9048712Z test_floor_divide_zero_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:58.9059813Z test_floor_divide_zero_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:58.9070659Z test_floor_divide_zero_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:58.9088357Z test_fmod_remainder_by_zero_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.9106128Z test_fmod_remainder_by_zero_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.9123629Z test_fmod_remainder_by_zero_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.9142941Z test_fmod_remainder_by_zero_integral_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.9170315Z test_fmod_remainder_by_zero_integral_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:58.9199115Z test_fmod_remainder_by_zero_integral_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:58.9217512Z test_fmod_remainder_by_zero_integral_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.9235867Z test_fmod_remainder_by_zero_integral_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:58.9434445Z test_fmod_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:46:58.9629963Z test_fmod_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:46:58.9820577Z test_fmod_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:46:59.0419547Z test_fmod_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-09-27T16:46:59.1014820Z test_fmod_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:46:59.1604657Z test_fmod_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:46:59.2199865Z test_fmod_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:46:59.2792783Z test_fmod_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:46:59.2819452Z test_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:59.2844674Z test_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:59.2870884Z test_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:59.2896497Z test_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:59.2921732Z test_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:46:59.3139479Z test_heaviside_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.3351294Z test_heaviside_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:46:59.3562956Z test_heaviside_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:46:59.3774385Z test_heaviside_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:46:59.3900464Z test_heaviside_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:46:59.3942889Z test_heaviside_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:59.4171644Z test_heaviside_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.4405818Z test_heaviside_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.4639517Z test_heaviside_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.4867041Z test_heaviside_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.5090029Z test_heaviside_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.5314206Z test_heaviside_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.5544073Z test_heaviside_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.5767145Z test_heaviside_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.5989270Z test_heaviside_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.6212083Z test_heaviside_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.6246208Z test_heaviside_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:46:59.6471314Z test_heaviside_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.6703381Z test_heaviside_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.6925512Z test_heaviside_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.7152037Z test_heaviside_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.7381856Z test_heaviside_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.7610740Z test_heaviside_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.7836281Z test_heaviside_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.8059149Z test_heaviside_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.8281352Z test_heaviside_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.8507571Z test_heaviside_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.8548542Z test_heaviside_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:46:59.8778192Z test_heaviside_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.9003577Z test_heaviside_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.9225982Z test_heaviside_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.9452698Z test_heaviside_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:46:59.9675354Z test_heaviside_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:46:59.9897892Z test_heaviside_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.0120196Z test_heaviside_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.0349320Z test_heaviside_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:00.0572075Z test_heaviside_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.0794662Z test_heaviside_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.0834957Z test_heaviside_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:00.1060099Z test_heaviside_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.1293361Z test_heaviside_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:00.1516032Z test_heaviside_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.1739018Z test_heaviside_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.1965455Z test_heaviside_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:00.2193309Z test_heaviside_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:00.2417363Z test_heaviside_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.2641005Z test_heaviside_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.2865976Z test_heaviside_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.3090245Z test_heaviside_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.3130886Z test_heaviside_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:00.3353876Z test_heaviside_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.3583065Z test_heaviside_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:00.3805222Z test_heaviside_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.4028055Z test_heaviside_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.4254741Z test_heaviside_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:00.4479520Z test_heaviside_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.4707019Z test_heaviside_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:00.4929396Z test_heaviside_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.5151850Z test_heaviside_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.5374594Z test_heaviside_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.5408857Z test_heaviside_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:00.5631986Z test_heaviside_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.5854690Z test_heaviside_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.6077554Z test_heaviside_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.6300689Z test_heaviside_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.6522694Z test_heaviside_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.6745307Z test_heaviside_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.6968294Z test_heaviside_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.7191323Z test_heaviside_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.7415963Z test_heaviside_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.7641095Z test_heaviside_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.7675888Z test_heaviside_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:00.7899420Z test_heaviside_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.8126013Z test_heaviside_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:00.8355505Z test_heaviside_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:00.8578064Z test_heaviside_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.8800847Z test_heaviside_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.9025404Z test_heaviside_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.9248188Z test_heaviside_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.9471778Z test_heaviside_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.9694404Z test_heaviside_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.9917219Z test_heaviside_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:00.9950575Z test_heaviside_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:01.0180623Z test_heaviside_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:01.0403478Z test_heaviside_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.0626475Z test_heaviside_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.0857907Z test_heaviside_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:01.1091552Z test_heaviside_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:01.1317261Z test_heaviside_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.1539756Z test_heaviside_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.1762519Z test_heaviside_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.1985348Z test_heaviside_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.2208069Z test_heaviside_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.2242645Z test_heaviside_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:01.2465456Z test_heaviside_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.2690785Z test_heaviside_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.2924739Z test_heaviside_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:01.3160096Z test_heaviside_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:01.3394548Z test_heaviside_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:01.3624096Z test_heaviside_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:01.3847172Z test_heaviside_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.4070220Z test_heaviside_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.4292437Z test_heaviside_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.4514701Z test_heaviside_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:01.4551924Z test_heaviside_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:01.4587637Z test_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:01.4623926Z test_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:10.6361343Z test_idiv_and_ifloordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (9.173s) 2022-09-27T16:47:10.6380267Z test_inplace_division_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:10.6391428Z test_inplace_dunders_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:11.5697822Z test_int_and_float_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.930s) 2022-09-27T16:47:11.6363083Z test_int_tensor_pow_neg_ints_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-09-27T16:47:11.6386561Z test_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:11.6409465Z test_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:11.6432168Z test_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:11.6447731Z test_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:11.6520771Z test_lerp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:47:11.6521758Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:47:11.6570719Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:3353: 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-09-27T16:47:11.6571637Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:47:11.7811464Z ok (0.136s) 2022-09-27T16:47:11.9274484Z test_lerp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.146s) 2022-09-27T16:47:11.9946195Z test_lerp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-09-27T16:47:12.0564379Z test_lerp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:47:12.0588175Z test_lerp_lowp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0611131Z test_lerp_lowp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0642671Z test_logaddexp2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:12.0672627Z test_logaddexp2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:12.0701992Z test_logaddexp2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:12.0733161Z test_logaddexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:12.0762483Z test_logaddexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:12.0791969Z test_logaddexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:12.0813412Z test_logical_and_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0833685Z test_logical_and_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0854360Z test_logical_and_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0874748Z test_logical_and_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0895329Z test_logical_and_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0915431Z test_logical_and_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0935813Z test_logical_and_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0955994Z test_logical_and_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0976993Z test_logical_and_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.0997012Z test_logical_and_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1017642Z test_logical_and_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1037691Z test_logical_and_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1056493Z test_logical_and_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1074742Z test_logical_and_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1093561Z test_logical_and_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1111694Z test_logical_and_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1129917Z test_logical_and_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1148496Z test_logical_and_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1166409Z test_logical_and_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1184984Z test_logical_and_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1203165Z test_logical_and_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1221688Z test_logical_and_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1239878Z test_logical_and_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1258401Z test_logical_and_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.1270393Z test_logical_and_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:3247: 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-09-27T16:47:12.1271217Z self.assertEqual(expected_res.bool(), getattr(a, op)(b)) 2022-09-27T16:47:12.1280238Z ok (0.002s) 2022-09-27T16:47:12.1300961Z test_logical_and_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3303576Z test_logical_and_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.200s) 2022-09-27T16:47:12.3324865Z test_logical_and_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3345668Z test_logical_and_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3366168Z test_logical_and_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3387078Z test_logical_and_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3407501Z test_logical_and_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3428367Z test_logical_and_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3449021Z test_logical_and_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3469459Z test_logical_and_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3489868Z test_logical_and_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3510862Z test_logical_and_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3531791Z test_logical_and_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.3552462Z test_logical_and_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5499317Z test_logical_and_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.195s) 2022-09-27T16:47:12.5520407Z test_logical_and_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5541545Z test_logical_and_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5563410Z test_logical_and_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5583260Z test_logical_and_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5603955Z test_logical_and_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5624921Z test_logical_and_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5645903Z test_logical_and_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5667029Z test_logical_and_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5687275Z test_logical_and_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5707896Z test_logical_and_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5728303Z test_logical_and_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5749133Z test_logical_and_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5769688Z test_logical_and_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5790868Z test_logical_and_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5811114Z test_logical_and_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5831281Z test_logical_and_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5852470Z test_logical_and_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5872671Z test_logical_and_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5893496Z test_logical_and_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5913691Z test_logical_and_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5934339Z test_logical_and_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5954650Z test_logical_and_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5975621Z test_logical_and_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.5996270Z test_logical_and_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6017479Z test_logical_and_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6037605Z test_logical_and_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6058189Z test_logical_and_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6078537Z test_logical_and_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6099177Z test_logical_and_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6119309Z test_logical_and_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6140112Z test_logical_and_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6160407Z test_logical_and_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6180805Z test_logical_and_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6200606Z test_logical_and_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6221146Z test_logical_and_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6241462Z test_logical_and_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6261557Z test_logical_and_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6281682Z test_logical_and_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6301911Z test_logical_and_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6322004Z test_logical_and_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6342374Z test_logical_and_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6362467Z test_logical_and_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6382748Z test_logical_and_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6402737Z test_logical_and_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6421653Z test_logical_and_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6440304Z test_logical_and_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6459248Z test_logical_and_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6477754Z test_logical_and_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6496776Z test_logical_and_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6515315Z test_logical_and_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6534225Z test_logical_and_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6552877Z test_logical_and_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6571733Z test_logical_and_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6590414Z test_logical_and_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6608931Z test_logical_and_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6627780Z test_logical_and_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6646841Z test_logical_and_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6665638Z test_logical_and_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6684297Z test_logical_and_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6703115Z test_logical_and_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6721634Z test_logical_and_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6740358Z test_logical_and_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6758907Z test_logical_and_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6777985Z test_logical_and_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6797013Z test_logical_and_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6816027Z test_logical_and_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6834747Z test_logical_and_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6853810Z test_logical_and_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6872145Z test_logical_and_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6890534Z test_logical_and_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6909096Z test_logical_and_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6927740Z test_logical_and_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6946071Z test_logical_and_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6964406Z test_logical_and_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.6983079Z test_logical_and_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7001392Z test_logical_and_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7020084Z test_logical_and_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7038395Z test_logical_and_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7057256Z test_logical_and_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7075728Z test_logical_and_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7094646Z test_logical_and_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7113238Z test_logical_and_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7132229Z test_logical_and_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7150818Z test_logical_and_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7169547Z test_logical_and_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7188300Z test_logical_and_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7207053Z test_logical_and_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7225911Z test_logical_and_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7244679Z test_logical_and_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7263619Z test_logical_and_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7282315Z test_logical_and_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7301430Z test_logical_and_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7319954Z test_logical_and_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7338926Z test_logical_and_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7357617Z test_logical_and_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7376688Z test_logical_and_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7395167Z test_logical_and_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7414017Z test_logical_and_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7432657Z test_logical_and_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7451848Z test_logical_and_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7470292Z test_logical_and_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7489036Z test_logical_and_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7507753Z test_logical_and_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7526411Z test_logical_and_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.7580235Z test_logical_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:12.7621253Z test_logical_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:12.7674538Z test_logical_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:12.7727507Z test_logical_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:12.7780617Z test_logical_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:12.7833275Z test_logical_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:12.7886663Z test_logical_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:12.7939520Z test_logical_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:12.7992419Z test_logical_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:12.8045292Z test_logical_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:12.8066814Z test_logical_or_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8087286Z test_logical_or_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8107958Z test_logical_or_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8128180Z test_logical_or_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8148874Z test_logical_or_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8168872Z test_logical_or_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8189462Z test_logical_or_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8209850Z test_logical_or_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8230368Z test_logical_or_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8250872Z test_logical_or_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8271323Z test_logical_or_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8291991Z test_logical_or_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8310395Z test_logical_or_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8328718Z test_logical_or_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8347471Z test_logical_or_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8365752Z test_logical_or_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8384699Z test_logical_or_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8403038Z test_logical_or_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8421724Z test_logical_or_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8439932Z test_logical_or_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8458690Z test_logical_or_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8477184Z test_logical_or_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8496064Z test_logical_or_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8514399Z test_logical_or_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8535333Z test_logical_or_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:12.8555842Z test_logical_or_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0565897Z test_logical_or_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.201s) 2022-09-27T16:47:13.0586779Z test_logical_or_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0607263Z test_logical_or_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0628171Z test_logical_or_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0648616Z test_logical_or_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0669634Z test_logical_or_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0690193Z test_logical_or_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0710991Z test_logical_or_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0731861Z test_logical_or_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0752441Z test_logical_or_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0773631Z test_logical_or_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0794437Z test_logical_or_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.0815535Z test_logical_or_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2747802Z test_logical_or_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.193s) 2022-09-27T16:47:13.2768472Z test_logical_or_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2789727Z test_logical_or_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2810512Z test_logical_or_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2831761Z test_logical_or_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2852702Z test_logical_or_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2873467Z test_logical_or_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2894743Z test_logical_or_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2915447Z test_logical_or_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2936168Z test_logical_or_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2956485Z test_logical_or_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2977325Z test_logical_or_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.2997567Z test_logical_or_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3018197Z test_logical_or_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3038793Z test_logical_or_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3059269Z test_logical_or_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3079488Z test_logical_or_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3100253Z test_logical_or_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3120623Z test_logical_or_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3141159Z test_logical_or_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3161423Z test_logical_or_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3182110Z test_logical_or_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3202368Z test_logical_or_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3222951Z test_logical_or_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3243061Z test_logical_or_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3263800Z test_logical_or_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3284437Z test_logical_or_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3304887Z test_logical_or_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3325424Z test_logical_or_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3347696Z test_logical_or_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3368121Z test_logical_or_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3388735Z test_logical_or_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3409180Z test_logical_or_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3429444Z test_logical_or_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3450033Z test_logical_or_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3470337Z test_logical_or_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3490573Z test_logical_or_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3510771Z test_logical_or_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3530936Z test_logical_or_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3551225Z test_logical_or_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3572350Z test_logical_or_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3592334Z test_logical_or_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3612922Z test_logical_or_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3632876Z test_logical_or_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3653622Z test_logical_or_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3672913Z test_logical_or_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3691589Z test_logical_or_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3710259Z test_logical_or_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3729138Z test_logical_or_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3747707Z test_logical_or_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3766290Z test_logical_or_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3785352Z test_logical_or_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3803449Z test_logical_or_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3822373Z test_logical_or_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3840780Z test_logical_or_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3859943Z test_logical_or_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3878641Z test_logical_or_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3897756Z test_logical_or_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3916327Z test_logical_or_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3935243Z test_logical_or_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3953830Z test_logical_or_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3972809Z test_logical_or_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.3991181Z test_logical_or_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4009621Z test_logical_or_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4028508Z test_logical_or_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4046826Z test_logical_or_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4065586Z test_logical_or_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4084207Z test_logical_or_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4102988Z test_logical_or_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4121335Z test_logical_or_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4139992Z test_logical_or_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4158356Z test_logical_or_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4177657Z test_logical_or_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4195643Z test_logical_or_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4214320Z test_logical_or_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4232566Z test_logical_or_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4251290Z test_logical_or_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4270000Z test_logical_or_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4287959Z test_logical_or_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4306528Z test_logical_or_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4324858Z test_logical_or_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4343738Z test_logical_or_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4362188Z test_logical_or_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4381256Z test_logical_or_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4400140Z test_logical_or_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4419113Z test_logical_or_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4437626Z test_logical_or_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4456866Z test_logical_or_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4475340Z test_logical_or_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4494325Z test_logical_or_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4512790Z test_logical_or_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4531783Z test_logical_or_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4550699Z test_logical_or_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4569159Z test_logical_or_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4588151Z test_logical_or_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4606711Z test_logical_or_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4625399Z test_logical_or_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4644233Z test_logical_or_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4663564Z test_logical_or_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4681658Z test_logical_or_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4700510Z test_logical_or_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4719110Z test_logical_or_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4738163Z test_logical_or_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4756689Z test_logical_or_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4775648Z test_logical_or_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4796270Z test_logical_xor_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4816873Z test_logical_xor_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4837413Z test_logical_xor_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4858196Z test_logical_xor_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4878599Z test_logical_xor_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4899077Z test_logical_xor_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4919756Z test_logical_xor_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4940663Z test_logical_xor_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4960921Z test_logical_xor_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.4981827Z test_logical_xor_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5001872Z test_logical_xor_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5022436Z test_logical_xor_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5041159Z test_logical_xor_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5059964Z test_logical_xor_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5078799Z test_logical_xor_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5097568Z test_logical_xor_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5115929Z test_logical_xor_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5134701Z test_logical_xor_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5153103Z test_logical_xor_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5171724Z test_logical_xor_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5190056Z test_logical_xor_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5208701Z test_logical_xor_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5227098Z test_logical_xor_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5245469Z test_logical_xor_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5266210Z test_logical_xor_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.5286735Z test_logical_xor_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7232963Z test_logical_xor_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.194s) 2022-09-27T16:47:13.7254008Z test_logical_xor_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7274605Z test_logical_xor_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7295548Z test_logical_xor_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7315997Z test_logical_xor_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7336869Z test_logical_xor_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7357630Z test_logical_xor_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7378399Z test_logical_xor_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7398912Z test_logical_xor_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7419913Z test_logical_xor_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7440584Z test_logical_xor_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7461785Z test_logical_xor_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.7482363Z test_logical_xor_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9425620Z test_logical_xor_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.194s) 2022-09-27T16:47:13.9446834Z test_logical_xor_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9468227Z test_logical_xor_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9489192Z test_logical_xor_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9510159Z test_logical_xor_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9530696Z test_logical_xor_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9551838Z test_logical_xor_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9573170Z test_logical_xor_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9593995Z test_logical_xor_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9614641Z test_logical_xor_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9635149Z test_logical_xor_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9655671Z test_logical_xor_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9675737Z test_logical_xor_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9696699Z test_logical_xor_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9716835Z test_logical_xor_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9737396Z test_logical_xor_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9757631Z test_logical_xor_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9778549Z test_logical_xor_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9798641Z test_logical_xor_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9820128Z test_logical_xor_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9840171Z test_logical_xor_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9861133Z test_logical_xor_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9881394Z test_logical_xor_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9902175Z test_logical_xor_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9922242Z test_logical_xor_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9942844Z test_logical_xor_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9962902Z test_logical_xor_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:13.9983486Z test_logical_xor_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0003836Z test_logical_xor_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0024539Z test_logical_xor_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0044584Z test_logical_xor_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0065056Z test_logical_xor_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0085511Z test_logical_xor_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0105747Z test_logical_xor_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0125520Z test_logical_xor_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0145864Z test_logical_xor_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0165737Z test_logical_xor_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0185975Z test_logical_xor_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0206302Z test_logical_xor_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0226521Z test_logical_xor_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0246594Z test_logical_xor_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0266657Z test_logical_xor_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0286916Z test_logical_xor_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0307068Z test_logical_xor_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0326969Z test_logical_xor_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0345868Z test_logical_xor_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0364402Z test_logical_xor_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0383300Z test_logical_xor_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0401864Z test_logical_xor_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0420776Z test_logical_xor_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0439160Z test_logical_xor_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0458151Z test_logical_xor_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0476862Z test_logical_xor_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0495875Z test_logical_xor_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0514533Z test_logical_xor_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0533383Z test_logical_xor_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0551694Z test_logical_xor_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0570722Z test_logical_xor_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0589138Z test_logical_xor_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0607971Z test_logical_xor_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0626727Z test_logical_xor_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0645318Z test_logical_xor_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0664462Z test_logical_xor_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0682964Z test_logical_xor_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0701646Z test_logical_xor_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0720051Z test_logical_xor_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0738812Z test_logical_xor_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0757351Z test_logical_xor_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0776494Z test_logical_xor_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0794912Z test_logical_xor_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0813327Z test_logical_xor_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0831564Z test_logical_xor_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0849935Z test_logical_xor_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0868778Z test_logical_xor_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0886915Z test_logical_xor_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0905357Z test_logical_xor_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0923751Z test_logical_xor_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0942140Z test_logical_xor_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0960619Z test_logical_xor_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0979153Z test_logical_xor_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.0998027Z test_logical_xor_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1017000Z test_logical_xor_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1035512Z test_logical_xor_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1054561Z test_logical_xor_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1073087Z test_logical_xor_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1092155Z test_logical_xor_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1110692Z test_logical_xor_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1129198Z test_logical_xor_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1148044Z test_logical_xor_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1166744Z test_logical_xor_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1185462Z test_logical_xor_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1204041Z test_logical_xor_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1222978Z test_logical_xor_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1241714Z test_logical_xor_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1260445Z test_logical_xor_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1279132Z test_logical_xor_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1297938Z test_logical_xor_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1316398Z test_logical_xor_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1335295Z test_logical_xor_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1353890Z test_logical_xor_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1372866Z test_logical_xor_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1391329Z test_logical_xor_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1409910Z test_logical_xor_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1428574Z test_logical_xor_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.1447447Z test_logical_xor_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:14.4040149Z test_logical_xor_with_nontrivial_alignment_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.259s) 2022-09-27T16:47:14.4449925Z test_long_tensor_pow_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:47:14.4492779Z test_maximum_and_minimum_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4534665Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4576248Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4617657Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4660611Z test_maximum_and_minimum_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4702350Z test_maximum_and_minimum_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4744101Z test_maximum_and_minimum_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4786180Z test_maximum_and_minimum_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4827454Z test_maximum_and_minimum_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4868945Z test_maximum_and_minimum_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4910167Z test_maximum_and_minimum_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4950903Z test_maximum_and_minimum_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.4991885Z test_maximum_and_minimum_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.5032764Z test_maximum_and_minimum_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.5073470Z test_maximum_and_minimum_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.5113273Z test_maximum_and_minimum_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:14.5722720Z test_maximum_minimum_complex_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:14.6332966Z test_maximum_minimum_complex_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:14.6940523Z test_maximum_minimum_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:14.7550587Z test_maximum_minimum_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:14.8159879Z test_maximum_minimum_complex_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:14.8768344Z test_maximum_minimum_complex_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:14.9377681Z test_maximum_minimum_complex_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:14.9987007Z test_maximum_minimum_complex_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.0595561Z test_maximum_minimum_complex_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.1204967Z test_maximum_minimum_complex_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.1812042Z test_maximum_minimum_complex_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.2419912Z test_maximum_minimum_complex_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.3028314Z test_maximum_minimum_complex_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.3635919Z test_maximum_minimum_complex_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.4242866Z test_maximum_minimum_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.4852210Z test_maximum_minimum_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.5459769Z test_maximum_minimum_complex_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.6067904Z test_maximum_minimum_complex_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.6676368Z test_maximum_minimum_complex_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.7283443Z test_maximum_minimum_complex_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.7891841Z test_maximum_minimum_complex_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.8499614Z test_maximum_minimum_complex_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.9107843Z test_maximum_minimum_complex_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.9719370Z test_maximum_minimum_complex_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:47:15.9953907Z test_maximum_minimum_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:16.0007686Z test_maximum_minimum_float_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:16.0060143Z test_maximum_minimum_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:16.0113013Z test_maximum_minimum_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:16.0163200Z test_maximum_minimum_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:16.0220144Z test_maximum_minimum_float_nan_and_inf_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:16.0276617Z test_maximum_minimum_float_nan_and_inf_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:16.0332575Z test_maximum_minimum_float_nan_and_inf_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:16.0387262Z test_maximum_minimum_float_nan_and_inf_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:16.0418526Z test_maximum_minimum_forward_ad_float32_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.0460957Z test_maximum_minimum_int_and_bool_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:16.0503178Z test_maximum_minimum_int_and_bool_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:16.0545176Z test_maximum_minimum_int_and_bool_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:16.0587226Z test_maximum_minimum_int_and_bool_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:16.0628885Z test_maximum_minimum_int_and_bool_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:16.0670735Z test_maximum_minimum_int_and_bool_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:16.0691026Z test_maximum_minimum_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0711241Z test_maximum_minimum_type_promotion_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0731538Z test_maximum_minimum_type_promotion_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0751330Z test_maximum_minimum_type_promotion_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0773122Z test_maximum_minimum_type_promotion_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0792942Z test_maximum_minimum_type_promotion_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0812909Z test_maximum_minimum_type_promotion_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0832881Z test_maximum_minimum_type_promotion_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0853064Z test_maximum_minimum_type_promotion_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0873118Z test_maximum_minimum_type_promotion_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0893134Z test_maximum_minimum_type_promotion_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0912823Z test_maximum_minimum_type_promotion_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0932885Z test_maximum_minimum_type_promotion_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0952710Z test_maximum_minimum_type_promotion_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0973063Z test_maximum_minimum_type_promotion_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.0992746Z test_maximum_minimum_type_promotion_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1013172Z test_maximum_minimum_type_promotion_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1032832Z test_maximum_minimum_type_promotion_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1052806Z test_maximum_minimum_type_promotion_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1072693Z test_maximum_minimum_type_promotion_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1092898Z test_maximum_minimum_type_promotion_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1112553Z test_maximum_minimum_type_promotion_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1132393Z test_maximum_minimum_type_promotion_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1152143Z test_maximum_minimum_type_promotion_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1172233Z test_maximum_minimum_type_promotion_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1192003Z test_maximum_minimum_type_promotion_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1212061Z test_maximum_minimum_type_promotion_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1231658Z test_maximum_minimum_type_promotion_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1251687Z test_maximum_minimum_type_promotion_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1271237Z test_maximum_minimum_type_promotion_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1291028Z test_maximum_minimum_type_promotion_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1311094Z test_maximum_minimum_type_promotion_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1330739Z test_maximum_minimum_type_promotion_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1350555Z test_maximum_minimum_type_promotion_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1370548Z test_maximum_minimum_type_promotion_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1390576Z test_maximum_minimum_type_promotion_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1410318Z test_maximum_minimum_type_promotion_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1430137Z test_maximum_minimum_type_promotion_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1449820Z test_maximum_minimum_type_promotion_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1469956Z test_maximum_minimum_type_promotion_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1489674Z test_maximum_minimum_type_promotion_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1509542Z test_maximum_minimum_type_promotion_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1529235Z test_maximum_minimum_type_promotion_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1549002Z test_maximum_minimum_type_promotion_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1568608Z test_maximum_minimum_type_promotion_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1588952Z test_maximum_minimum_type_promotion_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1608761Z test_maximum_minimum_type_promotion_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1628829Z test_maximum_minimum_type_promotion_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1648385Z test_maximum_minimum_type_promotion_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1668311Z test_maximum_minimum_type_promotion_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1688103Z test_maximum_minimum_type_promotion_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1707946Z test_maximum_minimum_type_promotion_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1727708Z test_maximum_minimum_type_promotion_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1747637Z test_maximum_minimum_type_promotion_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1767444Z test_maximum_minimum_type_promotion_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1787439Z test_maximum_minimum_type_promotion_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1806951Z test_maximum_minimum_type_promotion_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1827315Z test_maximum_minimum_type_promotion_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1846798Z test_maximum_minimum_type_promotion_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1866688Z test_maximum_minimum_type_promotion_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1886439Z test_maximum_minimum_type_promotion_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1906361Z test_maximum_minimum_type_promotion_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1926108Z test_maximum_minimum_type_promotion_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1946077Z test_maximum_minimum_type_promotion_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1965790Z test_maximum_minimum_type_promotion_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.1985902Z test_maximum_minimum_type_promotion_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2005468Z test_maximum_minimum_type_promotion_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2025824Z test_maximum_minimum_type_promotion_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2045651Z test_maximum_minimum_type_promotion_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2065390Z test_maximum_minimum_type_promotion_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2085349Z test_maximum_minimum_type_promotion_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2105422Z test_maximum_minimum_type_promotion_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2125122Z test_maximum_minimum_type_promotion_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2145143Z test_maximum_minimum_type_promotion_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2164594Z test_maximum_minimum_type_promotion_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2184705Z test_maximum_minimum_type_promotion_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2204393Z test_maximum_minimum_type_promotion_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2224265Z test_maximum_minimum_type_promotion_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2243946Z test_maximum_minimum_type_promotion_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2263874Z test_maximum_minimum_type_promotion_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2283720Z test_maximum_minimum_type_promotion_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2303585Z test_maximum_minimum_type_promotion_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2323105Z test_maximum_minimum_type_promotion_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2344166Z test_maximum_minimum_type_promotion_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2363838Z test_maximum_minimum_type_promotion_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2383592Z test_maximum_minimum_type_promotion_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2403383Z test_maximum_minimum_type_promotion_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2423229Z test_maximum_minimum_type_promotion_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2442838Z test_maximum_minimum_type_promotion_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2462489Z test_maximum_minimum_type_promotion_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2482199Z test_maximum_minimum_type_promotion_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2502102Z test_maximum_minimum_type_promotion_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2521886Z test_maximum_minimum_type_promotion_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2541763Z test_maximum_minimum_type_promotion_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2561532Z test_maximum_minimum_type_promotion_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2581438Z test_maximum_minimum_type_promotion_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2601271Z test_maximum_minimum_type_promotion_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2621265Z test_maximum_minimum_type_promotion_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2640818Z test_maximum_minimum_type_promotion_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.2660640Z test_maximum_minimum_type_promotion_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.4476259Z test_min_max_binary_op_nan_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.181s) 2022-09-27T16:47:16.6289782Z test_min_max_binary_op_nan_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.181s) 2022-09-27T16:47:16.8113455Z test_min_max_binary_op_nan_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.182s) 2022-09-27T16:47:16.8153712Z test_mul_chalf_tensor_and_cpu_scalar_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:16.8184435Z test_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8249479Z test_mul_intertype_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:16.8310805Z test_mul_intertype_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:16.8372580Z test_mul_intertype_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:16.8404301Z test_muldiv_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8431040Z test_muldiv_scalar_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8465268Z test_muldiv_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8499996Z test_muldiv_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8531169Z test_muldiv_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8562030Z test_muldiv_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8592107Z test_muldiv_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8619028Z test_muldiv_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8645658Z test_muldiv_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8671743Z test_muldiv_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8698848Z test_muldiv_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8725562Z test_muldiv_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8793962Z test_nextafter_bfloat16_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:16.8825668Z test_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8856774Z test_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8887410Z test_non_contig___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8911033Z test_non_contig___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.8944816Z test_non_contig___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.8979437Z test_non_contig___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9009163Z test_non_contig___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9039183Z test_non_contig___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9068518Z test_non_contig___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9092663Z test_non_contig___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9116574Z test_non_contig___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9139964Z test_non_contig___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9163891Z test_non_contig___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9187917Z test_non_contig___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9211803Z test_non_contig___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9235632Z test_non_contig___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9259726Z test_non_contig___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9283126Z test_non_contig___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9307414Z test_non_contig___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9331289Z test_non_contig___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9365714Z test_non_contig___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9396923Z test_non_contig___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9435221Z test_non_contig___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:16.9474036Z test_non_contig___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:16.9508335Z test_non_contig___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9542696Z test_non_contig___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9576564Z test_non_contig___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9607774Z test_non_contig___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9638955Z test_non_contig___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9670002Z test_non_contig___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9702047Z test_non_contig___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9733387Z test_non_contig___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9763533Z test_non_contig___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9793665Z test_non_contig___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9824022Z test_non_contig___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9853794Z test_non_contig___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:16.9877700Z test_non_contig___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9902066Z test_non_contig___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9925101Z test_non_contig___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9949145Z test_non_contig___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:16.9973298Z test_non_contig___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0003133Z test_non_contig___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0027047Z test_non_contig___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0060892Z test_non_contig___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0095158Z test_non_contig___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0124952Z test_non_contig___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0155162Z test_non_contig___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0184544Z test_non_contig___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0208388Z test_non_contig___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0232577Z test_non_contig___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0256128Z test_non_contig___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0279896Z test_non_contig___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0303660Z test_non_contig___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0327176Z test_non_contig___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0351312Z test_non_contig___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0375466Z test_non_contig___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0398459Z test_non_contig___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0422366Z test_non_contig___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0446151Z test_non_contig___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0478243Z test_non_contig___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0513563Z test_non_contig___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0549838Z test_non_contig___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.0582050Z test_non_contig___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0614020Z test_non_contig___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0645137Z test_non_contig___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0670885Z test_non_contig___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0696781Z test_non_contig___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0721637Z test_non_contig___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0747522Z test_non_contig___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0773296Z test_non_contig___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.0803227Z test_non_contig___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0837019Z test_non_contig___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0871253Z test_non_contig___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0901475Z test_non_contig___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0931463Z test_non_contig___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0960502Z test_non_contig___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.0984771Z test_non_contig___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1008392Z test_non_contig___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1032141Z test_non_contig___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1056224Z test_non_contig___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1079875Z test_non_contig___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1103610Z test_non_contig___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1127208Z test_non_contig___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1151066Z test_non_contig___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1174605Z test_non_contig___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1198553Z test_non_contig___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1222512Z test_non_contig___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1252995Z test_non_contig_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1277119Z test_non_contig_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1310893Z test_non_contig_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1345497Z test_non_contig_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1379720Z test_non_contig_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1409474Z test_non_contig_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1439348Z test_non_contig_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1468632Z test_non_contig_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1492631Z test_non_contig_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1516269Z test_non_contig_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1539552Z test_non_contig_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1563164Z test_non_contig_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1587205Z test_non_contig_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1617459Z test_non_contig_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1644124Z test_non_contig_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1674311Z test_non_contig_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1704144Z test_non_contig_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1733497Z test_non_contig_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1760343Z test_non_contig_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1787776Z test_non_contig_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1815261Z test_non_contig_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1843119Z test_non_contig_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1870637Z test_non_contig_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.1894498Z test_non_contig_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1918096Z test_non_contig_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1941952Z test_non_contig_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1965048Z test_non_contig_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.1989391Z test_non_contig_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2013434Z test_non_contig_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2037256Z test_non_contig_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2061286Z test_non_contig_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2084562Z test_non_contig_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2108861Z test_non_contig_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2132714Z test_non_contig_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2156062Z test_non_contig_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2180260Z test_non_contig_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2203949Z test_non_contig_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2227104Z test_non_contig_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2251217Z test_non_contig_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2274931Z test_non_contig_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2299231Z test_non_contig_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2322920Z test_non_contig_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2346302Z test_non_contig_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2370091Z test_non_contig_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2395509Z test_non_contig_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2419170Z test_non_contig_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2442804Z test_non_contig_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2466838Z test_non_contig_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2489941Z test_non_contig_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2513682Z test_non_contig_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2537618Z test_non_contig_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2567481Z test_non_contig_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.2591277Z test_non_contig_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2621249Z test_non_contig_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.2651042Z test_non_contig_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.2680723Z test_non_contig_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.2705435Z test_non_contig_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2729075Z test_non_contig_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2752420Z test_non_contig_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2776514Z test_non_contig_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2800152Z test_non_contig_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2830460Z test_non_contig_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.2854179Z test_non_contig_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2884097Z test_non_contig_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.2914150Z test_non_contig_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.2943324Z test_non_contig_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.2966941Z test_non_contig_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.2991117Z test_non_contig_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.3014668Z test_non_contig_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.3038192Z test_non_contig_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.3062156Z test_non_contig_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.3093464Z test_non_contig_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3124188Z test_non_contig_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3154508Z test_non_contig_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3184790Z test_non_contig_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3211780Z test_non_contig_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3241471Z test_non_contig_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3271476Z test_non_contig_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3300986Z test_non_contig_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3328005Z test_non_contig_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3354930Z test_non_contig_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3382192Z test_non_contig_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3409096Z test_non_contig_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3436227Z test_non_contig_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3469928Z test_non_contig_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3503315Z test_non_contig_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3536364Z test_non_contig_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3568864Z test_non_contig_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3599429Z test_non_contig_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3629863Z test_non_contig_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3660474Z test_non_contig_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3690717Z test_non_contig_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3721361Z test_non_contig_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3754657Z test_non_contig_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3785261Z test_non_contig_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3822664Z test_non_contig_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.3860481Z test_non_contig_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.3898351Z test_non_contig_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.3931734Z test_non_contig_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3964762Z test_non_contig_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.3997516Z test_non_contig_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4027874Z test_non_contig_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4058409Z test_non_contig_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4088713Z test_non_contig_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4119186Z test_non_contig_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4149594Z test_non_contig_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4183155Z test_non_contig_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4216850Z test_non_contig_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4249605Z test_non_contig_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4282252Z test_non_contig_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4312604Z test_non_contig_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4343157Z test_non_contig_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4373624Z test_non_contig_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4404918Z test_non_contig_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4435393Z test_non_contig_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4462500Z test_non_contig_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4485770Z test_non_contig_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.4516069Z test_non_contig_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4546322Z test_non_contig_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4576894Z test_non_contig_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4603305Z test_non_contig_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4630089Z test_non_contig_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4656838Z test_non_contig_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.4680415Z test_non_contig_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.4704308Z test_non_contig_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.4727774Z test_non_contig_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.4751601Z test_non_contig_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.4775567Z test_non_contig_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:17.4832840Z test_non_contig_expand___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.4870615Z test_non_contig_expand___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.4934435Z test_non_contig_expand___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.5000167Z test_non_contig_expand___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.5057260Z test_non_contig_expand___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.5114333Z test_non_contig_expand___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.5168554Z test_non_contig_expand___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:17.5206643Z test_non_contig_expand___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.5244645Z test_non_contig_expand___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.5279986Z test_non_contig_expand___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.5317821Z test_non_contig_expand___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.5355665Z test_non_contig_expand___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.5393420Z test_non_contig_expand___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.5431711Z test_non_contig_expand___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.5469729Z test_non_contig_expand___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.5505130Z test_non_contig_expand___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.5543199Z test_non_contig_expand___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.5582938Z test_non_contig_expand___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.5645545Z test_non_contig_expand___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.5704191Z test_non_contig_expand___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.5774655Z test_non_contig_expand___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:17.5847149Z test_non_contig_expand___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:17.5910918Z test_non_contig_expand___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.5974193Z test_non_contig_expand___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6034565Z test_non_contig_expand___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6093720Z test_non_contig_expand___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6152471Z test_non_contig_expand___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6212818Z test_non_contig_expand___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6271529Z test_non_contig_expand___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6330722Z test_non_contig_expand___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6388724Z test_non_contig_expand___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6445867Z test_non_contig_expand___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6503183Z test_non_contig_expand___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6557539Z test_non_contig_expand___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:17.6595964Z test_non_contig_expand___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.6634323Z test_non_contig_expand___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.6670058Z test_non_contig_expand___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.6708502Z test_non_contig_expand___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.6746959Z test_non_contig_expand___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.6804387Z test_non_contig_expand___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6841834Z test_non_contig_expand___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.6905784Z test_non_contig_expand___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.6971853Z test_non_contig_expand___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:17.7029082Z test_non_contig_expand___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.7086109Z test_non_contig_expand___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.7140753Z test_non_contig_expand___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:17.7179083Z test_non_contig_expand___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.7217341Z test_non_contig_expand___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.7252939Z test_non_contig_expand___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.7290568Z test_non_contig_expand___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.7328620Z test_non_contig_expand___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.7366345Z test_non_contig_expand___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.7404436Z test_non_contig_expand___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.7442770Z test_non_contig_expand___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.7478059Z test_non_contig_expand___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.7516690Z test_non_contig_expand___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.7554708Z test_non_contig_expand___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.7615075Z test_non_contig_expand___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.7681210Z test_non_contig_expand___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:17.7749654Z test_non_contig_expand___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:17.7809806Z test_non_contig_expand___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.7870280Z test_non_contig_expand___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.7927200Z test_non_contig_expand___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.7968202Z test_non_contig_expand___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8008857Z test_non_contig_expand___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8047001Z test_non_contig_expand___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8087744Z test_non_contig_expand___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8128645Z test_non_contig_expand___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8186131Z test_non_contig_expand___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.8250065Z test_non_contig_expand___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.8316955Z test_non_contig_expand___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:17.8374272Z test_non_contig_expand___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.8431608Z test_non_contig_expand___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.8486463Z test_non_contig_expand___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:17.8524934Z test_non_contig_expand___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8563320Z test_non_contig_expand___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8598984Z test_non_contig_expand___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.8637057Z test_non_contig_expand___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8675189Z test_non_contig_expand___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8713107Z test_non_contig_expand___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8751094Z test_non_contig_expand___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8789445Z test_non_contig_expand___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8825467Z test_non_contig_expand___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.8863509Z test_non_contig_expand___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8902061Z test_non_contig_expand___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.8959155Z test_non_contig_expand_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.8996739Z test_non_contig_expand_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.9060872Z test_non_contig_expand_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.9127461Z test_non_contig_expand_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:17.9193659Z test_non_contig_expand_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:17.9250509Z test_non_contig_expand_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.9307957Z test_non_contig_expand_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.9362517Z test_non_contig_expand_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:17.9400863Z test_non_contig_expand_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.9438881Z test_non_contig_expand_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.9474368Z test_non_contig_expand_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:17.9512617Z test_non_contig_expand_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.9550914Z test_non_contig_expand_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:17.9608261Z test_non_contig_expand_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.9660976Z test_non_contig_expand_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:17.9718700Z test_non_contig_expand_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.9775605Z test_non_contig_expand_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:17.9830328Z test_non_contig_expand_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:17.9883403Z test_non_contig_expand_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:17.9936593Z test_non_contig_expand_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:17.9989724Z test_non_contig_expand_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.0043409Z test_non_contig_expand_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.0097487Z test_non_contig_expand_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.0135266Z test_non_contig_expand_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0173498Z test_non_contig_expand_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0211382Z test_non_contig_expand_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0247200Z test_non_contig_expand_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.0285446Z test_non_contig_expand_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0323886Z test_non_contig_expand_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0362371Z test_non_contig_expand_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0401059Z test_non_contig_expand_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0436716Z test_non_contig_expand_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.0475219Z test_non_contig_expand_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0513659Z test_non_contig_expand_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0551586Z test_non_contig_expand_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0590301Z test_non_contig_expand_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0628680Z test_non_contig_expand_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0664485Z test_non_contig_expand_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.0703000Z test_non_contig_expand_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0741544Z test_non_contig_expand_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0780257Z test_non_contig_expand_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0818640Z test_non_contig_expand_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0854628Z test_non_contig_expand_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.0893289Z test_non_contig_expand_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0931906Z test_non_contig_expand_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.0969353Z test_non_contig_expand_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1007630Z test_non_contig_expand_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1045869Z test_non_contig_expand_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1081917Z test_non_contig_expand_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.1120290Z test_non_contig_expand_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1158793Z test_non_contig_expand_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1217519Z test_non_contig_expand_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.1255733Z test_non_contig_expand_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1313336Z test_non_contig_expand_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.1370829Z test_non_contig_expand_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.1426163Z test_non_contig_expand_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.1464677Z test_non_contig_expand_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1504213Z test_non_contig_expand_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1539850Z test_non_contig_expand_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.1578075Z test_non_contig_expand_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1616476Z test_non_contig_expand_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1674100Z test_non_contig_expand_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.1711903Z test_non_contig_expand_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1769122Z test_non_contig_expand_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.1826539Z test_non_contig_expand_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.1881104Z test_non_contig_expand_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.1919322Z test_non_contig_expand_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1957443Z test_non_contig_expand_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.1993236Z test_non_contig_expand_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.2031840Z test_non_contig_expand_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.2070113Z test_non_contig_expand_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.2132030Z test_non_contig_expand_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.2193808Z test_non_contig_expand_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.2253534Z test_non_contig_expand_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.2311376Z test_non_contig_expand_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.2363654Z test_non_contig_expand_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.2421190Z test_non_contig_expand_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.2478879Z test_non_contig_expand_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.2533529Z test_non_contig_expand_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.2586501Z test_non_contig_expand_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.2639654Z test_non_contig_expand_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.2692735Z test_non_contig_expand_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.2745730Z test_non_contig_expand_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.2798529Z test_non_contig_expand_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.2861646Z test_non_contig_expand_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.2923980Z test_non_contig_expand_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.2987580Z test_non_contig_expand_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3046839Z test_non_contig_expand_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3105029Z test_non_contig_expand_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3162486Z test_non_contig_expand_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3220290Z test_non_contig_expand_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3277982Z test_non_contig_expand_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3335878Z test_non_contig_expand_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3398018Z test_non_contig_expand_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3455324Z test_non_contig_expand_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3524398Z test_non_contig_expand_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:18.3596566Z test_non_contig_expand_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:18.3668344Z test_non_contig_expand_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:18.3730745Z test_non_contig_expand_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3793038Z test_non_contig_expand_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3852613Z test_non_contig_expand_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3910692Z test_non_contig_expand_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.3968808Z test_non_contig_expand_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4026365Z test_non_contig_expand_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4084028Z test_non_contig_expand_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4142111Z test_non_contig_expand_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4204521Z test_non_contig_expand_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4266697Z test_non_contig_expand_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4328598Z test_non_contig_expand_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4388287Z test_non_contig_expand_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4445979Z test_non_contig_expand_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4504944Z test_non_contig_expand_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4562353Z test_non_contig_expand_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4620606Z test_non_contig_expand_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4678407Z test_non_contig_expand_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.4721109Z test_non_contig_expand_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.4758816Z test_non_contig_expand_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.4806612Z test_non_contig_expand_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.4854502Z test_non_contig_expand_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.4902340Z test_non_contig_expand_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.4945137Z test_non_contig_expand_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.4987706Z test_non_contig_expand_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.5031269Z test_non_contig_expand_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.5069363Z test_non_contig_expand_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.5107709Z test_non_contig_expand_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.5145660Z test_non_contig_expand_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.5183676Z test_non_contig_expand_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.5221732Z test_non_contig_expand_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.5277766Z test_non_contig_expand_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.5328876Z test_non_contig_expand_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.5393559Z test_non_contig_expand_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.5458457Z test_non_contig_expand_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.5514474Z test_non_contig_expand_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.5569957Z test_non_contig_expand_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.5625095Z test_non_contig_expand_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.5676675Z test_non_contig_expand_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.5728243Z test_non_contig_expand_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.5779732Z test_non_contig_expand_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.5831752Z test_non_contig_expand_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.5883089Z test_non_contig_expand_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.5894080Z test_non_contig_expand_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:18.5956669Z test_non_contig_expand_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.6018580Z test_non_contig_expand_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.6077695Z test_non_contig_expand_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.6120747Z test_non_contig_expand_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6163655Z test_non_contig_expand_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6204310Z test_non_contig_expand_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6247259Z test_non_contig_expand_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6290507Z test_non_contig_expand_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6348085Z test_non_contig_expand_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.6385997Z test_non_contig_expand_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6442991Z test_non_contig_expand_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.6500595Z test_non_contig_expand_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.6554782Z test_non_contig_expand_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.6593182Z test_non_contig_expand_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6632571Z test_non_contig_expand_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6668190Z test_non_contig_expand_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.6706505Z test_non_contig_expand_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6744551Z test_non_contig_expand_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6801984Z test_non_contig_expand_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.6839463Z test_non_contig_expand_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.6896983Z test_non_contig_expand_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.6953652Z test_non_contig_expand_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.7008250Z test_non_contig_expand_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.7046397Z test_non_contig_expand_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7084591Z test_non_contig_expand_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7120061Z test_non_contig_expand_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.7157890Z test_non_contig_expand_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7195957Z test_non_contig_expand_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7258126Z test_non_contig_expand_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.7320089Z test_non_contig_expand_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.7382225Z test_non_contig_expand_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.7441057Z test_non_contig_expand_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.7483914Z test_non_contig_expand_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7526736Z test_non_contig_expand_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7567077Z test_non_contig_expand_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7609812Z test_non_contig_expand_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7652725Z test_non_contig_expand_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7690885Z test_non_contig_expand_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7729234Z test_non_contig_expand_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7764451Z test_non_contig_expand_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.7802881Z test_non_contig_expand_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7841183Z test_non_contig_expand_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7883670Z test_non_contig_expand_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7921211Z test_non_contig_expand_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.7963676Z test_non_contig_expand_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8005958Z test_non_contig_expand_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8048246Z test_non_contig_expand_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8086265Z test_non_contig_expand_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8124123Z test_non_contig_expand_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8162030Z test_non_contig_expand_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8200241Z test_non_contig_expand_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8238103Z test_non_contig_expand_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8280876Z test_non_contig_expand_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8318473Z test_non_contig_expand_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8360740Z test_non_contig_expand_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8403116Z test_non_contig_expand_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8445384Z test_non_contig_expand_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8483164Z test_non_contig_expand_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8521161Z test_non_contig_expand_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8559188Z test_non_contig_expand_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8597239Z test_non_contig_expand_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8635277Z test_non_contig_expand_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8693034Z test_non_contig_expand_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.8730601Z test_non_contig_expand_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8788152Z test_non_contig_expand_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.8845410Z test_non_contig_expand_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.8900462Z test_non_contig_expand_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.8938644Z test_non_contig_expand_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.8976837Z test_non_contig_expand_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.9012749Z test_non_contig_expand_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:18.9050638Z test_non_contig_expand_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.9088589Z test_non_contig_expand_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:18.9146277Z test_non_contig_expand_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.9203510Z test_non_contig_expand_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.9260785Z test_non_contig_expand_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.9316252Z test_non_contig_expand_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.9373658Z test_non_contig_expand_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.9428808Z test_non_contig_expand_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.9486963Z test_non_contig_expand_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.9542092Z test_non_contig_expand_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.9592725Z test_non_contig_expand_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.9639383Z test_non_contig_expand_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.9697027Z test_non_contig_expand_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.9754358Z test_non_contig_expand_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.9804583Z test_non_contig_expand_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.9854576Z test_non_contig_expand_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:18.9920169Z test_non_contig_expand_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:18.9966884Z test_non_contig_expand_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.0014094Z test_non_contig_expand_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.0060687Z test_non_contig_expand_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.0107850Z test_non_contig_expand_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.0154919Z test_non_contig_expand_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.0213865Z test_non_contig_expand_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.0252349Z test_non_contig_expand_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.0317482Z test_non_contig_expand_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.0384493Z test_non_contig_expand_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:19.0442912Z test_non_contig_expand_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.0501277Z test_non_contig_expand_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.0556458Z test_non_contig_expand_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.0595818Z test_non_contig_expand_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.0634795Z test_non_contig_expand_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.0671363Z test_non_contig_expand_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.0710651Z test_non_contig_expand_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.0749657Z test_non_contig_expand_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.0808367Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.0848820Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.0913860Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.0980710Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:19.1038843Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.1097311Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.1152431Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.1191733Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.1230921Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.1267482Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.1306694Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.1345753Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.1384339Z test_non_contig_expand_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.1422916Z test_non_contig_expand_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.1458649Z test_non_contig_expand_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:19.1496916Z test_non_contig_expand_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.1535370Z test_non_contig_expand_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.1594781Z test_non_contig_expand_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.1648784Z test_non_contig_expand_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.1714835Z test_non_contig_expand_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.1782840Z test_non_contig_expand_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:19.1841645Z test_non_contig_expand_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.1901012Z test_non_contig_expand_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.1957287Z test_non_contig_expand_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.2012219Z test_non_contig_expand_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.2066966Z test_non_contig_expand_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.2121558Z test_non_contig_expand_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.2176249Z test_non_contig_expand_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.2231054Z test_non_contig_expand_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.2274079Z test_non_contig_expand_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2311929Z test_non_contig_expand_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2354431Z test_non_contig_expand_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2397210Z test_non_contig_expand_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2439514Z test_non_contig_expand_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2477791Z test_non_contig_expand_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2516080Z test_non_contig_expand_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2554363Z test_non_contig_expand_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2592766Z test_non_contig_expand_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2630911Z test_non_contig_expand_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2673894Z test_non_contig_expand_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2711801Z test_non_contig_expand_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2760030Z test_non_contig_expand_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.2807701Z test_non_contig_expand_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.2851136Z test_non_contig_expand_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2893918Z test_non_contig_expand_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2936615Z test_non_contig_expand_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.2975230Z test_non_contig_expand_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3013601Z test_non_contig_expand_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3051781Z test_non_contig_expand_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3089763Z test_non_contig_expand_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3128172Z test_non_contig_expand_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3171451Z test_non_contig_expand_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3209178Z test_non_contig_expand_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3257181Z test_non_contig_expand_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.3304971Z test_non_contig_expand_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.3347757Z test_non_contig_expand_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3390748Z test_non_contig_expand_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3433707Z test_non_contig_expand_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3472102Z test_non_contig_expand_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3510604Z test_non_contig_expand_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3548971Z test_non_contig_expand_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3587459Z test_non_contig_expand_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3626198Z test_non_contig_expand_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3669516Z test_non_contig_expand_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3707523Z test_non_contig_expand_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3755779Z test_non_contig_expand_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.3803452Z test_non_contig_expand_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.3846325Z test_non_contig_expand_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3889283Z test_non_contig_expand_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3932394Z test_non_contig_expand_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.3970742Z test_non_contig_expand_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4009062Z test_non_contig_expand_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4047376Z test_non_contig_expand_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4085576Z test_non_contig_expand_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4123799Z test_non_contig_expand_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4166719Z test_non_contig_expand_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4204276Z test_non_contig_expand_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4246813Z test_non_contig_expand_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4289272Z test_non_contig_expand_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4332242Z test_non_contig_expand_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4370065Z test_non_contig_expand_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4408230Z test_non_contig_expand_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4446016Z test_non_contig_expand_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4484178Z test_non_contig_expand_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4522419Z test_non_contig_expand_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4580497Z test_non_contig_expand_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.4618446Z test_non_contig_expand_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4675669Z test_non_contig_expand_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.4733370Z test_non_contig_expand_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.4788056Z test_non_contig_expand_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.4826576Z test_non_contig_expand_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4865047Z test_non_contig_expand_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4901152Z test_non_contig_expand_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4939657Z test_non_contig_expand_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.4977979Z test_non_contig_expand_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5035380Z test_non_contig_expand_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.5073520Z test_non_contig_expand_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5130729Z test_non_contig_expand_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.5188231Z test_non_contig_expand_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.5243019Z test_non_contig_expand_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.5281235Z test_non_contig_expand_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5319597Z test_non_contig_expand_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5355058Z test_non_contig_expand_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:19.5393288Z test_non_contig_expand_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5431748Z test_non_contig_expand_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5489000Z test_non_contig_expand_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.5526930Z test_non_contig_expand_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5584484Z test_non_contig_expand_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.5641784Z test_non_contig_expand_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.5696483Z test_non_contig_expand_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.5735253Z test_non_contig_expand_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5773415Z test_non_contig_expand_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5808855Z test_non_contig_expand_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:19.5847556Z test_non_contig_expand_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5885616Z test_non_contig_expand_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.5943095Z test_non_contig_expand_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.5981036Z test_non_contig_expand_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.6038199Z test_non_contig_expand_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.6095477Z test_non_contig_expand_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.6149889Z test_non_contig_expand_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.6188159Z test_non_contig_expand_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.6226604Z test_non_contig_expand_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.6262520Z test_non_contig_expand_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:19.6300979Z test_non_contig_expand_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.6339136Z test_non_contig_expand_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.6396633Z test_non_contig_expand_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.6434797Z test_non_contig_expand_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.6498865Z test_non_contig_expand_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.6565194Z test_non_contig_expand_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:19.6631579Z test_non_contig_expand_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:19.6688773Z test_non_contig_expand_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.6745986Z test_non_contig_expand_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.6800488Z test_non_contig_expand_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.6838513Z test_non_contig_expand_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.6877143Z test_non_contig_expand_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.6912488Z test_non_contig_expand_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:19.6950864Z test_non_contig_expand_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.6989010Z test_non_contig_expand_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7031852Z test_non_contig_expand_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7069644Z test_non_contig_expand_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7117386Z test_non_contig_expand_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.7164588Z test_non_contig_expand_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.7207596Z test_non_contig_expand_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7249967Z test_non_contig_expand_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7292763Z test_non_contig_expand_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7330643Z test_non_contig_expand_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7368715Z test_non_contig_expand_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7406887Z test_non_contig_expand_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7444961Z test_non_contig_expand_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7483021Z test_non_contig_expand_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.7540727Z test_non_contig_expand_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.7597686Z test_non_contig_expand_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.7652465Z test_non_contig_expand_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.7714077Z test_non_contig_expand_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.7773358Z test_non_contig_expand_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.7831165Z test_non_contig_expand_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.7895023Z test_non_contig_expand_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.7961342Z test_non_contig_expand_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:19.8027588Z test_non_contig_expand_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:19.8084971Z test_non_contig_expand_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.8142082Z test_non_contig_expand_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.8196707Z test_non_contig_expand_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.8235134Z test_non_contig_expand_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.8273179Z test_non_contig_expand_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.8309254Z test_non_contig_expand_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:19.8347271Z test_non_contig_expand_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.8385488Z test_non_contig_expand_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.8447872Z test_non_contig_expand_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.8510150Z test_non_contig_expand_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.8572286Z test_non_contig_expand_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.8631304Z test_non_contig_expand_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.8674324Z test_non_contig_expand_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.8717248Z test_non_contig_expand_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.8757669Z test_non_contig_expand_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.8800645Z test_non_contig_expand_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.8843595Z test_non_contig_expand_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.8901610Z test_non_contig_expand_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.8965042Z test_non_contig_expand_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.9031015Z test_non_contig_expand_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.9088128Z test_non_contig_expand_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.9145758Z test_non_contig_expand_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.9200124Z test_non_contig_expand_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.9238253Z test_non_contig_expand_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.9276385Z test_non_contig_expand_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.9312121Z test_non_contig_expand_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:19.9350428Z test_non_contig_expand_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.9388901Z test_non_contig_expand_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:19.9441536Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.9498927Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.9553250Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.9607402Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.9660276Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.9713399Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.9766120Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.9819021Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.9871350Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:19.9928832Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:19.9983205Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0035999Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0088598Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0141769Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0194895Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0247431Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0259358Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0270360Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0280918Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0292114Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0302989Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0314135Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0325108Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0336348Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0347361Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0358328Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0369944Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0381197Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0391735Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0403017Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0413973Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0425645Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.0477681Z test_non_contig_expand_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0534866Z test_non_contig_expand_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.0589165Z test_non_contig_expand_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0642196Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0694935Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0747483Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0800242Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0853071Z test_non_contig_expand_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0905053Z test_non_contig_expand_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.0962640Z test_non_contig_expand_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.1017197Z test_non_contig_expand_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1070136Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1122824Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1175565Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1228324Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1281524Z test_non_contig_expand_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1334223Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1391939Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.1446500Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1499882Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1552779Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1605899Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1658832Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1712022Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.1723469Z test_non_contig_expand_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1735499Z test_non_contig_expand_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1746370Z test_non_contig_expand_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1757037Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1767890Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1779313Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1790743Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1801668Z test_non_contig_expand_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1813018Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1823910Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1835020Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1846309Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1857574Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1868461Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1879518Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1890445Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1901450Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1912546Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1923318Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1934554Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1946157Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1956866Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1967622Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1978977Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.1989754Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2000669Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2011959Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2022761Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2033459Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2044425Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2055531Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2066947Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2077554Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2088370Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2099776Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2110950Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2121610Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2132922Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2144750Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2155649Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:20.2213980Z test_non_contig_expand_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.2266402Z test_non_contig_expand_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.2323693Z test_non_contig_expand_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.2380474Z test_non_contig_expand_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.2435287Z test_non_contig_expand_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.2488091Z test_non_contig_expand_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.2541391Z test_non_contig_expand_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.2594374Z test_non_contig_expand_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.2647195Z test_non_contig_expand_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.2700460Z test_non_contig_expand_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.2752958Z test_non_contig_expand_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.2809951Z test_non_contig_expand_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.2864867Z test_non_contig_expand_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.2917554Z test_non_contig_expand_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.2969761Z test_non_contig_expand_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.3022574Z test_non_contig_expand_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.3075313Z test_non_contig_expand_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.3128087Z test_non_contig_expand_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.3185518Z test_non_contig_expand_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.3249193Z test_non_contig_expand_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.3315491Z test_non_contig_expand_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:20.3381588Z test_non_contig_expand_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.3438347Z test_non_contig_expand_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.3495259Z test_non_contig_expand_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.3549751Z test_non_contig_expand_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.3588094Z test_non_contig_expand_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:20.3626330Z test_non_contig_expand_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:20.3662920Z test_non_contig_expand_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:20.3701063Z test_non_contig_expand_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:20.3739347Z test_non_contig_expand_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:20.3801648Z test_non_contig_expand_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.3858980Z test_non_contig_expand_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.3928392Z test_non_contig_expand_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:20.3999974Z test_non_contig_expand_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:20.4071227Z test_non_contig_expand_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:20.4133075Z test_non_contig_expand_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4194787Z test_non_contig_expand_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4254440Z test_non_contig_expand_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4311825Z test_non_contig_expand_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4368978Z test_non_contig_expand_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4426855Z test_non_contig_expand_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4484202Z test_non_contig_expand_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4542157Z test_non_contig_expand_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4599707Z test_non_contig_expand_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4651987Z test_non_contig_expand_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.4709300Z test_non_contig_expand_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4766145Z test_non_contig_expand_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:20.4820741Z test_non_contig_expand_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.4873517Z test_non_contig_expand_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.4926335Z test_non_contig_expand_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.4978969Z test_non_contig_expand_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.5031666Z test_non_contig_expand_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.5084281Z test_non_contig_expand_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:20.5115188Z test_non_contig_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5142278Z test_non_contig_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5175993Z test_non_contig_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5210048Z test_non_contig_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5240380Z test_non_contig_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5270624Z test_non_contig_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5300184Z test_non_contig_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5327218Z test_non_contig_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5354730Z test_non_contig_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5382520Z test_non_contig_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5409713Z test_non_contig_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5437176Z test_non_contig_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5448344Z test_non_contig_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:20.5481970Z test_non_contig_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5515230Z test_non_contig_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5547927Z test_non_contig_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5575273Z test_non_contig_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5602543Z test_non_contig_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5628985Z test_non_contig_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5656355Z test_non_contig_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5683523Z test_non_contig_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5713663Z test_non_contig_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5737113Z test_non_contig_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.5766754Z test_non_contig_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5796861Z test_non_contig_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5826141Z test_non_contig_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5849959Z test_non_contig_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.5873995Z test_non_contig_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.5897542Z test_non_contig_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.5921192Z test_non_contig_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.5945292Z test_non_contig_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.5975224Z test_non_contig_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.5998550Z test_non_contig_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6028553Z test_non_contig_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6058601Z test_non_contig_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6087568Z test_non_contig_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6111854Z test_non_contig_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6135873Z test_non_contig_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6159159Z test_non_contig_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6183008Z test_non_contig_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6206765Z test_non_contig_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6218098Z test_non_contig_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:20.6251629Z test_non_contig_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6284300Z test_non_contig_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6317120Z test_non_contig_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6344377Z test_non_contig_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6371673Z test_non_contig_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6397943Z test_non_contig_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6425206Z test_non_contig_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6452333Z test_non_contig_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6476182Z test_non_contig_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6500314Z test_non_contig_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6523100Z test_non_contig_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6547045Z test_non_contig_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6571003Z test_non_contig_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6597620Z test_non_contig_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6621528Z test_non_contig_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6647687Z test_non_contig_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6674396Z test_non_contig_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6701301Z test_non_contig_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6724970Z test_non_contig_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6748731Z test_non_contig_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6772930Z test_non_contig_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6796673Z test_non_contig_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6820332Z test_non_contig_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6846654Z test_non_contig_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6870188Z test_non_contig_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6897069Z test_non_contig_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6923467Z test_non_contig_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6950224Z test_non_contig_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.6974200Z test_non_contig_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.6997735Z test_non_contig_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7021819Z test_non_contig_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7045213Z test_non_contig_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7068964Z test_non_contig_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7099210Z test_non_contig_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.7122512Z test_non_contig_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7152589Z test_non_contig_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.7182592Z test_non_contig_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.7211806Z test_non_contig_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.7235795Z test_non_contig_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7259410Z test_non_contig_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7282455Z test_non_contig_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7306533Z test_non_contig_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7330205Z test_non_contig_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7359973Z test_non_contig_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.7389851Z test_non_contig_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.7419928Z test_non_contig_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.7448896Z test_non_contig_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.7478738Z test_non_contig_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.7518645Z test_non_contig_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:20.7548254Z test_non_contig_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:20.7589399Z test_non_contig_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:20.7610797Z test_non_contig_index___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7628999Z test_non_contig_index___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7652443Z test_non_contig_index___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7675885Z test_non_contig_index___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7697435Z test_non_contig_index___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7718646Z test_non_contig_index___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7739874Z test_non_contig_index___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7758248Z test_non_contig_index___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7776910Z test_non_contig_index___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7794535Z test_non_contig_index___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7813377Z test_non_contig_index___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7831319Z test_non_contig_index___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7849613Z test_non_contig_index___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7868348Z test_non_contig_index___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7886598Z test_non_contig_index___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7904709Z test_non_contig_index___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7922816Z test_non_contig_index___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7941317Z test_non_contig_index___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7964730Z test_non_contig_index___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.7987111Z test_non_contig_index___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8013347Z test_non_contig_index___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8038583Z test_non_contig_index___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8062147Z test_non_contig_index___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8085609Z test_non_contig_index___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8109030Z test_non_contig_index___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8130968Z test_non_contig_index___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8152891Z test_non_contig_index___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8175568Z test_non_contig_index___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8197447Z test_non_contig_index___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8219589Z test_non_contig_index___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8240933Z test_non_contig_index___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8262577Z test_non_contig_index___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8283798Z test_non_contig_index___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8305137Z test_non_contig_index___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8323424Z test_non_contig_index___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8342094Z test_non_contig_index___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8359893Z test_non_contig_index___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8378527Z test_non_contig_index___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8396708Z test_non_contig_index___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8418572Z test_non_contig_index___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8436782Z test_non_contig_index___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8460460Z test_non_contig_index___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8483765Z test_non_contig_index___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8505511Z test_non_contig_index___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8526799Z test_non_contig_index___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8547926Z test_non_contig_index___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8566192Z test_non_contig_index___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8584709Z test_non_contig_index___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8602686Z test_non_contig_index___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8621304Z test_non_contig_index___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8639524Z test_non_contig_index___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8657773Z test_non_contig_index___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8676038Z test_non_contig_index___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8694605Z test_non_contig_index___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8712585Z test_non_contig_index___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8731089Z test_non_contig_index___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8749657Z test_non_contig_index___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8772172Z test_non_contig_index___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8796176Z test_non_contig_index___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8821112Z test_non_contig_index___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8843415Z test_non_contig_index___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8865963Z test_non_contig_index___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8888096Z test_non_contig_index___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8908275Z test_non_contig_index___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8927351Z test_non_contig_index___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8946659Z test_non_contig_index___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8965932Z test_non_contig_index___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.8985438Z test_non_contig_index___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9006892Z test_non_contig_index___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9030505Z test_non_contig_index___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9054442Z test_non_contig_index___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9075762Z test_non_contig_index___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9097309Z test_non_contig_index___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9118231Z test_non_contig_index___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9136914Z test_non_contig_index___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9155056Z test_non_contig_index___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9173311Z test_non_contig_index___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9191625Z test_non_contig_index___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9209984Z test_non_contig_index___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9228341Z test_non_contig_index___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9246611Z test_non_contig_index___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9265073Z test_non_contig_index___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9283081Z test_non_contig_index___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9301691Z test_non_contig_index___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9320053Z test_non_contig_index___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9341544Z test_non_contig_index_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9359477Z test_non_contig_index_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9382838Z test_non_contig_index_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9406499Z test_non_contig_index_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9429891Z test_non_contig_index_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9451505Z test_non_contig_index_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9472734Z test_non_contig_index_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9494139Z test_non_contig_index_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9512277Z test_non_contig_index_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9530718Z test_non_contig_index_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9548783Z test_non_contig_index_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9567069Z test_non_contig_index_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9585355Z test_non_contig_index_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9607561Z test_non_contig_index_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9627248Z test_non_contig_index_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9648472Z test_non_contig_index_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9669890Z test_non_contig_index_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9691162Z test_non_contig_index_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9711252Z test_non_contig_index_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9731133Z test_non_contig_index_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9751338Z test_non_contig_index_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9771011Z test_non_contig_index_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9790996Z test_non_contig_index_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9809131Z test_non_contig_index_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9827683Z test_non_contig_index_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9845949Z test_non_contig_index_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9864168Z test_non_contig_index_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9882551Z test_non_contig_index_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9901278Z test_non_contig_index_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9919438Z test_non_contig_index_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9938950Z test_non_contig_index_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9956768Z test_non_contig_index_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9975444Z test_non_contig_index_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:20.9993664Z test_non_contig_index_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0012293Z test_non_contig_index_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0030366Z test_non_contig_index_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0048727Z test_non_contig_index_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0066735Z test_non_contig_index_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0084998Z test_non_contig_index_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0103700Z test_non_contig_index_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0122065Z test_non_contig_index_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0140554Z test_non_contig_index_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0158488Z test_non_contig_index_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0177311Z test_non_contig_index_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0195650Z test_non_contig_index_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0213894Z test_non_contig_index_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0231998Z test_non_contig_index_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0250404Z test_non_contig_index_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0268482Z test_non_contig_index_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0286766Z test_non_contig_index_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0305372Z test_non_contig_index_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0326728Z test_non_contig_index_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0345174Z test_non_contig_index_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0366461Z test_non_contig_index_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0388035Z test_non_contig_index_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0409087Z test_non_contig_index_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0427646Z test_non_contig_index_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0445834Z test_non_contig_index_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0464054Z test_non_contig_index_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0482302Z test_non_contig_index_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0500676Z test_non_contig_index_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0522216Z test_non_contig_index_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0540377Z test_non_contig_index_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0561660Z test_non_contig_index_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0583112Z test_non_contig_index_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0604291Z test_non_contig_index_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0622818Z test_non_contig_index_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0640898Z test_non_contig_index_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0659066Z test_non_contig_index_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0677197Z test_non_contig_index_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0695699Z test_non_contig_index_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0717442Z test_non_contig_index_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0739580Z test_non_contig_index_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0761317Z test_non_contig_index_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0782681Z test_non_contig_index_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0802911Z test_non_contig_index_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0824197Z test_non_contig_index_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0846783Z test_non_contig_index_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0867986Z test_non_contig_index_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0887454Z test_non_contig_index_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0907714Z test_non_contig_index_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0927471Z test_non_contig_index_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0947699Z test_non_contig_index_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0967503Z test_non_contig_index_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.0990862Z test_non_contig_index_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1014243Z test_non_contig_index_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1037561Z test_non_contig_index_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1060446Z test_non_contig_index_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1082398Z test_non_contig_index_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1104395Z test_non_contig_index_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1125924Z test_non_contig_index_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1147819Z test_non_contig_index_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1169246Z test_non_contig_index_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1192568Z test_non_contig_index_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1214617Z test_non_contig_index_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1239467Z test_non_contig_index_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1264928Z test_non_contig_index_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1290224Z test_non_contig_index_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1313801Z test_non_contig_index_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1337327Z test_non_contig_index_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1359823Z test_non_contig_index_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1381869Z test_non_contig_index_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1403385Z test_non_contig_index_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1425239Z test_non_contig_index_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1447354Z test_non_contig_index_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1469051Z test_non_contig_index_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1492460Z test_non_contig_index_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1515452Z test_non_contig_index_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1538952Z test_non_contig_index_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1561812Z test_non_contig_index_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1583738Z test_non_contig_index_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1605248Z test_non_contig_index_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1627071Z test_non_contig_index_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1648591Z test_non_contig_index_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1670259Z test_non_contig_index_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1690287Z test_non_contig_index_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1708513Z test_non_contig_index_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1730051Z test_non_contig_index_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1751630Z test_non_contig_index_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1773806Z test_non_contig_index_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1793476Z test_non_contig_index_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1813852Z test_non_contig_index_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1833440Z test_non_contig_index_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1852170Z test_non_contig_index_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1870333Z test_non_contig_index_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1889802Z test_non_contig_index_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1907929Z test_non_contig_index_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1926020Z test_non_contig_index_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1947909Z test_non_contig_index_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1967713Z test_non_contig_index_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.1991323Z test_non_contig_index_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2015536Z test_non_contig_index_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2037036Z test_non_contig_index_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2059154Z test_non_contig_index_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2080227Z test_non_contig_index_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2100618Z test_non_contig_index_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2120582Z test_non_contig_index_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2140917Z test_non_contig_index_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2160942Z test_non_contig_index_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2181289Z test_non_contig_index_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2192379Z test_non_contig_index_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:21.2216489Z test_non_contig_index_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2239478Z test_non_contig_index_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2262407Z test_non_contig_index_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2282509Z test_non_contig_index_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2302886Z test_non_contig_index_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2322954Z test_non_contig_index_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2343460Z test_non_contig_index_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2363574Z test_non_contig_index_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2385273Z test_non_contig_index_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2403424Z test_non_contig_index_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2425051Z test_non_contig_index_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2446406Z test_non_contig_index_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2467708Z test_non_contig_index_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2486285Z test_non_contig_index_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2504786Z test_non_contig_index_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2522574Z test_non_contig_index_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2541200Z test_non_contig_index_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2559237Z test_non_contig_index_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2580963Z test_non_contig_index_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2599344Z test_non_contig_index_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2620899Z test_non_contig_index_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2642124Z test_non_contig_index_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2663676Z test_non_contig_index_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2681989Z test_non_contig_index_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2700589Z test_non_contig_index_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2718543Z test_non_contig_index_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2737023Z test_non_contig_index_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2755250Z test_non_contig_index_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2778839Z test_non_contig_index_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2801866Z test_non_contig_index_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2824854Z test_non_contig_index_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2847883Z test_non_contig_index_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2867951Z test_non_contig_index_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2887901Z test_non_contig_index_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2908081Z test_non_contig_index_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2928262Z test_non_contig_index_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2948280Z test_non_contig_index_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2966590Z test_non_contig_index_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.2985282Z test_non_contig_index_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3003341Z test_non_contig_index_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3021759Z test_non_contig_index_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3040068Z test_non_contig_index_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3060041Z test_non_contig_index_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3078192Z test_non_contig_index_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3098417Z test_non_contig_index_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3117987Z test_non_contig_index_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3138094Z test_non_contig_index_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3156229Z test_non_contig_index_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3175004Z test_non_contig_index_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3193188Z test_non_contig_index_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3212093Z test_non_contig_index_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3230124Z test_non_contig_index_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3249935Z test_non_contig_index_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3268174Z test_non_contig_index_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3287997Z test_non_contig_index_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3307837Z test_non_contig_index_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3327602Z test_non_contig_index_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3346210Z test_non_contig_index_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3364462Z test_non_contig_index_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3382880Z test_non_contig_index_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3401098Z test_non_contig_index_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3419533Z test_non_contig_index_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3441013Z test_non_contig_index_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3459419Z test_non_contig_index_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3480850Z test_non_contig_index_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3502584Z test_non_contig_index_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3523795Z test_non_contig_index_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3542307Z test_non_contig_index_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3560564Z test_non_contig_index_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3579327Z test_non_contig_index_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3597480Z test_non_contig_index_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3616100Z test_non_contig_index_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3637535Z test_non_contig_index_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3659225Z test_non_contig_index_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3680596Z test_non_contig_index_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3701961Z test_non_contig_index_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3723322Z test_non_contig_index_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3744632Z test_non_contig_index_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3766003Z test_non_contig_index_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3787411Z test_non_contig_index_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3809823Z test_non_contig_index_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3831155Z test_non_contig_index_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3856166Z test_non_contig_index_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3881042Z test_non_contig_index_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3903444Z test_non_contig_index_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3925670Z test_non_contig_index_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3947914Z test_non_contig_index_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3969080Z test_non_contig_index_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.3990420Z test_non_contig_index_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4011755Z test_non_contig_index_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4032771Z test_non_contig_index_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4054224Z test_non_contig_index_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4076093Z test_non_contig_index_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4094900Z test_non_contig_index_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4118757Z test_non_contig_index_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4143745Z test_non_contig_index_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4165533Z test_non_contig_index_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4187766Z test_non_contig_index_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4209101Z test_non_contig_index_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4227929Z test_non_contig_index_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4246545Z test_non_contig_index_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4265253Z test_non_contig_index_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4283766Z test_non_contig_index_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4302959Z test_non_contig_index_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4324494Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4343194Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4366920Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4390527Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4412562Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4434325Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4456091Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4474525Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4493555Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4511768Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4530354Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4549162Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4567306Z test_non_contig_index_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4585901Z test_non_contig_index_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4603880Z test_non_contig_index_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4622478Z test_non_contig_index_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4640716Z test_non_contig_index_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4663038Z test_non_contig_index_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4683315Z test_non_contig_index_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4707639Z test_non_contig_index_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4732144Z test_non_contig_index_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4753873Z test_non_contig_index_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4776315Z test_non_contig_index_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4797817Z test_non_contig_index_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4818441Z test_non_contig_index_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4839090Z test_non_contig_index_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4859582Z test_non_contig_index_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4880220Z test_non_contig_index_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4900824Z test_non_contig_index_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4920556Z test_non_contig_index_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4939076Z test_non_contig_index_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4958936Z test_non_contig_index_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4978834Z test_non_contig_index_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.4998491Z test_non_contig_index_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5017097Z test_non_contig_index_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5035195Z test_non_contig_index_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5053758Z test_non_contig_index_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5072024Z test_non_contig_index_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5090261Z test_non_contig_index_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5110233Z test_non_contig_index_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5128394Z test_non_contig_index_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5150371Z test_non_contig_index_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5172135Z test_non_contig_index_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5191822Z test_non_contig_index_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5212010Z test_non_contig_index_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5231840Z test_non_contig_index_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5250241Z test_non_contig_index_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5269022Z test_non_contig_index_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5287277Z test_non_contig_index_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5306032Z test_non_contig_index_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5324338Z test_non_contig_index_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5344442Z test_non_contig_index_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5362504Z test_non_contig_index_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5384605Z test_non_contig_index_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5406012Z test_non_contig_index_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5426164Z test_non_contig_index_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5446070Z test_non_contig_index_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5466142Z test_non_contig_index_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5484572Z test_non_contig_index_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5503266Z test_non_contig_index_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5521565Z test_non_contig_index_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5540186Z test_non_contig_index_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5558482Z test_non_contig_index_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5578687Z test_non_contig_index_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5598120Z test_non_contig_index_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5619087Z test_non_contig_index_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5640398Z test_non_contig_index_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5660362Z test_non_contig_index_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5680020Z test_non_contig_index_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5700151Z test_non_contig_index_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5718455Z test_non_contig_index_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5737166Z test_non_contig_index_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5755268Z test_non_contig_index_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5774082Z test_non_contig_index_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5792452Z test_non_contig_index_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5812476Z test_non_contig_index_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5830776Z test_non_contig_index_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5850364Z test_non_contig_index_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5870373Z test_non_contig_index_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5890145Z test_non_contig_index_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5908794Z test_non_contig_index_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5927100Z test_non_contig_index_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5945517Z test_non_contig_index_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5963810Z test_non_contig_index_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.5982169Z test_non_contig_index_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6003858Z test_non_contig_index_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6022324Z test_non_contig_index_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6043886Z test_non_contig_index_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6065531Z test_non_contig_index_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6086550Z test_non_contig_index_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6105342Z test_non_contig_index_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6123691Z test_non_contig_index_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6141873Z test_non_contig_index_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6160117Z test_non_contig_index_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6178613Z test_non_contig_index_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6199974Z test_non_contig_index_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6218442Z test_non_contig_index_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6240063Z test_non_contig_index_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6261870Z test_non_contig_index_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6282917Z test_non_contig_index_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6301563Z test_non_contig_index_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6319957Z test_non_contig_index_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6338040Z test_non_contig_index_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6356235Z test_non_contig_index_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6374971Z test_non_contig_index_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6396505Z test_non_contig_index_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6415065Z test_non_contig_index_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6436376Z test_non_contig_index_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6458059Z test_non_contig_index_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6479099Z test_non_contig_index_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6497717Z test_non_contig_index_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6516259Z test_non_contig_index_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6534804Z test_non_contig_index_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6552688Z test_non_contig_index_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6571001Z test_non_contig_index_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6592548Z test_non_contig_index_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6610851Z test_non_contig_index_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6632168Z test_non_contig_index_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6655123Z test_non_contig_index_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6676056Z test_non_contig_index_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6694714Z test_non_contig_index_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6712919Z test_non_contig_index_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6731099Z test_non_contig_index_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6749343Z test_non_contig_index_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6767641Z test_non_contig_index_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6789409Z test_non_contig_index_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6807614Z test_non_contig_index_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6831191Z test_non_contig_index_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6855120Z test_non_contig_index_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6878674Z test_non_contig_index_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6900273Z test_non_contig_index_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6921439Z test_non_contig_index_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6942777Z test_non_contig_index_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6960877Z test_non_contig_index_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6979397Z test_non_contig_index_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.6997278Z test_non_contig_index_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7015980Z test_non_contig_index_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7034000Z test_non_contig_index_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7054182Z test_non_contig_index_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7072284Z test_non_contig_index_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7094156Z test_non_contig_index_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7115473Z test_non_contig_index_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7135735Z test_non_contig_index_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7155418Z test_non_contig_index_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7175748Z test_non_contig_index_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7193824Z test_non_contig_index_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7212548Z test_non_contig_index_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7230664Z test_non_contig_index_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7248952Z test_non_contig_index_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7267525Z test_non_contig_index_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7289013Z test_non_contig_index_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7310477Z test_non_contig_index_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7331608Z test_non_contig_index_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7353663Z test_non_contig_index_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7375847Z test_non_contig_index_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7397256Z test_non_contig_index_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7420979Z test_non_contig_index_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7444631Z test_non_contig_index_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7468256Z test_non_contig_index_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7489587Z test_non_contig_index_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7511182Z test_non_contig_index_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7532627Z test_non_contig_index_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7550969Z test_non_contig_index_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7569490Z test_non_contig_index_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7587787Z test_non_contig_index_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7606131Z test_non_contig_index_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7624829Z test_non_contig_index_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7647682Z test_non_contig_index_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7671093Z test_non_contig_index_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7694561Z test_non_contig_index_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7717135Z test_non_contig_index_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7737340Z test_non_contig_index_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7757383Z test_non_contig_index_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7777416Z test_non_contig_index_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7798206Z test_non_contig_index_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7818447Z test_non_contig_index_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7840011Z test_non_contig_index_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7864005Z test_non_contig_index_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7887387Z test_non_contig_index_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7908981Z test_non_contig_index_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7930298Z test_non_contig_index_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7951496Z test_non_contig_index_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7970288Z test_non_contig_index_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.7988630Z test_non_contig_index_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8006491Z test_non_contig_index_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8025249Z test_non_contig_index_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8043560Z test_non_contig_index_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8063538Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8084942Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8106620Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8126385Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8146512Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8166650Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8186623Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8206528Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8226629Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8247864Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8269362Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8289568Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8309347Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8329471Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8349330Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8370798Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8380704Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8390659Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8400126Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8410427Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8420162Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8429816Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8440443Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8451840Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8461212Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8471214Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8480323Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8492379Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8501325Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8512416Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8522867Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8533890Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.8554045Z test_non_contig_index_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8575399Z test_non_contig_index_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8595922Z test_non_contig_index_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8616257Z test_non_contig_index_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8635527Z test_non_contig_index_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8655213Z test_non_contig_index_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8674513Z test_non_contig_index_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8694273Z test_non_contig_index_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8713571Z test_non_contig_index_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8734609Z test_non_contig_index_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8755072Z test_non_contig_index_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8774822Z test_non_contig_index_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8793959Z test_non_contig_index_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8813719Z test_non_contig_index_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8832958Z test_non_contig_index_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8852533Z test_non_contig_index_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8871674Z test_non_contig_index_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8892721Z test_non_contig_index_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8913251Z test_non_contig_index_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8933138Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8952418Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8972004Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.8992022Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9011195Z test_non_contig_index_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9021641Z test_non_contig_index_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9031371Z test_non_contig_index_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9040621Z test_non_contig_index_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9051604Z test_non_contig_index_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9061959Z test_non_contig_index_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9072620Z test_non_contig_index_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9082174Z test_non_contig_index_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9092855Z test_non_contig_index_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9102975Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9113019Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9123370Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9133634Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9144004Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9154818Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9164922Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9175196Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9185907Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9195752Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9206001Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9216537Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9227117Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9237263Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9247284Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9258011Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9267905Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9278282Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9288467Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9298810Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9308971Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9319522Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9329555Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9339823Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9349929Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9360631Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9374279Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9384316Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9393846Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9403820Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9414466Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9425061Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:21.9445824Z test_non_contig_index_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9465699Z test_non_contig_index_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9486737Z test_non_contig_index_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9508077Z test_non_contig_index_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9529607Z test_non_contig_index_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9548973Z test_non_contig_index_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9568359Z test_non_contig_index_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9587921Z test_non_contig_index_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9607331Z test_non_contig_index_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9627065Z test_non_contig_index_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9646383Z test_non_contig_index_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9667272Z test_non_contig_index_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9687626Z test_non_contig_index_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9707244Z test_non_contig_index_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9726545Z test_non_contig_index_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9746225Z test_non_contig_index_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9765705Z test_non_contig_index_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9785218Z test_non_contig_index_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9806045Z test_non_contig_index_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9829219Z test_non_contig_index_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9852603Z test_non_contig_index_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9875442Z test_non_contig_index_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9896471Z test_non_contig_index_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9917319Z test_non_contig_index_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9938205Z test_non_contig_index_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9955928Z test_non_contig_index_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9974082Z test_non_contig_index_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:21.9991396Z test_non_contig_index_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0009116Z test_non_contig_index_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0027102Z test_non_contig_index_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0049812Z test_non_contig_index_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0070966Z test_non_contig_index_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0096068Z test_non_contig_index_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0121055Z test_non_contig_index_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0146027Z test_non_contig_index_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0168553Z test_non_contig_index_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0191238Z test_non_contig_index_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0213986Z test_non_contig_index_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0235079Z test_non_contig_index_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0257191Z test_non_contig_index_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0279433Z test_non_contig_index_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0302040Z test_non_contig_index_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0324061Z test_non_contig_index_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0345161Z test_non_contig_index_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0364336Z test_non_contig_index_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0385512Z test_non_contig_index_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0406445Z test_non_contig_index_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0427118Z test_non_contig_index_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0446517Z test_non_contig_index_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0466168Z test_non_contig_index_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0485440Z test_non_contig_index_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0505072Z test_non_contig_index_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0524315Z test_non_contig_index_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0555625Z test_non_contig_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0584623Z test_non_contig_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0620913Z test_non_contig_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:22.0656833Z test_non_contig_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0687895Z test_non_contig_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0718694Z test_non_contig_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0749516Z test_non_contig_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0778574Z test_non_contig_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0807241Z test_non_contig_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0836374Z test_non_contig_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0865339Z test_non_contig_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0894223Z test_non_contig_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0924116Z test_non_contig_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.0947825Z test_non_contig_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.0981631Z test_non_contig_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1015843Z test_non_contig_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1045503Z test_non_contig_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1075196Z test_non_contig_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1105114Z test_non_contig_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1128568Z test_non_contig_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1152226Z test_non_contig_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1175618Z test_non_contig_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1199417Z test_non_contig_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1223350Z test_non_contig_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1253491Z test_non_contig_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1276744Z test_non_contig_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1310552Z test_non_contig_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1344581Z test_non_contig_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1374629Z test_non_contig_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1404318Z test_non_contig_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1433515Z test_non_contig_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1458641Z test_non_contig_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1483767Z test_non_contig_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1508818Z test_non_contig_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1534301Z test_non_contig_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1558095Z test_non_contig_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1581401Z test_non_contig_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1606312Z test_non_contig_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1630519Z test_non_contig_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1655438Z test_non_contig_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1679926Z test_non_contig_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.1712151Z test_non_contig_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1741228Z test_non_contig_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1777245Z test_non_contig_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1813520Z test_non_contig_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:22.1845307Z test_non_contig_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1877600Z test_non_contig_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1908954Z test_non_contig_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1938955Z test_non_contig_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1965911Z test_non_contig_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.1993395Z test_non_contig_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2021413Z test_non_contig_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2049283Z test_non_contig_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2076469Z test_non_contig_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2100968Z test_non_contig_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2126720Z test_non_contig_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2152679Z test_non_contig_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2179041Z test_non_contig_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2202081Z test_non_contig_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2225431Z test_non_contig_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2248259Z test_non_contig_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2271500Z test_non_contig_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2296121Z test_non_contig_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2321810Z test_non_contig_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2344715Z test_non_contig_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2374723Z test_non_contig_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2403801Z test_non_contig_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2430542Z test_non_contig_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2456868Z test_non_contig_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2482999Z test_non_contig_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2506582Z test_non_contig_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2529820Z test_non_contig_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2553135Z test_non_contig_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2576863Z test_non_contig_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2600350Z test_non_contig_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2626850Z test_non_contig_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2649793Z test_non_contig_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2679254Z test_non_contig_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2709042Z test_non_contig_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2735587Z test_non_contig_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2761694Z test_non_contig_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2788103Z test_non_contig_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2811733Z test_non_contig_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2835731Z test_non_contig_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2858678Z test_non_contig_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2881986Z test_non_contig_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2905571Z test_non_contig_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2931875Z test_non_contig_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.2954688Z test_non_contig_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.2984826Z test_non_contig_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3014729Z test_non_contig_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3040628Z test_non_contig_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3066748Z test_non_contig_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3093127Z test_non_contig_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3116580Z test_non_contig_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3140013Z test_non_contig_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3163210Z test_non_contig_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3186731Z test_non_contig_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3209930Z test_non_contig_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3236195Z test_non_contig_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3259366Z test_non_contig_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3285209Z test_non_contig_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3311753Z test_non_contig_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3338046Z test_non_contig_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3360939Z test_non_contig_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3384158Z test_non_contig_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3407101Z test_non_contig_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3430369Z test_non_contig_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3453861Z test_non_contig_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3483467Z test_non_contig_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3506597Z test_non_contig_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3536206Z test_non_contig_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3565341Z test_non_contig_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3594313Z test_non_contig_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3618178Z test_non_contig_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3641101Z test_non_contig_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3663892Z test_non_contig_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3687118Z test_non_contig_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3710727Z test_non_contig_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3740470Z test_non_contig_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3763234Z test_non_contig_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3792617Z test_non_contig_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3822238Z test_non_contig_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3850817Z test_non_contig_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.3874338Z test_non_contig_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3899243Z test_non_contig_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3921571Z test_non_contig_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3944983Z test_non_contig_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.3969686Z test_non_contig_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4000960Z test_non_contig_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4025608Z test_non_contig_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4055116Z test_non_contig_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4084376Z test_non_contig_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4113353Z test_non_contig_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4136953Z test_non_contig_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4159981Z test_non_contig_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4182833Z test_non_contig_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4206102Z test_non_contig_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4229347Z test_non_contig_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4258954Z test_non_contig_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4281632Z test_non_contig_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4311230Z test_non_contig_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4341326Z test_non_contig_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4370014Z test_non_contig_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4393481Z test_non_contig_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4417145Z test_non_contig_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4439613Z test_non_contig_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4462922Z test_non_contig_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4486132Z test_non_contig_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4515650Z test_non_contig_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4538880Z test_non_contig_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4571782Z test_non_contig_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4605185Z test_non_contig_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4638550Z test_non_contig_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4668111Z test_non_contig_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4697694Z test_non_contig_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4726110Z test_non_contig_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4749692Z test_non_contig_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4773091Z test_non_contig_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4795419Z test_non_contig_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4818908Z test_non_contig_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4841895Z test_non_contig_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4868209Z test_non_contig_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4890953Z test_non_contig_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.4920469Z test_non_contig_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4949783Z test_non_contig_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.4976410Z test_non_contig_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5001923Z test_non_contig_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5028214Z test_non_contig_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5051458Z test_non_contig_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5074341Z test_non_contig_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5097807Z test_non_contig_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5120819Z test_non_contig_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5144127Z test_non_contig_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5173845Z test_non_contig_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5202846Z test_non_contig_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5231726Z test_non_contig_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5262239Z test_non_contig_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5292109Z test_non_contig_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5321378Z test_non_contig_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5354532Z test_non_contig_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5365625Z test_non_contig_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:22.5399456Z test_non_contig_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5428894Z test_non_contig_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5458453Z test_non_contig_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5487103Z test_non_contig_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5510823Z test_non_contig_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5534628Z test_non_contig_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5557205Z test_non_contig_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5580504Z test_non_contig_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5603719Z test_non_contig_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.5615031Z test_non_contig_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:22.5647926Z test_non_contig_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5680627Z test_non_contig_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5712874Z test_non_contig_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5739835Z test_non_contig_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5766507Z test_non_contig_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5792565Z test_non_contig_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5819677Z test_non_contig_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5846094Z test_non_contig_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5875768Z test_non_contig_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5908973Z test_non_contig_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5942745Z test_non_contig_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.5972107Z test_non_contig_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6001299Z test_non_contig_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6030552Z test_non_contig_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6053731Z test_non_contig_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.6077598Z test_non_contig_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.6100409Z test_non_contig_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.6123505Z test_non_contig_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.6147410Z test_non_contig_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.6173900Z test_non_contig_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6203138Z test_non_contig_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6231632Z test_non_contig_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6258268Z test_non_contig_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6284412Z test_non_contig_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6310857Z test_non_contig_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6337485Z test_non_contig_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6363729Z test_non_contig_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6390078Z test_non_contig_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6419457Z test_non_contig_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6447838Z test_non_contig_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6474487Z test_non_contig_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6500877Z test_non_contig_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6527288Z test_non_contig_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6553885Z test_non_contig_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6580831Z test_non_contig_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6592456Z test_non_contig_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6603567Z test_non_contig_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6614867Z test_non_contig_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6626153Z test_non_contig_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6637820Z test_non_contig_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6649231Z test_non_contig_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6660294Z test_non_contig_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6671459Z test_non_contig_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6682786Z test_non_contig_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6694183Z test_non_contig_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6707521Z test_non_contig_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6718433Z test_non_contig_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6729625Z test_non_contig_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6740788Z test_non_contig_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6752000Z test_non_contig_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6764761Z test_non_contig_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.6792492Z test_non_contig_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6822286Z test_non_contig_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6850333Z test_non_contig_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6877149Z test_non_contig_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6903658Z test_non_contig_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6929886Z test_non_contig_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6956346Z test_non_contig_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.6983076Z test_non_contig_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7009233Z test_non_contig_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7038818Z test_non_contig_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7067611Z test_non_contig_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7094305Z test_non_contig_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7120745Z test_non_contig_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7147392Z test_non_contig_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7173834Z test_non_contig_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7199951Z test_non_contig_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7226101Z test_non_contig_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7255467Z test_non_contig_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7283635Z test_non_contig_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7310420Z test_non_contig_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7337005Z test_non_contig_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7363116Z test_non_contig_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7390677Z test_non_contig_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7419457Z test_non_contig_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7431430Z test_non_contig_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7444554Z test_non_contig_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7457180Z test_non_contig_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7469742Z test_non_contig_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7482304Z test_non_contig_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7494860Z test_non_contig_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7507506Z test_non_contig_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7519971Z test_non_contig_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7532434Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7544309Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7555459Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7566773Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7579635Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7591959Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7604690Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7617556Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7630261Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7642493Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7655755Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7667093Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7678139Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7689265Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7700708Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7712164Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7723173Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7734548Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7746162Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7757200Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7768631Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7780085Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7791046Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7802352Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7814112Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7826118Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7837295Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7847945Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7859067Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7870403Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7881634Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7893165Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:22.7922392Z test_non_contig_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7948702Z test_non_contig_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.7978129Z test_non_contig_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8007202Z test_non_contig_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8036166Z test_non_contig_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8062590Z test_non_contig_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8089292Z test_non_contig_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8115809Z test_non_contig_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8142310Z test_non_contig_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8168532Z test_non_contig_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8194850Z test_non_contig_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8224350Z test_non_contig_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8258608Z test_non_contig_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8284934Z test_non_contig_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8311885Z test_non_contig_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8338142Z test_non_contig_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8364300Z test_non_contig_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8391146Z test_non_contig_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8420711Z test_non_contig_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8453802Z test_non_contig_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8487078Z test_non_contig_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8520570Z test_non_contig_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8551499Z test_non_contig_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8582518Z test_non_contig_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8613180Z test_non_contig_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8637919Z test_non_contig_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.8662372Z test_non_contig_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.8686473Z test_non_contig_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.8711282Z test_non_contig_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.8734563Z test_non_contig_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:22.8767082Z test_non_contig_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8796661Z test_non_contig_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8833182Z test_non_contig_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:22.8870411Z test_non_contig_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:22.8907530Z test_non_contig_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:22.8940320Z test_non_contig_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.8972604Z test_non_contig_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9004298Z test_non_contig_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9034176Z test_non_contig_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9064228Z test_non_contig_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9094025Z test_non_contig_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9123795Z test_non_contig_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9154084Z test_non_contig_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9183097Z test_non_contig_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9209121Z test_non_contig_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9238635Z test_non_contig_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9267844Z test_non_contig_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9296680Z test_non_contig_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9323050Z test_non_contig_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9349502Z test_non_contig_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9376270Z test_non_contig_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9402484Z test_non_contig_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9429150Z test_non_contig_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:22.9694223Z test_not_broadcastable___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:47:22.9948955Z test_not_broadcastable___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.0201484Z test_not_broadcastable___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.0449272Z test_not_broadcastable___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.0694483Z test_not_broadcastable___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:23.1027357Z test_not_broadcastable___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:23.1288627Z test_not_broadcastable_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:47:23.1534183Z test_not_broadcastable_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:23.1779811Z test_not_broadcastable_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:23.2027392Z test_not_broadcastable_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.2314839Z test_not_broadcastable_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:23.2564119Z test_not_broadcastable_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.2817315Z test_not_broadcastable_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.3068981Z test_not_broadcastable_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.3319310Z test_not_broadcastable_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.3561490Z test_not_broadcastable_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:23.3860851Z test_not_broadcastable_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:23.4146574Z test_not_broadcastable_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:47:23.4392297Z test_not_broadcastable_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:23.4640472Z test_not_broadcastable_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.4896320Z test_not_broadcastable_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.5140403Z test_not_broadcastable_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:23.5386487Z test_not_broadcastable_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.5634324Z test_not_broadcastable_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.5880422Z test_not_broadcastable_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.6122974Z test_not_broadcastable_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:23.6369800Z test_not_broadcastable_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.6667914Z test_not_broadcastable_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:23.6797883Z test_not_broadcastable_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:23.6927778Z test_not_broadcastable_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:23.7225890Z test_not_broadcastable_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:23.7469172Z test_not_broadcastable_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:23.7799134Z test_not_broadcastable_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:23.8124605Z test_not_broadcastable_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:47:23.8461295Z test_not_broadcastable_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:47:23.8716876Z test_not_broadcastable_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.9023322Z test_not_broadcastable_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:23.9276336Z test_not_broadcastable_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:23.9578649Z test_not_broadcastable_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:23.9823113Z test_not_broadcastable_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:24.0065527Z test_not_broadcastable_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:24.0309761Z test_not_broadcastable_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:24.0553996Z test_not_broadcastable_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:24.0838894Z test_not_broadcastable_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:47:24.1081661Z test_not_broadcastable_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:24.1337494Z test_not_broadcastable_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:24.1669188Z test_not_broadcastable_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:24.1918599Z test_not_broadcastable_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:24.2160622Z test_not_broadcastable_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:24.2170201Z test_not_broadcastable_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:24.2179515Z test_not_broadcastable_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:24.2424389Z test_not_broadcastable_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:24.2666751Z test_not_broadcastable_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:24.2913255Z test_not_broadcastable_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:24.2922297Z test_not_broadcastable_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:24.2932236Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:24.2940927Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:24.2949976Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:24.2959342Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:47:24.3209492Z test_not_broadcastable_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:24.3455824Z test_not_broadcastable_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:24.3724409Z test_not_broadcastable_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:47:24.4028643Z test_not_broadcastable_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:24.4272891Z test_not_broadcastable_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:24.4308332Z test_out_resize_warning_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:24.6366676Z test_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.206s) 2022-09-27T16:47:30.3773527Z test_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (5.740s) 2022-09-27T16:47:36.5883653Z test_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (6.211s) 2022-09-27T16:47:36.5901515Z test_pow_cuda_complex_extremal_failing_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:36.5916680Z test_pow_cuda_complex_extremal_failing_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:37.4976494Z test_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.906s) 2022-09-27T16:47:37.7032076Z test_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.206s) 2022-09-27T16:47:37.9071897Z test_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.204s) 2022-09-27T16:47:38.0990032Z test_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.192s) 2022-09-27T16:47:38.2904212Z test_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.191s) 2022-09-27T16:47:38.4809577Z test_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.190s) 2022-09-27T16:47:38.6726334Z test_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.192s) 2022-09-27T16:47:38.8640036Z test_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.191s) 2022-09-27T16:47:38.8837371Z test_pow_inplace_resizing_exception_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:39.2942529Z test_pow_scalar_base_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.410s) 2022-09-27T16:47:39.3152277Z test_pow_scalar_overloads_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:39.3176371Z test_pow_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1668: 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-09-27T16:47:39.3177393Z out_uint8_computation = torch.pow( 2022-09-27T16:47:39.3178292Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1676: 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-09-27T16:47:39.3179134Z out_int64_computation = torch.pow( 2022-09-27T16:47:39.3187956Z ok (0.003s) 2022-09-27T16:47:39.3199893Z test_rdiv_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:39.3212471Z test_rdiv_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:39.3223859Z test_rdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:39.3235772Z test_rdiv_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:39.3248606Z test_rdiv_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:39.3261575Z test_rdiv_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:39.3274392Z test_rdiv_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:39.3287133Z test_rdiv_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:39.3300093Z test_rdiv_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:39.3539599Z test_reference_numerics_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:39.3640611Z test_reference_numerics_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:39.4280134Z test_reference_numerics_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-09-27T16:47:39.4607530Z test_reference_numerics_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:39.4890013Z test_reference_numerics_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:47:39.5136897Z test_reference_numerics_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:39.5292157Z test_reference_numerics_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:39.5478745Z test_reference_numerics_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:39.5557507Z test_reference_numerics_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:39.5646530Z test_reference_numerics_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:39.5755763Z test_reference_numerics_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:39.5835478Z test_reference_numerics_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:39.5904146Z test_reference_numerics_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.5968805Z test_reference_numerics_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:39.6043403Z test_reference_numerics_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.6131761Z test_reference_numerics_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:39.6242572Z test_reference_numerics_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:39.6310121Z test_reference_numerics_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.6378942Z test_reference_numerics_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.6445121Z test_reference_numerics_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.6519315Z test_reference_numerics_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.6606553Z test_reference_numerics_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:39.6717700Z test_reference_numerics_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:39.6785858Z test_reference_numerics_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.6851291Z test_reference_numerics_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:39.6924573Z test_reference_numerics_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.6997782Z test_reference_numerics_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.7084685Z test_reference_numerics_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:39.7195693Z test_reference_numerics_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:39.7263042Z test_reference_numerics_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.7329922Z test_reference_numerics_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.7519294Z test_reference_numerics_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:39.7591057Z test_reference_numerics_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.7898417Z test_reference_numerics_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:39.8106593Z test_reference_numerics_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:39.8346128Z test_reference_numerics_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:39.8429463Z test_reference_numerics_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:39.8526562Z test_reference_numerics_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:39.8637902Z test_reference_numerics_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:39.8724886Z test_reference_numerics_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:39.8799246Z test_reference_numerics_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.8989166Z test_reference_numerics_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:39.9061134Z test_reference_numerics_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:39.9376695Z test_reference_numerics_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:39.9583861Z test_reference_numerics_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:39.9840149Z test_reference_numerics_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:39.9927421Z test_reference_numerics_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:40.0022617Z test_reference_numerics_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:40.0221410Z test_reference_numerics_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:40.0303425Z test_reference_numerics_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:40.0382249Z test_reference_numerics_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:40.0485900Z test_reference_numerics_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:40.0563042Z test_reference_numerics_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:40.0833194Z test_reference_numerics_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:47:40.0991183Z test_reference_numerics_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:40.1155668Z test_reference_numerics_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:40.1310265Z test_reference_numerics_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:40.1415603Z test_reference_numerics_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:40.1549503Z test_reference_numerics_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:40.1625121Z test_reference_numerics_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:40.1705968Z test_reference_numerics_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:40.1805245Z test_reference_numerics_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:40.1875197Z test_reference_numerics_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:40.1944849Z test_reference_numerics_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:40.1986152Z test_reference_numerics_extremal_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:8106: RuntimeWarning: invalid value encountered in add 2022-09-27T16:47:40.1986834Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-09-27T16:47:40.2017541Z ok (0.007s) 2022-09-27T16:47:40.2025206Z test_reference_numerics_extremal_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.2031862Z test_reference_numerics_extremal_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.2075795Z test_reference_numerics_extremal_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2116883Z test_reference_numerics_extremal_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2158733Z test_reference_numerics_extremal_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2202127Z test_reference_numerics_extremal_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2246034Z test_reference_numerics_extremal_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2287991Z test_reference_numerics_extremal_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2329896Z test_reference_numerics_extremal_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2372591Z test_reference_numerics_extremal_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2416460Z test_reference_numerics_extremal_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2458215Z test_reference_numerics_extremal_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2500557Z test_reference_numerics_extremal_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.2535217Z test_reference_numerics_extremal_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.2593678Z test_reference_numerics_extremal_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:40.2649147Z test_reference_numerics_extremal_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.2683820Z test_reference_numerics_extremal_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.2716869Z test_reference_numerics_extremal_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.2750968Z test_reference_numerics_extremal_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.2792782Z 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-09-27T16:47:40.2793558Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:47:40.2794175Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:47:40.2794804Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:47:40.2801006Z ok (0.005s) 2022-09-27T16:47:40.2808137Z test_reference_numerics_extremal_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.2815116Z test_reference_numerics_extremal_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.2863947Z test_reference_numerics_extremal_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.2912189Z test_reference_numerics_extremal_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.2959425Z test_reference_numerics_extremal_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.2965922Z test_reference_numerics_extremal_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.2973805Z test_reference_numerics_extremal_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.2988602Z test_reference_numerics_extremal_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:2038: RuntimeWarning: invalid value encountered in floor_divide 2022-09-27T16:47:40.2989281Z return np.floor_divide(a, b) 2022-09-27T16:47:40.3021102Z ok (0.005s) 2022-09-27T16:47:40.3068705Z test_reference_numerics_extremal_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.3082487Z test_reference_numerics_extremal_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-09-27T16:47:40.3083151Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:47:40.3114797Z ok (0.004s) 2022-09-27T16:47:40.3161456Z test_reference_numerics_extremal_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.3205215Z test_reference_numerics_extremal_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.3249767Z test_reference_numerics_extremal_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.3284337Z test_reference_numerics_extremal_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.3319911Z test_reference_numerics_extremal_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.3353204Z test_reference_numerics_extremal_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.3387222Z test_reference_numerics_extremal_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.3421443Z test_reference_numerics_extremal_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.3457004Z test_reference_numerics_extremal_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.3490098Z test_reference_numerics_extremal_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.3524192Z test_reference_numerics_extremal_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.3531252Z test_reference_numerics_extremal_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.3538088Z test_reference_numerics_extremal_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.3544771Z test_reference_numerics_extremal_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.3552052Z test_reference_numerics_extremal_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.3558750Z test_reference_numerics_extremal_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.3565652Z test_reference_numerics_extremal_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.3572912Z test_reference_numerics_extremal_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.3580565Z test_reference_numerics_extremal_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.3587908Z test_reference_numerics_extremal_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.3594664Z test_reference_numerics_extremal_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.3609928Z test_reference_numerics_extremal_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15161: RuntimeWarning: invalid value encountered in add 2022-09-27T16:47:40.3610615Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-09-27T16:47:40.3638909Z ok (0.004s) 2022-09-27T16:47:40.3717927Z test_reference_numerics_extremal_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:40.3795763Z test_reference_numerics_extremal_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:40.3839700Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.3881306Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.3922963Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.3937410Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15218: RuntimeWarning: invalid value encountered in add 2022-09-27T16:47:40.3938017Z ref=lambda i0, i1: i0 + i1, 2022-09-27T16:47:40.3966958Z ok (0.004s) 2022-09-27T16:47:40.4045177Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:40.4123028Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:40.4166202Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.4207486Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.4249037Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.4283519Z test_reference_numerics_extremal_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4319190Z test_reference_numerics_extremal_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4352539Z test_reference_numerics_extremal_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4386636Z test_reference_numerics_extremal_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4421185Z test_reference_numerics_extremal_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4477824Z test_reference_numerics_extremal_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:40.4532864Z test_reference_numerics_extremal_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.4566899Z test_reference_numerics_extremal_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4600503Z test_reference_numerics_extremal_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4634331Z test_reference_numerics_extremal_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4668730Z test_reference_numerics_extremal_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4725898Z test_reference_numerics_extremal_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:40.4781250Z test_reference_numerics_extremal_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.4815217Z test_reference_numerics_extremal_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4848273Z test_reference_numerics_extremal_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4882554Z test_reference_numerics_extremal_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4916986Z test_reference_numerics_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.4973169Z test_reference_numerics_extremal_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:40.5028633Z test_reference_numerics_extremal_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.5062936Z test_reference_numerics_extremal_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.5096558Z test_reference_numerics_extremal_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.5130189Z test_reference_numerics_extremal_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.5164673Z test_reference_numerics_extremal_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.5199859Z test_reference_numerics_extremal_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.5233228Z test_reference_numerics_extremal_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.5267067Z test_reference_numerics_extremal_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.5309341Z test_reference_numerics_extremal_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5353442Z test_reference_numerics_extremal_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5395058Z test_reference_numerics_extremal_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5437329Z test_reference_numerics_extremal_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5480110Z test_reference_numerics_extremal_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5523783Z test_reference_numerics_extremal_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5565287Z test_reference_numerics_extremal_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5607053Z test_reference_numerics_extremal_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5649414Z test_reference_numerics_extremal_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5693685Z test_reference_numerics_extremal_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5734727Z test_reference_numerics_extremal_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5776549Z test_reference_numerics_extremal_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5819098Z test_reference_numerics_extremal_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5862942Z test_reference_numerics_extremal_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5904419Z test_reference_numerics_extremal_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5945991Z test_reference_numerics_extremal_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.5980649Z test_reference_numerics_extremal_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.6036585Z test_reference_numerics_extremal_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.6091528Z test_reference_numerics_extremal_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.6126013Z test_reference_numerics_extremal_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.6159279Z test_reference_numerics_extremal_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.6193500Z test_reference_numerics_extremal_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:40.6230966Z 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-09-27T16:47:40.6231516Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:47:40.6231921Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-09-27T16:47:40.6232319Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:47:40.6239231Z ok (0.004s) 2022-09-27T16:47:40.6246064Z test_reference_numerics_extremal_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.6253442Z test_reference_numerics_extremal_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:40.6294698Z 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-09-27T16:47:40.6295226Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:47:40.6302261Z ok (0.005s) 2022-09-27T16:47:40.6345894Z test_reference_numerics_extremal_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.6392690Z test_reference_numerics_extremal_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.6406619Z 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-09-27T16:47:40.6407151Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:47:40.6439909Z ok (0.005s) 2022-09-27T16:47:40.6487274Z test_reference_numerics_extremal_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:40.6532431Z test_reference_numerics_extremal_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.6577399Z test_reference_numerics_extremal_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.6591458Z test_reference_numerics_extremal_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:8249: RuntimeWarning: invalid value encountered in subtract 2022-09-27T16:47:40.6592091Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:47:40.6620858Z ok (0.004s) 2022-09-27T16:47:40.6635137Z test_reference_numerics_extremal_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:8249: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:47:40.6635799Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:47:40.6698688Z ok (0.008s) 2022-09-27T16:47:40.6774226Z test_reference_numerics_extremal_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:40.6820143Z test_reference_numerics_extremal_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.6861443Z test_reference_numerics_extremal_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.6903988Z test_reference_numerics_extremal_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:40.7667690Z test_reference_numerics_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-09-27T16:47:40.7954042Z test_reference_numerics_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:47:41.0075163Z test_reference_numerics_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.212s) 2022-09-27T16:47:41.2136870Z test_reference_numerics_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.206s) 2022-09-27T16:47:41.2949601Z test_reference_numerics_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.081s) 2022-09-27T16:47:41.3714581Z test_reference_numerics_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-09-27T16:47:41.4477720Z test_reference_numerics_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-09-27T16:47:41.5036178Z test_reference_numerics_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:47:41.5601390Z test_reference_numerics_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:47:41.6191233Z test_reference_numerics_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:47:41.6753129Z test_reference_numerics_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:47:41.7307296Z test_reference_numerics_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-09-27T16:47:41.7312077Z test_reference_numerics_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:41.7818628Z test_reference_numerics_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-09-27T16:47:41.8303423Z test_reference_numerics_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-09-27T16:47:41.8838060Z test_reference_numerics_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:47:41.9036485Z test_reference_numerics_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:41.9267467Z test_reference_numerics_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:41.9597594Z test_reference_numerics_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:41.9775851Z test_reference_numerics_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:41.9905139Z test_reference_numerics_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:41.9910001Z test_reference_numerics_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:42.0383715Z test_reference_numerics_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:47:42.0769251Z test_reference_numerics_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:47:42.1188214Z test_reference_numerics_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:47:42.1307858Z test_reference_numerics_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:47:42.1432432Z test_reference_numerics_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:47:42.1641513Z test_reference_numerics_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:42.1750635Z test_reference_numerics_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:42.1864621Z test_reference_numerics_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:42.2156374Z test_reference_numerics_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:42.2439597Z test_reference_numerics_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:47:42.2836348Z test_reference_numerics_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:47:42.3108336Z test_reference_numerics_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:47:42.3377969Z test_reference_numerics_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:47:42.3473207Z test_reference_numerics_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:42.3548036Z test_reference_numerics_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:42.3785584Z test_reference_numerics_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:42.3888348Z test_reference_numerics_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:42.4019700Z test_reference_numerics_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:42.4092059Z test_reference_numerics_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:42.4170187Z test_reference_numerics_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:42.4269160Z test_reference_numerics_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:42.4336286Z test_reference_numerics_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:42.4402793Z test_reference_numerics_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:42.4499307Z test_reference_numerics_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:42.4576657Z test_reference_numerics_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:42.4818586Z test_reference_numerics_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:47:42.4920984Z test_reference_numerics_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:42.5052408Z test_reference_numerics_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:42.5125377Z test_reference_numerics_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:42.5203886Z test_reference_numerics_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:42.5302552Z test_reference_numerics_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:42.5371310Z test_reference_numerics_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:42.5438656Z test_reference_numerics_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:42.5660897Z test_reference_numerics_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:42.6146972Z test_reference_numerics_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-09-27T16:47:42.6477871Z test_reference_numerics_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:42.6709607Z test_reference_numerics_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:42.6959627Z test_reference_numerics_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:42.7126460Z test_reference_numerics_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:42.7300434Z test_reference_numerics_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:42.7504663Z test_reference_numerics_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:42.7869865Z test_reference_numerics_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:47:42.8204501Z test_reference_numerics_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:42.8349580Z test_reference_numerics_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:42.8504964Z test_reference_numerics_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:42.9195129Z test_reference_numerics_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-09-27T16:47:42.9536932Z test_reference_numerics_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:47:43.0735768Z test_reference_numerics_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.120s) 2022-09-27T16:47:43.0879683Z test_reference_numerics_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:43.1081569Z test_reference_numerics_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:43.1234462Z test_reference_numerics_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:43.1393370Z test_reference_numerics_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:43.1569767Z test_reference_numerics_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:43.1724674Z test_reference_numerics_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:43.2110626Z test_reference_numerics_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:47:43.2265944Z test_reference_numerics_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:43.2340522Z test_reference_numerics_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:43.2712587Z test_reference_numerics_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:47:43.3008383Z test_reference_numerics_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:43.3263947Z test_reference_numerics_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:43.3425313Z test_reference_numerics_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:43.3616799Z test_reference_numerics_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:43.3698140Z test_reference_numerics_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:43.3788638Z test_reference_numerics_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:43.3901778Z test_reference_numerics_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:43.3971384Z test_reference_numerics_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:43.4039276Z test_reference_numerics_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:43.4189553Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:43.4264314Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:43.4628044Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:47:43.4940914Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:43.5217585Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:47:43.5378753Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:43.5576882Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:43.5656991Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:43.5744341Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:43.5857728Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:43.5928327Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:43.5996764Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:43.6204078Z test_reference_numerics_large_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:43.6244117Z test_reference_numerics_large_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:43.6282766Z test_reference_numerics_large_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:43.6379129Z test_reference_numerics_large_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:43.6490071Z test_reference_numerics_large_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:43.6601658Z test_reference_numerics_large_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:43.6633513Z test_reference_numerics_large_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6664451Z test_reference_numerics_large_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6695775Z test_reference_numerics_large_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6726822Z test_reference_numerics_large_values_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6757927Z test_reference_numerics_large_values_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6788953Z test_reference_numerics_large_values_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6820139Z test_reference_numerics_large_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6851097Z test_reference_numerics_large_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6882675Z test_reference_numerics_large_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6914481Z test_reference_numerics_large_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6945152Z test_reference_numerics_large_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.6976576Z test_reference_numerics_large_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.7189749Z test_reference_numerics_large_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:43.7288988Z test_reference_numerics_large_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:43.7400605Z test_reference_numerics_large_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:43.7513896Z test_reference_numerics_large_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:43.7545063Z test_reference_numerics_large_values_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.7575589Z test_reference_numerics_large_values_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.7605535Z test_reference_numerics_large_values_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.7819428Z test_reference_numerics_large_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:43.7923443Z test_reference_numerics_large_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:43.8035327Z test_reference_numerics_large_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:43.8147129Z test_reference_numerics_large_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:43.8178423Z test_reference_numerics_large_values_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.8209354Z test_reference_numerics_large_values_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.8237665Z test_reference_numerics_large_values_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.8396170Z test_reference_numerics_large_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:43.8428459Z test_reference_numerics_large_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.8460317Z test_reference_numerics_large_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.8534917Z test_reference_numerics_large_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:43.8627988Z test_reference_numerics_large_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:43.8721763Z test_reference_numerics_large_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:43.8750243Z test_reference_numerics_large_values_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.8778719Z test_reference_numerics_large_values_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.8806635Z test_reference_numerics_large_values_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.8821441Z 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-09-27T16:47:43.8821963Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:47:43.8966041Z ok (0.016s) 2022-09-27T16:47:43.8974633Z test_reference_numerics_large_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:43.8982637Z test_reference_numerics_large_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:43.9059041Z test_reference_numerics_large_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:43.9152982Z test_reference_numerics_large_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:43.9245088Z test_reference_numerics_large_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:43.9277310Z test_reference_numerics_large_values_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.9309547Z test_reference_numerics_large_values_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.9342297Z test_reference_numerics_large_values_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.9349362Z test_reference_numerics_large_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:43.9444134Z test_reference_numerics_large_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:43.9582063Z test_reference_numerics_large_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:43.9716448Z test_reference_numerics_large_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:43.9746693Z test_reference_numerics_large_values_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.9776406Z test_reference_numerics_large_values_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:43.9805453Z test_reference_numerics_large_values_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.0004842Z test_reference_numerics_large_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:44.0095752Z test_reference_numerics_large_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.0208366Z test_reference_numerics_large_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.0320589Z test_reference_numerics_large_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.0350294Z test_reference_numerics_large_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.0379431Z test_reference_numerics_large_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.0407877Z test_reference_numerics_large_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.0436757Z test_reference_numerics_large_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.0466270Z test_reference_numerics_large_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.0495112Z test_reference_numerics_large_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.0652157Z test_reference_numerics_large_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:44.0726531Z test_reference_numerics_large_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:44.0821342Z test_reference_numerics_large_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.0918083Z test_reference_numerics_large_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:44.0946436Z test_reference_numerics_large_values_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.0974760Z test_reference_numerics_large_values_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.1002957Z test_reference_numerics_large_values_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.1162882Z test_reference_numerics_large_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:44.1237060Z test_reference_numerics_large_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:44.1330656Z test_reference_numerics_large_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.1425670Z test_reference_numerics_large_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.1454250Z test_reference_numerics_large_values_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.1482607Z test_reference_numerics_large_values_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.1511509Z test_reference_numerics_large_values_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.1693268Z test_reference_numerics_large_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:44.1780617Z test_reference_numerics_large_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.1897604Z test_reference_numerics_large_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:47:44.2014507Z test_reference_numerics_large_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:47:44.2045618Z test_reference_numerics_large_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.2076197Z test_reference_numerics_large_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.2104984Z test_reference_numerics_large_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.2266584Z test_reference_numerics_large_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:44.2305057Z test_reference_numerics_large_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:44.2341794Z test_reference_numerics_large_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:44.2420220Z test_reference_numerics_large_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:44.2517861Z test_reference_numerics_large_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:44.2615924Z test_reference_numerics_large_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:44.2646736Z test_reference_numerics_large_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.2677966Z test_reference_numerics_large_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.2709353Z test_reference_numerics_large_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.2916672Z test_reference_numerics_large_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:44.2955424Z test_reference_numerics_large_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:44.2993259Z test_reference_numerics_large_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:44.3087491Z test_reference_numerics_large_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.3196957Z test_reference_numerics_large_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.3305381Z test_reference_numerics_large_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.3335413Z test_reference_numerics_large_values_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.3364145Z test_reference_numerics_large_values_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.3393515Z test_reference_numerics_large_values_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.3600146Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:44.3637715Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:44.3674708Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:44.3769060Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.3878885Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.3986908Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.4016845Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4045480Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4074697Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4103584Z test_reference_numerics_large_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4132604Z test_reference_numerics_large_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4160990Z test_reference_numerics_large_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4320022Z test_reference_numerics_large_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:44.4395377Z test_reference_numerics_large_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:44.4489490Z test_reference_numerics_large_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.4582166Z test_reference_numerics_large_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.4610609Z test_reference_numerics_large_values_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4638968Z test_reference_numerics_large_values_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4667508Z test_reference_numerics_large_values_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4825858Z test_reference_numerics_large_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:44.4858334Z test_reference_numerics_large_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4890278Z test_reference_numerics_large_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.4965274Z test_reference_numerics_large_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:44.5059204Z test_reference_numerics_large_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.5151667Z test_reference_numerics_large_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.5180272Z test_reference_numerics_large_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.5208226Z test_reference_numerics_large_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.5236351Z test_reference_numerics_large_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.5395517Z test_reference_numerics_large_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:44.5427811Z test_reference_numerics_large_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.5459076Z test_reference_numerics_large_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.5534289Z test_reference_numerics_large_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:44.5629197Z test_reference_numerics_large_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.5722631Z test_reference_numerics_large_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.5751041Z test_reference_numerics_large_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.5779465Z test_reference_numerics_large_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.5807568Z test_reference_numerics_large_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.5969105Z test_reference_numerics_large_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:44.6001427Z test_reference_numerics_large_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.6033079Z test_reference_numerics_large_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.6108353Z test_reference_numerics_large_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:44.6204723Z test_reference_numerics_large_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.6298484Z test_reference_numerics_large_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.6326754Z test_reference_numerics_large_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.6355670Z test_reference_numerics_large_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.6384481Z test_reference_numerics_large_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.6544231Z test_reference_numerics_large_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:44.6619457Z test_reference_numerics_large_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:44.6713637Z test_reference_numerics_large_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.6808501Z test_reference_numerics_large_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.6837076Z test_reference_numerics_large_values_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.6865490Z test_reference_numerics_large_values_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.6894285Z test_reference_numerics_large_values_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.7104851Z test_reference_numerics_large_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:44.7202351Z test_reference_numerics_large_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:44.7313065Z test_reference_numerics_large_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.7423175Z test_reference_numerics_large_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.7452928Z test_reference_numerics_large_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.7481909Z test_reference_numerics_large_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.7510435Z test_reference_numerics_large_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.7719994Z test_reference_numerics_large_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:44.7817130Z test_reference_numerics_large_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:44.7928111Z test_reference_numerics_large_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.8039568Z test_reference_numerics_large_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.8069052Z test_reference_numerics_large_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.8098224Z test_reference_numerics_large_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.8126490Z test_reference_numerics_large_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.8337394Z test_reference_numerics_large_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:44.8434096Z test_reference_numerics_large_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:44.8544268Z test_reference_numerics_large_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.8656339Z test_reference_numerics_large_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.8685224Z test_reference_numerics_large_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.8714201Z test_reference_numerics_large_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.8742805Z test_reference_numerics_large_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.8953319Z test_reference_numerics_large_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:44.9050354Z test_reference_numerics_large_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:44.9161963Z test_reference_numerics_large_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.9271353Z test_reference_numerics_large_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:44.9300801Z test_reference_numerics_large_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.9329304Z test_reference_numerics_large_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.9357909Z test_reference_numerics_large_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.9517454Z test_reference_numerics_large_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:44.9550023Z test_reference_numerics_large_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.9581348Z test_reference_numerics_large_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.9656346Z test_reference_numerics_large_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:44.9750223Z test_reference_numerics_large_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.9843151Z test_reference_numerics_large_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:44.9871710Z test_reference_numerics_large_values_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.9900171Z test_reference_numerics_large_values_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:44.9928119Z test_reference_numerics_large_values_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:45.0085947Z test_reference_numerics_large_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:45.0093296Z test_reference_numerics_large_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:45.0101381Z test_reference_numerics_large_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:45.0178183Z test_reference_numerics_large_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:45.0272268Z test_reference_numerics_large_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:45.0364251Z test_reference_numerics_large_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:45.0383713Z test_reference_numerics_large_values_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-09-27T16:47:45.0398624Z test_reference_numerics_large_values_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:47:45.0413833Z test_reference_numerics_large_values_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:47:45.0609719Z test_reference_numerics_large_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:45.0700693Z test_reference_numerics_large_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:45.0806426Z test_reference_numerics_large_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:45.0913000Z test_reference_numerics_large_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:45.0942656Z test_reference_numerics_large_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:45.0972005Z test_reference_numerics_large_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:45.1000109Z test_reference_numerics_large_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:45.1205712Z test_reference_numerics_large_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:45.1244421Z test_reference_numerics_large_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:45.1281474Z test_reference_numerics_large_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:45.1375386Z test_reference_numerics_large_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:45.1485150Z test_reference_numerics_large_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:45.1594166Z test_reference_numerics_large_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:45.1624189Z test_reference_numerics_large_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:45.1653317Z test_reference_numerics_large_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:45.1681931Z test_reference_numerics_large_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:47:45.2005500Z test_reference_numerics_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:47:45.2331888Z test_reference_numerics_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:45.2827154Z test_reference_numerics_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-09-27T16:47:45.3157953Z test_reference_numerics_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:45.3462805Z test_reference_numerics_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:45.3557960Z test_reference_numerics_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:45.3639189Z test_reference_numerics_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:45.3871781Z test_reference_numerics_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:45.3975753Z test_reference_numerics_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:45.4110345Z test_reference_numerics_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:45.4181877Z test_reference_numerics_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.4258918Z test_reference_numerics_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:45.4361799Z test_reference_numerics_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:45.4429436Z test_reference_numerics_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.4495025Z test_reference_numerics_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:45.4604391Z test_reference_numerics_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:45.4671558Z test_reference_numerics_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.4905824Z test_reference_numerics_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:45.5086550Z test_reference_numerics_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:45.5227939Z test_reference_numerics_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:45.5346062Z test_reference_numerics_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:47:45.5479968Z test_reference_numerics_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:45.5550512Z test_reference_numerics_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.5628380Z test_reference_numerics_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:45.5732354Z test_reference_numerics_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:45.5801046Z test_reference_numerics_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.5869240Z test_reference_numerics_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.5980875Z test_reference_numerics_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:45.6046449Z test_reference_numerics_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:45.6350296Z test_reference_numerics_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:45.6513806Z test_reference_numerics_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:45.6625429Z test_reference_numerics_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:45.6735609Z test_reference_numerics_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:45.6869701Z test_reference_numerics_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:45.6942337Z test_reference_numerics_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.7026058Z test_reference_numerics_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:45.7129901Z test_reference_numerics_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:45.7201080Z test_reference_numerics_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.7270857Z test_reference_numerics_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.7381005Z test_reference_numerics_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:45.7456243Z test_reference_numerics_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.7767454Z test_reference_numerics_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:45.7945672Z test_reference_numerics_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:45.8071374Z test_reference_numerics_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:47:45.8182522Z test_reference_numerics_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:45.8319286Z test_reference_numerics_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:45.8398560Z test_reference_numerics_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:45.8481752Z test_reference_numerics_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:45.8581648Z test_reference_numerics_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:45.8657273Z test_reference_numerics_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.8731148Z test_reference_numerics_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.8830450Z test_reference_numerics_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:45.8905075Z test_reference_numerics_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.9139426Z test_reference_numerics_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:45.9243946Z test_reference_numerics_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:45.9372711Z test_reference_numerics_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:45.9446506Z test_reference_numerics_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:45.9524439Z test_reference_numerics_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:45.9621358Z test_reference_numerics_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:45.9686749Z test_reference_numerics_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:45.9752474Z test_reference_numerics_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:45.9960806Z test_reference_numerics_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:46.0034181Z test_reference_numerics_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.0354139Z test_reference_numerics_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:47:46.0563736Z test_reference_numerics_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:46.0793309Z test_reference_numerics_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:47:46.0878252Z test_reference_numerics_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:46.0965539Z test_reference_numerics_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:46.1077920Z test_reference_numerics_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:46.1152700Z test_reference_numerics_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.1226035Z test_reference_numerics_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.1418667Z test_reference_numerics_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:46.1490565Z test_reference_numerics_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.1803620Z test_reference_numerics_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:46.2006057Z test_reference_numerics_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:46.2229320Z test_reference_numerics_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:46.2312159Z test_reference_numerics_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:46.2400039Z test_reference_numerics_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:46.2513425Z test_reference_numerics_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:46.2588725Z test_reference_numerics_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.2661884Z test_reference_numerics_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.2857869Z test_reference_numerics_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:46.2931524Z test_reference_numerics_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.3246029Z test_reference_numerics_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:46.3461016Z test_reference_numerics_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:46.3755712Z test_reference_numerics_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:46.3839538Z test_reference_numerics_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:46.3927819Z test_reference_numerics_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:46.4038674Z test_reference_numerics_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:46.4114654Z test_reference_numerics_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:46.4189058Z test_reference_numerics_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.4382684Z test_reference_numerics_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:46.4455105Z test_reference_numerics_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.4758709Z test_reference_numerics_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:46.4958948Z test_reference_numerics_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:46.5183568Z test_reference_numerics_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:46.5266595Z test_reference_numerics_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:46.5353055Z test_reference_numerics_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:46.5467199Z test_reference_numerics_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:46.5544394Z test_reference_numerics_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:46.5618668Z test_reference_numerics_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.5716236Z test_reference_numerics_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:46.5789563Z test_reference_numerics_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.6003749Z test_reference_numerics_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:46.6165398Z test_reference_numerics_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:46.6327888Z test_reference_numerics_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:46.6429375Z test_reference_numerics_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:46.6558718Z test_reference_numerics_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:46.6630285Z test_reference_numerics_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.6707880Z test_reference_numerics_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:46.6804687Z test_reference_numerics_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:46.6872008Z test_reference_numerics_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.6947168Z test_reference_numerics_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:46.7233390Z test_reference_numerics_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:47:46.9317663Z test_reference_numerics_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.208s) 2022-09-27T16:47:46.9321678Z test_reference_numerics_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:47.1119217Z test_reference_numerics_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.179s) 2022-09-27T16:47:47.1708742Z test_reference_numerics_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:47:47.2001648Z test_reference_numerics_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:47.2765341Z test_reference_numerics_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-09-27T16:47:47.2941034Z test_reference_numerics_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:47.3116577Z test_reference_numerics_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:47.3310787Z test_reference_numerics_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:47.3477654Z test_reference_numerics_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:47.3641943Z test_reference_numerics_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:47.3647064Z test_reference_numerics_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:47.4172472Z test_reference_numerics_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:47:47.4611301Z test_reference_numerics_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:47:47.5078555Z test_reference_numerics_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:47:47.5301749Z test_reference_numerics_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:47.5521754Z test_reference_numerics_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:47.5834960Z test_reference_numerics_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:47.6056749Z test_reference_numerics_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:47.6173499Z test_reference_numerics_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:47:47.6189930Z test_reference_numerics_small_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.6201731Z test_reference_numerics_small_values_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:47.6362648Z test_reference_numerics_small_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:47.6517036Z test_reference_numerics_small_values_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:47.6669036Z test_reference_numerics_small_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:47.6686156Z test_reference_numerics_small_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.6703482Z test_reference_numerics_small_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.6720969Z test_reference_numerics_small_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.6774814Z test_reference_numerics_small_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.6826644Z test_reference_numerics_small_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.6878802Z test_reference_numerics_small_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.6930981Z test_reference_numerics_small_values_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.6991438Z test_reference_numerics_small_values_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:47.7002456Z test_reference_numerics_small_values_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:47.7054229Z test_reference_numerics_small_values_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7106435Z test_reference_numerics_small_values_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7158551Z test_reference_numerics_small_values_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7210265Z test_reference_numerics_small_values_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7270231Z test_reference_numerics_small_values_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:47.7281273Z test_reference_numerics_small_values_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:47.7333293Z test_reference_numerics_small_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7386122Z test_reference_numerics_small_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7437719Z test_reference_numerics_small_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7489630Z test_reference_numerics_small_values_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7549514Z test_reference_numerics_small_values_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:47.7560541Z test_reference_numerics_small_values_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:47.7612840Z test_reference_numerics_small_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7664850Z test_reference_numerics_small_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7716959Z test_reference_numerics_small_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7768686Z test_reference_numerics_small_values_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.7828786Z test_reference_numerics_small_values_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:47.7845944Z test_reference_numerics_small_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.7858020Z test_reference_numerics_small_values_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:47.7875100Z test_reference_numerics_small_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.7892539Z test_reference_numerics_small_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.7909917Z test_reference_numerics_small_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.7962369Z test_reference_numerics_small_values_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.8014395Z test_reference_numerics_small_values_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.8065786Z test_reference_numerics_small_values_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.8117451Z test_reference_numerics_small_values_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.8177462Z test_reference_numerics_small_values_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:47.8194608Z test_reference_numerics_small_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.8206013Z test_reference_numerics_small_values_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:47.8223438Z test_reference_numerics_small_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.8240787Z test_reference_numerics_small_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.8258350Z test_reference_numerics_small_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.8311393Z test_reference_numerics_small_values_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.8362877Z test_reference_numerics_small_values_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.8414724Z test_reference_numerics_small_values_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.8466331Z test_reference_numerics_small_values_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.8526233Z test_reference_numerics_small_values_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:47.8542761Z test_reference_numerics_small_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.8553917Z test_reference_numerics_small_values_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:47.8695373Z test_reference_numerics_small_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:47.8835812Z test_reference_numerics_small_values_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:47.8971437Z test_reference_numerics_small_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:47.8987395Z test_reference_numerics_small_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.9003838Z test_reference_numerics_small_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.9020689Z test_reference_numerics_small_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.9071829Z test_reference_numerics_small_values_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.9123161Z test_reference_numerics_small_values_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.9174671Z test_reference_numerics_small_values_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.9226103Z test_reference_numerics_small_values_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.9285413Z test_reference_numerics_small_values_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:47.9303772Z test_reference_numerics_small_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.9315827Z test_reference_numerics_small_values_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:47.9322499Z test_reference_numerics_small_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:47.9329744Z test_reference_numerics_small_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:47.9347495Z test_reference_numerics_small_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.9365398Z test_reference_numerics_small_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.9383276Z test_reference_numerics_small_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.9455014Z test_reference_numerics_small_values_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:47.9526334Z test_reference_numerics_small_values_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:47.9598745Z test_reference_numerics_small_values_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:47.9669771Z test_reference_numerics_small_values_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:47.9756138Z test_reference_numerics_small_values_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:47.9764059Z test_reference_numerics_small_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:47.9783794Z test_reference_numerics_small_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.9802689Z test_reference_numerics_small_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.9821951Z test_reference_numerics_small_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:47.9875907Z test_reference_numerics_small_values_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.9929248Z test_reference_numerics_small_values_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.9982295Z test_reference_numerics_small_values_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:47.9989854Z test_reference_numerics_small_values_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:48.0051075Z test_reference_numerics_small_values_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.0069256Z test_reference_numerics_small_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.0087923Z test_reference_numerics_small_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.0106862Z test_reference_numerics_small_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.0124879Z test_reference_numerics_small_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.0178081Z test_reference_numerics_small_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0230516Z test_reference_numerics_small_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0282978Z test_reference_numerics_small_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0335589Z test_reference_numerics_small_values_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0343565Z test_reference_numerics_small_values_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:48.0396676Z test_reference_numerics_small_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0449292Z test_reference_numerics_small_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0501527Z test_reference_numerics_small_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0562506Z test_reference_numerics_small_values_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.006s) 2022-09-27T16:47:48.0628285Z test_reference_numerics_small_values_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.0645083Z test_reference_numerics_small_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.0657465Z test_reference_numerics_small_values_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.0674239Z test_reference_numerics_small_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.0691517Z test_reference_numerics_small_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.0708442Z test_reference_numerics_small_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.0760469Z test_reference_numerics_small_values_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0812584Z test_reference_numerics_small_values_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0865403Z test_reference_numerics_small_values_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0917329Z test_reference_numerics_small_values_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.0977775Z test_reference_numerics_small_values_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.0994757Z test_reference_numerics_small_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.1006763Z test_reference_numerics_small_values_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.1025504Z test_reference_numerics_small_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.1042214Z test_reference_numerics_small_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.1059055Z test_reference_numerics_small_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.1111306Z test_reference_numerics_small_values_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.1163411Z test_reference_numerics_small_values_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.1215434Z test_reference_numerics_small_values_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.1268066Z test_reference_numerics_small_values_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.1328561Z test_reference_numerics_small_values_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.1346369Z test_reference_numerics_small_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.1357963Z test_reference_numerics_small_values_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.1375955Z test_reference_numerics_small_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.1393809Z test_reference_numerics_small_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.1411973Z test_reference_numerics_small_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.1468444Z test_reference_numerics_small_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.1524384Z test_reference_numerics_small_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.1577311Z test_reference_numerics_small_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.1633676Z test_reference_numerics_small_values_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.1698836Z test_reference_numerics_small_values_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.1718523Z test_reference_numerics_small_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.1730143Z test_reference_numerics_small_values_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.1897907Z test_reference_numerics_small_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:48.2050307Z test_reference_numerics_small_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:48.2068756Z test_reference_numerics_small_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.2087268Z test_reference_numerics_small_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.2106526Z test_reference_numerics_small_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.2161390Z test_reference_numerics_small_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.2216321Z test_reference_numerics_small_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.2270998Z test_reference_numerics_small_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.2325959Z test_reference_numerics_small_values_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.2388665Z test_reference_numerics_small_values_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.2406100Z test_reference_numerics_small_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.2417547Z test_reference_numerics_small_values_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.2576811Z test_reference_numerics_small_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:48.2726538Z test_reference_numerics_small_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:48.2743729Z test_reference_numerics_small_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.2760999Z test_reference_numerics_small_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.2779120Z test_reference_numerics_small_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.2832114Z test_reference_numerics_small_values_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.2897687Z test_reference_numerics_small_values_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.2938087Z test_reference_numerics_small_values_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.2991044Z test_reference_numerics_small_values_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.3051826Z test_reference_numerics_small_values_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.3069159Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.3080325Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.3239496Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:48.3393823Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:48.3410574Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.3428417Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.3445937Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.3499133Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.3551352Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.3603636Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.3655921Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.3716899Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.3769047Z test_reference_numerics_small_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.3821203Z test_reference_numerics_small_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.3872825Z test_reference_numerics_small_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.3924825Z test_reference_numerics_small_values_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.3986456Z test_reference_numerics_small_values_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.4002727Z test_reference_numerics_small_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.4013694Z test_reference_numerics_small_values_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.4029523Z test_reference_numerics_small_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:48.4045484Z test_reference_numerics_small_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:48.4061775Z test_reference_numerics_small_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.4113092Z test_reference_numerics_small_values_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.4164306Z test_reference_numerics_small_values_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.4216060Z test_reference_numerics_small_values_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.4267674Z test_reference_numerics_small_values_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.4327295Z test_reference_numerics_small_values_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.4343723Z test_reference_numerics_small_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.4354666Z test_reference_numerics_small_values_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.4550292Z test_reference_numerics_small_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:48.4803744Z test_reference_numerics_small_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:47:48.4826087Z test_reference_numerics_small_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.4848124Z test_reference_numerics_small_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.4868529Z test_reference_numerics_small_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.4939373Z test_reference_numerics_small_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:48.4990846Z test_reference_numerics_small_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.5042124Z test_reference_numerics_small_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.5093414Z test_reference_numerics_small_values_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.5152850Z test_reference_numerics_small_values_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.5168545Z test_reference_numerics_small_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:48.5179256Z test_reference_numerics_small_values_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.5323745Z test_reference_numerics_small_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:48.5462092Z test_reference_numerics_small_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:48.5476904Z test_reference_numerics_small_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.5493553Z test_reference_numerics_small_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.5509403Z test_reference_numerics_small_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.5560826Z test_reference_numerics_small_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.5612331Z test_reference_numerics_small_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.5664137Z test_reference_numerics_small_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.5715939Z test_reference_numerics_small_values_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.5777998Z test_reference_numerics_small_values_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.5794474Z test_reference_numerics_small_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.5805003Z test_reference_numerics_small_values_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.5949732Z test_reference_numerics_small_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:48.6086822Z test_reference_numerics_small_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:48.6102409Z test_reference_numerics_small_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.6118220Z test_reference_numerics_small_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.6135049Z test_reference_numerics_small_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.6186211Z test_reference_numerics_small_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.6237636Z test_reference_numerics_small_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.6289460Z test_reference_numerics_small_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.6341625Z test_reference_numerics_small_values_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.6401518Z test_reference_numerics_small_values_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.6417998Z test_reference_numerics_small_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.6429013Z test_reference_numerics_small_values_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.6444629Z test_reference_numerics_small_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:48.6461183Z test_reference_numerics_small_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.6477270Z test_reference_numerics_small_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.6529172Z test_reference_numerics_small_values_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.6580218Z test_reference_numerics_small_values_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.6631546Z test_reference_numerics_small_values_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.6683982Z test_reference_numerics_small_values_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.6743961Z test_reference_numerics_small_values_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.6761461Z test_reference_numerics_small_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.6772854Z test_reference_numerics_small_values_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.6789613Z test_reference_numerics_small_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.6807316Z test_reference_numerics_small_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.6825036Z test_reference_numerics_small_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.6878203Z test_reference_numerics_small_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.6929942Z test_reference_numerics_small_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.6983201Z test_reference_numerics_small_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7035285Z test_reference_numerics_small_values_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7096273Z test_reference_numerics_small_values_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.7113318Z test_reference_numerics_small_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7124351Z test_reference_numerics_small_values_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.7141341Z test_reference_numerics_small_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7158814Z test_reference_numerics_small_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7176860Z test_reference_numerics_small_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7230043Z test_reference_numerics_small_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7282741Z test_reference_numerics_small_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7334790Z test_reference_numerics_small_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7386912Z test_reference_numerics_small_values_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7447918Z test_reference_numerics_small_values_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.7465334Z test_reference_numerics_small_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7476603Z test_reference_numerics_small_values_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.7493878Z test_reference_numerics_small_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7511015Z test_reference_numerics_small_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7528414Z test_reference_numerics_small_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7582566Z test_reference_numerics_small_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7634409Z test_reference_numerics_small_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7686472Z test_reference_numerics_small_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7738834Z test_reference_numerics_small_values_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7798884Z test_reference_numerics_small_values_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.7816288Z test_reference_numerics_small_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7827523Z test_reference_numerics_small_values_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.7844507Z test_reference_numerics_small_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7862321Z test_reference_numerics_small_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7880419Z test_reference_numerics_small_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.7933298Z test_reference_numerics_small_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.7985262Z test_reference_numerics_small_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.8036817Z test_reference_numerics_small_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.8088919Z test_reference_numerics_small_values_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.8149718Z test_reference_numerics_small_values_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.8165650Z test_reference_numerics_small_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.8176811Z test_reference_numerics_small_values_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:47:48.8322674Z test_reference_numerics_small_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:48.8459765Z test_reference_numerics_small_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:48.8475797Z test_reference_numerics_small_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.8492877Z test_reference_numerics_small_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.8509694Z test_reference_numerics_small_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.8562184Z test_reference_numerics_small_values_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.8614456Z test_reference_numerics_small_values_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.8666708Z test_reference_numerics_small_values_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.8718946Z test_reference_numerics_small_values_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.8780552Z test_reference_numerics_small_values_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.8798809Z test_reference_numerics_small_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.8806447Z test_reference_numerics_small_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:48.8814001Z test_reference_numerics_small_values_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:48.8821350Z test_reference_numerics_small_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:48.8839443Z test_reference_numerics_small_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.8858047Z test_reference_numerics_small_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.8876574Z test_reference_numerics_small_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.8893650Z test_reference_numerics_small_values_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-09-27T16:47:48.8909049Z test_reference_numerics_small_values_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:47:48.8924579Z test_reference_numerics_small_values_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:47:48.8940277Z test_reference_numerics_small_values_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:47:48.9001485Z test_reference_numerics_small_values_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:47:48.9019787Z test_reference_numerics_small_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.9038154Z test_reference_numerics_small_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.9056856Z test_reference_numerics_small_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.9074764Z test_reference_numerics_small_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.9128595Z test_reference_numerics_small_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.9182058Z test_reference_numerics_small_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.9234582Z test_reference_numerics_small_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.9287355Z test_reference_numerics_small_values_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.9294954Z test_reference_numerics_small_values_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:48.9312889Z test_reference_numerics_small_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.9472543Z test_reference_numerics_small_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:48.9631467Z test_reference_numerics_small_values_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:48.9785959Z test_reference_numerics_small_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:48.9803285Z test_reference_numerics_small_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.9821317Z test_reference_numerics_small_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.9839181Z test_reference_numerics_small_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:48.9893745Z test_reference_numerics_small_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:48.9947046Z test_reference_numerics_small_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:49.0001321Z test_reference_numerics_small_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:49.0056469Z test_reference_numerics_small_values_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:47:49.0063396Z test_reference_numerics_small_values_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:49.0229759Z test_reference_numerics_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:49.0600987Z test_reference_numerics_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:47:49.0894401Z test_reference_numerics_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:49.1191008Z test_reference_numerics_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:49.1589428Z test_reference_numerics_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:47:49.1760806Z test_reference_numerics_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:49.1984455Z test_reference_numerics_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:49.2070811Z test_reference_numerics_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:49.2170867Z test_reference_numerics_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:47:49.2300001Z test_reference_numerics_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:49.2375545Z test_reference_numerics_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:49.2380814Z test_reference_numerics_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:47:49.2423446Z test_remainder_fmod_large_dividend_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:49.2465772Z test_remainder_fmod_large_dividend_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:47:49.2487387Z test_remainder_overflow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:49.2511118Z test_rpow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:49.2734878Z test_scalar_support_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:49.2877826Z test_scalar_support_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:49.2952697Z test_scalar_support_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:49.3023093Z test_scalar_support_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:49.3093463Z test_scalar_support_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:49.3164075Z test_scalar_support_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:49.3175110Z test_scalar_support_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.3185859Z test_scalar_support_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.3196446Z test_scalar_support_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.3207420Z test_scalar_support_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.3518867Z test_scalar_support_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:49.3732432Z test_scalar_support_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:49.3880533Z test_scalar_support_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:49.4089289Z test_scalar_support_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:49.4223028Z test_scalar_support_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:49.4332207Z test_scalar_support_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:49.4498351Z test_scalar_support_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:49.4593251Z test_scalar_support_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:47:49.4721982Z test_scalar_support_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:49.4797986Z test_scalar_support_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:49.4809541Z test_scalar_support_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5021687Z test_scalar_support_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:49.5169189Z test_scalar_support_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:49.5382336Z test_scalar_support_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:49.5529924Z test_scalar_support_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:49.5541525Z test_scalar_support_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5552446Z test_scalar_support_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5563612Z test_scalar_support_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5574667Z test_scalar_support_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5585424Z test_scalar_support_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5596232Z test_scalar_support_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5607262Z test_scalar_support_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5618178Z test_scalar_support_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5629015Z test_scalar_support_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5639825Z test_scalar_support_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5650724Z test_scalar_support_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5661461Z test_scalar_support_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.5876430Z test_scalar_support_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:49.6024043Z test_scalar_support_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:49.6035244Z test_scalar_support_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6046603Z test_scalar_support_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6058017Z test_scalar_support_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6069328Z test_scalar_support_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6080608Z test_scalar_support_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6092136Z test_scalar_support_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6103408Z test_scalar_support_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6114751Z test_scalar_support_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6125934Z test_scalar_support_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6342392Z test_scalar_support_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:49.6489150Z test_scalar_support_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:49.6500066Z test_scalar_support_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6510998Z test_scalar_support_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6521770Z test_scalar_support_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6532795Z test_scalar_support_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6547706Z test_scalar_support_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6558877Z test_scalar_support_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6575529Z test_scalar_support_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:49.6586234Z test_scalar_support_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:47:49.6903247Z test_scalar_support_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:47:49.7116158Z test_scalar_support_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:49.7263841Z test_scalar_support_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:49.7476988Z test_scalar_support_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:47:49.7611287Z test_scalar_support_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:49.7682101Z test_scalar_support_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:49.7832139Z test_scalar_support_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:47:49.7918345Z test_scalar_support_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:47:49.8138635Z test_scalar_support_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:49.8280854Z test_scalar_support_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:47:49.8354929Z test_scalar_support_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:47:49.8364499Z test_signed_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) 2022-09-27T16:47:49.8382221Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-09-27T16:47:49.8391438Z test_signed_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) 2022-09-27T16:47:49.8408261Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-09-27T16:47:49.8417877Z test_signed_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) 2022-09-27T16:47:49.8433510Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:47:49.8443467Z test_signed_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) 2022-09-27T16:47:49.8460847Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-09-27T16:47:49.8477156Z test_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:47:49.8493671Z test_sub_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:47:49.8509464Z test_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:49.8525543Z test_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:47:49.8541795Z test_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:47:49.8557705Z test_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:49.8574082Z test_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:47:49.8590359Z test_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:47:49.8606033Z test_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:47:49.8622422Z test_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:47:49.8638233Z test_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:47:49.8654557Z test_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:47:49.8927830Z test_sub_typing_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:47:49.9218694Z test_tensor_pow_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:47:49.9219228Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:47:49.9242481Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:47:49.9242929Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:47:49.9962112Z ok (0.103s) 2022-09-27T16:47:50.0140094Z test_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:50.0157542Z test_true_divide_out_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:50.0175403Z test_true_divide_out_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:47:50.0334432Z test_type_promotion___radd___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:50.0442655Z test_type_promotion___rand___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:50.0612868Z test_type_promotion___rdiv___cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.017s) 2022-09-27T16:47:50.0742906Z test_type_promotion___rmod___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:47:50.0904851Z test_type_promotion___rmul___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:50.1013263Z test_type_promotion___ror___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:50.1113340Z test_type_promotion___rpow___cuda (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:47:50.1114103Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:47:50.1184749Z ok (0.017s) 2022-09-27T16:47:50.1344822Z test_type_promotion___rsub___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:50.1457053Z test_type_promotion___rxor___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:47:50.1881169Z test_type_promotion__refs_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:47:50.2184222Z test_type_promotion__refs_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:50.2386013Z test_type_promotion__refs_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:50.2585797Z test_type_promotion__refs_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:50.2787976Z test_type_promotion__refs_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:50.2992400Z test_type_promotion__refs_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:50.3151481Z test_type_promotion__refs_clamp_max_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:50.3310915Z test_type_promotion__refs_clamp_min_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:50.3403194Z test_type_promotion__refs_copysign_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-09-27T16:47:50.3749571Z test_type_promotion__refs_div_floor_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:47:50.4204102Z test_type_promotion__refs_div_no_rounding_mode_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:47:50.4548905Z test_type_promotion__refs_div_trunc_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:47:50.4945744Z test_type_promotion__refs_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:47:50.5055059Z test_type_promotion__refs_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.011s) 2022-09-27T16:47:50.6559521Z test_type_promotion__refs_floor_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.150s) 2022-09-27T16:47:50.6868350Z test_type_promotion__refs_fmax_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:50.7159345Z test_type_promotion__refs_fmin_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:50.7493070Z test_type_promotion__refs_fmod_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:50.7696126Z test_type_promotion__refs_gcd_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:47:50.7991177Z test_type_promotion__refs_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:50.8282871Z test_type_promotion__refs_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:50.9086037Z test_type_promotion__refs_heaviside_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-09-27T16:47:50.9266506Z test_type_promotion__refs_hypot_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:50.9457999Z test_type_promotion__refs_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:50.9638501Z test_type_promotion__refs_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:50.9748033Z test_type_promotion__refs_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.011s) 2022-09-27T16:47:50.9972528Z test_type_promotion__refs_lcm_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:47:51.0264490Z test_type_promotion__refs_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:51.0557523Z test_type_promotion__refs_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:51.0930345Z test_type_promotion__refs_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:47:51.1224953Z test_type_promotion__refs_logical_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:51.1515773Z test_type_promotion__refs_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:51.1812566Z test_type_promotion__refs_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:51.2101583Z test_type_promotion__refs_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:51.2516741Z test_type_promotion__refs_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:47:51.2910260Z test_type_promotion__refs_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:47:51.3088283Z test_type_promotion__refs_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:51.3503457Z test_type_promotion__refs_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:47:51.3831650Z test_type_promotion__refs_remainder_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:51.4095508Z test_type_promotion__refs_rsub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:47:53.4274978Z test_type_promotion__refs_special_zeta_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.018s) 2022-09-27T16:47:53.4696889Z test_type_promotion__refs_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:47:53.5147678Z test_type_promotion__refs_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:47:53.5575417Z test_type_promotion_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:47:53.5862071Z test_type_promotion_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:47:53.6090405Z test_type_promotion_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-09-27T16:47:53.6184489Z test_type_promotion_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-09-27T16:47:53.6413923Z test_type_promotion_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-09-27T16:47:53.6506884Z test_type_promotion_bitwise_right_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-09-27T16:47:53.6733624Z test_type_promotion_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.022s) 2022-09-27T16:47:53.6935743Z test_type_promotion_clamp_max_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.020s) 2022-09-27T16:47:53.7139594Z test_type_promotion_clamp_min_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.020s) 2022-09-27T16:47:53.7301526Z test_type_promotion_complex_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.016s) 2022-09-27T16:47:53.7602209Z test_type_promotion_copysign_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:47:53.7913641Z test_type_promotion_div_floor_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:53.8353124Z test_type_promotion_div_no_rounding_mode_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:47:53.8658910Z test_type_promotion_div_trunc_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:47:53.8851367Z test_type_promotion_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:53.8960215Z test_type_promotion_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.011s) 2022-09-27T16:47:53.9291966Z test_type_promotion_floor_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:47:53.9385991Z test_type_promotion_fmax_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-09-27T16:47:53.9493950Z test_type_promotion_fmin_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.011s) 2022-09-27T16:47:53.9771778Z test_type_promotion_fmod_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:47:54.7349179Z test_type_promotion_gcd_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.757s) 2022-09-27T16:47:54.7508263Z test_type_promotion_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:54.7666876Z test_type_promotion_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:54.7814847Z test_type_promotion_heaviside_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.015s) 2022-09-27T16:47:54.7984436Z test_type_promotion_hypot_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:54.8152902Z test_type_promotion_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:54.8322961Z test_type_promotion_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:54.8453100Z test_type_promotion_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.013s) 2022-09-27T16:47:56.6581338Z test_type_promotion_jiterator_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.813s) 2022-09-27T16:47:58.3763701Z test_type_promotion_jiterator_binary_return_by_ref_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.718s) 2022-09-27T16:47:59.1785831Z test_type_promotion_lcm_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.802s) 2022-09-27T16:47:59.2253692Z test_type_promotion_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:47:59.2421557Z test_type_promotion_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:59.2604806Z test_type_promotion_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:47:59.2778818Z test_type_promotion_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:59.2954318Z test_type_promotion_logical_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:59.3111295Z test_type_promotion_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:47:59.3322929Z test_type_promotion_max_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.021s) 2022-09-27T16:47:59.3525424Z test_type_promotion_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.020s) 2022-09-27T16:47:59.3742839Z test_type_promotion_min_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.022s) 2022-09-27T16:47:59.3944601Z test_type_promotion_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.020s) 2022-09-27T16:47:59.4317113Z test_type_promotion_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:47:59.4509313Z test_type_promotion_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:47:59.4675937Z test_type_promotion_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:47:59.4768769Z test_type_promotion_polar_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-09-27T16:47:59.5143699Z test_type_promotion_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:47:59.5427731Z test_type_promotion_remainder_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:47:59.5585300Z test_type_promotion_rsub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:48:01.3677734Z test_type_promotion_special_chebyshev_polynomial_t_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.809s) 2022-09-27T16:48:03.9824301Z test_type_promotion_special_chebyshev_polynomial_u_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.614s) 2022-09-27T16:48:03.9930919Z test_type_promotion_special_chebyshev_polynomial_v_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-09-27T16:48:04.0038099Z test_type_promotion_special_chebyshev_polynomial_w_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-09-27T16:48:05.2962723Z test_type_promotion_special_hermite_polynomial_h_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.292s) 2022-09-27T16:48:06.5780477Z test_type_promotion_special_hermite_polynomial_he_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.282s) 2022-09-27T16:48:08.1131434Z test_type_promotion_special_laguerre_polynomial_l_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.535s) 2022-09-27T16:48:08.1236465Z test_type_promotion_special_legendre_polynomial_p_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:48:08.1336067Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:48:08.1428229Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:48:08.1520286Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:48:08.1612391Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:48:08.1915363Z test_type_promotion_special_xlog1py_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:48:10.5280001Z test_type_promotion_special_zeta_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.336s) 2022-09-27T16:48:10.5673408Z test_type_promotion_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:48:10.6132673Z test_type_promotion_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:48:10.6432974Z test_type_promotion_xlogy_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:48:10.6530201Z test_xlogy_xlog1py_bfloat16_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:48:10.6885011Z test_xlogy_xlog1py_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:10.7202379Z test_xlogy_xlog1py_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:48:10.7518794Z test_xlogy_xlog1py_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:48:10.7825442Z test_xlogy_xlog1py_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:10.8180389Z test_xlogy_xlog1py_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:10.8530883Z test_xlogy_xlog1py_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:10.8878052Z test_xlogy_xlog1py_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:10.9225251Z test_xlogy_xlog1py_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:10.9576275Z test_xlogy_xlog1py_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:10.9804925Z test_xlogy_xlog1py_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:10.9994507Z test_xlogy_xlog1py_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:48:11.0184189Z test_xlogy_xlog1py_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:48:11.0368530Z test_xlogy_xlog1py_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:48:11.0596793Z test_xlogy_xlog1py_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.0825691Z test_xlogy_xlog1py_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.1054132Z test_xlogy_xlog1py_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.1282478Z test_xlogy_xlog1py_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.1513549Z test_xlogy_xlog1py_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.1743035Z test_xlogy_xlog1py_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.1930491Z test_xlogy_xlog1py_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:48:11.2117968Z test_xlogy_xlog1py_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:48:11.2302247Z test_xlogy_xlog1py_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:48:11.2530413Z test_xlogy_xlog1py_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.2758423Z test_xlogy_xlog1py_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.2986809Z test_xlogy_xlog1py_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.3213552Z test_xlogy_xlog1py_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.3440894Z test_xlogy_xlog1py_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:48:11.3663174Z test_xlogy_xlog1py_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:48:11.3846620Z test_xlogy_xlog1py_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:48:11.4030922Z test_xlogy_xlog1py_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:48:11.4210940Z test_xlogy_xlog1py_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:48:11.4432285Z test_xlogy_xlog1py_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:48:11.4655369Z test_xlogy_xlog1py_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:48:11.4877834Z test_xlogy_xlog1py_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:48:11.5100615Z test_xlogy_xlog1py_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:48:11.5321627Z test_xlogy_xlog1py_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:48:11.5672596Z test_xlogy_xlog1py_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:11.5982386Z test_xlogy_xlog1py_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:11.6290873Z test_xlogy_xlog1py_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:11.6597382Z test_xlogy_xlog1py_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:48:11.6947365Z test_xlogy_xlog1py_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:11.7297899Z test_xlogy_xlog1py_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:11.7644420Z test_xlogy_xlog1py_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:11.7992578Z test_xlogy_xlog1py_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:11.8342012Z test_xlogy_xlog1py_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:11.8691639Z test_xlogy_xlog1py_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:11.9001134Z test_xlogy_xlog1py_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:11.9312017Z test_xlogy_xlog1py_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:11.9616469Z test_xlogy_xlog1py_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:48:11.9964220Z test_xlogy_xlog1py_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.0312186Z test_xlogy_xlog1py_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.0659448Z test_xlogy_xlog1py_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.1005986Z test_xlogy_xlog1py_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.1356853Z test_xlogy_xlog1py_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.1710983Z test_xlogy_xlog1py_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.2024585Z test_xlogy_xlog1py_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:12.2332485Z test_xlogy_xlog1py_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:12.2638757Z test_xlogy_xlog1py_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:12.2989998Z test_xlogy_xlog1py_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.3339724Z test_xlogy_xlog1py_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.3687411Z test_xlogy_xlog1py_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.4036680Z test_xlogy_xlog1py_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.4385774Z test_xlogy_xlog1py_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.4736246Z test_xlogy_xlog1py_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.5043919Z test_xlogy_xlog1py_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:12.5360211Z test_xlogy_xlog1py_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:48:12.5669864Z test_xlogy_xlog1py_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:12.6017090Z test_xlogy_xlog1py_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.6364248Z test_xlogy_xlog1py_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.6713317Z test_xlogy_xlog1py_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.7059410Z test_xlogy_xlog1py_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.7407527Z test_xlogy_xlog1py_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.7757569Z test_xlogy_xlog1py_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.8068612Z test_xlogy_xlog1py_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:12.8377439Z test_xlogy_xlog1py_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:48:12.8682268Z test_xlogy_xlog1py_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:48:12.9031461Z test_xlogy_xlog1py_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.9378196Z test_xlogy_xlog1py_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:12.9729646Z test_xlogy_xlog1py_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:13.0076118Z test_xlogy_xlog1py_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:13.0429083Z test_xlogy_xlog1py_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:48:13.0461231Z test_xlogy_xlog1py_gradients_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:48:13.0483716Z test_xlogy_xlog1py_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:48:13.0509883Z test_zeta_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.0535731Z test_zeta_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0561721Z test_zeta_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0587720Z test_zeta_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.0613762Z test_zeta_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.0639317Z test_zeta_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0665296Z test_zeta_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0691461Z test_zeta_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0717263Z test_zeta_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0743267Z test_zeta_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.0769075Z test_zeta_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0795143Z test_zeta_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.0820873Z test_zeta_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0846638Z test_zeta_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0873422Z test_zeta_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.0899292Z test_zeta_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0925183Z test_zeta_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0950895Z test_zeta_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.0977029Z test_zeta_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.1002798Z test_zeta_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1028535Z test_zeta_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1054503Z test_zeta_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1080210Z test_zeta_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1106214Z test_zeta_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.1132354Z test_zeta_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1157856Z test_zeta_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1183885Z test_zeta_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1209503Z test_zeta_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1235481Z test_zeta_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.1261307Z test_zeta_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1286990Z test_zeta_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1312902Z test_zeta_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1338675Z test_zeta_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1364259Z test_zeta_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1389991Z test_zeta_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1415689Z test_zeta_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1441195Z test_zeta_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1467266Z test_zeta_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.1493562Z test_zeta_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.1518838Z test_zeta_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1544650Z test_zeta_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1570384Z test_zeta_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1596306Z test_zeta_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.1622324Z test_zeta_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.1647899Z test_zeta_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1673880Z test_zeta_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.1700015Z test_zeta_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:48:13.1725751Z test_zeta_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1751698Z test_zeta_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1777543Z test_zeta_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1803232Z test_zeta_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1828635Z test_zeta_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1854303Z test_zeta_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1879890Z test_zeta_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1905737Z test_zeta_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1931564Z test_zeta_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1957130Z test_zeta_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.1982890Z test_zeta_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.2008425Z test_zeta_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.2034108Z test_zeta_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.2059869Z test_zeta_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.2085356Z test_zeta_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.2111249Z test_zeta_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.2137004Z test_zeta_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:48:13.2139719Z 2022-09-27T16:48:13.2143316Z ---------------------------------------------------------------------- 2022-09-27T16:48:13.2143695Z Ran 8336 tests in 249.629s 2022-09-27T16:48:13.2143873Z 2022-09-27T16:48:13.2144020Z OK (skipped=643, expected failures=23) 2022-09-27T16:48:13.2144212Z 2022-09-27T16:48:13.2144340Z Generating XML reports... 2022-09-27T16:48:14.1621672Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCUDA-20220927164403.xml 2022-09-27T16:48:14.8488417Z Running test_cpp_extensions_jit ... [2022-09-27 16:48:14.848319] 2022-09-27T16:48:14.8489360Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:48:14.848397] 2022-09-27T16:48:16.9894316Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-09-27T16:48:16.9911096Z 2022-09-27T16:48:16.9911534Z Running tests... 2022-09-27T16:48:16.9912013Z ---------------------------------------------------------------------- 2022-09-27T16:48:19.9987600Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (3.005s) 2022-09-27T16:48:38.9680517Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (18.969s) 2022-09-27T16:48:38.9696129Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:48:38.9696729Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/cpp_frontend_extension... 2022-09-27T16:48:39.0102627Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/cpp_frontend_extension/build.ninja... 2022-09-27T16:48:39.0106718Z Building extension module cpp_frontend_extension... 2022-09-27T16:48:39.0107255Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:48:40.2336709Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-09-27T16:48:40.5653013Z [2/2] c++ cpp_frontend_extension.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o cpp_frontend_extension.so 2022-09-27T16:48:40.5709087Z Loading extension module cpp_frontend_extension... 2022-09-27T16:48:40.5781837Z ok (1.610s) 2022-09-27T16:48:40.5796934Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:48:40.5798086Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:48:40.5798933Z Loading extension module cpp_frontend_extension... 2022-09-27T16:48:40.5818585Z ok (0.004s) 2022-09-27T16:48:40.5856035Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:48:40.5858228Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:48:40.5858939Z Loading extension module cpp_frontend_extension... 2022-09-27T16:48:40.5944591Z ok (0.013s) 2022-09-27T16:48:40.5963336Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:48:40.5964084Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:48:40.5964512Z Loading extension module cpp_frontend_extension... 2022-09-27T16:48:40.5991247Z ok (0.005s) 2022-09-27T16:48:40.6003147Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:48:40.6003736Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/is_python_module... 2022-09-27T16:48:40.6405982Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/is_python_module/build.ninja... 2022-09-27T16:48:40.6410774Z Building extension module is_python_module... 2022-09-27T16:48:40.6411155Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:48:41.8289509Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/is_python_module/main.cpp -o main.o 2022-09-27T16:48:42.0864357Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module.so 2022-09-27T16:48:42.0921392Z Loading extension module is_python_module... 2022-09-27T16:48:42.0946927Z /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:48:42.0947666Z warnings.warn( 2022-09-27T16:48:42.0948494Z /opt/conda/lib/python3.10/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-09-27T16:48:42.0949067Z warnings.warn( 2022-09-27T16:48:42.0979090Z /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:48:42.0979697Z warnings.warn( 2022-09-27T16:48:42.0980512Z /opt/conda/lib/python3.10/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-09-27T16:48:42.0981088Z warnings.warn( 2022-09-27T16:48:42.1124210Z ok (1.513s) 2022-09-27T16:48:42.1134795Z test_half_support (__main__.TestCppExtensionJIT) 2022-09-27T16:48:42.1135262Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-09-27T16:48:42.1143866Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:48:42.1154477Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:48:42.1166420Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:48:42.1167048Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension... 2022-09-27T16:48:42.1568822Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension/build.ninja... 2022-09-27T16:48:42.1574104Z Building extension module inline_jit_extension... 2022-09-27T16:48:42.1574740Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:48:43.3364448Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension/main.cpp -o main.o 2022-09-27T16:48:43.5948269Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension.so 2022-09-27T16:48:43.6003211Z Loading extension module inline_jit_extension... 2022-09-27T16:48:43.6025919Z ok (1.487s) 2022-09-27T16:48:43.6037441Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.001s) 2022-09-27T16:48:43.6046984Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:48:43.6047847Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_dict... 2022-09-27T16:48:43.6453624Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_dict/build.ninja... 2022-09-27T16:48:43.6457933Z Building extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:48:43.6458322Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:48:44.8172318Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-09-27T16:48:45.0725056Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_dict.so 2022-09-27T16:48:45.0780672Z Loading extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:48:45.0798260Z ok (1.476s) 2022-09-27T16:48:45.0812098Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:48:45.0812738Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_list... 2022-09-27T16:48:45.1217499Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_list/build.ninja... 2022-09-27T16:48:45.1221441Z Building extension module inline_jit_extension_with_functions_list... 2022-09-27T16:48:45.1221884Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:48:46.3217416Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-09-27T16:48:46.5811018Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_list.so 2022-09-27T16:48:46.5867311Z Loading extension module inline_jit_extension_with_functions_list... 2022-09-27T16:48:46.5889892Z ok (1.509s) 2022-09-27T16:48:46.5905992Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:48:46.5906560Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/jit_extension... 2022-09-27T16:48:46.6312545Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/jit_extension/build.ninja... 2022-09-27T16:48:46.6316656Z Building extension module jit_extension... 2022-09-27T16:48:46.6317004Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:48:47.8995644Z [1/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-09-27T16:48:47.9431506Z [2/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-09-27T16:48:48.3678514Z [3/3] c++ jit_extension.o jit_extension2.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o jit_extension.so 2022-09-27T16:48:48.3733384Z Loading extension module jit_extension... 2022-09-27T16:48:48.3764993Z ok (1.787s) 2022-09-27T16:48:48.3778892Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:48:48.3792718Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:48:48.3793308Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/torch_test_cuda_extension... 2022-09-27T16:48:48.4198551Z Detected CUDA files, patching ldflags 2022-09-27T16:48:48.4199177Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/torch_test_cuda_extension/build.ninja... 2022-09-27T16:48:48.4204401Z Building extension module torch_test_cuda_extension... 2022-09-27T16:48:48.4204885Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:48:49.6258752Z [1/3] c++ -MMD -MF cuda_extension.o.d -DTORCH_EXTENSION_NAME=torch_test_cuda_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension.cpp -o cuda_extension.o 2022-09-27T16:49:14.1845464Z [2/3] /usr/local/cuda/bin/nvcc -DTORCH_EXTENSION_NAME=torch_test_cuda_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 --compiler-options '-fPIC' -O2 -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension.cu -o cuda_extension.cuda.o 2022-09-27T16:49:14.5196386Z [3/3] c++ cuda_extension.o cuda_extension.cuda.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -lc10_cuda -ltorch_cpu -ltorch_cuda_cu -ltorch_cuda_cpp -ltorch -ltorch_python -L/usr/local/cuda/lib64 -lcudart -o torch_test_cuda_extension.so 2022-09-27T16:49:14.5252731Z Loading extension module torch_test_cuda_extension... 2022-09-27T16:49:14.5279606Z ok (26.150s) 2022-09-27T16:49:14.5296728Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:49:14.5297312Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/torch_test_cudnn_extension... 2022-09-27T16:49:14.5702192Z Detected CUDA files, patching ldflags 2022-09-27T16:49:14.5702638Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/torch_test_cudnn_extension/build.ninja... 2022-09-27T16:49:14.5707751Z Building extension module torch_test_cudnn_extension... 2022-09-27T16:49:14.5708130Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:49:15.7949209Z [1/2] c++ -MMD -MF cudnn_extension.o.d -DTORCH_EXTENSION_NAME=torch_test_cudnn_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cudnn_extension.cpp -o cudnn_extension.o 2022-09-27T16:49:16.1174817Z [2/2] c++ cudnn_extension.o -shared -lcudnn -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -lc10_cuda -ltorch_cpu -ltorch_cuda_cu -ltorch_cuda_cpp -ltorch -ltorch_python -L/usr/local/cuda/lib64 -lcudart -o torch_test_cudnn_extension.so 2022-09-27T16:49:16.1229674Z Loading extension module torch_test_cudnn_extension... 2022-09-27T16:49:16.7065491Z ok (2.178s) 2022-09-27T16:49:16.7076402Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:49:16.7077054Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/lenient_flag_handling_extension... 2022-09-27T16:49:16.7490237Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/lenient_flag_handling_extension/build.ninja... 2022-09-27T16:49:16.7494426Z Building extension module lenient_flag_handling_extension... 2022-09-27T16:49:16.7494794Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:49:18.0940242Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/lenient_flag_handling_extension/main.cpp -o main.o 2022-09-27T16:49:18.4027200Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o lenient_flag_handling_extension.so 2022-09-27T16:49:18.4082893Z Loading extension module lenient_flag_handling_extension... 2022-09-27T16:49:18.4105179Z ok (1.704s) 2022-09-27T16:49:18.4117478Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80933 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:49:18.4125841Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:49:18.4128845Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-09-27T16:49:18.4531929Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/is_python_module/build.ninja... 2022-09-27T16:49:18.4536361Z Building extension module is_python_module_v1... 2022-09-27T16:49:18.4536743Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:49:19.6375113Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/is_python_module/main.cpp -o main.o 2022-09-27T16:49:19.9054304Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module_v1.so 2022-09-27T16:49:19.9109683Z Loading extension module is_python_module_v1... 2022-09-27T16:49:19.9136641Z ok (1.502s) 2022-09-27T16:49:19.9150705Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-09-27T16:49:19.9151317Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/test_set_default_type... 2022-09-27T16:49:19.9552238Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/test_set_default_type/build.ninja... 2022-09-27T16:49:19.9556145Z Building extension module test_set_default_type... 2022-09-27T16:49:19.9556497Z Using envvar MAX_JOBS (14) as the number of workers... 2022-09-27T16:49:21.1531860Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/test_set_default_type/main.cpp -o main.o 2022-09-27T16:49:21.4157899Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o test_set_default_type.so 2022-09-27T16:49:21.4213058Z Loading extension module test_set_default_type... 2022-09-27T16:49:21.4235269Z ok (1.510s) 2022-09-27T16:49:22.8838296Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:49:22.8841026Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:49:22.8843534Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:49:22.8846087Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:49:24.3741925Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py310_cu116/warn_mod/main.cpp:12.) 2022-09-27T16:49:24.3742647Z ok (2.951s) 2022-09-27T16:49:24.3832607Z 2022-09-27T16:49:24.3833341Z ---------------------------------------------------------------------- 2022-09-27T16:49:24.3833810Z Ran 23 tests in 67.392s 2022-09-27T16:49:24.3833969Z 2022-09-27T16:49:24.3834086Z OK (skipped=5) 2022-09-27T16:49:24.3836487Z 2022-09-27T16:49:24.3836819Z Generating XML reports... 2022-09-27T16:49:24.3898986Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220927164816.xml 2022-09-27T16:49:24.8422956Z Running test_type_hints ... [2022-09-27 16:49:24.841765] 2022-09-27T16:49:24.8423708Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:49:24.841841] 2022-09-27T16:49:26.6514376Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-09-27T16:49:26.6530069Z 2022-09-27T16:49:26.6530465Z Running tests... 2022-09-27T16:49:26.6530973Z ---------------------------------------------------------------------- 2022-09-27T16:49:26.6542020Z test_doc_examples (__main__.TestTypeHints) 2022-09-27T16:50:43.2151998Z Run documentation examples through mypy. ... ok (76.562s) 2022-09-27T16:50:43.2152458Z 2022-09-27T16:50:43.2152943Z ---------------------------------------------------------------------- 2022-09-27T16:50:43.2153290Z Ran 1 test in 76.562s 2022-09-27T16:50:43.2153436Z 2022-09-27T16:50:43.2156128Z OK 2022-09-27T16:50:43.2156330Z 2022-09-27T16:50:43.2156663Z Generating XML reports... 2022-09-27T16:50:43.2187796Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220927164926.xml 2022-09-27T16:50:45.9939247Z Running test_jit_autocast ... [2022-09-27 16:50:45.993433] 2022-09-27T16:50:45.9940306Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:45.993510] 2022-09-27T16:50:50.2397519Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:50:50.2998601Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-09-27T16:50:50.3026223Z 2022-09-27T16:50:50.3026581Z Running tests... 2022-09-27T16:50:50.3027032Z ---------------------------------------------------------------------- 2022-09-27T16:50:50.8586728Z test_autocast_api (__main__.TestAutocast) ... ok (0.556s) 2022-09-27T16:50:50.8595369Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-09-27T16:50:51.2915889Z test_autocast_autodiff (__main__.TestAutocast) ... ok (0.432s) 2022-09-27T16:50:51.2921778Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-09-27T16:50:51.2970751Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... ok (0.005s) 2022-09-27T16:50:51.3406670Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... ok (0.043s) 2022-09-27T16:50:51.3599392Z test_callees (__main__.TestAutocast) ... ok (0.019s) 2022-09-27T16:50:51.3797899Z test_callees_with_autocast_off (__main__.TestAutocast) ... ok (0.020s) 2022-09-27T16:50:51.4000752Z test_callees_with_autocast_on (__main__.TestAutocast) ... ok (0.020s) 2022-09-27T16:50:51.4193452Z test_conditional_autocast (__main__.TestAutocast) ... ok (0.019s) 2022-09-27T16:50:51.4203514Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-09-27T16:50:51.4381746Z test_divergent_autocast (__main__.TestAutocast) ... ok (0.018s) 2022-09-27T16:50:51.4567990Z test_divergent_types (__main__.TestAutocast) ... ok (0.018s) 2022-09-27T16:50:51.4718855Z test_duplicate_inputs (__main__.TestAutocast) ... ok (0.015s) 2022-09-27T16:50:51.4786233Z test_eager_and_script (__main__.TestAutocast) ... ok (0.007s) 2022-09-27T16:50:51.4959666Z test_explicit_casts (__main__.TestAutocast) ... ok (0.017s) 2022-09-27T16:50:51.5103949Z test_fp32_policy (__main__.TestAutocast) ... ok (0.014s) 2022-09-27T16:50:51.5250942Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... ok (0.015s) 2022-09-27T16:50:51.5419683Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... ok (0.017s) 2022-09-27T16:50:51.5589817Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... ok (0.017s) 2022-09-27T16:50:51.5631348Z test_ignore_amp (__main__.TestAutocast) ... ok (0.004s) 2022-09-27T16:50:51.5784507Z test_implicitly_nested_autocast (__main__.TestAutocast) ... ok (0.015s) 2022-09-27T16:50:51.5969151Z test_inplace (__main__.TestAutocast) ... ok (0.018s) 2022-09-27T16:50:51.5976266Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... skip: CPU-only test (0.001s) 2022-09-27T16:50:51.6283335Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... ok (0.030s) 2022-09-27T16:50:51.7566924Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... ok (0.128s) 2022-09-27T16:50:51.7780592Z test_jit_executor_under_autocast (__main__.TestAutocast) ... ok (0.021s) 2022-09-27T16:50:51.8093066Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... ok (0.031s) 2022-09-27T16:50:51.8333414Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... ok (0.024s) 2022-09-27T16:50:51.8340681Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-09-27T16:50:51.8494120Z test_minimal (__main__.TestAutocast) ... ok (0.015s) 2022-09-27T16:50:51.8636823Z test_minimal_cpu (__main__.TestAutocast) ... ok (0.014s) 2022-09-27T16:50:51.8781275Z test_minimal_off (__main__.TestAutocast) ... ok (0.014s) 2022-09-27T16:50:51.8959339Z test_nested_autocast (__main__.TestAutocast) ... ok (0.018s) 2022-09-27T16:50:51.9116174Z test_promote_policy (__main__.TestAutocast) ... ok (0.016s) 2022-09-27T16:50:51.9262490Z test_promote_policy_fp64 (__main__.TestAutocast) ... ok (0.015s) 2022-09-27T16:50:51.9430566Z test_reused_autocast (__main__.TestAutocast) ... ok (0.017s) 2022-09-27T16:50:51.9439776Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-09-27T16:50:51.9626908Z test_runtime_autocast_state (__main__.TestAutocast) ... ok (0.019s) 2022-09-27T16:50:51.9820719Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... ok (0.019s) 2022-09-27T16:50:52.0033218Z test_script_and_tracing (__main__.TestAutocast) ... ok (0.021s) 2022-09-27T16:50:52.0041299Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-09-27T16:50:52.0289130Z test_script_module (__main__.TestAutocast) ... ok (0.025s) 2022-09-27T16:50:52.0574134Z test_tracing_and_script (__main__.TestAutocast) ... ok (0.028s) 2022-09-27T16:50:52.0581994Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-09-27T16:51:12.9325450Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (20.874s) 2022-09-27T16:51:13.1031266Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... /opt/conda/lib/python3.10/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-09-27T16:51:13.1032847Z warnings.warn(msg, FutureWarning) 2022-09-27T16:51:41.9832358Z ok (29.049s) 2022-09-27T16:51:55.5542263Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (13.571s) 2022-09-27T16:51:55.6323768Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.078s) 2022-09-27T16:51:55.7138988Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... ok (0.077s) 2022-09-27T16:51:55.8069475Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.093s) 2022-09-27T16:51:55.8946686Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.088s) 2022-09-27T16:51:55.8948160Z 2022-09-27T16:51:55.8948725Z ---------------------------------------------------------------------- 2022-09-27T16:51:55.8949058Z Ran 52 tests in 65.592s 2022-09-27T16:51:55.8949223Z 2022-09-27T16:51:55.8952749Z OK (skipped=8) 2022-09-27T16:51:55.8953081Z 2022-09-27T16:51:55.8953701Z Generating XML reports... 2022-09-27T16:51:55.9146153Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927165050.xml 2022-09-27T16:51:55.9155772Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927165050.xml 2022-09-27T16:51:56.4292649Z Running test_functional_autograd_benchmark ... [2022-09-27 16:51:56.428767] 2022-09-27T16:51:56.4293432Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:56.428839] 2022-09-27T16:51:58.2111939Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-09-27T16:51:58.2128594Z 2022-09-27T16:51:58.2129422Z Running tests... 2022-09-27T16:51:58.2130312Z ---------------------------------------------------------------------- 2022-09-27T16:52:01.2836805Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:52:04.3032793Z Results for model resnet18 on task vjp: nans (var: nan) 2022-09-27T16:52:04.9476015Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-09-27T16:52:07.0281356Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:52:08.8199281Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-09-27T16:52:08.8258669Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-09-27T16:52:10.7090748Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:52:13.3037550Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-09-27T16:52:13.3232328Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-09-27T16:52:15.2076977Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:52:18.0925403Z Results for model wav2letter on task vjp: nans (var: nan) 2022-09-27T16:52:18.5469393Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-09-27T16:52:20.6049504Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:52:22.8221546Z Results for model transformer on task vjp: nans (var: nan) 2022-09-27T16:52:23.4748147Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-09-27T16:52:25.3668279Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:52:27.2237691Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-09-27T16:52:27.2316174Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-09-27T16:52:27.5327006Z ok (29.320s) 2022-09-27T16:52:27.5338548Z 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 CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:52:27.5340077Z 2022-09-27T16:52:27.5340780Z ---------------------------------------------------------------------- 2022-09-27T16:52:27.5341141Z Ran 2 tests in 29.321s 2022-09-27T16:52:27.5344642Z 2022-09-27T16:52:27.5345289Z OK (skipped=1) 2022-09-27T16:52:27.5345546Z 2022-09-27T16:52:27.5345677Z Generating XML reports... 2022-09-27T16:52:27.5840405Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927165158.xml 2022-09-27T16:52:27.9275414Z Running test_serialization ... [2022-09-27 16:52:27.927050] 2022-09-27T16:52:27.9276111Z Executing ['/opt/conda/bin/python', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:27.927128] 2022-09-27T16:52:31.1874838Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-09-27T16:52:31.2432943Z 2022-09-27T16:52:31.2433734Z Running tests... 2022-09-27T16:52:31.2434396Z ---------------------------------------------------------------------- 2022-09-27T16:52:31.2947799Z test_serialization_new_format_old_format_compat_cuda (__main__.TestBothSerializationCUDA) ... ok (0.051s) 2022-09-27T16:52:31.2960620Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:52:31.2967883Z test_load_nonexistent_device (__main__.TestOldSerialization) ... skip: Testing torch.load on CPU-only machine (0.001s) 2022-09-27T16:52:31.3573495Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.060s) 2022-09-27T16:52:31.3582691Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:52:31.3622912Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.004s) 2022-09-27T16:52:31.7997427Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.437s) 2022-09-27T16:52:31.8283819Z test_serialization (__main__.TestOldSerialization) ... ok (0.029s) 2022-09-27T16:52:31.8609333Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.032s) 2022-09-27T16:52:31.8733030Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.012s) 2022-09-27T16:52:31.8845819Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.011s) 2022-09-27T16:52:31.8854729Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-09-27T16:52:31.8861956Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-09-27T16:52:31.8882671Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:52:31.9014562Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.013s) 2022-09-27T16:52:31.9029598Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:52:31.9051686Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:52:32.2947632Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.389s) 2022-09-27T16:52:32.2962262Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:52:32.3183193Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.022s) 2022-09-27T16:52:32.3201678Z test_serialization_map_location (__main__.TestOldSerialization) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81685 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:52:39.9751908Z test_serialization_offset (__main__.TestOldSerialization) ... ok (7.655s) 2022-09-27T16:52:48.2784460Z test_serialization_offset_filelike (__main__.TestOldSerialization) ... ok (8.303s) 2022-09-27T16:52:48.2810196Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.003s) 2022-09-27T16:52:48.2856924Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.005s) 2022-09-27T16:52:48.2893119Z test_serialization_sparse (__main__.TestOldSerialization) ... /var/lib/jenkins/workspace/test/test_serialization.py:293: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:52:48.2894946Z _test_serialization(lambda x: x.to_sparse_csr()) 2022-09-27T16:52:48.2908772Z ok (0.005s) 2022-09-27T16:52:48.2936425Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... ok (0.003s) 2022-09-27T16:52:48.2986778Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.005s) 2022-09-27T16:52:48.3002299Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:52:48.3065830Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.006s) 2022-09-27T16:52:48.3079396Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:52:48.3089504Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:52:48.3097910Z test_load_nonexistent_device (__main__.TestSerialization) ... skip: Testing torch.load on CPU-only machine (0.001s) 2022-09-27T16:52:48.3208052Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.011s) 2022-09-27T16:52:48.3218819Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:52:48.3237608Z test_meta_serialization (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:52:48.3327183Z test_pathlike_serialization (__main__.TestSerialization) ... ok (0.009s) 2022-09-27T16:52:48.3362451Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:52:48.8457655Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.509s) 2022-09-27T16:52:48.8738427Z test_serialization (__main__.TestSerialization) ... ok (0.028s) 2022-09-27T16:52:58.3769261Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (9.503s) 2022-09-27T16:52:58.3951923Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.018s) 2022-09-27T16:52:58.3961685Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-09-27T16:52:58.3969691Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-09-27T16:52:58.3993948Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:52:58.4127458Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.013s) 2022-09-27T16:52:58.4144121Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:52:58.4167038Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:52:58.9485629Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.532s) 2022-09-27T16:52:58.9501844Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:52:58.9650838Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.015s) 2022-09-27T16:52:58.9949689Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.030s) 2022-09-27T16:52:58.9977169Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:52:58.9994233Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:52:59.0036571Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.004s) 2022-09-27T16:52:59.0063379Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:52:59.0110878Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.005s) 2022-09-27T16:52:59.0126422Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:52:59.0425587Z test_serialization_zipfile (__main__.TestSerialization) ... ok (0.030s) 2022-09-27T16:52:59.0484953Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... /opt/conda/lib/python3.10/site-packages/torch/serialization.py:758: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-09-27T16:52:59.0486615Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-09-27T16:52:59.0558342Z ok (0.013s) 2022-09-27T16:52:59.0618331Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.006s) 2022-09-27T16:52:59.0631157Z test_serialize_device (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:52:59.0643678Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:52:59.0654461Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:52:59.0675832Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:52:59.0693138Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:52:59.0717382Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:52:59.0797182Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.008s) 2022-09-27T16:52:59.0797780Z 2022-09-27T16:52:59.0798350Z ---------------------------------------------------------------------- 2022-09-27T16:52:59.0801218Z Ran 68 tests in 27.837s 2022-09-27T16:52:59.0801435Z 2022-09-27T16:52:59.0801555Z OK (skipped=7) 2022-09-27T16:52:59.0801718Z 2022-09-27T16:52:59.0803170Z Generating XML reports... 2022-09-27T16:52:59.0834396Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCUDA-20220927165231.xml 2022-09-27T16:52:59.0867067Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220927165231.xml 2022-09-27T16:52:59.0924221Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220927165231.xml 2022-09-27T16:52:59.0933421Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220927165231.xml 2022-09-27T16:52:59.4472343Z Running test_view_ops ... [2022-09-27 16:52:59.446655] 2022-09-27T16:52:59.4473055Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:59.446740] 2022-09-27T16:53:02.7961341Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-09-27T16:53:02.8017378Z 2022-09-27T16:53:02.8017913Z Running tests... 2022-09-27T16:53:02.8018389Z ---------------------------------------------------------------------- 2022-09-27T16:53:02.8042877Z test_T_cuda (__main__.TestOldViewOpsCUDA) ... /var/lib/jenkins/workspace/test/test_view_ops.py:1298: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3235.) 2022-09-27T16:53:02.8043730Z t1 = a.T 2022-09-27T16:53:02.8067158Z ok (0.005s) 2022-09-27T16:53:03.2818093Z test_atleast_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.475s) 2022-09-27T16:53:03.7522231Z test_atleast_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.470s) 2022-09-27T16:53:04.1594608Z test_atleast_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.407s) 2022-09-27T16:53:04.5683980Z test_atleast_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.409s) 2022-09-27T16:53:04.9659018Z test_atleast_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.397s) 2022-09-27T16:53:05.1771029Z test_atleast_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.211s) 2022-09-27T16:53:05.3886489Z test_atleast_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.212s) 2022-09-27T16:53:05.5905114Z test_atleast_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.202s) 2022-09-27T16:53:05.8004742Z test_atleast_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.210s) 2022-09-27T16:53:06.0101455Z test_atleast_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.210s) 2022-09-27T16:53:06.1254857Z test_atleast_gradient_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.115s) 2022-09-27T16:53:06.1331896Z test_big_transpose_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-09-27T16:53:06.1358035Z test_broadcast_shapes_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.003s) 2022-09-27T16:53:06.1370443Z test_broadcast_tensors_cuda_float32 (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:53:06.1396323Z test_broadcast_to_cuda_bool (__main__.TestOldViewOpsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_comparison.py:599: 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:205.) 2022-09-27T16:53:06.1397309Z return torch.as_tensor(tensor_like) 2022-09-27T16:53:06.1867729Z ok (0.050s) 2022-09-27T16:53:06.2429145Z test_broadcast_to_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.056s) 2022-09-27T16:53:06.2990610Z test_broadcast_to_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.056s) 2022-09-27T16:53:06.3520326Z test_broadcast_to_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.053s) 2022-09-27T16:53:06.4054668Z test_broadcast_to_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.053s) 2022-09-27T16:53:06.4582072Z test_broadcast_to_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.053s) 2022-09-27T16:53:06.5068709Z test_broadcast_to_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.049s) 2022-09-27T16:53:06.5557146Z test_broadcast_to_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.049s) 2022-09-27T16:53:06.6045469Z test_broadcast_to_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.049s) 2022-09-27T16:53:06.6534123Z test_broadcast_to_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.049s) 2022-09-27T16:53:06.7020468Z test_broadcast_to_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.049s) 2022-09-27T16:53:06.7034135Z test_chunk_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:53:06.7046122Z test_conj_neg_view_numpy_error_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:53:06.7059688Z test_contiguous_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:06.7069488Z test_crow_col_indices_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:53:06.7111137Z test_empty_reshape_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:06.7228396Z test_expand_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.012s) 2022-09-27T16:53:06.7439300Z test_flatten_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.021s) 2022-09-27T16:53:06.7451843Z test_memory_format_resize__cuda (__main__.TestOldViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:06.7465279Z test_memory_format_resize_as_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:06.7483556Z test_narrow_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:53:06.7496573Z test_narrow_tensor_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:53:06.7516017Z test_python_types_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7595804Z test_ravel_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.008s) 2022-09-27T16:53:06.7651113Z test_reshape_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-09-27T16:53:06.7670353Z test_reshape_view_semantics_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7689150Z test_reshape_view_semantics_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7708958Z test_reshape_view_semantics_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7730577Z test_reshape_view_semantics_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7751224Z test_reshape_view_semantics_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7771642Z test_reshape_view_semantics_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7792091Z test_reshape_view_semantics_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7809919Z test_reshape_view_semantics_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7827872Z test_reshape_view_semantics_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7845562Z test_reshape_view_semantics_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7863554Z test_reshape_view_semantics_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7881502Z test_reshape_view_semantics_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:06.7908556Z test_resize_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:06.7940579Z test_resize_as_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:06.7951095Z test_resize_as_preserves_strides_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:06.8022302Z test_resize_overflow_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-09-27T16:53:06.8042891Z test_split_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:53:06.8058104Z test_t_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:53:06.8516627Z test_tensor_split_errors_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.046s) 2022-09-27T16:53:07.1103987Z test_tensor_split_indices_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.259s) 2022-09-27T16:53:07.4504828Z test_tensor_split_indices_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.340s) 2022-09-27T16:53:07.7977212Z test_tensor_split_indices_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.347s) 2022-09-27T16:53:08.1230234Z test_tensor_split_indices_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.325s) 2022-09-27T16:53:08.4471650Z test_tensor_split_indices_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.324s) 2022-09-27T16:53:08.7641756Z test_tensor_split_indices_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.317s) 2022-09-27T16:53:09.0235703Z test_tensor_split_indices_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.259s) 2022-09-27T16:53:09.2816545Z test_tensor_split_indices_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.258s) 2022-09-27T16:53:09.5341943Z test_tensor_split_indices_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.252s) 2022-09-27T16:53:09.8028199Z test_tensor_split_indices_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.269s) 2022-09-27T16:53:10.0660753Z test_tensor_split_indices_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.263s) 2022-09-27T16:53:10.9460931Z test_tensor_split_sections_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.880s) 2022-09-27T16:53:12.1138294Z test_tensor_split_sections_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (1.168s) 2022-09-27T16:53:13.3044070Z test_tensor_split_sections_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (1.190s) 2022-09-27T16:53:14.4096939Z test_tensor_split_sections_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (1.105s) 2022-09-27T16:53:15.5158595Z test_tensor_split_sections_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (1.106s) 2022-09-27T16:53:16.5877577Z test_tensor_split_sections_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (1.072s) 2022-09-27T16:53:17.4678207Z test_tensor_split_sections_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.880s) 2022-09-27T16:53:18.3453233Z test_tensor_split_sections_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.877s) 2022-09-27T16:53:19.1980254Z test_tensor_split_sections_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.853s) 2022-09-27T16:53:20.0785724Z test_tensor_split_sections_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.880s) 2022-09-27T16:53:20.9588614Z test_tensor_split_sections_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.880s) 2022-09-27T16:53:21.0028033Z test_transpose_invalid_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.044s) 2022-09-27T16:53:21.0460571Z test_transpose_invalid_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.043s) 2022-09-27T16:53:21.0879136Z test_transpose_invalid_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.042s) 2022-09-27T16:53:21.1402470Z test_transpose_vs_numpy_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.052s) 2022-09-27T16:53:21.1862139Z test_transpose_vs_numpy_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.046s) 2022-09-27T16:53:21.2161518Z test_transpose_vs_numpy_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.030s) 2022-09-27T16:53:21.2240712Z test_transposes_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.008s) 2022-09-27T16:53:21.2285833Z test_transposes_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.2427565Z test_transposes_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.014s) 2022-09-27T16:53:21.2525468Z test_transposes_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.010s) 2022-09-27T16:53:21.2603515Z test_transposes_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.008s) 2022-09-27T16:53:21.2681018Z test_transposes_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.008s) 2022-09-27T16:53:21.2754752Z test_transposes_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-09-27T16:53:21.2800939Z test_transposes_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-09-27T16:53:21.2847429Z test_transposes_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-09-27T16:53:21.2889398Z test_transposes_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.2935625Z test_transposes_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-09-27T16:53:21.2981931Z test_transposes_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-09-27T16:53:21.3145354Z test_transposes_errors_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.3302567Z test_transposes_errors_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.3468463Z test_transposes_errors_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.3633784Z test_transposes_errors_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.3795531Z test_transposes_errors_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.3956645Z test_transposes_errors_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.4118557Z test_transposes_errors_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.4276117Z test_transposes_errors_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.4433662Z test_transposes_errors_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.4591018Z test_transposes_errors_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.4748635Z test_transposes_errors_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.4906068Z test_transposes_errors_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-09-27T16:53:21.4919947Z test_unsqueeze_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:53:21.4943771Z test_view_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.5383920Z test_view_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.044s) 2022-09-27T16:53:21.5395358Z test_view_empty_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.5426508Z test_T_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:21.5440038Z test_advanced_indexing_assignment_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.5458895Z test_advanced_indexing_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.6031338Z test_as_strided_gradients_cuda (__main__.TestViewOpsCUDA) ... ok (0.057s) 2022-09-27T16:53:21.6047335Z test_as_strided_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.6062645Z test_as_strided_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6077581Z test_basic_indexing_ellipses_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6093099Z test_basic_indexing_newaxis_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6108084Z test_basic_indexing_slice_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6115214Z test_chunk_view_cuda (__main__.TestViewOpsCUDA) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:53:21.6139709Z test_conj_imag_view_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.6163008Z test_conj_imag_view_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.6173088Z test_conj_self_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6182779Z test_conj_self_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6204086Z test_conj_self_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6204602Z test_conj_self_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6213615Z test_conj_self_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6222904Z test_conj_self_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6232360Z test_conj_self_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6242206Z test_conj_self_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6252239Z test_conj_self_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6279142Z test_conj_view_with_shared_memory_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:21.6296528Z test_contiguous_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.6305187Z test_contiguous_self_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6327559Z test_diagonal_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.6343541Z test_expand_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6358776Z test_expand_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6385407Z test_flatten_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:21.6431543Z test_flatten_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-09-27T16:53:21.6467667Z test_imag_noncomplex_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.6503821Z test_imag_noncomplex_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.6539928Z test_imag_noncomplex_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:21.6576075Z test_imag_noncomplex_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:21.6612461Z test_imag_noncomplex_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.6648356Z test_imag_noncomplex_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.6684530Z test_imag_noncomplex_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.6720642Z test_imag_noncomplex_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.6756570Z test_imag_noncomplex_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:21.6820830Z test_movedim_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-09-27T16:53:21.6835942Z test_narrow_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6851552Z test_permute_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.6894349Z test_real_imag_view_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.6938487Z test_real_imag_view_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.6954691Z test_reshape_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.6971412Z test_reshape_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.6986169Z test_reshape_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.7001103Z test_select_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.7025595Z test_set_real_imag_cuda_complex128_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7050289Z test_set_real_imag_cuda_complex128_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7074293Z test_set_real_imag_cuda_complex128_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7098514Z test_set_real_imag_cuda_complex128_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7121306Z test_set_real_imag_cuda_complex128_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7145484Z test_set_real_imag_cuda_complex128_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7168765Z test_set_real_imag_cuda_complex128_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7193794Z test_set_real_imag_cuda_complex128_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7217775Z test_set_real_imag_cuda_complex128_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7241124Z test_set_real_imag_cuda_complex128_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7265986Z test_set_real_imag_cuda_complex128_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7290135Z test_set_real_imag_cuda_complex128_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7313516Z test_set_real_imag_cuda_complex64_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7338961Z test_set_real_imag_cuda_complex64_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7362846Z test_set_real_imag_cuda_complex64_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7387054Z test_set_real_imag_cuda_complex64_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7411344Z test_set_real_imag_cuda_complex64_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7434067Z test_set_real_imag_cuda_complex64_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7458032Z test_set_real_imag_cuda_complex64_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7483204Z test_set_real_imag_cuda_complex64_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7509026Z test_set_real_imag_cuda_complex64_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7533277Z test_set_real_imag_cuda_complex64_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7557310Z test_set_real_imag_cuda_complex64_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7582264Z test_set_real_imag_cuda_complex64_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7588791Z test_split_view_cuda (__main__.TestViewOpsCUDA) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:53:21.7604532Z test_squeeze_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.7619257Z test_squeeze_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.7634550Z test_t_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.7648965Z test_t_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.7679795Z test_transpose_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:21.7704253Z test_transpose_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:21.7784671Z test_unbind_cuda (__main__.TestViewOpsCUDA) ... ok (0.008s) 2022-09-27T16:53:21.7817037Z test_unbind_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:21.7831880Z test_unfold_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.7847257Z test_unsqueeze_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.7862789Z test_unsqueeze_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.8218845Z test_view_as_complex_cuda (__main__.TestViewOpsCUDA) ... ok (0.035s) 2022-09-27T16:53:21.8255038Z test_view_as_real_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.8273378Z test_view_as_real_cuda_complex32 (__main__.TestViewOpsCUDA) ... /var/lib/jenkins/workspace/test/test_view_ops.py:308: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:53:21.8274707Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-09-27T16:53:21.8293402Z ok (0.004s) 2022-09-27T16:53:21.8331500Z test_view_as_real_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-09-27T16:53:21.8346622Z test_view_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:21.8374284Z test_view_copy_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:21.8400538Z test_view_copy_out_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-09-27T16:53:22.0603209Z test_view_dtype_new_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.220s) 2022-09-27T16:53:22.3054051Z test_view_dtype_new_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.245s) 2022-09-27T16:53:22.5101997Z test_view_dtype_new_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.205s) 2022-09-27T16:53:22.7340832Z test_view_dtype_new_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.224s) 2022-09-27T16:53:22.9593307Z test_view_dtype_new_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.225s) 2022-09-27T16:53:23.1646748Z test_view_dtype_new_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.205s) 2022-09-27T16:53:23.3882911Z test_view_dtype_new_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.224s) 2022-09-27T16:53:23.6099041Z test_view_dtype_new_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.222s) 2022-09-27T16:53:23.8104255Z test_view_dtype_new_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.200s) 2022-09-27T16:53:24.0307828Z test_view_dtype_new_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.220s) 2022-09-27T16:53:24.2522869Z test_view_dtype_new_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.221s) 2022-09-27T16:53:24.3636223Z test_view_dtype_upsize_errors_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.111s) 2022-09-27T16:53:24.5283315Z test_view_dtype_upsize_errors_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.165s) 2022-09-27T16:53:24.5299351Z test_view_dtype_upsize_errors_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:24.5498275Z test_view_dtype_upsize_errors_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.020s) 2022-09-27T16:53:24.6599869Z test_view_dtype_upsize_errors_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.110s) 2022-09-27T16:53:24.7333562Z test_view_dtype_upsize_errors_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.073s) 2022-09-27T16:53:24.7532761Z test_view_dtype_upsize_errors_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.020s) 2022-09-27T16:53:24.8615958Z test_view_dtype_upsize_errors_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.108s) 2022-09-27T16:53:24.9353181Z test_view_dtype_upsize_errors_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.074s) 2022-09-27T16:53:24.9547636Z test_view_dtype_upsize_errors_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.019s) 2022-09-27T16:53:25.1178437Z test_view_dtype_upsize_errors_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.163s) 2022-09-27T16:53:25.2816539Z test_view_dtype_upsize_errors_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.164s) 2022-09-27T16:53:25.2836367Z test_view_tensor_dsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.2853059Z test_view_tensor_dsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.2873221Z test_view_tensor_dsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.2893769Z test_view_tensor_dsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.2912582Z test_view_tensor_dsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.2931720Z test_view_tensor_dsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.2950233Z test_view_tensor_dsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.2965910Z test_view_tensor_dsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.2981840Z test_view_tensor_dsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.2997912Z test_view_tensor_dsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3014773Z test_view_tensor_dsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3030968Z test_view_tensor_dsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3049158Z test_view_tensor_hsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3064990Z test_view_tensor_hsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3084094Z test_view_tensor_hsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3104697Z test_view_tensor_hsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3123463Z test_view_tensor_hsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3141766Z test_view_tensor_hsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3159469Z test_view_tensor_hsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3176119Z test_view_tensor_hsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3192457Z test_view_tensor_hsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3208366Z test_view_tensor_hsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3225140Z test_view_tensor_hsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3241334Z test_view_tensor_hsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3256562Z test_view_tensor_split_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3270861Z test_view_tensor_split_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3287104Z test_view_tensor_split_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3303419Z test_view_tensor_split_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3318768Z test_view_tensor_split_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3333724Z test_view_tensor_split_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3348796Z test_view_tensor_split_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3363169Z test_view_tensor_split_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3377738Z test_view_tensor_split_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3391694Z test_view_tensor_split_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3405406Z test_view_tensor_split_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3419346Z test_view_tensor_split_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3438318Z test_view_tensor_vsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3454221Z test_view_tensor_vsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3473337Z test_view_tensor_vsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3493036Z test_view_tensor_vsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3511106Z test_view_tensor_vsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3529820Z test_view_tensor_vsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3547672Z test_view_tensor_vsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3564111Z test_view_tensor_vsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3580713Z test_view_tensor_vsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3596690Z test_view_tensor_vsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3613372Z test_view_tensor_vsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-09-27T16:53:25.3628790Z test_view_tensor_vsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3643844Z test_view_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-09-27T16:53:25.3644476Z 2022-09-27T16:53:25.3644881Z ---------------------------------------------------------------------- 2022-09-27T16:53:25.3648131Z Ran 277 tests in 22.563s 2022-09-27T16:53:25.3648710Z 2022-09-27T16:53:25.3649962Z OK (skipped=12) 2022-09-27T16:53:25.3650303Z 2022-09-27T16:53:25.3650644Z Generating XML reports... 2022-09-27T16:53:25.3790483Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCUDA-20220927165302.xml 2022-09-27T16:53:25.3941684Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCUDA-20220927165302.xml 2022-09-27T16:53:25.7535741Z Running test_jit_llga_fuser ... [2022-09-27 16:53:25.753088] 2022-09-27T16:53:25.7536410Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:53:25.753162] 2022-09-27T16:53:27.6076567Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-09-27T16:53:27.6101205Z 2022-09-27T16:53:27.6101709Z Running tests... 2022-09-27T16:53:27.6102222Z ---------------------------------------------------------------------- 2022-09-27T16:53:29.1827054Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... ok (1.572s) 2022-09-27T16:53:29.2105856Z test_bn2d_eltwise (__main__.TestFusionPattern) ... ok (0.028s) 2022-09-27T16:53:29.2453911Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.035s) 2022-09-27T16:53:29.2800533Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.035s) 2022-09-27T16:53:29.3643441Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.084s) 2022-09-27T16:53:29.5105493Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.146s) 2022-09-27T16:53:29.7568822Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.246s) 2022-09-27T16:53:29.8735633Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.117s) 2022-09-27T16:53:29.8812155Z test_wildcard (__main__.TestFusionPattern) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_trace.py:976: 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-09-27T16:53:29.8814338Z module._c._create_method_from_trace( 2022-09-27T16:53:29.9051635Z ok (0.032s) 2022-09-27T16:53:29.9056526Z test_vision_alexnet (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9061149Z test_vision_densenet121 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9065782Z test_vision_googlenet (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9070228Z test_vision_mnasnet1_0 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9074855Z test_vision_mobilenet_v2 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9079552Z test_vision_resnet50 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9084353Z test_vision_resnext101_32x8d (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9088717Z test_vision_resnext50_32x4d (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9093647Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9098139Z test_vision_squeezenet1_0 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9102635Z test_vision_vgg16 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:29.9107392Z test_vision_wide_resnet50_2 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-09-27T16:53:30.0030098Z test_add (__main__.TestOp) ... ok (0.092s) 2022-09-27T16:53:30.0159462Z test_add_scalar (__main__.TestOp) ... ok (0.013s) 2022-09-27T16:53:30.0289364Z test_addmm (__main__.TestOp) ... ok (0.013s) 2022-09-27T16:53:32.7400924Z test_avg_pool2d (__main__.TestOp) ... ok (2.711s) 2022-09-27T16:53:32.7563448Z test_bn2d (__main__.TestOp) ... ok (0.016s) 2022-09-27T16:53:32.8736270Z test_cat (__main__.TestOp) ... ok (0.117s) 2022-09-27T16:53:43.9931240Z test_conv2d (__main__.TestOp) ... ok (11.119s) 2022-09-27T16:53:44.0176040Z test_eltwise (__main__.TestOp) ... ok (0.024s) 2022-09-27T16:53:44.0239400Z test_identity_binary (__main__.TestOp) ... ok (0.006s) 2022-09-27T16:53:44.0401645Z test_layer_norm (__main__.TestOp) ... ok (0.016s) 2022-09-27T16:53:44.0687992Z test_linear (__main__.TestOp) ... ok (0.029s) 2022-09-27T16:53:45.9800644Z test_max_pool2d (__main__.TestOp) ... ok (1.911s) 2022-09-27T16:53:46.0749666Z test_mul (__main__.TestOp) ... ok (0.095s) 2022-09-27T16:53:46.1599416Z test_softmax (__main__.TestOp) ... ok (0.085s) 2022-09-27T16:53:46.1753352Z test_typecheck (__main__.TestOp) ... ok (0.015s) 2022-09-27T16:53:46.1893816Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.014s) 2022-09-27T16:53:46.1894289Z 2022-09-27T16:53:46.1894921Z ---------------------------------------------------------------------- 2022-09-27T16:53:46.1895528Z Ran 37 tests in 18.579s 2022-09-27T16:53:46.1895859Z 2022-09-27T16:53:46.1896519Z OK (skipped=12) 2022-09-27T16:53:46.1896820Z 2022-09-27T16:53:46.1901148Z Generating XML reports... 2022-09-27T16:53:46.1933240Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20220927165327.xml 2022-09-27T16:53:46.1945542Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220927165327.xml 2022-09-27T16:53:46.1964159Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220927165327.xml 2022-09-27T16:53:46.1982299Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220927165327.xml 2022-09-27T16:53:46.9650167Z Running nn/test_pooling ... [2022-09-27 16:53:46.964496] 2022-09-27T16:53:46.9651410Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:53:46.964572] 2022-09-27T16:53:50.3140021Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-09-27T16:53:50.3173110Z 2022-09-27T16:53:50.3173263Z Running tests... 2022-09-27T16:53:50.3173712Z ---------------------------------------------------------------------- 2022-09-27T16:53:50.3206237Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.003s) 2022-09-27T16:53:50.3221529Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-09-27T16:53:50.3236199Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-09-27T16:53:50.3357248Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.012s) 2022-09-27T16:53:50.3435728Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.008s) 2022-09-27T16:53:50.4175661Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.074s) 2022-09-27T16:53:50.6421780Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.225s) 2022-09-27T16:53:50.6507519Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.008s) 2022-09-27T16:53:50.6565067Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.006s) 2022-09-27T16:53:50.7012457Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: Insufficient cuda memory (0.044s) 2022-09-27T16:53:50.7432453Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: Insufficient cuda memory (0.042s) 2022-09-27T16:53:50.7483352Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.005s) 2022-09-27T16:53:50.7556394Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.007s) 2022-09-27T16:53:50.7568317Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.001s) 2022-09-27T16:53:50.7590072Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.002s) 2022-09-27T16:53:50.7689798Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.010s) 2022-09-27T16:53:51.0091811Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.240s) 2022-09-27T16:53:51.0117342Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.003s) 2022-09-27T16:53:51.0203781Z test_AdaptiveMaxPool1d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.008s) 2022-09-27T16:53:51.0277258Z test_AdaptiveMaxPool1d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.0350571Z test_AdaptiveMaxPool1d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.0423253Z test_AdaptiveMaxPool1d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.0496701Z test_AdaptiveMaxPool2d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.0569805Z test_AdaptiveMaxPool2d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.0642759Z test_AdaptiveMaxPool2d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.0715823Z test_AdaptiveMaxPool2d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.0783853Z test_AdaptiveMaxPool3d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.0851766Z test_AdaptiveMaxPool3d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.0919665Z test_AdaptiveMaxPool3d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.0986913Z test_AdaptiveMaxPool3d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.1176081Z test_AdaptiveMaxPool_zero_batch_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.019s) 2022-09-27T16:53:51.1251836Z test_AvgPool2d_empty_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.1269972Z test_AvgPool3d_backward_after_cat_dim1_device_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:53:51.1338794Z test_FractionalMaxPool2d_zero_batch_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.1356298Z test_FractionalMaxPool2d_zero_out_size_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:53:51.1421855Z test_FractionalMaxPool3d_zero_batch_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-09-27T16:53:51.1439428Z test_FractionalMaxPool3d_zero_out_size_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:53:51.1513661Z test_MaxPool1d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.1587064Z test_MaxPool1d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.1659814Z test_MaxPool1d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.1732633Z test_MaxPool1d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.1806064Z test_MaxPool2d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.1879149Z test_MaxPool2d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.1952537Z test_MaxPool2d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.2025065Z test_MaxPool2d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.2092784Z test_MaxPool3d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.2160508Z test_MaxPool3d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.2228190Z test_MaxPool3d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.2295983Z test_MaxPool3d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:53:51.2465624Z test_MaxPool_zero_batch_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.017s) 2022-09-27T16:53:51.2502980Z test_MaxUnpool_index_errors_case10_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:53:51.2537691Z test_MaxUnpool_index_errors_case1_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:53:51.2568353Z test_MaxUnpool_index_errors_case2_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:53:51.2599262Z test_MaxUnpool_index_errors_case3_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:53:51.2630321Z test_MaxUnpool_index_errors_case4_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:53:51.2661315Z test_MaxUnpool_index_errors_case5_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:53:51.2692421Z test_MaxUnpool_index_errors_case6_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:53:51.2723409Z test_MaxUnpool_index_errors_case7_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:53:51.2754877Z test_MaxUnpool_index_errors_case8_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:53:51.2785718Z test_MaxUnpool_index_errors_case9_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:53:51.2836609Z test_MaxUnpool_zero_batch_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-09-27T16:53:51.2890031Z test_adaptive_avg_pool2d_output_size_one_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-09-27T16:53:51.2913477Z test_adaptive_avg_pool3d_output_size_one_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:53:51.3021327Z test_adaptive_pool_invalid_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.011s) 2022-09-27T16:53:51.3035231Z test_adaptive_pool_odd_size_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:53:51.3163422Z test_adaptive_pooling_max_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.013s) 2022-09-27T16:53:51.3286159Z test_adaptive_pooling_max_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.012s) 2022-09-27T16:53:51.3528117Z test_adaptive_pooling_no_suppot_input_cuda_int16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.024s) 2022-09-27T16:53:51.3767269Z test_adaptive_pooling_no_suppot_input_cuda_int32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.024s) 2022-09-27T16:53:51.4007032Z test_adaptive_pooling_no_suppot_input_cuda_int64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.024s) 2022-09-27T16:53:51.4246916Z test_adaptive_pooling_no_suppot_input_cuda_int8 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.024s) 2022-09-27T16:53:51.4485897Z test_adaptive_pooling_no_suppot_input_cuda_uint8 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.024s) 2022-09-27T16:53:51.4516531Z test_adaptive_pooling_zero_batch_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:53:51.4546417Z test_adaptive_pooling_zero_batch_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:53:51.4564220Z test_avg_pool2d_bfloat16_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:53:51.8896348Z test_avg_pool2d_nhwc_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.433s) 2022-09-27T16:53:52.5460773Z test_avg_pool2d_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.656s) 2022-09-27T16:53:53.1178468Z test_avg_pool2d_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.572s) 2022-09-27T16:53:53.3172631Z test_fractional_max_pool2d_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.199s) 2022-09-27T16:53:55.5377040Z test_fractional_max_pool3d_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (2.220s) 2022-09-27T16:53:55.5409610Z test_fractional_max_pool_nan_inf_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:53:55.5440582Z test_fractional_max_pool_nan_inf_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:53:55.5470655Z test_fractional_max_pool_nan_inf_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:53:55.5492378Z test_max_pool1d_corner_cases_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:53:55.5513588Z test_max_pool1d_corner_cases_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:53:55.5532866Z test_max_pool1d_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:53:55.5551828Z test_max_pool1d_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:53:55.5570175Z test_max_pool2d_bfloat16_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:53:57.4898646Z test_max_pool2d_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (1.932s) 2022-09-27T16:53:57.4949886Z test_max_pool2d_indices_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-09-27T16:53:58.0663782Z test_max_pool2d_nhwc_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.571s) 2022-09-27T16:53:58.6290248Z test_max_pool2d_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.562s) 2022-09-27T16:53:59.2941845Z test_max_pool2d_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.665s) 2022-09-27T16:53:59.3736991Z test_max_pool3d_ndhwc_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.079s) 2022-09-27T16:53:59.4569655Z test_max_pool3d_ndhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.083s) 2022-09-27T16:53:59.8720734Z test_max_pool3d_ndhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.415s) 2022-09-27T16:53:59.8809504Z test_max_pool_nan_inf_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-09-27T16:53:59.8892043Z test_max_pool_nan_inf_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.008s) 2022-09-27T16:53:59.8986468Z test_max_pool_nan_inf_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-09-27T16:53:59.9780004Z test_maxpool3d_non_square_backward_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.079s) 2022-09-27T16:53:59.9793591Z test_maxpool_indices_no_batch_dim_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-09-27T16:53:59.9818644Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.004s) 2022-09-27T16:53:59.9832634Z test_maxpool_indices_no_batch_dim_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-09-27T16:53:59.9857707Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.004s) 2022-09-27T16:53:59.9872033Z test_maxpool_indices_no_batch_dim_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-09-27T16:53:59.9897033Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.004s) 2022-09-27T16:53:59.9911360Z test_maxpool_indices_no_batch_dim_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-09-27T16:53:59.9935900Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.004s) 2022-09-27T16:54:00.1170881Z test_pool3d_large_size_int64_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.123s) 2022-09-27T16:54:00.1204040Z test_pool3d_size_one_feature_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:54:00.1554674Z test_pool_invalid_size_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.035s) 2022-09-27T16:54:00.1904129Z test_pool_invalid_size_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.035s) 2022-09-27T16:54:00.2251418Z test_pool_invalid_size_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.035s) 2022-09-27T16:54:00.2598438Z test_pool_invalid_size_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.035s) 2022-09-27T16:54:00.2644173Z test_pool_large_size_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:54:00.7111934Z test_pool_large_size_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-09-27T16:54:01.1597600Z test_pool_large_size_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:54:01.5989128Z test_pool_large_size_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:54:02.1131727Z test_pooling_bfloat16_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.011s) 2022-09-27T16:54:03.0581253Z test_pooling_large_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.945s) 2022-09-27T16:54:03.0711918Z test_pooling_max_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.013s) 2022-09-27T16:54:03.0834527Z test_pooling_max_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.012s) 2022-09-27T16:54:03.0848201Z test_pooling_shape_cuda (__main__.TestPoolingNNDeviceTypeCUDA) 2022-09-27T16:54:03.0893280Z Test the output shape calculation for pooling functions ... ok (0.006s) 2022-09-27T16:54:03.1109555Z test_pooling_size_empty_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.022s) 2022-09-27T16:54:03.1869432Z test_pooling_zero_stride_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.076s) 2022-09-27T16:54:03.1869748Z 2022-09-27T16:54:03.1870484Z ---------------------------------------------------------------------- 2022-09-27T16:54:03.1870852Z Ran 121 tests in 12.870s 2022-09-27T16:54:03.1871022Z 2022-09-27T16:54:03.1871141Z OK (skipped=20) 2022-09-27T16:54:03.1875377Z 2022-09-27T16:54:03.1875694Z Generating XML reports... 2022-09-27T16:54:03.1913432Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20220927165350.xml 2022-09-27T16:54:03.1926045Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20220927165350.xml 2022-09-27T16:54:03.2030427Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCUDA-20220927165350.xml 2022-09-27T16:54:03.5832210Z Running test_xnnpack_integration ... [2022-09-27 16:54:03.582698] 2022-09-27T16:54:03.5832960Z Executing ['/opt/conda/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:03.582774] 2022-09-27T16:54:05.4086744Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-09-27T16:54:05.4105637Z 2022-09-27T16:54:05.4105905Z Running tests... 2022-09-27T16:54:05.4106342Z ---------------------------------------------------------------------- 2022-09-27T16:54:05.4123631Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:54:05.4146769Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:54:07.2465035Z test_conv2d (__main__.TestXNNPACKOps) ... ok (1.831s) 2022-09-27T16:54:08.2076975Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (0.961s) 2022-09-27T16:54:08.2086641Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-09-27T16:54:08.2723125Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.063s) 2022-09-27T16:54:08.3996088Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.127s) 2022-09-27T16:54:09.0500274Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (0.650s) 2022-09-27T16:54:09.0564564Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.006s) 2022-09-27T16:54:10.4525621Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (1.396s) 2022-09-27T16:54:12.2604057Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (1.808s) 2022-09-27T16:54:12.2624090Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-09-27T16:54:12.2624991Z 2022-09-27T16:54:12.2625381Z ---------------------------------------------------------------------- 2022-09-27T16:54:12.2625918Z Ran 12 tests in 6.852s 2022-09-27T16:54:12.2626144Z 2022-09-27T16:54:12.2626258Z OK (skipped=5) 2022-09-27T16:54:12.2626438Z 2022-09-27T16:54:12.2626572Z Generating XML reports... 2022-09-27T16:54:12.2664258Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927165405.xml 2022-09-27T16:54:12.2668362Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927165405.xml 2022-09-27T16:54:12.2675073Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927165405.xml 2022-09-27T16:54:12.2689845Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927165405.xml 2022-09-27T16:54:12.6762051Z Running test_stateless ... [2022-09-27 16:54:12.675681] 2022-09-27T16:54:12.6762734Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:12.675757] 2022-09-27T16:54:15.9073692Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-09-27T16:54:15.9092362Z 2022-09-27T16:54:15.9092885Z Running tests... 2022-09-27T16:54:15.9093345Z ---------------------------------------------------------------------- 2022-09-27T16:54:20.8866786Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (4.977s) 2022-09-27T16:54:22.6381055Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (1.751s) 2022-09-27T16:54:22.6596246Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.021s) 2022-09-27T16:54:22.7089777Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.049s) 2022-09-27T16:54:22.7110604Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:54:22.7116021Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:54:22.7137604Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:54:22.7355881Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.022s) 2022-09-27T16:54:22.7469792Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.011s) 2022-09-27T16:54:22.7518045Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-09-27T16:54:22.7536333Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:54:22.7536603Z 2022-09-27T16:54:22.7537124Z ---------------------------------------------------------------------- 2022-09-27T16:54:22.7537545Z Ran 11 tests in 6.844s 2022-09-27T16:54:22.7537716Z 2022-09-27T16:54:22.7537831Z OK (skipped=1) 2022-09-27T16:54:22.7537980Z 2022-09-27T16:54:22.7538107Z Generating XML reports... 2022-09-27T16:54:22.7572289Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927165415.xml 2022-09-27T16:54:22.7575930Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927165415.xml 2022-09-27T16:54:22.7588642Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927165415.xml 2022-09-27T16:54:23.1030002Z Running test_mkl_verbose ... [2022-09-27 16:54:23.102508] 2022-09-27T16:54:23.1030701Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:23.102584] 2022-09-27T16:54:24.8777833Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-09-27T16:54:24.8793553Z 2022-09-27T16:54:24.8793711Z Running tests... 2022-09-27T16:54:24.8794412Z ---------------------------------------------------------------------- 2022-09-27T16:54:28.1082943Z test_verbose_off (__main__.TestMKLVerbose) ... ok (3.229s) 2022-09-27T16:54:30.1979869Z test_verbose_on (__main__.TestMKLVerbose) ... ok (2.089s) 2022-09-27T16:54:30.1980146Z 2022-09-27T16:54:30.1980540Z ---------------------------------------------------------------------- 2022-09-27T16:54:30.1980887Z Ran 2 tests in 5.319s 2022-09-27T16:54:30.1981055Z 2022-09-27T16:54:30.1981153Z OK 2022-09-27T16:54:30.1982211Z 2022-09-27T16:54:30.1983782Z Generating XML reports... 2022-09-27T16:54:30.2486471Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220927165424.xml 2022-09-27T16:54:30.5910156Z Running test_import_stats ... [2022-09-27 16:54:30.590524] 2022-09-27T16:54:30.5910826Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:30.590597] 2022-09-27T16:54:32.3890629Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-09-27T16:54:32.3906342Z 2022-09-27T16:54:32.3906746Z Running tests... 2022-09-27T16:54:32.3907244Z ---------------------------------------------------------------------- 2022-09-27T16:54:35.6391735Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (3.248s) 2022-09-27T16:54:37.3646565Z test_time_import_torch (__main__.TestImportTime) ... ok (1.725s) 2022-09-27T16:54:37.3647116Z 2022-09-27T16:54:37.3647507Z ---------------------------------------------------------------------- 2022-09-27T16:54:37.3647852Z Ran 2 tests in 4.974s 2022-09-27T16:54:37.3648024Z 2022-09-27T16:54:37.3648119Z OK 2022-09-27T16:54:37.3648257Z 2022-09-27T16:54:37.3648387Z Generating XML reports... 2022-09-27T16:54:37.4149799Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220927165432.xml 2022-09-27T16:54:37.7575904Z Running test_mobile_optimizer ... [2022-09-27 16:54:37.757068] 2022-09-27T16:54:37.7576598Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:37.757149] 2022-09-27T16:54:39.6138719Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-09-27T16:54:39.6154802Z 2022-09-27T16:54:39.6155126Z Running tests... 2022-09-27T16:54:39.6155584Z ---------------------------------------------------------------------- 2022-09-27T16:54:41.1519627Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (1.536s) 2022-09-27T16:54:41.1873674Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.035s) 2022-09-27T16:54:41.7190534Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.531s) 2022-09-27T16:54:41.7200960Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.001s) 2022-09-27T16:54:41.9261937Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.206s) 2022-09-27T16:54:41.9886590Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.062s) 2022-09-27T16:54:42.1518043Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.163s) 2022-09-27T16:54:42.1518314Z 2022-09-27T16:54:42.1518915Z ---------------------------------------------------------------------- 2022-09-27T16:54:42.1519575Z Ran 7 tests in 2.536s 2022-09-27T16:54:42.1519742Z 2022-09-27T16:54:42.1519859Z OK (skipped=1) 2022-09-27T16:54:42.1520026Z 2022-09-27T16:54:42.1520138Z Generating XML reports... 2022-09-27T16:54:42.1559928Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927165439.xml 2022-09-27T16:54:42.5339020Z Running test_expanded_weights ... [2022-09-27 16:54:42.533360] 2022-09-27T16:54:42.5339730Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:42.533433] 2022-09-27T16:54:46.5425635Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-09-27T16:54:46.5470715Z 2022-09-27T16:54:46.5471005Z Running tests... 2022-09-27T16:54:46.5471465Z ---------------------------------------------------------------------- 2022-09-27T16:54:47.8549525Z test_cnn_model_mean_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (1.307s) 2022-09-27T16:54:47.9535034Z test_cnn_model_sum_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.099s) 2022-09-27T16:54:47.9767347Z test_embedding_model_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.023s) 2022-09-27T16:54:47.9787796Z test_expanded_weight_error_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.002s) 2022-09-27T16:54:47.9910756Z test_expanded_weight_forward_nn_functional_conv1d_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.012s) 2022-09-27T16:54:48.0149139Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.024s) 2022-09-27T16:54:48.0173469Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex32 (__main__.TestExpandedWeightFunctionalCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:54:48.0174722Z result = torch.complex(real, imag) 2022-09-27T16:54:48.0375325Z ok (0.022s) 2022-09-27T16:54:48.0566290Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.019s) 2022-09-27T16:54:48.0676752Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.011s) 2022-09-27T16:54:48.0787927Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.011s) 2022-09-27T16:54:48.0894947Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.011s) 2022-09-27T16:54:48.1094762Z test_expanded_weight_forward_nn_functional_conv2d_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T16:54:48.1095594Z return self.op(*args, **kwargs) 2022-09-27T16:54:48.1199004Z ok (0.030s) 2022-09-27T16:54:48.1722148Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.052s) 2022-09-27T16:54:48.2261582Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.054s) 2022-09-27T16:54:48.2794924Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.053s) 2022-09-27T16:54:48.3087575Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.029s) 2022-09-27T16:54:48.3381316Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.029s) 2022-09-27T16:54:48.3661806Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.028s) 2022-09-27T16:54:48.3786055Z test_expanded_weight_forward_nn_functional_embedding_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.012s) 2022-09-27T16:54:48.3908185Z test_expanded_weight_forward_nn_functional_embedding_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.012s) 2022-09-27T16:54:48.4032512Z test_expanded_weight_forward_nn_functional_embedding_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.012s) 2022-09-27T16:54:48.4150191Z test_expanded_weight_forward_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.012s) 2022-09-27T16:54:48.4229818Z test_expanded_weight_forward_nn_functional_group_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-09-27T16:54:48.4309305Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-09-27T16:54:48.4388176Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-09-27T16:54:48.4464520Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-09-27T16:54:48.4675960Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.021s) 2022-09-27T16:54:48.4888210Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.021s) 2022-09-27T16:54:48.5619454Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.073s) 2022-09-27T16:54:48.5826306Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.021s) 2022-09-27T16:54:48.5894284Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2022-09-27T16:54:48.5963133Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2022-09-27T16:54:48.6028451Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-09-27T16:54:48.6091714Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-09-27T16:54:48.6233156Z test_expanded_weight_forward_nn_functional_linear_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.014s) 2022-09-27T16:54:48.6403429Z test_expanded_weight_forward_nn_functional_linear_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.017s) 2022-09-27T16:54:48.6577188Z test_expanded_weight_forward_nn_functional_linear_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.017s) 2022-09-27T16:54:48.6717885Z test_expanded_weight_forward_nn_functional_linear_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.014s) 2022-09-27T16:54:48.6856024Z test_expanded_weight_forward_nn_functional_linear_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.014s) 2022-09-27T16:54:48.6989749Z test_expanded_weight_forward_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.013s) 2022-09-27T16:54:48.7163946Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.017s) 2022-09-27T16:54:48.7652871Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.049s) 2022-09-27T16:54:48.7693549Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-09-27T16:54:48.7798247Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.010s) 2022-09-27T16:54:48.8164787Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.037s) 2022-09-27T16:54:48.8244188Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-09-27T16:54:48.8544750Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.030s) 2022-09-27T16:54:48.8719361Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.017s) 2022-09-27T16:54:48.9236186Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.052s) 2022-09-27T16:54:48.9278979Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-09-27T16:54:48.9394414Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.011s) 2022-09-27T16:54:48.9782492Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.039s) 2022-09-27T16:54:48.9870550Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.009s) 2022-09-27T16:54:49.0198574Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.033s) 2022-09-27T16:54:49.0329612Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.013s) 2022-09-27T16:54:49.0715056Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.038s) 2022-09-27T16:54:49.0755751Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-09-27T16:54:49.0834875Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-09-27T16:54:49.1115707Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.028s) 2022-09-27T16:54:49.1178950Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-09-27T16:54:49.1427542Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.025s) 2022-09-27T16:54:49.1472134Z test_group_norm_error_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-09-27T16:54:49.1863493Z test_group_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.039s) 2022-09-27T16:54:49.2264552Z test_group_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.040s) 2022-09-27T16:54:49.2738368Z test_group_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.047s) 2022-09-27T16:54:49.3139259Z test_instance_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.040s) 2022-09-27T16:54:49.3553796Z test_instance_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.041s) 2022-09-27T16:54:49.4068811Z test_instance_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.051s) 2022-09-27T16:54:49.4421659Z test_layer_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.035s) 2022-09-27T16:54:49.4782000Z test_layer_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.036s) 2022-09-27T16:54:49.5241796Z test_layer_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.046s) 2022-09-27T16:54:49.5307597Z test_unsupported_expand_weights_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-09-27T16:54:49.5465570Z test_unsupported_expand_weights_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-09-27T16:54:49.5495455Z test_unsupported_expand_weights_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.003s) 2022-09-27T16:54:49.5529871Z test_unsupported_expand_weights_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.003s) 2022-09-27T16:54:49.5586508Z test_unsupported_expand_weights_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-09-27T16:54:49.5629456Z test_unsupported_expand_weights_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-09-27T16:54:49.5701650Z test_unsupported_expand_weights_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2022-09-27T16:54:49.5748850Z test_forward_helper_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.004s) 2022-09-27T16:54:49.5785611Z test_forward_helper_failure_args_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.004s) 2022-09-27T16:54:49.5799450Z test_set_grad_sample_if_exists_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2022-09-27T16:54:49.5812045Z test_set_grad_sample_if_exists_failure_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2022-09-27T16:54:49.5836858Z test_sum_over_all_but_batch_and_last_n_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.002s) 2022-09-27T16:54:49.5856797Z test_unpack_expanded_weight_or_tensor_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.002s) 2022-09-27T16:54:49.5867775Z test_unpack_expanded_weight_or_tensor_failure_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2022-09-27T16:54:49.5879814Z test_unpack_expanded_weight_or_tensor_with_custom_function_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2022-09-27T16:54:49.5923156Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.5963406Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.6028333Z test_Conv1d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:54:49.6303820Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.027s) 2022-09-27T16:54:49.6359006Z test_Conv1d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.6405812Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.6441246Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.6496660Z test_Conv1d_pad1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.6545502Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.6577925Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.6626931Z test_Conv1d_pad1size1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.6664271Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.6699049Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.6753866Z test_Conv1d_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.6799554Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.6830294Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.6878473Z test_Conv1d_pad2size1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.6914175Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.6948975Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.7001173Z test_Conv1d_reflect_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.7058894Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.7093958Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.7145950Z test_Conv1d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.7205534Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.7239095Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.7292218Z test_Conv1d_stride_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.7354210Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.7366398Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:49.7377290Z test_Conv1d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:49.7385449Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:49.7423789Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.7477340Z test_Conv1d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.7531576Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.7566228Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.7609377Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.7683973Z test_Conv2d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:54:49.7974526Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.029s) 2022-09-27T16:54:49.8035775Z test_Conv2d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.8071285Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.8122957Z test_Conv2d_dilated_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.8175851Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.8233489Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.8264078Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.8312296Z test_Conv2d_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.8354310Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.8388784Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.8440286Z test_Conv2d_padding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.8504489Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.8547199Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.8601523Z test_Conv2d_reflect_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.8660641Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.8695722Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.8748090Z test_Conv2d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.8811263Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.8845201Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.8898454Z test_Conv2d_strided_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.8957119Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.8969800Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:49.8980389Z test_Conv2d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:49.8988797Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:49.9026833Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.9080687Z test_Conv2d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.9136903Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.9169753Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.9197403Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.9239928Z test_Conv3d_1x1x1_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.9293583Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.9345176Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.9427841Z test_Conv3d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:54:49.9490931Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.9537589Z test_Conv3d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.9584147Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.9612029Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.9652950Z test_Conv3d_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.9703505Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.9747544Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:49.9801348Z test_Conv3d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.9864561Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:49.9897451Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:49.9947968Z test_Conv3d_stride_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:49.9997393Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.0038634Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.0092288Z test_Conv3d_stride_padding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.0139422Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.0149281Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:50.0159418Z test_Conv3d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:50.0168300Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:50.0202381Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.0254690Z test_Conv3d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.0295619Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.0318262Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.0350104Z test_Embedding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.0384245Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.0431303Z test_Embedding_discontiguous_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.0464243Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.0485159Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.0520575Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.0556504Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.0607712Z test_GroupNorm_1d_affine_GN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.0643102Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.0696278Z test_GroupNorm_1d_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.1326105Z test_GroupNorm_1d_affine_large_batch_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.063s) 2022-09-27T16:54:50.1361976Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.1388398Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.1428644Z test_GroupNorm_1d_no_affine_IN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.1453930Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.1479030Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.1518128Z test_GroupNorm_1d_no_affine_LN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.1543095Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.1577686Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.1632133Z test_GroupNorm_2d_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.1688906Z test_GroupNorm_2d_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:54:50.1725510Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.1752043Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.1792134Z test_GroupNorm_2d_no_affine_IN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.1817788Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.1843184Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.1882804Z test_GroupNorm_2d_no_affine_LN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.1908061Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.1955562Z test_GroupNorm_2d_no_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.1990163Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.2039576Z test_LayerNorm_1d_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.2074507Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.2085237Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:50.2096294Z test_LayerNorm_1d_empty_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:50.2105737Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:54:50.2130740Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.2167044Z test_LayerNorm_1d_no_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.2191045Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.2223771Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.2273082Z test_LayerNorm_3d_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.2307290Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.2572630Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.026s) 2022-09-27T16:54:50.2789222Z test_LayerNorm_3d_no_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.022s) 2022-09-27T16:54:50.2919862Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-09-27T16:54:50.2947536Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.2985324Z test_LayerNorm_3d_no_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.3008919Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:54:50.3042944Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.3096182Z test_Linear_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.3129618Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.3140590Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-09-27T16:54:50.3151385Z test_Linear_no_batch_dim_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-09-27T16:54:50.3160612Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-09-27T16:54:50.3190121Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.3236605Z test_Linear_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:54:50.3266314Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.3299746Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:54:50.3344894Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.3384181Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:54:50.3384729Z 2022-09-27T16:54:50.3385503Z ---------------------------------------------------------------------- 2022-09-27T16:54:50.3386188Z Ran 236 tests in 3.791s 2022-09-27T16:54:50.3386459Z 2022-09-27T16:54:50.3386572Z OK (skipped=19) 2022-09-27T16:54:50.3386737Z 2022-09-27T16:54:50.3386862Z Generating XML reports... 2022-09-27T16:54:50.3496879Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCUDA-20220927165446.xml 2022-09-27T16:54:50.3507417Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCUDA-20220927165446.xml 2022-09-27T16:54:50.3650618Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220927165446.xml 2022-09-27T16:54:51.0559762Z Running lazy/test_step_closures ... [2022-09-27 16:54:51.055436] 2022-09-27T16:54:51.0560471Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:51.055517] 2022-09-27T16:54:52.8584576Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-09-27T16:54:52.8601633Z 2022-09-27T16:54:52.8601998Z Running tests... 2022-09-27T16:54:52.8602883Z ---------------------------------------------------------------------- 2022-09-27T16:54:54.3220722Z test_asynchronous (__main__.ClosuresTest) ... ok (1.462s) 2022-09-27T16:54:55.3234241Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.001s) 2022-09-27T16:54:56.3259986Z test_synchronous (__main__.ClosuresTest) ... ok (1.002s) 2022-09-27T16:54:56.3271068Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-09-27T16:54:56.3271566Z 2022-09-27T16:54:56.3272216Z ---------------------------------------------------------------------- 2022-09-27T16:54:56.3272832Z Ran 4 tests in 3.467s 2022-09-27T16:54:56.3273132Z 2022-09-27T16:54:56.3273279Z OK 2022-09-27T16:54:56.3273538Z 2022-09-27T16:54:56.3273756Z Generating XML reports... 2022-09-27T16:54:56.3771668Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927165452.xml 2022-09-27T16:54:56.7176827Z Running test_vmap ... [2022-09-27 16:54:56.717149] 2022-09-27T16:54:56.7177484Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:54:56.717224] 2022-09-27T16:55:00.0588012Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-09-27T16:55:00.0620261Z 2022-09-27T16:55:00.0620593Z Running tests... 2022-09-27T16:55:00.0621028Z ---------------------------------------------------------------------- 2022-09-27T16:55:00.0655175Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:376: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0655928Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-09-27T16:55:00.0666138Z /var/lib/jenkins/workspace/test/test_vmap.py:378: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0666819Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-09-27T16:55:00.0670126Z /var/lib/jenkins/workspace/test/test_vmap.py:380: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0670818Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:55:00.0674406Z /var/lib/jenkins/workspace/test/test_vmap.py:383: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0675073Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-09-27T16:55:00.0678345Z /var/lib/jenkins/workspace/test/test_vmap.py:385: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0679002Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-09-27T16:55:00.0682613Z /var/lib/jenkins/workspace/test/test_vmap.py:387: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0683310Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-09-27T16:55:00.0686565Z /var/lib/jenkins/workspace/test/test_vmap.py:390: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0687308Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-09-27T16:55:00.0690535Z /var/lib/jenkins/workspace/test/test_vmap.py:392: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0691292Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-09-27T16:55:00.0695011Z /var/lib/jenkins/workspace/test/test_vmap.py:394: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0695802Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:55:00.0699307Z /var/lib/jenkins/workspace/test/test_vmap.py:398: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0700219Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-09-27T16:55:00.0703800Z ok (0.008s) 2022-09-27T16:55:00.0721219Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:748: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0722827Z vmap(backward_on_vmapped_tensor)(x) 2022-09-27T16:55:00.0740557Z /var/lib/jenkins/workspace/test/test_vmap.py:754: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0742015Z vmap(backward_with_vmapped_grad)(x, grad) 2022-09-27T16:55:00.0755400Z /var/lib/jenkins/workspace/test/test_vmap.py:760: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0756833Z vmap(completely_unrelated_backward)(y) 2022-09-27T16:55:00.0769456Z ok (0.006s) 2022-09-27T16:55:00.0782466Z test_batched_gradient_basic (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:792: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0784003Z jacobian = vmap(vjp_mul)(batched_v) 2022-09-27T16:55:00.0789843Z ok (0.002s) 2022-09-27T16:55:00.0800348Z test_constant_function (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:63: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0801931Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-09-27T16:55:00.0803827Z ok (0.001s) 2022-09-27T16:55:00.0820798Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:41: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0822229Z vmap(torch.mul)(x, y) 2022-09-27T16:55:00.0824061Z /var/lib/jenkins/workspace/test/test_vmap.py:43: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0825478Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:55:00.0827413Z /var/lib/jenkins/workspace/test/test_vmap.py:45: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0829014Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:55:00.0829590Z ok (0.002s) 2022-09-27T16:55:00.0851556Z test_fallback_atan2 (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:554: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0853175Z result = vmap(op, (2, 0))(x, y) 2022-09-27T16:55:00.0858813Z /var/lib/jenkins/workspace/test/test_vmap.py:560: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0860182Z result = vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:55:00.0874575Z /var/lib/jenkins/workspace/test/test_vmap.py:566: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.0875942Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:55:00.1699567Z ok (0.087s) 2022-09-27T16:55:00.1712644Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T16:55:00.1730846Z test_fallback_masked_fill (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.1731638Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:55:00.2023621Z /var/lib/jenkins/workspace/test/test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.2024378Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:55:00.2253287Z ok (0.054s) 2022-09-27T16:55:00.2273304Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:600: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.2274088Z result = vmap(torch.var_mean)(tensor) 2022-09-27T16:55:00.2279539Z /var/lib/jenkins/workspace/test/test_vmap.py:606: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.2280226Z result = vmap(vmap(torch.var_mean))(tensor) 2022-09-27T16:55:00.2292748Z /var/lib/jenkins/workspace/test/test_vmap.py:612: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.2293447Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-09-27T16:55:00.2947152Z ok (0.069s) 2022-09-27T16:55:00.2960980Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.001s) 2022-09-27T16:55:00.2995469Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.003s) 2022-09-27T16:55:00.3017602Z test_fallback_zero_dim (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:525: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3018300Z vmap(op, (0, None))(x, y) 2022-09-27T16:55:00.3045449Z /var/lib/jenkins/workspace/test/test_vmap.py:527: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3046348Z vmap(op, (None, 0))(y, x) 2022-09-27T16:55:00.3071827Z /var/lib/jenkins/workspace/test/test_vmap.py:529: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3072465Z vmap(op)(x, x) 2022-09-27T16:55:00.3098761Z /var/lib/jenkins/workspace/test/test_vmap.py:534: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3099397Z vmap(op, (0, None))(x, y) 2022-09-27T16:55:00.3125871Z /var/lib/jenkins/workspace/test/test_vmap.py:536: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3126509Z vmap(op, (None, 0))(y, x) 2022-09-27T16:55:00.3152443Z /var/lib/jenkins/workspace/test/test_vmap.py:538: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3153073Z vmap(op)(x, x) 2022-09-27T16:55:00.3178480Z ok (0.018s) 2022-09-27T16:55:00.3189819Z test_func_with_no_inputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:57: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3190867Z vmap(foo)() 2022-09-27T16:55:00.3192128Z /var/lib/jenkins/workspace/test/test_vmap.py:60: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3192749Z vmap(bar)() 2022-09-27T16:55:00.3192985Z ok (0.001s) 2022-09-27T16:55:00.3200232Z test_functools_partial (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:798: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3200999Z result = vmap(functools.partial(torch.mul, x))(y) 2022-09-27T16:55:00.3203776Z ok (0.001s) 2022-09-27T16:55:00.3220013Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:773: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3220773Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:55:00.3236510Z /var/lib/jenkins/workspace/test/test_vmap.py:781: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3237190Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:55:00.3250373Z ok (0.005s) 2022-09-27T16:55:00.3268883Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:463: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3269690Z vmap(foo)(torch.randn([])) 2022-09-27T16:55:00.3270739Z /var/lib/jenkins/workspace/test/test_vmap.py:465: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3271809Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-09-27T16:55:00.3272892Z /var/lib/jenkins/workspace/test/test_vmap.py:467: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3273952Z vmap(foo, in_dims=(-1,))(x) 2022-09-27T16:55:00.3275070Z /var/lib/jenkins/workspace/test/test_vmap.py:469: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3275783Z vmap(foo, in_dims=(2,))(y) 2022-09-27T16:55:00.3277037Z /var/lib/jenkins/workspace/test/test_vmap.py:471: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3277774Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-09-27T16:55:00.3279141Z /var/lib/jenkins/workspace/test/test_vmap.py:473: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3279824Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-09-27T16:55:00.3280747Z /var/lib/jenkins/workspace/test/test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3281376Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-09-27T16:55:00.3281645Z ok (0.003s) 2022-09-27T16:55:00.3294778Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:407: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3296047Z vmap(torch.mul, [0, 0])(x, y) 2022-09-27T16:55:00.3297193Z /var/lib/jenkins/workspace/test/test_vmap.py:409: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3298137Z vmap(torch.mul, set({0, 0}))(x, y) 2022-09-27T16:55:00.3299072Z /var/lib/jenkins/workspace/test/test_vmap.py:411: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3300074Z vmap(torch.mul, 'lol')(x, y) 2022-09-27T16:55:00.3301306Z /var/lib/jenkins/workspace/test/test_vmap.py:413: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3301961Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-09-27T16:55:00.3302886Z /var/lib/jenkins/workspace/test/test_vmap.py:415: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3303510Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:55:00.3303765Z ok (0.002s) 2022-09-27T16:55:00.3327231Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:707: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3327979Z vmap(op, in_dims=(0, None))(x, y) 2022-09-27T16:55:00.3331264Z /var/lib/jenkins/workspace/test/test_vmap.py:713: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3331953Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-09-27T16:55:00.3338015Z /var/lib/jenkins/workspace/test/test_vmap.py:721: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3338711Z vmap(op, in_dims=(None, 0))(x, y) 2022-09-27T16:55:00.3368307Z /var/lib/jenkins/workspace/test/test_vmap.py:726: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3369287Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-09-27T16:55:00.3398458Z /var/lib/jenkins/workspace/test/test_vmap.py:731: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3399172Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-09-27T16:55:00.3429144Z /var/lib/jenkins/workspace/test/test_vmap.py:736: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3429827Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-09-27T16:55:00.3458208Z ok (0.016s) 2022-09-27T16:55:00.3481061Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:672: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3481796Z vmap(op, (2, 0))(x, y) 2022-09-27T16:55:00.3485740Z /var/lib/jenkins/workspace/test/test_vmap.py:680: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3486564Z vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:55:00.3499675Z /var/lib/jenkins/workspace/test/test_vmap.py:688: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.3501005Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:55:00.4212030Z ok (0.075s) 2022-09-27T16:55:00.4234091Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:631: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.4234825Z result = vmap(op)(x) 2022-09-27T16:55:00.4238645Z /var/lib/jenkins/workspace/test/test_vmap.py:638: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.4239302Z result = vmap(op, out_dims=(1,))(x) 2022-09-27T16:55:00.4243227Z /var/lib/jenkins/workspace/test/test_vmap.py:645: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.4243880Z result = vmap(vmap(op))(x) 2022-09-27T16:55:00.4272922Z /var/lib/jenkins/workspace/test/test_vmap.py:652: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.4274273Z result = vmap(vmap(vmap(op)))(x) 2022-09-27T16:55:00.6847238Z ok (0.263s) 2022-09-27T16:55:00.6863690Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:446: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6864426Z vmap(torch.sum)(x, 0) 2022-09-27T16:55:00.6865339Z /var/lib/jenkins/workspace/test/test_vmap.py:448: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6865998Z vmap(torch.sum, (0, 0))(x, 0) 2022-09-27T16:55:00.6866891Z /var/lib/jenkins/workspace/test/test_vmap.py:450: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6867560Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-09-27T16:55:00.6868472Z /var/lib/jenkins/workspace/test/test_vmap.py:452: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6869110Z vmap(torch.sum, (0, None))(x, 0) 2022-09-27T16:55:00.6869362Z ok (0.002s) 2022-09-27T16:55:00.6879173Z test_multiple_inputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:78: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6880179Z output = vmap(torch.mul)(x, y) 2022-09-27T16:55:00.6883134Z ok (0.001s) 2022-09-27T16:55:00.6898871Z test_multiple_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:220: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6899568Z result = vmap(foo, out_dims=(0, 1))(x) 2022-09-27T16:55:00.6904593Z /var/lib/jenkins/workspace/test/test_vmap.py:223: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6905343Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-09-27T16:55:00.6913115Z ok (0.003s) 2022-09-27T16:55:00.6923790Z test_multiple_outputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:86: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6924460Z outputs = vmap(foo)(x) 2022-09-27T16:55:00.6929794Z ok (0.002s) 2022-09-27T16:55:00.6942780Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:106: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6943544Z vmap(returns_tuple_of_tensors)(x) 2022-09-27T16:55:00.6945322Z /var/lib/jenkins/workspace/test/test_vmap.py:111: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6945955Z vmap(returns_list_of_two_tensors)(x) 2022-09-27T16:55:00.6946876Z /var/lib/jenkins/workspace/test/test_vmap.py:113: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6947527Z vmap(returns_list_of_one_tensor)(x) 2022-09-27T16:55:00.6948178Z ok (0.002s) 2022-09-27T16:55:00.6959291Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:337: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6960025Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-09-27T16:55:00.6964500Z ok (0.002s) 2022-09-27T16:55:00.6984868Z test_nested_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:236: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6985608Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-09-27T16:55:00.6991019Z /var/lib/jenkins/workspace/test/test_vmap.py:241: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6991854Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-09-27T16:55:00.6997267Z /var/lib/jenkins/workspace/test/test_vmap.py:246: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.6998067Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-09-27T16:55:00.7003799Z /var/lib/jenkins/workspace/test/test_vmap.py:253: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7004640Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-09-27T16:55:00.7010164Z ok (0.004s) 2022-09-27T16:55:00.7025413Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:127: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7026167Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-09-27T16:55:00.7032045Z /var/lib/jenkins/workspace/test/test_vmap.py:132: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7032893Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-09-27T16:55:00.7038833Z ok (0.003s) 2022-09-27T16:55:00.7050231Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:118: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7050953Z output = vmap(vmap(torch.mul))(x, y) 2022-09-27T16:55:00.7054946Z /var/lib/jenkins/workspace/test/test_vmap.py:121: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7055626Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-09-27T16:55:00.7059630Z ok (0.002s) 2022-09-27T16:55:00.7071916Z test_nn_module (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:804: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7072608Z result = vmap(model)(tensor) 2022-09-27T16:55:00.7078742Z ok (0.002s) 2022-09-27T16:55:00.7097054Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:344: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7097806Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-09-27T16:55:00.7101678Z /var/lib/jenkins/workspace/test/test_vmap.py:349: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7102363Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-09-27T16:55:00.7107944Z /var/lib/jenkins/workspace/test/test_vmap.py:358: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7108605Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-09-27T16:55:00.7112179Z /var/lib/jenkins/workspace/test/test_vmap.py:362: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7112854Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-09-27T16:55:00.7118057Z /var/lib/jenkins/workspace/test/test_vmap.py:367: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7118712Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-09-27T16:55:00.7122564Z ok (0.004s) 2022-09-27T16:55:00.7134978Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:28: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7135828Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-09-27T16:55:00.7137953Z /var/lib/jenkins/workspace/test/test_vmap.py:34: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7138621Z vmap(multiple_outputs)(torch.ones(3)) 2022-09-27T16:55:00.7139169Z ok (0.002s) 2022-09-27T16:55:00.7152916Z test_non_zero_in_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:310: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7153675Z output = vmap(lambda x: x, (1,))(tensor) 2022-09-27T16:55:00.7157091Z /var/lib/jenkins/workspace/test/test_vmap.py:316: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7157774Z output = vmap(torch.mul, (0, 1))(x, y) 2022-09-27T16:55:00.7160800Z /var/lib/jenkins/workspace/test/test_vmap.py:318: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7161467Z output = vmap(torch.mul, (1, 0))(x, y) 2022-09-27T16:55:00.7164402Z ok (0.002s) 2022-09-27T16:55:00.7176192Z test_none_in_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:326: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7177112Z output = vmap(torch.mul, (0, None))(x, y) 2022-09-27T16:55:00.7181722Z /var/lib/jenkins/workspace/test/test_vmap.py:331: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7182390Z output = vmap(torch.mul, (0, None))(x, 2) 2022-09-27T16:55:00.7185325Z ok (0.002s) 2022-09-27T16:55:00.7212208Z test_nonzero_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:171: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7212948Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-09-27T16:55:00.7216538Z /var/lib/jenkins/workspace/test/test_vmap.py:177: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7217218Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:55:00.7220976Z /var/lib/jenkins/workspace/test/test_vmap.py:183: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7221691Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-09-27T16:55:00.7225701Z /var/lib/jenkins/workspace/test/test_vmap.py:190: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7226407Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-09-27T16:55:00.7231444Z /var/lib/jenkins/workspace/test/test_vmap.py:198: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7232122Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:55:00.7251827Z /var/lib/jenkins/workspace/test/test_vmap.py:206: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7252474Z result = vmap(foo, out_dims=1)(x, y) 2022-09-27T16:55:00.7258631Z ok (0.007s) 2022-09-27T16:55:00.7268378Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:139: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7269112Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-09-27T16:55:00.7272403Z ok (0.001s) 2022-09-27T16:55:00.7288807Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:423: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7289718Z vmap(torch.mul, (0,))(x, y) 2022-09-27T16:55:00.7290640Z /var/lib/jenkins/workspace/test/test_vmap.py:425: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7291275Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-09-27T16:55:00.7292414Z /var/lib/jenkins/workspace/test/test_vmap.py:427: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7293327Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-09-27T16:55:00.7294247Z /var/lib/jenkins/workspace/test/test_vmap.py:429: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7294920Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-09-27T16:55:00.7295851Z /var/lib/jenkins/workspace/test/test_vmap.py:431: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7296463Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:55:00.7296721Z ok (0.002s) 2022-09-27T16:55:00.7305749Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:302: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7306576Z vmap(lambda x: x, out_dims=3)(x) 2022-09-27T16:55:00.7332505Z /var/lib/jenkins/workspace/test/test_vmap.py:304: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7333197Z vmap(lambda x: x, out_dims=-4)(x) 2022-09-27T16:55:00.7357536Z ok (0.006s) 2022-09-27T16:55:00.7372724Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:285: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7373760Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-09-27T16:55:00.7374693Z /var/lib/jenkins/workspace/test/test_vmap.py:287: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7375341Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-09-27T16:55:00.7376254Z /var/lib/jenkins/workspace/test/test_vmap.py:291: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7376909Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-09-27T16:55:00.7377828Z /var/lib/jenkins/workspace/test/test_vmap.py:293: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7378623Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-09-27T16:55:00.7378881Z ok (0.002s) 2022-09-27T16:55:00.7387899Z test_out_dims_edge_case (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:263: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7388866Z expected = vmap(foo, out_dims=1)(tensor) 2022-09-27T16:55:00.7389788Z /var/lib/jenkins/workspace/test/test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7390442Z result = vmap(foo, out_dims=(1,))(tensor) 2022-09-27T16:55:00.7392483Z ok (0.001s) 2022-09-27T16:55:00.7406935Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:271: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7408697Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-09-27T16:55:00.7409635Z /var/lib/jenkins/workspace/test/test_vmap.py:273: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7410330Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-09-27T16:55:00.7411371Z /var/lib/jenkins/workspace/test/test_vmap.py:275: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7412030Z vmap(lambda x: x, out_dims=None)(tensor) 2022-09-27T16:55:00.7412944Z /var/lib/jenkins/workspace/test/test_vmap.py:277: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7413587Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-09-27T16:55:00.7413853Z ok (0.002s) 2022-09-27T16:55:00.7418246Z test_single_input (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:72: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7418947Z output = vmap(square)(x) 2022-09-27T16:55:00.7421555Z ok (0.001s) 2022-09-27T16:55:00.7437411Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:150: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7438135Z vmap(torch.ravel)(tensor) 2022-09-27T16:55:00.7463727Z /var/lib/jenkins/workspace/test/test_vmap.py:156: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7464521Z vmap(out_op)(tensor, tensor) 2022-09-27T16:55:00.7491064Z /var/lib/jenkins/workspace/test/test_vmap.py:161: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7491751Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-09-27T16:55:00.7517935Z /var/lib/jenkins/workspace/test/test_vmap.py:166: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7518601Z vmap(torch.Tensor.item)(tensor) 2022-09-27T16:55:00.7549984Z ok (0.013s) 2022-09-27T16:55:00.7649885Z test_add_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-09-27T16:55:00.7666258Z test_binary_cross_entropy_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7667064Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:55:00.7703841Z ok (0.005s) 2022-09-27T16:55:00.7741218Z test_diagonal_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-09-27T16:55:00.7882674Z test_div_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.014s) 2022-09-27T16:55:00.7906184Z test_expand_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-09-27T16:55:00.7921809Z test_index_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:00.7922595Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:55:00.7960856Z ok (0.005s) 2022-09-27T16:55:00.8000720Z test_inplace_manyview_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-09-27T16:55:00.8035492Z test_inplace_on_view_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-09-27T16:55:01.2029646Z test_lgamma_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.399s) 2022-09-27T16:55:01.2070981Z test_log1p_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-09-27T16:55:01.2109399Z test_log_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-09-27T16:55:01.2157211Z test_logsumexp_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-09-27T16:55:01.2169797Z test_max_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:01.2170599Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:55:01.2185120Z ok (0.003s) 2022-09-27T16:55:01.2213438Z test_median_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-09-27T16:55:01.2239606Z test_min_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-09-27T16:55:01.2364559Z test_mul_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.012s) 2022-09-27T16:55:01.2387396Z test_permute_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-09-27T16:55:01.2409735Z test_reshape_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-09-27T16:55:01.2457948Z test_select_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-09-27T16:55:01.2498017Z test_sigmoid_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-09-27T16:55:01.2547532Z test_slice_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-09-27T16:55:01.2575041Z test_stack_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-09-27T16:55:01.2660018Z test_sub_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-09-27T16:55:01.9574327Z test_symeig_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:2421: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:55:01.9575599Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:55:01.9576024Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:55:01.9576311Z should be replaced with 2022-09-27T16:55:01.9576801Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:55:01.9577103Z and 2022-09-27T16:55:01.9577381Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:55:01.9577674Z should be replaced with 2022-09-27T16:55:01.9578279Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T16:55:01.9578773Z return torch.symeig(x, eigenvectors=True)[0] 2022-09-27T16:55:01.9579726Z /var/lib/jenkins/workspace/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:01.9580401Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:55:01.9632198Z ok (0.697s) 2022-09-27T16:55:01.9658111Z test_threshold_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-09-27T16:55:01.9683694Z test_trace_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-09-27T16:55:01.9696491Z test_unrelated_output_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:2481: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:01.9697230Z result = vmap(vjp)(gy) 2022-09-27T16:55:01.9703643Z ok (0.002s) 2022-09-27T16:55:01.9718102Z test_unrelated_output_multiple_grad_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:2496: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:01.9718882Z result = vmap(vjp)(gy) 2022-09-27T16:55:01.9724534Z ok (0.002s) 2022-09-27T16:55:01.9738248Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCUDA) ... ok (0.001s) 2022-09-27T16:55:01.9746625Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:01.9747396Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:55:01.9748379Z ok (0.001s) 2022-09-27T16:55:01.9825113Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:55:02.0139920Z test_as_strided (__main__.TestVmapOperators) ... ok (0.031s) 2022-09-27T16:55:02.1921598Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.178s) 2022-09-27T16:55:02.2100994Z test_bmm (__main__.TestVmapOperators) ... ok (0.018s) 2022-09-27T16:55:02.2157962Z test_cat (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:55:02.2388530Z test_chunk (__main__.TestVmapOperators) ... ok (0.023s) 2022-09-27T16:55:02.2606212Z test_clamp (__main__.TestVmapOperators) ... ok (0.022s) 2022-09-27T16:55:02.2803156Z test_clone (__main__.TestVmapOperators) ... ok (0.020s) 2022-09-27T16:55:02.3627996Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.082s) 2022-09-27T16:55:02.3726687Z test_conj (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:55:02.3816929Z test_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-09-27T16:55:02.3870994Z test_diagonal (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:55:02.4032044Z test_dot (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:55:02.4113236Z test_expand_as (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:55:02.4304497Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.019s) 2022-09-27T16:55:02.4412445Z test_imag (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:55:02.4428371Z test_is_complex (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:55:02.4516711Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-09-27T16:55:02.4532682Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:55:02.4698196Z test_mm (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:55:02.4797050Z test_movedim (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:55:02.4961917Z test_mv (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:55:02.5014405Z test_narrow (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:55:02.5035263Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-09-27T16:55:02.5166033Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T16:55:02.5193184Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.003s) 2022-09-27T16:55:02.6376184Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.118s) 2022-09-27T16:55:02.6485091Z test_real (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:55:02.6545020Z test_reshape (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:55:02.6620367Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:55:02.6699023Z test_result_type (__main__.TestVmapOperators) ... ok (0.008s) 2022-09-27T16:55:02.6742360Z test_select (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:55:02.6787175Z test_slice (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:55:02.7230790Z test_split (__main__.TestVmapOperators) ... ok (0.044s) 2022-09-27T16:55:02.7277371Z test_squeeze (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:55:02.7337857Z test_stack (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:55:02.7352697Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:55:02.7438722Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.009s) 2022-09-27T16:55:02.7485470Z test_t (__main__.TestVmapOperators) ... ok (0.005s) 2022-09-27T16:55:02.8646979Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.116s) 2022-09-27T16:55:02.8707436Z test_to (__main__.TestVmapOperators) ... ok (0.006s) 2022-09-27T16:55:02.8751330Z test_trace (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:55:02.8817978Z test_transpose (__main__.TestVmapOperators) ... ok (0.007s) 2022-09-27T16:55:03.0089424Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.127s) 2022-09-27T16:55:03.1745552Z test_unbind (__main__.TestVmapOperators) ... ok (0.165s) 2022-09-27T16:55:03.1790060Z test_unfold (__main__.TestVmapOperators) ... ok (0.004s) 2022-09-27T16:55:03.1917341Z test_view (__main__.TestVmapOperators) ... ok (0.013s) 2022-09-27T16:55:03.2071556Z test_view_as (__main__.TestVmapOperators) ... ok (0.015s) 2022-09-27T16:55:03.2803477Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.073s) 2022-09-27T16:55:03.2911330Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.011s) 2022-09-27T16:55:03.2925739Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.001s) 2022-09-27T16:55:03.2935851Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... /var/lib/jenkins/workspace/test/test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:55:03.2937440Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:55:03.2937936Z ok (0.001s) 2022-09-27T16:55:03.2938675Z 2022-09-27T16:55:03.2939390Z ---------------------------------------------------------------------- 2022-09-27T16:55:03.2939977Z Ran 125 tests in 3.232s 2022-09-27T16:55:03.2940282Z 2022-09-27T16:55:03.2940440Z OK 2022-09-27T16:55:03.2940689Z 2022-09-27T16:55:03.2940916Z Generating XML reports... 2022-09-27T16:55:03.3047966Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220927165500.xml 2022-09-27T16:55:03.3085064Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCUDA-20220927165500.xml 2022-09-27T16:55:03.3136408Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220927165500.xml 2022-09-27T16:55:03.7197810Z Running test_bundled_inputs ... [2022-09-27 16:55:03.719263] 2022-09-27T16:55:03.7198516Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:03.719342] 2022-09-27T16:55:05.5322802Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-09-27T16:55:05.5340724Z 2022-09-27T16:55:05.5341230Z Running tests... 2022-09-27T16:55:05.5341721Z ---------------------------------------------------------------------- 2022-09-27T16:55:06.9998971Z test_bad_inputs (__main__.TestBundledInputs) ... ok (1.466s) 2022-09-27T16:55:07.8087964Z test_dict_args (__main__.TestBundledInputs) ... ok (0.809s) 2022-09-27T16:55:07.8165410Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.008s) 2022-09-27T16:55:07.8257859Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.009s) 2022-09-27T16:55:07.8387300Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.013s) 2022-09-27T16:55:07.8522104Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.013s) 2022-09-27T16:55:07.9069610Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.055s) 2022-09-27T16:55:07.9126484Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.006s) 2022-09-27T16:55:07.9178933Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.005s) 2022-09-27T16:55:07.9297151Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.012s) 2022-09-27T16:55:07.9404133Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.011s) 2022-09-27T16:55:07.9754092Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.035s) 2022-09-27T16:55:07.9754551Z 2022-09-27T16:55:07.9755198Z ---------------------------------------------------------------------- 2022-09-27T16:55:07.9755818Z Ran 12 tests in 2.441s 2022-09-27T16:55:07.9756123Z 2022-09-27T16:55:07.9756289Z OK 2022-09-27T16:55:07.9756516Z 2022-09-27T16:55:07.9756744Z Generating XML reports... 2022-09-27T16:55:07.9801474Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220927165505.xml 2022-09-27T16:55:08.3370025Z Running test_functionalization ... [2022-09-27 16:55:08.336492] 2022-09-27T16:55:08.3370738Z Executing ['/opt/conda/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:08.336567] 2022-09-27T16:55:10.1616065Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-09-27T16:55:10.1634859Z 2022-09-27T16:55:10.1635256Z Running tests... 2022-09-27T16:55:10.1636100Z ---------------------------------------------------------------------- 2022-09-27T16:55:11.6681695Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (1.504s) 2022-09-27T16:55:11.6960046Z test_as_strided (__main__.TestFunctionalization) ... ok (0.028s) 2022-09-27T16:55:11.7125764Z test_cat (__main__.TestFunctionalization) ... ok (0.017s) 2022-09-27T16:55:11.7949511Z test_copy_ (__main__.TestFunctionalization) ... ok (0.082s) 2022-09-27T16:55:11.8189983Z test_diagonal (__main__.TestFunctionalization) ... ok (0.024s) 2022-09-27T16:55:11.8353197Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:55:11.9782270Z test_everything (__main__.TestFunctionalization) ... ok (0.143s) 2022-09-27T16:55:11.9879227Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.010s) 2022-09-27T16:55:12.0097394Z test_fill_ (__main__.TestFunctionalization) ... ok (0.022s) 2022-09-27T16:55:12.0324420Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.023s) 2022-09-27T16:55:12.0571339Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.025s) 2022-09-27T16:55:12.0753448Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.018s) 2022-09-27T16:55:12.0769968Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.002s) 2022-09-27T16:55:12.0825852Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.006s) 2022-09-27T16:55:12.0842677Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.002s) 2022-09-27T16:55:12.0860459Z test_multi_out (__main__.TestFunctionalization) ... /var/lib/jenkins/workspace/test/test_functionalization.py:187: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:55:12.0862467Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-09-27T16:55:12.1057433Z ok (0.021s) 2022-09-27T16:55:12.1220903Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:55:12.1267403Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.005s) 2022-09-27T16:55:12.1390070Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.012s) 2022-09-27T16:55:12.1422056Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.003s) 2022-09-27T16:55:12.1619841Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.020s) 2022-09-27T16:55:12.1807489Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.019s) 2022-09-27T16:55:12.1855327Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.005s) 2022-09-27T16:55:12.2140147Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.028s) 2022-09-27T16:55:12.2818896Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.068s) 2022-09-27T16:55:12.2831656Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:55:12.3042839Z test_scalars (__main__.TestFunctionalization) ... ok (0.021s) 2022-09-27T16:55:12.3312592Z test_simple (__main__.TestFunctionalization) ... ok (0.027s) 2022-09-27T16:55:12.3328093Z test_simple_out (__main__.TestFunctionalization) ... /var/lib/jenkins/workspace/test/test_functionalization.py:149: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:55:12.3330634Z torch.add(y, tmp, out=z) 2022-09-27T16:55:12.3569207Z ok (0.026s) 2022-09-27T16:55:12.3822890Z test_split (__main__.TestFunctionalization) ... ok (0.025s) 2022-09-27T16:55:12.4065886Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.024s) 2022-09-27T16:55:12.4162363Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.010s) 2022-09-27T16:55:12.4177662Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:55:12.4398687Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.022s) 2022-09-27T16:55:12.4399413Z 2022-09-27T16:55:12.4400045Z ---------------------------------------------------------------------- 2022-09-27T16:55:12.4400700Z Ran 34 tests in 2.276s 2022-09-27T16:55:12.4401008Z 2022-09-27T16:55:12.4401166Z OK 2022-09-27T16:55:12.4401400Z 2022-09-27T16:55:12.4401624Z Generating XML reports... 2022-09-27T16:55:12.4468786Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220927165510.xml 2022-09-27T16:55:12.8046223Z Running test_tensorboard ... [2022-09-27 16:55:12.804107] 2022-09-27T16:55:12.8046955Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:12.804181] 2022-09-27T16:55:14.5507762Z /opt/conda/lib/python3.10/site-packages/caffe2/__init__.py:5: UserWarning: Caffe2 support is not fully enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:55:14.5508411Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-09-27T16:55:14.5536210Z /opt/conda/lib/python3.10/site-packages/caffe2/proto/__init__.py:17: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:55:14.5537383Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-09-27T16:55:14.5538438Z /opt/conda/lib/python3.10/site-packages/caffe2/python/__init__.py:9: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:55:14.5539108Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-09-27T16:55:14.7818484Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-09-27T16:55:14.7845793Z 2022-09-27T16:55:14.7846131Z Running tests... 2022-09-27T16:55:14.7846815Z ---------------------------------------------------------------------- 2022-09-27T16:55:14.7963649Z test_embedding (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-09-27T16:55:14.8024105Z ok (0.018s) 2022-09-27T16:55:14.8078073Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-09-27T16:55:14.8136858Z ok (0.011s) 2022-09-27T16:55:14.8146528Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-09-27T16:55:14.8156536Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-09-27T16:55:14.8161364Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:55:14.8165149Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:55:14.8177365Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-09-27T16:55:14.8193571Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-09-27T16:55:14.8198648Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... ok (0.000s) 2022-09-27T16:55:14.8209284Z test_scalar (__main__.TestTensorBoardNumpy) ... ok (0.001s) 2022-09-27T16:55:14.8215334Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.000s) 2022-09-27T16:55:14.8254958Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.004s) 2022-09-27T16:55:14.8325986Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.007s) 2022-09-27T16:55:16.0590729Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (1.226s) 2022-09-27T16:55:16.0610975Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.002s) 2022-09-27T16:55:16.1727327Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.111s) 2022-09-27T16:55:16.2696665Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... ok (0.097s) 2022-09-27T16:55:16.2949961Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.025s) 2022-09-27T16:55:16.3218988Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... Encountering a dict at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-09-27T16:55:16.3219870Z Error occurs, No graph saved 2022-09-27T16:55:16.3349291Z ok (0.040s) 2022-09-27T16:55:16.3358258Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.001s) 2022-09-27T16:55:16.3474402Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... mat1 and mat2 shapes cannot be multiplied (1x9 and 3x5) 2022-09-27T16:55:16.3474838Z Error occurs, No graph saved 2022-09-27T16:55:16.3478257Z ok (0.012s) 2022-09-27T16:55:16.3483762Z test_audio (__main__.TestTensorBoardSummary) ... warning: audio amplitude out of range, auto clipped. 2022-09-27T16:55:16.3501745Z ok (0.002s) 2022-09-27T16:55:16.3509132Z test_custom_scalars (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3514074Z test_empty_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-09-27T16:55:16.3520923Z test_float32_image (__main__.TestTensorBoardSummary) 2022-09-27T16:55:16.3523580Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... ok (0.001s) 2022-09-27T16:55:16.3538653Z test_histogram_auto (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3552522Z test_histogram_doane (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3565511Z test_histogram_fd (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3598836Z test_hparams_bool (__main__.TestTensorBoardSummary) ... ok (0.003s) 2022-09-27T16:55:16.3609686Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3617999Z test_hparams_number (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3629761Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3637797Z test_hparams_string (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3647874Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... parameter: hparam_dict should be a dictionary, nothing logged. 2022-09-27T16:55:16.3648836Z parameter: metric_dict should be a dictionary, nothing logged. 2022-09-27T16:55:16.3673848Z ok (0.003s) 2022-09-27T16:55:16.3689630Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3736196Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... ok (0.005s) 2022-09-27T16:55:16.3750505Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3765342Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3781670Z test_image_without_channel (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-09-27T16:55:16.3787547Z test_list_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-09-27T16:55:16.3812975Z test_mesh (__main__.TestTensorBoardSummary) ... ok (0.003s) 2022-09-27T16:55:16.3822221Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3828757Z test_text (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3833506Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-09-27T16:55:16.3836171Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... ok (0.001s) 2022-09-27T16:55:16.3846893Z test_video (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-09-27T16:55:16.3863793Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... ok (0.002s) 2022-09-27T16:55:16.3877423Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-09-27T16:55:16.3892832Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-09-27T16:55:16.3901757Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... ok (0.001s) 2022-09-27T16:55:16.4119110Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... ok (0.022s) 2022-09-27T16:55:16.5465428Z test_prepare_video (__main__.TestTensorBoardUtils) ... ok (0.134s) 2022-09-27T16:55:16.5483139Z test_to_HWC (__main__.TestTensorBoardUtils) ... ok (0.002s) 2022-09-27T16:55:16.6073460Z test_writer (__main__.TestTensorBoardWriter) ... add_video needs package moviepy 2022-09-27T16:55:16.6135125Z ok (0.065s) 2022-09-27T16:55:16.6135461Z 2022-09-27T16:55:16.6135912Z ---------------------------------------------------------------------- 2022-09-27T16:55:16.6136270Z Ran 53 tests in 1.829s 2022-09-27T16:55:16.6136429Z 2022-09-27T16:55:16.6136551Z OK (skipped=7) 2022-09-27T16:55:16.6136693Z 2022-09-27T16:55:16.6136824Z Generating XML reports... 2022-09-27T16:55:16.6145311Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220927165514.xml 2022-09-27T16:55:16.6153513Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220927165514.xml 2022-09-27T16:55:16.6160603Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220927165514.xml 2022-09-27T16:55:16.6172063Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220927165514.xml 2022-09-27T16:55:16.6197303Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220927165514.xml 2022-09-27T16:55:16.6202764Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220927165514.xml 2022-09-27T16:55:16.6209324Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220927165514.xml 2022-09-27T16:55:16.6213030Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220927165514.xml 2022-09-27T16:55:16.6217896Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220927165514.xml 2022-09-27T16:55:16.9763156Z Running test_function_schema ... [2022-09-27 16:55:16.975771] 2022-09-27T16:55:16.9763865Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:16.975847] 2022-09-27T16:55:18.7677946Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-09-27T16:55:18.7693672Z 2022-09-27T16:55:18.7694152Z Running tests... 2022-09-27T16:55:18.7694635Z ---------------------------------------------------------------------- 2022-09-27T16:55:20.2369666Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (1.467s) 2022-09-27T16:55:20.2378445Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:55:20.2388640Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:55:20.2401494Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:55:20.2411942Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:55:20.2422935Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:55:20.2444395Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-09-27T16:55:20.2452627Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:55:20.2462643Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:55:20.6157759Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.369s) 2022-09-27T16:55:20.6166734Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:55:20.6175404Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:55:20.6188495Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-09-27T16:55:20.6189153Z 2022-09-27T16:55:20.6189854Z ---------------------------------------------------------------------- 2022-09-27T16:55:20.6190217Z Ran 13 tests in 1.849s 2022-09-27T16:55:20.6190387Z 2022-09-27T16:55:20.6190481Z OK 2022-09-27T16:55:20.6190617Z 2022-09-27T16:55:20.6190746Z Generating XML reports... 2022-09-27T16:55:20.6725083Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927165518.xml 2022-09-27T16:55:21.0331258Z Running nn/test_packed_sequence ... [2022-09-27 16:55:21.032558] 2022-09-27T16:55:21.0332360Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:21.032636] 2022-09-27T16:55:22.8277362Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-09-27T16:55:22.8294428Z 2022-09-27T16:55:22.8294664Z Running tests... 2022-09-27T16:55:22.8295358Z ---------------------------------------------------------------------- 2022-09-27T16:55:24.3271891Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (1.497s) 2022-09-27T16:55:24.3994124Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.072s) 2022-09-27T16:55:24.4122331Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.013s) 2022-09-27T16:55:24.4134101Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-09-27T16:55:24.4616383Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.048s) 2022-09-27T16:55:24.4721055Z test_to (__main__.PackedSequenceTest) ... ok (0.010s) 2022-09-27T16:55:24.4736875Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.001s) 2022-09-27T16:55:24.4786468Z test_total_length (__main__.PackedSequenceTest) ... ok (0.005s) 2022-09-27T16:55:24.4794816Z test_type_casts (__main__.PackedSequenceTest) 2022-09-27T16:55:24.5140091Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.035s) 2022-09-27T16:55:24.5279582Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.014s) 2022-09-27T16:55:24.5406538Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.013s) 2022-09-27T16:55:24.5461504Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.005s) 2022-09-27T16:55:24.5462288Z 2022-09-27T16:55:24.5462962Z ---------------------------------------------------------------------- 2022-09-27T16:55:24.5463550Z Ran 12 tests in 1.717s 2022-09-27T16:55:24.5463861Z 2022-09-27T16:55:24.5464024Z OK 2022-09-27T16:55:24.5464257Z 2022-09-27T16:55:24.5464485Z Generating XML reports... 2022-09-27T16:55:24.5510418Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20220927165522.xml 2022-09-27T16:55:24.8957924Z Running test_cuda_sanitizer ... [2022-09-27 16:55:24.895334] 2022-09-27T16:55:24.8958593Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:24.895408] 2022-09-27T16:55:26.6659508Z Test results will be stored in test-reports/python-unittest/test_cuda_sanitizer 2022-09-27T16:55:26.6677992Z 2022-09-27T16:55:26.6678214Z Running tests... 2022-09-27T16:55:26.6678835Z ---------------------------------------------------------------------- 2022-09-27T16:55:28.1580561Z test_add (__main__.TestArgumentHandler) ... ok (1.490s) 2022-09-27T16:55:28.1600120Z test_cat (__main__.TestArgumentHandler) ... ok (0.002s) 2022-09-27T16:55:28.1615103Z test_inplace (__main__.TestArgumentHandler) ... ok (0.001s) 2022-09-27T16:55:28.1636011Z test_nonzero (__main__.TestArgumentHandler) ... ok (0.002s) 2022-09-27T16:55:28.1660331Z test_out (__main__.TestArgumentHandler) ... ok (0.002s) 2022-09-27T16:55:28.1676101Z test_split (__main__.TestArgumentHandler) ... ok (0.001s) 2022-09-27T16:55:28.1696452Z test_tensor_names (__main__.TestArgumentHandler) ... ok (0.002s) 2022-09-27T16:55:28.1717680Z test_all_reads_checked_failing (__main__.TestEventHandler) ... ok (0.002s) 2022-09-27T16:55:28.1734249Z test_all_reads_checked_passing (__main__.TestEventHandler) ... ok (0.002s) 2022-09-27T16:55:28.1746675Z test_branch_sync (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1756713Z test_chain_sync (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1773703Z test_correct_state_merging (__main__.TestEventHandler) ... ok (0.002s) 2022-09-27T16:55:28.1792201Z test_deleted_record (__main__.TestEventHandler) ... ok (0.002s) 2022-09-27T16:55:28.1801404Z test_device_synchronization_expired (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1816878Z test_device_synchronize (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1821709Z test_empty_kernel_launch (__main__.TestEventHandler) ... ok (0.000s) 2022-09-27T16:55:28.1834017Z test_event_synchronize (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1843597Z test_expired_record (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1853078Z test_multiple_errors (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1863615Z test_multiple_wait (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1871447Z test_new_stream_is_synchronized (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1881814Z test_reads_check_last_write (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1892580Z test_record_override (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1899846Z test_simple_error (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1906622Z test_simple_passing (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1915251Z test_simple_sync (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1927647Z test_stream_synchronize (__main__.TestEventHandler) ... ok (0.001s) 2022-09-27T16:55:28.1945333Z test_ensure_does_not_exist (__main__.TestMessages) ... ok (0.002s) 2022-09-27T16:55:28.1957149Z test_ensure_exists (__main__.TestMessages) ... ok (0.001s) 2022-09-27T16:55:28.1973078Z test_error_message (__main__.TestMessages) ... ok (0.001s) 2022-09-27T16:55:28.1974101Z 2022-09-27T16:55:28.1974670Z ---------------------------------------------------------------------- 2022-09-27T16:55:28.1975241Z Ran 30 tests in 1.530s 2022-09-27T16:55:28.1975394Z 2022-09-27T16:55:28.1975494Z OK 2022-09-27T16:55:28.1975620Z 2022-09-27T16:55:28.1975748Z Generating XML reports... 2022-09-27T16:55:28.2013612Z Generated XML report: test-reports/python-unittest/test_cuda_sanitizer/TEST-TestArgumentHandler-20220927165526.xml 2022-09-27T16:55:28.2034223Z Generated XML report: test-reports/python-unittest/test_cuda_sanitizer/TEST-TestEventHandler-20220927165526.xml 2022-09-27T16:55:28.2039389Z Generated XML report: test-reports/python-unittest/test_cuda_sanitizer/TEST-TestMessages-20220927165526.xml 2022-09-27T16:55:28.5599591Z Running test_autocast ... [2022-09-27 16:55:28.559412] 2022-09-27T16:55:28.5600259Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:28.559486] 2022-09-27T16:55:30.3430843Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-09-27T16:55:30.3447968Z 2022-09-27T16:55:30.3448373Z Running tests... 2022-09-27T16:55:30.3449082Z ---------------------------------------------------------------------- 2022-09-27T16:55:31.8003082Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (1.455s) 2022-09-27T16:55:31.8074192Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.007s) 2022-09-27T16:55:31.8171501Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.009s) 2022-09-27T16:55:31.8307902Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.014s) 2022-09-27T16:55:31.8835124Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.052s) 2022-09-27T16:55:31.9688204Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.085s) 2022-09-27T16:55:31.9758036Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.007s) 2022-09-27T16:55:31.9770244Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-09-27T16:55:31.9770715Z 2022-09-27T16:55:31.9771439Z ---------------------------------------------------------------------- 2022-09-27T16:55:31.9772039Z Ran 8 tests in 1.632s 2022-09-27T16:55:31.9772210Z 2022-09-27T16:55:31.9772307Z OK 2022-09-27T16:55:31.9772450Z 2022-09-27T16:55:31.9772580Z Generating XML reports... 2022-09-27T16:55:31.9813645Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927165530.xml 2022-09-27T16:55:31.9817592Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927165530.xml 2022-09-27T16:55:32.3286725Z Running test_native_functions ... [2022-09-27 16:55:32.328133] 2022-09-27T16:55:32.3287466Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:32.328207] 2022-09-27T16:55:34.0977488Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-09-27T16:55:34.0993133Z 2022-09-27T16:55:34.0993501Z Running tests... 2022-09-27T16:55:34.0994151Z ---------------------------------------------------------------------- 2022-09-27T16:55:35.6396912Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (1.540s) 2022-09-27T16:55:35.6997607Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.060s) 2022-09-27T16:55:35.7091078Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.009s) 2022-09-27T16:55:35.7210590Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.012s) 2022-09-27T16:55:35.7298830Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.009s) 2022-09-27T16:55:35.7374410Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.007s) 2022-09-27T16:55:35.7375114Z 2022-09-27T16:55:35.7375818Z ---------------------------------------------------------------------- 2022-09-27T16:55:35.7376565Z Ran 6 tests in 1.638s 2022-09-27T16:55:35.7376885Z 2022-09-27T16:55:35.7377008Z OK 2022-09-27T16:55:35.7377150Z 2022-09-27T16:55:35.7377264Z Generating XML reports... 2022-09-27T16:55:35.7415798Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220927165534.xml 2022-09-27T16:55:36.0879203Z Running lazy/test_reuse_ir ... [2022-09-27 16:55:36.087383] 2022-09-27T16:55:36.0880157Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:36.087458] 2022-09-27T16:55:37.8747286Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-09-27T16:55:37.8762299Z 2022-09-27T16:55:37.8762826Z Running tests... 2022-09-27T16:55:37.8763331Z ---------------------------------------------------------------------- 2022-09-27T16:55:39.3342052Z testAdd (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77722 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (1.458s) 2022-09-27T16:55:39.3354969Z testAddSub (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77721 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:55:39.3369682Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77723 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:55:39.4408740Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.104s) 2022-09-27T16:55:39.4409435Z 2022-09-27T16:55:39.4410061Z ---------------------------------------------------------------------- 2022-09-27T16:55:39.4410611Z Ran 4 tests in 1.564s 2022-09-27T16:55:39.4410770Z 2022-09-27T16:55:39.4410889Z OK (skipped=3) 2022-09-27T16:55:39.4411047Z 2022-09-27T16:55:39.4411177Z Generating XML reports... 2022-09-27T16:55:39.4913845Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927165537.xml 2022-09-27T16:55:39.8477237Z Running test_type_info ... [2022-09-27 16:55:39.847223] 2022-09-27T16:55:39.8478215Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:39.847299] 2022-09-27T16:55:41.6232878Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-09-27T16:55:41.6250924Z 2022-09-27T16:55:41.6251247Z Running tests... 2022-09-27T16:55:41.6251679Z ---------------------------------------------------------------------- 2022-09-27T16:55:43.1017964Z test_finfo (__main__.TestDTypeInfo) ... ok (1.476s) 2022-09-27T16:55:43.1040948Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.002s) 2022-09-27T16:55:43.1053142Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-09-27T16:55:43.1053587Z 2022-09-27T16:55:43.1054029Z ---------------------------------------------------------------------- 2022-09-27T16:55:43.1054359Z Ran 3 tests in 1.480s 2022-09-27T16:55:43.1054523Z 2022-09-27T16:55:43.1054618Z OK 2022-09-27T16:55:43.1054753Z 2022-09-27T16:55:43.1054884Z Generating XML reports... 2022-09-27T16:55:43.1544372Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220927165541.xml 2022-09-27T16:55:43.4969136Z Running test_show_pickle ... [2022-09-27 16:55:43.496348] 2022-09-27T16:55:43.4969838Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:43.496428] 2022-09-27T16:55:45.2785109Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-09-27T16:55:45.2801277Z 2022-09-27T16:55:45.2801852Z Running tests... 2022-09-27T16:55:45.2802369Z ---------------------------------------------------------------------- 2022-09-27T16:55:46.7405921Z test_scripted_model (__main__.TestShowPickle) ... ok (1.460s) 2022-09-27T16:55:46.7406313Z 2022-09-27T16:55:46.7406871Z ---------------------------------------------------------------------- 2022-09-27T16:55:46.7407215Z Ran 1 test in 1.460s 2022-09-27T16:55:46.7407384Z 2022-09-27T16:55:46.7407460Z OK 2022-09-27T16:55:46.7407864Z 2022-09-27T16:55:46.7408049Z Generating XML reports... 2022-09-27T16:55:46.7886208Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220927165545.xml 2022-09-27T16:55:47.1341484Z Running test_native_mha ... [2022-09-27 16:55:47.133642] 2022-09-27T16:55:47.1342178Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:47.133718] 2022-09-27T16:55:50.3964925Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-09-27T16:55:50.3989658Z 2022-09-27T16:55:50.3990191Z Running tests... 2022-09-27T16:55:50.3990668Z ---------------------------------------------------------------------- 2022-09-27T16:55:50.8024832Z test_native_multihead_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.403s) 2022-09-27T16:55:50.8056667Z test_native_multihead_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:55:50.8087235Z test_native_multihead_encoder_decoder_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:55:50.8116732Z test_native_multihead_encoder_decoder_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:55:50.8228858Z test_native_multihead_self_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_native_mha.py:202: 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:177.) 2022-09-27T16:55:50.8229607Z q = torch.nested_tensor(qs, device=device, dtype=dtype) 2022-09-27T16:55:50.9305460Z ok (0.119s) 2022-09-27T16:55:51.0006611Z test_native_multihead_self_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.070s) 2022-09-27T16:55:51.0179559Z test_transform_bias_rescale_qkv_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.017s) 2022-09-27T16:55:51.0383508Z test_transform_bias_rescale_qkv_nested_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.020s) 2022-09-27T16:55:51.0383827Z 2022-09-27T16:55:51.0384184Z ---------------------------------------------------------------------- 2022-09-27T16:55:51.0384525Z Ran 8 tests in 0.639s 2022-09-27T16:55:51.0384688Z 2022-09-27T16:55:51.0384788Z OK 2022-09-27T16:55:51.0384924Z 2022-09-27T16:55:51.0385048Z Generating XML reports... 2022-09-27T16:55:51.0426626Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCUDA-20220927165550.xml 2022-09-27T16:55:51.4198053Z Running test_numba_integration ... [2022-09-27 16:55:51.419283] 2022-09-27T16:55:51.4198768Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:51.419359] 2022-09-27T16:55:54.5913519Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-09-27T16:55:54.5928414Z 2022-09-27T16:55:54.5928931Z Running tests... 2022-09-27T16:55:54.5929787Z ---------------------------------------------------------------------- 2022-09-27T16:55:54.5938340Z test_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:55:54.5939260Z 'as_cuda_array' tensor device must match active numba context. ... skip: No multigpu (0.001s) 2022-09-27T16:55:54.5955855Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-09-27T16:55:54.6780119Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... ok (0.084s) 2022-09-27T16:55:54.6792284Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-09-27T16:55:54.6802214Z Numba properly detects array interface for tensor.Tensor variants. ... ok (0.002s) 2022-09-27T16:55:54.6823450Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:55:54.6878136Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... ok (0.008s) 2022-09-27T16:55:54.6900449Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:55:54.6901475Z 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.002s) 2022-09-27T16:55:54.6912755Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:55:54.6913490Z 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-09-27T16:55:54.6921418Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-09-27T16:55:54.6958812Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... ok (0.004s) 2022-09-27T16:55:54.6965551Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-09-27T16:55:54.6966186Z 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-09-27T16:55:54.6967183Z 2022-09-27T16:55:54.6967822Z ---------------------------------------------------------------------- 2022-09-27T16:55:54.6968198Z Ran 8 tests in 0.104s 2022-09-27T16:55:54.6968368Z 2022-09-27T16:55:54.6968854Z OK (skipped=4) 2022-09-27T16:55:54.6969142Z 2022-09-27T16:55:54.6969359Z Generating XML reports... 2022-09-27T16:55:54.7012007Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927165554.xml 2022-09-27T16:55:55.0447736Z Running test_nvfuser_frontend ... [2022-09-27 16:55:55.044230] 2022-09-27T16:55:55.0448839Z Executing ['/opt/conda/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:55.044305] 2022-09-27T16:55:56.8622173Z Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-09-27T16:55:56.8638851Z 2022-09-27T16:55:56.8639132Z Running tests... 2022-09-27T16:55:56.8639879Z ---------------------------------------------------------------------- 2022-09-27T16:55:56.8657065Z test_basic (__main__.TestNvFuserFrontend) ... skip: Only supported on Volta and newer devices. (0.002s) 2022-09-27T16:55:58.0673397Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: Only supported on Volta and newer devices. (0.001s) 2022-09-27T16:55:58.0681454Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: Only supported on Volta and newer devices. (0.001s) 2022-09-27T16:55:58.0692176Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: Only supported on Volta and newer devices. (0.001s) 2022-09-27T16:55:58.0704256Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: Only supported on Volta and newer devices. (0.001s) 2022-09-27T16:55:58.0714139Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: Only supported on Volta and newer devices. (0.001s) 2022-09-27T16:55:58.0765073Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: Only supported on Volta and newer devices. (0.005s) 2022-09-27T16:55:58.0788547Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: Only supported on Volta and newer devices. (0.002s) 2022-09-27T16:55:58.0797381Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: Only supported on Volta and newer devices. (0.001s) 2022-09-27T16:55:58.0798775Z 2022-09-27T16:55:58.0799199Z ---------------------------------------------------------------------- 2022-09-27T16:55:58.0799564Z Ran 9 tests in 1.216s 2022-09-27T16:55:58.0799718Z 2022-09-27T16:55:58.0799833Z OK (skipped=9) 2022-09-27T16:55:58.0799986Z 2022-09-27T16:55:58.0800120Z Generating XML reports... 2022-09-27T16:55:58.0844479Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20220927165556.xml 2022-09-27T16:55:58.3812131Z Running test_comparison_utils ... [2022-09-27 16:55:58.380618] 2022-09-27T16:55:58.3813619Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:55:58.380697] 2022-09-27T16:56:00.6660633Z 2022-09-27T16:56:00.6661216Z real 69m11.220s 2022-09-27T16:56:00.6661570Z user 90m57.393s 2022-09-27T16:56:00.6661809Z sys 6m30.211s 2022-09-27T16:56:00.6662039Z + assert_git_not_dirty 2022-09-27T16:56:00.6662635Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-09-27T16:56:00.6663436Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-09-27T16:56:00.6664376Z ++ git status --porcelain 2022-09-27T16:56:01.8370434Z + git_status= 2022-09-27T16:56:01.8370872Z + [[ -n '' ]] 2022-09-27T16:56:01.8443140Z Prepare all required actions 2022-09-27T16:56:01.8443581Z Getting action download info 2022-09-27T16:56:02.0869975Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:56:02.0870274Z with: 2022-09-27T16:56:02.0870716Z github-token: *** 2022-09-27T16:56:02.0870959Z env: 2022-09-27T16:56:02.0871203Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:02.0871466Z GPU_FLAG: --gpus all 2022-09-27T16:56:02.0871717Z ##[endgroup] 2022-09-27T16:56:02.0905876Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:56:02.0906178Z with: 2022-09-27T16:56:02.0906405Z shell: bash 2022-09-27T16:56:02.0906655Z timeout_minutes: 10 2022-09-27T16:56:02.0906889Z max_attempts: 5 2022-09-27T16:56:02.0907144Z retry_wait_seconds: 30 2022-09-27T16:56:02.0907693Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T16:56:02.0908181Z polling_interval_seconds: 1 2022-09-27T16:56:02.0908459Z warning_on_retry: true 2022-09-27T16:56:02.0908726Z continue_on_error: false 2022-09-27T16:56:02.0908955Z env: 2022-09-27T16:56:02.0909257Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:02.0909530Z GPU_FLAG: --gpus all 2022-09-27T16:56:02.0909928Z GITHUB_TOKEN: *** 2022-09-27T16:56:02.0910163Z ##[endgroup] 2022-09-27T16:56:02.1458200Z 2022-09-27T16:56:02.1522098Z + python3 -m pip install requests==2.26.0 2022-09-27T16:56:02.4387726Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:56:02.5740750Z Collecting requests==2.26.0 2022-09-27T16:56:02.5914270Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-09-27T16:56:02.7110819Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2022-09-27T16:56:02.7150668Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-09-27T16:56:02.8169001Z Collecting urllib3<1.27,>=1.21.1 2022-09-27T16:56:02.8211607Z Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-09-27T16:56:02.9157571Z Collecting certifi>=2017.4.17 2022-09-27T16:56:02.9200534Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-09-27T16:56:02.9642214Z Collecting idna<4,>=2.5; python_version >= "3" 2022-09-27T16:56:02.9684366Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-09-27T16:56:03.0540035Z Installing collected packages: charset-normalizer, urllib3, certifi, idna, requests 2022-09-27T16:56:03.0825096Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T16:56:03.0825722Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T16:56:03.3048273Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-09-27T16:56:03.3515025Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-0c7601917fba37396 2022-09-27T16:56:06.3169722Z + GHA_WORKFLOW_JOB_ID=8576431768 2022-09-27T16:56:06.3170593Z + echo '::set-output name=job-id::8576431768' 2022-09-27T16:56:07.1569026Z Command completed after 1 attempt(s). 2022-09-27T16:56:07.1569532Z 2022-09-27T16:56:07.1704877Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:56:07.1705207Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:56:07.1718581Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:07.1718891Z env: 2022-09-27T16:56:07.1719120Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:07.1719392Z GPU_FLAG: --gpus all 2022-09-27T16:56:07.1719660Z MONITOR_SCRIPT_PID: 55209 2022-09-27T16:56:07.1719904Z ##[endgroup] 2022-09-27T16:56:07.1812713Z Prepare all required actions 2022-09-27T16:56:07.1813084Z Getting action download info 2022-09-27T16:56:07.3798533Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:56:07.6080000Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:56:07.6080451Z with: 2022-09-27T16:56:07.6080947Z file-suffix: test-default-3-4-linux.4xlarge.nvidia.gpu_8576431768 2022-09-27T16:56:07.6081461Z env: 2022-09-27T16:56:07.6081829Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:07.6082212Z GPU_FLAG: --gpus all 2022-09-27T16:56:07.6082575Z ##[endgroup] 2022-09-27T16:56:07.6127773Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:56:07.6128359Z # Remove any previous test jsons if they exist 2022-09-27T16:56:07.6129363Z rm -f test-jsons-*.zip 2022-09-27T16:56:07.6129719Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:56:07.6141774Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:07.6142080Z env: 2022-09-27T16:56:07.6142309Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:07.6142581Z GPU_FLAG: --gpus all 2022-09-27T16:56:07.6142942Z FILE_SUFFIX: test-default-3-4-linux.4xlarge.nvidia.gpu_8576431768 2022-09-27T16:56:07.6143270Z ##[endgroup] 2022-09-27T16:56:07.6286720Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:56:07.6321082Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:56:07.6328396Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:56:07.6330001Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:56:07.6337175Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:56:07.6361613Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:56:07.6362002Z # Remove any previous test reports if they exist 2022-09-27T16:56:07.6362335Z rm -f test-reports-*.zip 2022-09-27T16:56:07.6362665Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:56:07.6375440Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:07.6375744Z env: 2022-09-27T16:56:07.6375992Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:07.6376247Z GPU_FLAG: --gpus all 2022-09-27T16:56:07.6376609Z FILE_SUFFIX: test-default-3-4-linux.4xlarge.nvidia.gpu_8576431768 2022-09-27T16:56:07.6376954Z ##[endgroup] 2022-09-27T16:56:07.6499717Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCUDA-20220927154655.xml (deflated 93%) 2022-09-27T16:56:07.6526921Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCUDA-20220927155247.xml (deflated 96%) 2022-09-27T16:56:07.6527653Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220927155247.xml (deflated 40%) 2022-09-27T16:56:07.6565553Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCUDA-20220927155247.xml (deflated 98%) 2022-09-27T16:56:07.6566695Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220927155622.xml (deflated 81%) 2022-09-27T16:56:07.6567388Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220927155622.xml (deflated 75%) 2022-09-27T16:56:07.6568119Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20220927155705.xml (deflated 72%) 2022-09-27T16:56:07.6569591Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20220927155705.xml (deflated 83%) 2022-09-27T16:56:07.6571151Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20220927155705.xml (deflated 72%) 2022-09-27T16:56:07.6572050Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20220927155705.xml (deflated 48%) 2022-09-27T16:56:07.6572871Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20220927155705.xml (deflated 69%) 2022-09-27T16:56:07.6573623Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20220927155705.xml (deflated 77%) 2022-09-27T16:56:07.6574347Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20220927155713.xml (deflated 63%) 2022-09-27T16:56:07.6575081Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20220927155713.xml (deflated 85%) 2022-09-27T16:56:07.6576041Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20220927155713.xml (deflated 86%) 2022-09-27T16:56:07.6577631Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20220927155713.xml (deflated 83%) 2022-09-27T16:56:07.6578390Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20220927155713.xml (deflated 72%) 2022-09-27T16:56:07.6579086Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927155720.xml (deflated 40%) 2022-09-27T16:56:07.6579788Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927155720.xml (deflated 58%) 2022-09-27T16:56:07.6756263Z adding: test/test-reports/python-unittest/test_ops_gradients/TEST-TestGradientsCUDA-20220927155730.xml (deflated 96%) 2022-09-27T16:56:07.6757414Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20220927162827.xml (deflated 92%) 2022-09-27T16:56:07.6758550Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220927162827.xml (deflated 92%) 2022-09-27T16:56:07.6759670Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220927162827.xml (deflated 93%) 2022-09-27T16:56:07.6760718Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20220927162827.xml (deflated 90%) 2022-09-27T16:56:07.6761620Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220927162827.xml (deflated 66%) 2022-09-27T16:56:07.6762504Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220927162827.xml (deflated 63%) 2022-09-27T16:56:07.6763402Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220927162827.xml (deflated 82%) 2022-09-27T16:56:07.6764279Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220927162827.xml (deflated 72%) 2022-09-27T16:56:07.6765483Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220927162827.xml (deflated 84%) 2022-09-27T16:56:07.6766446Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220927162827.xml (deflated 86%) 2022-09-27T16:56:07.6767305Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220927162827.xml (deflated 75%) 2022-09-27T16:56:07.6769181Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220927162827.xml (deflated 81%) 2022-09-27T16:56:07.6770435Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220927162827.xml (deflated 79%) 2022-09-27T16:56:07.6773948Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220927162827.xml (deflated 88%) 2022-09-27T16:56:07.6775085Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220927162827.xml (deflated 84%) 2022-09-27T16:56:07.6775992Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220927162827.xml (deflated 70%) 2022-09-27T16:56:07.6776966Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220927162827.xml (deflated 88%) 2022-09-27T16:56:07.6777801Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220927162827.xml (deflated 76%) 2022-09-27T16:56:07.6778743Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220927162827.xml (deflated 73%) 2022-09-27T16:56:07.6779717Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220927162827.xml (deflated 70%) 2022-09-27T16:56:07.6780623Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220927162827.xml (deflated 82%) 2022-09-27T16:56:07.6781491Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220927162827.xml (deflated 52%) 2022-09-27T16:56:07.6782401Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20220927162827.xml (deflated 71%) 2022-09-27T16:56:07.6783307Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20220927162827.xml (deflated 74%) 2022-09-27T16:56:07.6784166Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20220927162827.xml (deflated 72%) 2022-09-27T16:56:07.6785095Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20220927162827.xml (deflated 52%) 2022-09-27T16:56:07.6786000Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20220927162827.xml (deflated 79%) 2022-09-27T16:56:07.6786882Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20220927162827.xml (deflated 72%) 2022-09-27T16:56:07.6787781Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20220927162827.xml (deflated 77%) 2022-09-27T16:56:07.6788672Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220927162827.xml (deflated 76%) 2022-09-27T16:56:07.6789556Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220927162827.xml (deflated 74%) 2022-09-27T16:56:07.6790473Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220927162827.xml (deflated 90%) 2022-09-27T16:56:07.6791316Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220927162827.xml (deflated 79%) 2022-09-27T16:56:07.6792119Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220927162827.xml (deflated 63%) 2022-09-27T16:56:07.6793006Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220927162827.xml (deflated 84%) 2022-09-27T16:56:07.6793875Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20220927162827.xml (deflated 70%) 2022-09-27T16:56:07.6794742Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220927162827.xml (deflated 58%) 2022-09-27T16:56:07.6795641Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220927162827.xml (deflated 83%) 2022-09-27T16:56:07.6796527Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220927162827.xml (deflated 86%) 2022-09-27T16:56:07.6797433Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220927162827.xml (deflated 80%) 2022-09-27T16:56:07.6798365Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220927162827.xml (deflated 79%) 2022-09-27T16:56:07.6799271Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220927162827.xml (deflated 80%) 2022-09-27T16:56:07.6800185Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220927162827.xml (deflated 83%) 2022-09-27T16:56:07.6803330Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220927162827.xml (deflated 87%) 2022-09-27T16:56:07.6804146Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220927162827.xml (deflated 82%) 2022-09-27T16:56:07.6806818Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220927162827.xml (deflated 85%) 2022-09-27T16:56:07.6807903Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220927162827.xml (deflated 71%) 2022-09-27T16:56:07.6809882Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220927162827.xml (deflated 84%) 2022-09-27T16:56:07.6811644Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220927162827.xml (deflated 86%) 2022-09-27T16:56:07.6812621Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220927162827.xml (deflated 82%) 2022-09-27T16:56:07.6813508Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220927162827.xml (deflated 82%) 2022-09-27T16:56:07.6814451Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220927162827.xml (deflated 71%) 2022-09-27T16:56:07.6815354Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220927162827.xml (deflated 64%) 2022-09-27T16:56:07.6817412Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220927162827.xml (deflated 86%) 2022-09-27T16:56:07.6819692Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220927162827.xml (deflated 88%) 2022-09-27T16:56:07.6820595Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220927162827.xml (deflated 63%) 2022-09-27T16:56:07.6821772Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220927162827.xml (deflated 71%) 2022-09-27T16:56:07.6822715Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220927162827.xml (deflated 85%) 2022-09-27T16:56:07.6823626Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220927162827.xml (deflated 87%) 2022-09-27T16:56:07.6825037Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927162827.xml (deflated 85%) 2022-09-27T16:56:07.6825846Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20220927162827.xml (deflated 74%) 2022-09-27T16:56:07.6826684Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220927162827.xml (deflated 65%) 2022-09-27T16:56:07.6827604Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220927162827.xml (deflated 72%) 2022-09-27T16:56:07.6828505Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927164107.xml (deflated 66%) 2022-09-27T16:56:07.6829264Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927164107.xml (deflated 85%) 2022-09-27T16:56:07.6829969Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927164107.xml (deflated 47%) 2022-09-27T16:56:07.6830732Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927164107.xml (deflated 74%) 2022-09-27T16:56:07.6831592Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927164107.xml (deflated 82%) 2022-09-27T16:56:07.6832424Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927164107.xml (deflated 74%) 2022-09-27T16:56:07.6833221Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927164107.xml (deflated 59%) 2022-09-27T16:56:07.6833998Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927164107.xml (deflated 81%) 2022-09-27T16:56:07.6834734Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927164107.xml (deflated 70%) 2022-09-27T16:56:07.6835457Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_cuda.TestCUDA-20220927164107.xml (deflated 72%) 2022-09-27T16:56:07.6836182Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927164107.xml (deflated 83%) 2022-09-27T16:56:07.6836924Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927164107.xml (deflated 84%) 2022-09-27T16:56:07.6837731Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927164107.xml (deflated 83%) 2022-09-27T16:56:07.6838480Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927164107.xml (deflated 56%) 2022-09-27T16:56:07.6839237Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927164107.xml (deflated 77%) 2022-09-27T16:56:07.6840027Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927164107.xml (deflated 85%) 2022-09-27T16:56:07.6841069Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927164107.xml (deflated 82%) 2022-09-27T16:56:07.6841918Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927164107.xml (deflated 69%) 2022-09-27T16:56:07.6842711Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927164107.xml (deflated 84%) 2022-09-27T16:56:07.6843628Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927164107.xml (deflated 82%) 2022-09-27T16:56:07.6845051Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927164107.xml (deflated 89%) 2022-09-27T16:56:07.6845764Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927164107.xml (deflated 40%) 2022-09-27T16:56:07.6846842Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927164107.xml (deflated 84%) 2022-09-27T16:56:07.6847640Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927164107.xml (deflated 50%) 2022-09-27T16:56:07.6848878Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927164107.xml (deflated 72%) 2022-09-27T16:56:07.6849751Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927164107.xml (deflated 45%) 2022-09-27T16:56:07.6850533Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927164107.xml (deflated 51%) 2022-09-27T16:56:07.6851252Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927164107.xml (deflated 79%) 2022-09-27T16:56:07.6851901Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927164107.xml (deflated 87%) 2022-09-27T16:56:07.6852608Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927164107.xml (deflated 62%) 2022-09-27T16:56:07.6853417Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927164107.xml (deflated 72%) 2022-09-27T16:56:07.6854295Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927164107.xml (deflated 62%) 2022-09-27T16:56:07.6855108Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927164107.xml (deflated 89%) 2022-09-27T16:56:07.6857505Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20220927164107.xml (deflated 84%) 2022-09-27T16:56:07.6867426Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927164107.xml (deflated 95%) 2022-09-27T16:56:07.6868136Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927164107.xml (deflated 80%) 2022-09-27T16:56:07.6870628Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927164107.xml (deflated 89%) 2022-09-27T16:56:07.6871311Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927164107.xml (deflated 75%) 2022-09-27T16:56:07.6872059Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927164107.xml (deflated 69%) 2022-09-27T16:56:07.6872933Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927164107.xml (deflated 81%) 2022-09-27T16:56:07.6874086Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927164107.xml (deflated 84%) 2022-09-27T16:56:07.6875128Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927164107.xml (deflated 81%) 2022-09-27T16:56:07.6875816Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927164107.xml (deflated 68%) 2022-09-27T16:56:07.6876900Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927164107.xml (deflated 84%) 2022-09-27T16:56:07.6877790Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927164107.xml (deflated 86%) 2022-09-27T16:56:07.6878538Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927164107.xml (deflated 49%) 2022-09-27T16:56:07.6879239Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927164107.xml (deflated 81%) 2022-09-27T16:56:07.6880216Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927164107.xml (deflated 84%) 2022-09-27T16:56:07.6881323Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927164107.xml (deflated 64%) 2022-09-27T16:56:07.6882255Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927164107.xml (deflated 83%) 2022-09-27T16:56:07.6883154Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927164107.xml (deflated 60%) 2022-09-27T16:56:07.6904889Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927164107.xml (deflated 89%) 2022-09-27T16:56:07.6905610Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927164107.xml (deflated 41%) 2022-09-27T16:56:07.6906314Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927164107.xml (deflated 81%) 2022-09-27T16:56:07.6907068Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927164107.xml (deflated 79%) 2022-09-27T16:56:07.6907824Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927164107.xml (deflated 86%) 2022-09-27T16:56:07.6908558Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927164107.xml (deflated 46%) 2022-09-27T16:56:07.6909300Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927164107.xml (deflated 88%) 2022-09-27T16:56:07.6910143Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927164107.xml (deflated 80%) 2022-09-27T16:56:07.6910855Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927164107.xml (deflated 80%) 2022-09-27T16:56:07.6911629Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927164107.xml (deflated 82%) 2022-09-27T16:56:07.6912339Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20220927164107.xml (deflated 88%) 2022-09-27T16:56:07.6913016Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927164107.xml (deflated 79%) 2022-09-27T16:56:07.6913697Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927164107.xml (deflated 83%) 2022-09-27T16:56:07.6914563Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927164107.xml (deflated 87%) 2022-09-27T16:56:07.6915433Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927164107.xml (deflated 75%) 2022-09-27T16:56:07.6916137Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927164107.xml (deflated 86%) 2022-09-27T16:56:07.6916793Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927164107.xml (deflated 71%) 2022-09-27T16:56:07.6917543Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927164107.xml (deflated 90%) 2022-09-27T16:56:07.6918543Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927164107.xml (deflated 87%) 2022-09-27T16:56:07.6919402Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927164107.xml (deflated 76%) 2022-09-27T16:56:07.6920175Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927164107.xml (deflated 81%) 2022-09-27T16:56:07.6920932Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927164107.xml (deflated 61%) 2022-09-27T16:56:07.6921667Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927164107.xml (deflated 88%) 2022-09-27T16:56:07.6937273Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927164107.xml (deflated 96%) 2022-09-27T16:56:07.6938615Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927164107.xml (deflated 82%) 2022-09-27T16:56:07.6939534Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927164107.xml (deflated 83%) 2022-09-27T16:56:07.6940605Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927164107.xml (deflated 88%) 2022-09-27T16:56:07.6942468Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927164107.xml (deflated 86%) 2022-09-27T16:56:07.6943187Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927164107.xml (deflated 61%) 2022-09-27T16:56:07.6943914Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927164107.xml (deflated 85%) 2022-09-27T16:56:07.6944606Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927164107.xml (deflated 78%) 2022-09-27T16:56:07.6945254Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927164107.xml (deflated 73%) 2022-09-27T16:56:07.6945968Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927164107.xml (deflated 78%) 2022-09-27T16:56:07.6946730Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927164107.xml (deflated 84%) 2022-09-27T16:56:07.7068703Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCUDA-20220927164403.xml (deflated 97%) 2022-09-27T16:56:07.7071136Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220927164816.xml (deflated 86%) 2022-09-27T16:56:07.7071833Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20220927164926.xml (deflated 42%) 2022-09-27T16:56:07.7073088Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927165050.xml (deflated 86%) 2022-09-27T16:56:07.7074122Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927165050.xml (deflated 67%) 2022-09-27T16:56:07.7075305Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927165158.xml (deflated 52%) 2022-09-27T16:56:07.7076134Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCUDA-20220927165231.xml (deflated 43%) 2022-09-27T16:56:07.7077044Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220927165231.xml (deflated 81%) 2022-09-27T16:56:07.7078106Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220927165231.xml (deflated 84%) 2022-09-27T16:56:07.7078976Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220927165231.xml (deflated 76%) 2022-09-27T16:56:07.7081416Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCUDA-20220927165302.xml (deflated 90%) 2022-09-27T16:56:07.7084890Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCUDA-20220927165302.xml (deflated 93%) 2022-09-27T16:56:07.7085781Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20220927165327.xml (deflated 40%) 2022-09-27T16:56:07.7086728Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220927165327.xml (deflated 66%) 2022-09-27T16:56:07.7087610Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220927165327.xml (deflated 81%) 2022-09-27T16:56:07.7088738Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220927165327.xml (deflated 87%) 2022-09-27T16:56:07.7089456Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20220927165350.xml (deflated 77%) 2022-09-27T16:56:07.7090107Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20220927165350.xml (deflated 79%) 2022-09-27T16:56:07.7092095Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCUDA-20220927165350.xml (deflated 93%) 2022-09-27T16:56:07.7093121Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927165405.xml (deflated 62%) 2022-09-27T16:56:07.7094195Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927165405.xml (deflated 52%) 2022-09-27T16:56:07.7095260Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927165405.xml (deflated 66%) 2022-09-27T16:56:07.7096379Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927165405.xml (deflated 58%) 2022-09-27T16:56:07.7097484Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927165415.xml (deflated 40%) 2022-09-27T16:56:07.7098241Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927165415.xml (deflated 42%) 2022-09-27T16:56:07.7099007Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927165415.xml (deflated 77%) 2022-09-27T16:56:07.7099874Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220927165424.xml (deflated 52%) 2022-09-27T16:56:07.7100716Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220927165432.xml (deflated 52%) 2022-09-27T16:56:07.7101393Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927165439.xml (deflated 71%) 2022-09-27T16:56:07.7102175Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCUDA-20220927165446.xml (deflated 92%) 2022-09-27T16:56:07.7103035Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCUDA-20220927165446.xml (deflated 80%) 2022-09-27T16:56:07.7104190Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220927165446.xml (deflated 95%) 2022-09-27T16:56:07.7104910Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927165452.xml (deflated 67%) 2022-09-27T16:56:07.7109464Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220927165500.xml (deflated 94%) 2022-09-27T16:56:07.7110966Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCUDA-20220927165500.xml (deflated 85%) 2022-09-27T16:56:07.7112393Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220927165500.xml (deflated 86%) 2022-09-27T16:56:07.7113239Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220927165505.xml (deflated 80%) 2022-09-27T16:56:07.7114665Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220927165510.xml (deflated 83%) 2022-09-27T16:56:07.7115508Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220927165514.xml (deflated 60%) 2022-09-27T16:56:07.7116272Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220927165514.xml (deflated 77%) 2022-09-27T16:56:07.7117022Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220927165514.xml (deflated 72%) 2022-09-27T16:56:07.7117780Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220927165514.xml (deflated 64%) 2022-09-27T16:56:07.7118521Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220927165514.xml (deflated 84%) 2022-09-27T16:56:07.7119286Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220927165514.xml (deflated 64%) 2022-09-27T16:56:07.7120028Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220927165514.xml (deflated 65%) 2022-09-27T16:56:07.7120736Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220927165514.xml (deflated 40%) 2022-09-27T16:56:07.7121461Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220927165514.xml (deflated 60%) 2022-09-27T16:56:07.7122176Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927165518.xml (deflated 82%) 2022-09-27T16:56:07.7122902Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20220927165522.xml (deflated 81%) 2022-09-27T16:56:07.7123629Z adding: test/test-reports/python-unittest/test_cuda_sanitizer/TEST-TestArgumentHandler-20220927165526.xml (deflated 76%) 2022-09-27T16:56:07.7124314Z adding: test/test-reports/python-unittest/test_cuda_sanitizer/TEST-TestEventHandler-20220927165526.xml (deflated 85%) 2022-09-27T16:56:07.7124990Z adding: test/test-reports/python-unittest/test_cuda_sanitizer/TEST-TestMessages-20220927165526.xml (deflated 62%) 2022-09-27T16:56:07.7125662Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927165530.xml (deflated 76%) 2022-09-27T16:56:07.7126341Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927165530.xml (deflated 41%) 2022-09-27T16:56:07.7127027Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220927165534.xml (deflated 75%) 2022-09-27T16:56:07.7127731Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20220927165537.xml (deflated 73%) 2022-09-27T16:56:07.7128399Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220927165541.xml (deflated 61%) 2022-09-27T16:56:07.7129514Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220927165545.xml (deflated 39%) 2022-09-27T16:56:07.7130195Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCUDA-20220927165550.xml (deflated 73%) 2022-09-27T16:56:07.7130937Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927165554.xml (deflated 74%) 2022-09-27T16:56:07.7131670Z adding: test/test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20220927165556.xml (deflated 84%) 2022-09-27T16:56:07.7156232Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:56:07.7156624Z # Remove any previous test reports if they exist 2022-09-27T16:56:07.7156947Z rm -f usage-log-*.zip 2022-09-27T16:56:07.7157306Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:56:07.7157697Z # so check to see if the file exists first 2022-09-27T16:56:07.7158127Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:56:07.7158455Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:56:07.7158754Z fi 2022-09-27T16:56:07.7171471Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:07.7171846Z env: 2022-09-27T16:56:07.7172103Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:07.7172380Z GPU_FLAG: --gpus all 2022-09-27T16:56:07.7172741Z FILE_SUFFIX: test-default-3-4-linux.4xlarge.nvidia.gpu_8576431768 2022-09-27T16:56:07.7173066Z ##[endgroup] 2022-09-27T16:56:07.7440617Z adding: usage_log.txt (deflated 97%) 2022-09-27T16:56:07.7486213Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:56:07.7486503Z with: 2022-09-27T16:56:07.7486776Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:07.7487055Z retention-days: 14 2022-09-27T16:56:07.7487310Z if-no-files-found: warn 2022-09-27T16:56:07.7487568Z path: test-jsons-*.zip 2022-09-27T16:56:07.7487808Z name: artifact 2022-09-27T16:56:07.7488060Z s3-bucket: gha-artifacts 2022-09-27T16:56:07.7488320Z region: us-east-1 2022-09-27T16:56:07.7488930Z env: 2022-09-27T16:56:07.7489197Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:07.7489470Z GPU_FLAG: --gpus all 2022-09-27T16:56:07.7489707Z ##[endgroup] 2022-09-27T16:56:08.1504477Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:56:08.1505081Z With the provided path, there will be 1 file uploaded 2022-09-27T16:56:08.1505453Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:08.1515316Z Starting upload of test-jsons-test-default-3-4-linux.4xlarge.nvidia.gpu_8576431768.zip 2022-09-27T16:56:08.3897423Z Finished upload of test-jsons-test-default-3-4-linux.4xlarge.nvidia.gpu_8576431768.zip 2022-09-27T16:56:08.4077363Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:56:08.4077658Z with: 2022-09-27T16:56:08.4077925Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:08.4078236Z retention-days: 14 2022-09-27T16:56:08.4078503Z if-no-files-found: error 2022-09-27T16:56:08.4078767Z path: test-reports-*.zip 2022-09-27T16:56:08.4079028Z name: artifact 2022-09-27T16:56:08.4079279Z s3-bucket: gha-artifacts 2022-09-27T16:56:08.4079539Z region: us-east-1 2022-09-27T16:56:08.4079755Z env: 2022-09-27T16:56:08.4079992Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:08.4080257Z GPU_FLAG: --gpus all 2022-09-27T16:56:08.4080489Z ##[endgroup] 2022-09-27T16:56:08.8069530Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:56:08.8070097Z With the provided path, there will be 1 file uploaded 2022-09-27T16:56:08.8070473Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:08.8080257Z Starting upload of test-reports-test-default-3-4-linux.4xlarge.nvidia.gpu_8576431768.zip 2022-09-27T16:56:08.9646279Z Finished upload of test-reports-test-default-3-4-linux.4xlarge.nvidia.gpu_8576431768.zip 2022-09-27T16:56:08.9786766Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:56:08.9787078Z with: 2022-09-27T16:56:08.9787342Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:08.9787646Z retention-days: 14 2022-09-27T16:56:08.9787921Z if-no-files-found: ignore 2022-09-27T16:56:08.9788182Z path: usage-log-*.zip 2022-09-27T16:56:08.9788447Z name: artifact 2022-09-27T16:56:08.9788706Z s3-bucket: gha-artifacts 2022-09-27T16:56:08.9788955Z region: us-east-1 2022-09-27T16:56:08.9789188Z env: 2022-09-27T16:56:08.9789430Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:08.9789683Z GPU_FLAG: --gpus all 2022-09-27T16:56:08.9789936Z ##[endgroup] 2022-09-27T16:56:09.3769962Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:56:09.3770569Z With the provided path, there will be 1 file uploaded 2022-09-27T16:56:09.3770987Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:56:09.3780495Z Starting upload of usage-log-test-default-3-4-linux.4xlarge.nvidia.gpu_8576431768.zip 2022-09-27T16:56:09.4837881Z Finished upload of usage-log-test-default-3-4-linux.4xlarge.nvidia.gpu_8576431768.zip 2022-09-27T16:56:09.4984041Z ##[group]Run set -x 2022-09-27T16:56:09.4984349Z set -x 2022-09-27T16:56:09.4984657Z python3 -m pip install -r requirements.txt 2022-09-27T16:56:09.4985004Z python3 -m pip install boto3==1.19.12 2022-09-27T16:56:09.4985387Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:56:09.4999280Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:56:09.4999588Z env: 2022-09-27T16:56:09.4999821Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:56:09.5000095Z GPU_FLAG: --gpus all 2022-09-27T16:56:09.5000370Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:56:09.5000625Z BRANCH: pull/85462 2022-09-27T16:56:09.5000879Z TEST_CONFIG: default 2022-09-27T16:56:09.5001127Z SHARD_NUMBER: 3 2022-09-27T16:56:09.5001430Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T16:56:09.5001759Z PR_NUMBER: 85462 2022-09-27T16:56:09.5002026Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:56:09.5002347Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:56:09.5002645Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:56:09.5002919Z TAG: 2022-09-27T16:56:09.5003153Z WORKFLOW_ID: 3133193930 2022-09-27T16:56:09.5003580Z GITHUB_TOKEN: *** 2022-09-27T16:56:09.5003831Z GHA_WORKFLOW_JOB_ID: 8576431768 2022-09-27T16:56:09.5004094Z ##[endgroup] 2022-09-27T16:56:09.5033634Z + python3 -m pip install -r requirements.txt 2022-09-27T16:56:09.7900078Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:56:09.8739242Z Collecting astunparse 2022-09-27T16:56:09.8894538Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-09-27T16:56:09.9202567Z Collecting expecttest 2022-09-27T16:56:09.9241255Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-09-27T16:56:09.9626742Z Collecting future 2022-09-27T16:56:09.9664441Z Downloading future-0.18.2.tar.gz (829 kB) 2022-09-27T16:56:11.8407171Z Collecting hypothesis 2022-09-27T16:56:11.8529488Z Downloading hypothesis-6.54.6-py3-none-any.whl (390 kB) 2022-09-27T16:56:12.6449165Z Collecting numpy 2022-09-27T16:56:12.6502681Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-09-27T16:56:12.9762778Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T16:56:13.0964055Z Collecting pyyaml 2022-09-27T16:56:13.1011440Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-09-27T16:56:13.1222654Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T16:56:13.1399240Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:56:13.2001648Z Collecting six 2022-09-27T16:56:13.2041360Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-09-27T16:56:13.2404204Z Collecting types-dataclasses 2022-09-27T16:56:13.2441275Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-09-27T16:56:13.2872770Z Collecting typing_extensions 2022-09-27T16:56:13.2951211Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-09-27T16:56:13.3513610Z Collecting sympy 2022-09-27T16:56:13.3581591Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-09-27T16:56:13.5817139Z Collecting wheel<1.0,>=0.23.0 2022-09-27T16:56:13.5855163Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-09-27T16:56:13.6205572Z Collecting exceptiongroup>=1.0.0rc8; python_version < "3.11" 2022-09-27T16:56:13.6247023Z Downloading exceptiongroup-1.0.0rc9-py3-none-any.whl (12 kB) 2022-09-27T16:56:13.6676128Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-09-27T16:56:13.6716849Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-09-27T16:56:13.7208748Z Collecting attrs>=19.2.0 2022-09-27T16:56:13.7345603Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-09-27T16:56:13.7819680Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T16:56:13.7834426Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T16:56:13.7845417Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T16:56:13.8072897Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T16:56:13.8354776Z Collecting mpmath>=0.19 2022-09-27T16:56:13.8442716Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-09-27T16:56:13.9163387Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-09-27T16:56:14.0584967Z Installing collected packages: wheel, six, astunparse, expecttest, future, exceptiongroup, sortedcontainers, attrs, hypothesis, numpy, pyyaml, types-dataclasses, typing-extensions, mpmath, sympy 2022-09-27T16:56:14.0856858Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T16:56:14.0857540Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T16:56:14.1295020Z Running setup.py install for future: started 2022-09-27T16:56:14.7919858Z Running setup.py install for future: finished with status 'done' 2022-09-27T16:56:15.0933426Z WARNING: The script hypothesis is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T16:56:15.0934091Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T16:56:17.0474490Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T16:56:17.0475228Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T16:56:25.9053814Z WARNING: The script isympy is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-09-27T16:56:25.9054543Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T16:56:25.9470319Z Successfully installed astunparse-1.6.3 attrs-22.1.0 exceptiongroup-1.0.0rc9 expecttest-0.1.3 future-0.18.2 hypothesis-6.54.6 mpmath-1.2.1 numpy-1.21.6 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.10.1 types-dataclasses-0.6.6 typing-extensions-4.3.0 wheel-0.37.1 2022-09-27T16:56:26.0213544Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:56:26.3166753Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:56:27.2546990Z Collecting boto3==1.19.12 2022-09-27T16:56:27.2733598Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-09-27T16:56:28.4476869Z Collecting botocore<1.23.0,>=1.22.12 2022-09-27T16:56:28.4534709Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-09-27T16:56:28.6706657Z Collecting jmespath<1.0.0,>=0.7.1 2022-09-27T16:56:28.6744824Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-09-27T16:56:28.7350318Z Collecting s3transfer<0.6.0,>=0.5.0 2022-09-27T16:56:28.7390465Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-09-27T16:56:28.7549466Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T16:56:28.8218303Z Collecting python-dateutil<3.0.0,>=2.1 2022-09-27T16:56:28.8266696Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-09-27T16:56:28.8442619Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T16:56:29.0234554Z Installing collected packages: jmespath, python-dateutil, botocore, s3transfer, boto3 2022-09-27T16:56:29.9186010Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-09-27T16:56:29.9720603Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:57:05.8006566Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:57:05.8006844Z 2022-09-27T16:57:05.8010856Z ----- Historic stats comparison result ------ 2022-09-27T16:57:05.8011269Z 2022-09-27T16:57:05.8011717Z job: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T16:57:05.8012125Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:57:05.8012353Z 2022-09-27T16:57:05.8015246Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:57:05.8015608Z 2022-09-27T16:57:05.8015731Z : (master) 2022-09-27T16:57:05.8016119Z | 2022-09-27T16:57:05.8016616Z | * 52424e2bf3 (HEAD) total time 4003.67s 2022-09-27T16:57:05.8016870Z | | 2022-09-27T16:57:05.8017095Z | : (4 commits) 2022-09-27T16:57:05.8017317Z |/ 2022-09-27T16:57:05.8017901Z * c7c2578f93 (base) 9 reports, total time 3338.43s ± 1882.56s 2022-09-27T16:57:05.8018346Z * 99ad8a3048 9 reports, total time 3402.28s ± 1860.32s 2022-09-27T16:57:05.8018777Z * 34296e2f4c 9 reports, total time 3340.35s ± 1886.81s 2022-09-27T16:57:05.8019172Z * 4523ac7aa1 9 reports, total time 3366.30s ± 1853.68s 2022-09-27T16:57:05.8019603Z * f21e77d9a6 9 reports, total time 3413.29s ± 1861.08s 2022-09-27T16:57:05.8020042Z * 26a861cb27 9 reports, total time 3325.52s ± 1844.86s 2022-09-27T16:57:05.8020504Z * 56a41b5998 9 reports, total time 3452.70s ± 1976.19s 2022-09-27T16:57:05.8020912Z * 1910c5847e 9 reports, total time 3444.18s ± 2043.46s 2022-09-27T16:57:05.8021331Z * caa0ab557d 9 reports, total time 3312.06s ± 1824.07s 2022-09-27T16:57:05.8021629Z * 0336308be5 0 reports 2022-09-27T16:57:05.8021852Z | 2022-09-27T16:57:05.8022063Z : 2022-09-27T16:57:05.8022196Z 2022-09-27T16:57:05.8022363Z Removed (across 737 suites) 0 tests, totaling 0.00s 2022-09-27T16:57:05.8022698Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:57:05.8023049Z Added (across 229 suites) 25382 tests, totaling +4003.67s 2022-09-27T16:57:05.8774556Z Prepare all required actions 2022-09-27T16:57:05.8800633Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:57:05.8800906Z with: 2022-09-27T16:57:05.8801128Z env: 2022-09-27T16:57:05.8801375Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:57:05.8801628Z GPU_FLAG: --gpus all 2022-09-27T16:57:05.8801897Z ##[endgroup] 2022-09-27T16:57:05.8821299Z ##[group]Run set -eou pipefail 2022-09-27T16:57:05.8821608Z set -eou pipefail 2022-09-27T16:57:05.8821844Z  2022-09-27T16:57:05.8822165Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:57:05.8822505Z for _ in $(seq 1440); do 2022-09-27T16:57:05.8822787Z  # Break if no ssh session exists anymore 2022-09-27T16:57:05.8823086Z  if [ "$(who)" = "" ]; then 2022-09-27T16:57:05.8823336Z  break 2022-09-27T16:57:05.8823552Z  fi 2022-09-27T16:57:05.8823783Z  echo "." 2022-09-27T16:57:05.8824061Z  sleep 5 2022-09-27T16:57:05.8824283Z done 2022-09-27T16:57:05.8837363Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:57:05.8837663Z env: 2022-09-27T16:57:05.8837888Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:57:05.8838160Z GPU_FLAG: --gpus all 2022-09-27T16:57:05.8838536Z ##[endgroup] 2022-09-27T16:57:05.8868713Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:57:05.8940972Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:57:05.8941404Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:57:05.8941733Z # shellcheck disable=SC2046 2022-09-27T16:57:05.8942046Z docker stop $(docker ps -q) || true 2022-09-27T16:57:05.8942359Z # Prune all of the docker images 2022-09-27T16:57:05.8942660Z docker system prune -af 2022-09-27T16:57:05.8955020Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:57:05.8955331Z env: 2022-09-27T16:57:05.8955582Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:57:05.8955841Z GPU_FLAG: --gpus all 2022-09-27T16:57:05.8956094Z ##[endgroup] 2022-09-27T16:57:06.2811433Z 77b661e2f8ab 2022-09-27T16:57:07.0601887Z Deleted Containers: 2022-09-27T16:57:07.0602619Z 77b661e2f8aba2daab8bbecd383f28a180392483b425100c7a8c2532f6578b60 2022-09-27T16:57:07.0603048Z 2022-09-27T16:57:12.1572116Z Deleted Images: 2022-09-27T16:57:12.1573516Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:57:12.1574512Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7@sha256:9bb261bc4d8aeb82a71b1f0709da9c979e85a12a79c4a85c3fe3adddddcb2663 2022-09-27T16:57:12.1575125Z deleted: sha256:1565775a6d0c052a41180f67487ffe62db8903a6db8b459487e830a767b885e7 2022-09-27T16:57:12.1575597Z deleted: sha256:3e4cb2c2b5f9e2c80e23a8d896fa974adc4b0e3a54cc06c0a8afb922880fdac8 2022-09-27T16:57:12.1576066Z deleted: sha256:d0ad3421a88e79ceec8792dd7f305a7f9da57daa0119b35d0a37114fd2a8dcf9 2022-09-27T16:57:12.1576506Z deleted: sha256:701e765e83a6966eae0a6dd8fc686dd1787c602cf538ef7dea4100368068fcc9 2022-09-27T16:57:12.1576939Z deleted: sha256:8e85fd60215cbc7be6e9f6423e1f87f0e07c0c672606d79f499dbc625e3eda75 2022-09-27T16:57:12.1577382Z deleted: sha256:e5bde08e611f82f97b690c9fa678975e18d51c1d1bc1c8ddef0588f1a022d639 2022-09-27T16:57:12.1577863Z deleted: sha256:68800e2bce8407a9b0b64d467c217a2bb27e85fd2f3ab0c5793759d5443bf962 2022-09-27T16:57:12.1578672Z deleted: sha256:2457e2e8215ddc219f679a7f957fdc3c639147fc569a0cc1bc9f3a3a97ecd0b2 2022-09-27T16:57:12.1579324Z deleted: sha256:b9c61d9be1eb46057ce27c51ac051ba0ba53d440bda828612cfc06ae78352d7a 2022-09-27T16:57:12.1580234Z deleted: sha256:73dd107fbbff1e853191e9dcb9b75847329af3c80a5883c3ae039e14fa4caa0a 2022-09-27T16:57:12.1581040Z deleted: sha256:fe97c2c62ffb15e65ed2751c4c9069d62e91f204ff1c30980d18680617c5ae40 2022-09-27T16:57:12.1582047Z deleted: sha256:3393d072706e15983b6dba8491dcfaf03de10df9be7d9df9a80ef0dedf384b3e 2022-09-27T16:57:12.1582716Z deleted: sha256:328eaea416a7110b96dd1c4421ae76dac29d151937f13f647291840207613cfd 2022-09-27T16:57:12.1583573Z deleted: sha256:1f62c29a7ac809a8add06b0bc14387e38ec12e88034824daccfdd78a0ee24d00 2022-09-27T16:57:12.1584414Z deleted: sha256:a364f929327c0e6baf5da371c2e514c56a7dc2fcbd3f7f2229d49bf2fb3a2f27 2022-09-27T16:57:12.1584888Z deleted: sha256:14a20e2c555e8aea13a33ca9c7d20333ce850c23d3a6726d7b102a426c2bb100 2022-09-27T16:57:12.1585341Z deleted: sha256:865844d2dbf2eb79ca92ace32b76fd966b142ecccd91a6190a256f4d278fed74 2022-09-27T16:57:12.1585766Z deleted: sha256:6a56212e72bab94d436ef418303481e278e79a012bf88cc727231093221416e7 2022-09-27T16:57:12.1586194Z deleted: sha256:8ff11e3f91c81bfe67a7da7b03306cdc936f730f44e7dbc401299c81679f3a20 2022-09-27T16:57:12.1586612Z deleted: sha256:e3ebc0052e1300157e36aa327172ad1098717918585d1494c4efc4afdbb8ecbe 2022-09-27T16:57:12.1587393Z deleted: sha256:4b7db58c33bbdbe2e491f721c5a9724ef07d9a720d77bd517c1f5c8fad212ba2 2022-09-27T16:57:12.1587914Z deleted: sha256:1e68b2d3e3c7bf741f5f060b3a88095db0d5eefd841ce4e86b3c466f882997e6 2022-09-27T16:57:12.1588568Z deleted: sha256:4da2a66a2b27b034b75aa5a024cf7b8cfe1f8762b0725921f8b00cb3a0505759 2022-09-27T16:57:12.1589638Z deleted: sha256:37c6c713aea14d8a4a5f0dfd63f80f04633b0d6f8e7baed0a1feba47d709cbeb 2022-09-27T16:57:12.1590229Z deleted: sha256:c636e275b4e8c2d9022e72ee8d8528006ef92ad2fab903ba909244c2b9aa4bb0 2022-09-27T16:57:12.1590655Z deleted: sha256:2b912a242a1b69ebde3bf40dfab4b693cfa93f9bcb0d8be6c698b44b4284a70d 2022-09-27T16:57:12.1591102Z deleted: sha256:e4ff425d4caf55cc2f5939271ab53c4382b45c5454ccb0e4fa62cbb730aa8ba7 2022-09-27T16:57:12.1591555Z deleted: sha256:f80b712f0269de04dedd4bb68f0a2103eb0ac5bb70e5da74a7fe0544c8a678af 2022-09-27T16:57:12.1591997Z deleted: sha256:c048927fdfe44aec1063f37c0137ad63b7537c23dd3051ad691232ce363048fa 2022-09-27T16:57:12.1592432Z deleted: sha256:85d0da5e4c90646a2049cf17e470deedd05b19ab1535e4932940055fc36e1c91 2022-09-27T16:57:12.1592877Z deleted: sha256:a94964edf2ce4a0b440f5d000d2ea97c6145adcb1ad201ade6214f02cd47626c 2022-09-27T16:57:12.1593313Z deleted: sha256:fc49e4f76476298cd45a4ef31767534bd2b6663c90683ccbb4d911ea77a93d56 2022-09-27T16:57:12.1593734Z deleted: sha256:25a90c74f1ddefff551a5575bbaeaf1fd45c71d629ef061f41a227f2813ebf62 2022-09-27T16:57:12.1594173Z deleted: sha256:9c67a539cd718b76768a481e6313606489c7afbdd2ed5f0d35f94a0c8161ff59 2022-09-27T16:57:12.1594593Z deleted: sha256:78cfd7e90437d18d294dd32f35632e1e0f4e93f98d2f74562b7a2a483d89e847 2022-09-27T16:57:12.1595017Z deleted: sha256:feccb37688a9f8b307ab298febd901ccc8920a2ec8e1660a0eb8de5b6e41a3b1 2022-09-27T16:57:12.1595458Z deleted: sha256:eeded198b25e05f7ca35680574d2863e48240eb544a4945d562943ed7c519eaa 2022-09-27T16:57:12.1595880Z deleted: sha256:eba0a8e367727026cab4d61ce7412eac92df541fa66418907501f777a611d01a 2022-09-27T16:57:12.1596308Z deleted: sha256:ab3963854dae2a8321e764d73ecfb89e77618f391cbe2698ab09c8129a35eb29 2022-09-27T16:57:12.1596716Z deleted: sha256:db198971615e367404b8c928ff87c4bc7e81b060fa78a8431f2124d37e546a69 2022-09-27T16:57:12.1597132Z deleted: sha256:116af78f4b87e494b37b6a65d9e3abdd828764632b0adf869c40db8a8afb7745 2022-09-27T16:57:12.1597565Z deleted: sha256:21479387e93277b4c3c8df1cbd39208f3c6aa4128b6f0eebaafa7e3b82d8a23c 2022-09-27T16:57:12.1597986Z deleted: sha256:5731c54a72f20a93dd164dc484ecd3fd0bf0f0cb98eec92e2382f99c0c43e1a6 2022-09-27T16:57:12.1598423Z deleted: sha256:8b6f381bcc3be3c07a12a8e528c8926c369875dccb5d18323007a3beb34cdf52 2022-09-27T16:57:12.1598859Z deleted: sha256:07dcc550108cf9d433a453ce3e351ac30e67c1ccbc5f7bc71b408e2fb4bcc6a9 2022-09-27T16:57:12.1599309Z deleted: sha256:129bdb873e79117f4e90135f0c6a58f775fcf596f4eb514b803771cef2da8278 2022-09-27T16:57:12.1599731Z deleted: sha256:2d49e3a81bd436bfd20fb4a849cdc98da82cb74afef3de38dda7a946d3fc4153 2022-09-27T16:57:12.1600175Z deleted: sha256:0ba4e259108e5311ddf6b79ae3a35f8f16a4004ef8817e50427baa3cc90ac081 2022-09-27T16:57:12.1600694Z deleted: sha256:c164403226561914f16becdeca65c54d20dba8dad414b062efc34c05c47bf725 2022-09-27T16:57:12.1601135Z deleted: sha256:cbe4006b2e6286d50c1b292fb71b69d5299d65f055285519eafc41eac3ef8a3c 2022-09-27T16:57:12.1601551Z deleted: sha256:edcec18dceb25f1a03ec20de4676464613e69072875a83f5c45e45a31aafc5b9 2022-09-27T16:57:12.1601980Z deleted: sha256:13c4f317ac4bb48997302756b8d5f8b602e835607c9806a1a5b200e9a0657d8a 2022-09-27T16:57:12.1602391Z deleted: sha256:57f043e380f4586c76968d6e062b50bac55254a5be7e80bea3c027a5bb316469 2022-09-27T16:57:12.1602787Z deleted: sha256:3e549931e0240b9aac25dc79ed6a6259863879a5c9bd20755f77cac27c1ab8c8 2022-09-27T16:57:12.1603025Z 2022-09-27T16:57:12.1677041Z Total reclaimed space: 19.36GB 2022-09-27T16:57:12.1740464Z Post job cleanup. 2022-09-27T16:57:12.1778403Z Post job cleanup. 2022-09-27T16:57:12.3114201Z [command]/usr/bin/git version 2022-09-27T16:57:12.3163429Z git version 2.37.1 2022-09-27T16:57:12.3229432Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/69f437c8-c57f-4867-8a42-216cf3225049' before making global git config changes 2022-09-27T16:57:12.3230002Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:57:12.3238884Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:57:12.3286504Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:57:12.3326136Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T16:57:12.3648932Z Entering 'android/libs/fbjni' 2022-09-27T16:57:12.3691358Z Entering 'third_party/FP16' 2022-09-27T16:57:12.3733756Z Entering 'third_party/FXdiv' 2022-09-27T16:57:12.3776019Z Entering 'third_party/NNPACK' 2022-09-27T16:57:12.3817098Z Entering 'third_party/QNNPACK' 2022-09-27T16:57:12.3857480Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:57:12.3898879Z Entering 'third_party/XNNPACK' 2022-09-27T16:57:12.3952310Z Entering 'third_party/benchmark' 2022-09-27T16:57:12.3992699Z Entering 'third_party/cpuinfo' 2022-09-27T16:57:12.4035071Z Entering 'third_party/cub' 2022-09-27T16:57:12.4077244Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:57:12.4123737Z Entering 'third_party/cutlass' 2022-09-27T16:57:12.4173231Z Entering 'third_party/eigen' 2022-09-27T16:57:12.4217377Z Entering 'third_party/fbgemm' 2022-09-27T16:57:12.4258768Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:57:12.4300131Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:57:12.4341934Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:57:12.4382652Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:57:12.4424138Z Entering 'third_party/flatbuffers' 2022-09-27T16:57:12.4467352Z Entering 'third_party/fmt' 2022-09-27T16:57:12.4507774Z Entering 'third_party/foxi' 2022-09-27T16:57:12.4548661Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:57:12.4589819Z Entering 'third_party/gloo' 2022-09-27T16:57:12.4630718Z Entering 'third_party/googletest' 2022-09-27T16:57:12.4672337Z Entering 'third_party/ideep' 2022-09-27T16:57:12.4712400Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:57:12.4755337Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:57:12.4803306Z Entering 'third_party/ios-cmake' 2022-09-27T16:57:12.4844719Z Entering 'third_party/ittapi' 2022-09-27T16:57:12.4885190Z Entering 'third_party/kineto' 2022-09-27T16:57:12.4927184Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:57:12.4967980Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:57:12.5010561Z Entering 'third_party/nccl/nccl' 2022-09-27T16:57:12.5051791Z Entering 'third_party/neon2sse' 2022-09-27T16:57:12.5093704Z Entering 'third_party/nlohmann' 2022-09-27T16:57:12.5136400Z Entering 'third_party/onnx' 2022-09-27T16:57:12.5190845Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:57:12.5231519Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:57:12.5275239Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:57:12.5315838Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:57:12.5361225Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:57:12.5402693Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:57:12.5443436Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:57:12.5490059Z Entering 'third_party/pocketfft' 2022-09-27T16:57:12.5531038Z Entering 'third_party/protobuf' 2022-09-27T16:57:12.5575296Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:57:12.5615708Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:57:12.5659899Z Entering 'third_party/psimd' 2022-09-27T16:57:12.5701046Z Entering 'third_party/pthreadpool' 2022-09-27T16:57:12.5742409Z Entering 'third_party/pybind11' 2022-09-27T16:57:12.5783483Z Entering 'third_party/python-enum' 2022-09-27T16:57:12.5824907Z Entering 'third_party/python-peachpy' 2022-09-27T16:57:12.5865973Z Entering 'third_party/python-six' 2022-09-27T16:57:12.5908020Z Entering 'third_party/sleef' 2022-09-27T16:57:12.5948958Z Entering 'third_party/tbb' 2022-09-27T16:57:12.5993220Z Entering 'third_party/tensorpipe' 2022-09-27T16:57:12.6035782Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:57:12.6076990Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:57:12.6118137Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:57:12.6159106Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:57:12.6198641Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:57:12.6242457Z Entering 'third_party/zstd' 2022-09-27T16:57:12.6305304Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:57:12.6334475Z http.https://github.com/.extraheader 2022-09-27T16:57:12.6345626Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:57:12.6383457Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T16:57:12.6693546Z Entering 'android/libs/fbjni' 2022-09-27T16:57:12.6718042Z http.https://github.com/.extraheader 2022-09-27T16:57:12.6749866Z Entering 'third_party/FP16' 2022-09-27T16:57:12.6774849Z http.https://github.com/.extraheader 2022-09-27T16:57:12.6807032Z Entering 'third_party/FXdiv' 2022-09-27T16:57:12.6833782Z http.https://github.com/.extraheader 2022-09-27T16:57:12.6865425Z Entering 'third_party/NNPACK' 2022-09-27T16:57:12.6890061Z http.https://github.com/.extraheader 2022-09-27T16:57:12.6922395Z Entering 'third_party/QNNPACK' 2022-09-27T16:57:12.6947181Z http.https://github.com/.extraheader 2022-09-27T16:57:12.6979458Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:57:12.7029308Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7037789Z Entering 'third_party/XNNPACK' 2022-09-27T16:57:12.7061829Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7106067Z Entering 'third_party/benchmark' 2022-09-27T16:57:12.7131476Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7163461Z Entering 'third_party/cpuinfo' 2022-09-27T16:57:12.7188161Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7220661Z Entering 'third_party/cub' 2022-09-27T16:57:12.7244184Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7277371Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:57:12.7302155Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7340282Z Entering 'third_party/cutlass' 2022-09-27T16:57:12.7363972Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7403505Z Entering 'third_party/eigen' 2022-09-27T16:57:12.7428671Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7462859Z Entering 'third_party/fbgemm' 2022-09-27T16:57:12.7486292Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7518821Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:57:12.7544007Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7576166Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:57:12.7599375Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7632820Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:57:12.7657295Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7688567Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:57:12.7711935Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7745433Z Entering 'third_party/flatbuffers' 2022-09-27T16:57:12.7769959Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7803400Z Entering 'third_party/fmt' 2022-09-27T16:57:12.7828140Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7860614Z Entering 'third_party/foxi' 2022-09-27T16:57:12.7884657Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7916156Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:57:12.7940561Z http.https://github.com/.extraheader 2022-09-27T16:57:12.7972711Z Entering 'third_party/gloo' 2022-09-27T16:57:12.7996122Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8028467Z Entering 'third_party/googletest' 2022-09-27T16:57:12.8052447Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8084082Z Entering 'third_party/ideep' 2022-09-27T16:57:12.8108753Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8139703Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:57:12.8162711Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8196507Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:57:12.8220733Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8260437Z Entering 'third_party/ios-cmake' 2022-09-27T16:57:12.8284028Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8317237Z Entering 'third_party/ittapi' 2022-09-27T16:57:12.8341542Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8374458Z Entering 'third_party/kineto' 2022-09-27T16:57:12.8398104Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8430569Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:57:12.8454495Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8486427Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:57:12.8510248Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8544785Z Entering 'third_party/nccl/nccl' 2022-09-27T16:57:12.8568132Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8601134Z Entering 'third_party/neon2sse' 2022-09-27T16:57:12.8626059Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8658359Z Entering 'third_party/nlohmann' 2022-09-27T16:57:12.8681915Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8715401Z Entering 'third_party/onnx' 2022-09-27T16:57:12.8740133Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8786728Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:57:12.8810419Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8842525Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:57:12.8867532Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8904387Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:57:12.8928322Z http.https://github.com/.extraheader 2022-09-27T16:57:12.8959659Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:57:12.8983343Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9020683Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:57:12.9043911Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9076203Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:57:12.9101337Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9133697Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:57:12.9156925Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9194246Z Entering 'third_party/pocketfft' 2022-09-27T16:57:12.9219275Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9251073Z Entering 'third_party/protobuf' 2022-09-27T16:57:12.9275034Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9309979Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:57:12.9334731Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9366369Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:57:12.9390857Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9426562Z Entering 'third_party/psimd' 2022-09-27T16:57:12.9450922Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9481447Z Entering 'third_party/pthreadpool' 2022-09-27T16:57:12.9505717Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9538003Z Entering 'third_party/pybind11' 2022-09-27T16:57:12.9561585Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9594249Z Entering 'third_party/python-enum' 2022-09-27T16:57:12.9619200Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9651043Z Entering 'third_party/python-peachpy' 2022-09-27T16:57:12.9674814Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9707082Z Entering 'third_party/python-six' 2022-09-27T16:57:12.9732749Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9764287Z Entering 'third_party/sleef' 2022-09-27T16:57:12.9789112Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9820709Z Entering 'third_party/tbb' 2022-09-27T16:57:12.9844401Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9878343Z Entering 'third_party/tensorpipe' 2022-09-27T16:57:12.9902688Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9934752Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:57:12.9957879Z http.https://github.com/.extraheader 2022-09-27T16:57:12.9990186Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:57:13.0013949Z http.https://github.com/.extraheader 2022-09-27T16:57:13.0044571Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:57:13.0069705Z http.https://github.com/.extraheader 2022-09-27T16:57:13.0101517Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:57:13.0124599Z http.https://github.com/.extraheader 2022-09-27T16:57:13.0156483Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:57:13.0181248Z http.https://github.com/.extraheader 2022-09-27T16:57:13.0216636Z Entering 'third_party/zstd' 2022-09-27T16:57:13.0240007Z http.https://github.com/.extraheader 2022-09-27T16:57:13.0545576Z Cleaning up orphan processes