2022-12-01T10:12:06.1012923Z Requested labels: linux.4xlarge.nvidia.gpu 2022-12-01T10:12:06.1012995Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:12:06.1013040Z Waiting for a runner to pick up this job... 2022-12-01T10:12:06.4786590Z Job is about to start running on the runner: i-04c9a9acc645fc129 (organization) 2022-12-01T10:12:09.9081318Z Current runner version: '2.299.1' 2022-12-01T10:12:09.9088985Z Runner name: 'i-04c9a9acc645fc129' 2022-12-01T10:12:09.9089691Z Runner group name: 'Default' 2022-12-01T10:12:09.9090576Z Machine name: 'ip-10-0-2-127' 2022-12-01T10:12:09.9093232Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:12:09.9094261Z Actions: read 2022-12-01T10:12:09.9094643Z Checks: read 2022-12-01T10:12:09.9095087Z Contents: read 2022-12-01T10:12:09.9095517Z Deployments: read 2022-12-01T10:12:09.9095917Z Discussions: read 2022-12-01T10:12:09.9096386Z Issues: read 2022-12-01T10:12:09.9096802Z Metadata: read 2022-12-01T10:12:09.9097176Z Packages: read 2022-12-01T10:12:09.9097616Z Pages: read 2022-12-01T10:12:09.9098080Z PullRequests: read 2022-12-01T10:12:09.9098518Z RepositoryProjects: read 2022-12-01T10:12:09.9099021Z SecurityEvents: read 2022-12-01T10:12:09.9099470Z Statuses: read 2022-12-01T10:12:09.9099846Z ##[endgroup] 2022-12-01T10:12:09.9104164Z Secret source: None 2022-12-01T10:12:09.9105081Z Prepare workflow directory 2022-12-01T10:12:10.2569596Z Prepare all required actions 2022-12-01T10:12:10.2813649Z Getting action download info 2022-12-01T10:12:10.4915773Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:12:13.8668927Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:12:14.0988920Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:12:14.3017060Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:12:14.6164547Z Getting action download info 2022-12-01T10:12:14.7991092Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:12:14.9898503Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:12:14.9900950Z ##[group] Inputs 2022-12-01T10:12:14.9901363Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:12:14.9902557Z 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-12-01T10:12:14.9903824Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:12:14.9904317Z sync-tag: 2022-12-01T10:12:14.9904564Z ##[endgroup] 2022-12-01T10:12:14.9905409Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / test (default, 2, 4, linux.4xlarge.nvidia.gpu) 2022-12-01T10:12:15.0939899Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:12:15.0940321Z with: 2022-12-01T10:12:15.0940592Z submodules: recursive 2022-12-01T10:12:15.0940838Z fetch-depth: 0 2022-12-01T10:12:15.0941074Z env: 2022-12-01T10:12:15.0941317Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:15.0941568Z ##[endgroup] 2022-12-01T10:12:15.1247998Z ##[group]Run retry () { 2022-12-01T10:12:15.1248337Z retry () { 2022-12-01T10:12:15.1248660Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:12:15.1248945Z } 2022-12-01T10:12:15.1249214Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:12:15.1249518Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:12:15.1249821Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:12:15.1250306Z else 2022-12-01T10:12:15.1250591Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:12:15.1250869Z fi 2022-12-01T10:12:15.1251226Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:12:15.1270429Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:12:15.1270774Z env: 2022-12-01T10:12:15.1271032Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:15.1271298Z NO_SUDO: 2022-12-01T10:12:15.1271525Z ##[endgroup] 2022-12-01T10:12:15.1507015Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:12:17.9707113Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:12:17.9707444Z with: 2022-12-01T10:12:17.9707722Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:12:17.9708012Z fetch-depth: 0 2022-12-01T10:12:17.9708250Z submodules: recursive 2022-12-01T10:12:17.9708512Z quiet-checkout: true 2022-12-01T10:12:17.9708789Z repository: pytorch/pytorch 2022-12-01T10:12:17.9709272Z token: *** 2022-12-01T10:12:17.9709516Z ssh-strict: true 2022-12-01T10:12:17.9709786Z persist-credentials: true 2022-12-01T10:12:17.9710051Z clean: true 2022-12-01T10:12:17.9710823Z lfs: false 2022-12-01T10:12:17.9711082Z set-safe-directory: true 2022-12-01T10:12:17.9711331Z env: 2022-12-01T10:12:17.9711553Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:17.9711812Z ##[endgroup] 2022-12-01T10:12:18.1384731Z Syncing repository: pytorch/pytorch 2022-12-01T10:12:18.1387605Z ##[group]Getting Git version info 2022-12-01T10:12:18.1388628Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:12:18.1389793Z [command]/usr/bin/git version 2022-12-01T10:12:18.1390652Z git version 2.37.1 2022-12-01T10:12:18.1399691Z ##[endgroup] 2022-12-01T10:12:18.1427996Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/50f6a8d7-731c-4f6b-b4e7-2eba73052aca' before making global git config changes 2022-12-01T10:12:18.1430023Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:12:18.1437846Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:12:18.1484690Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:12:18.1492517Z ##[group]Initializing the repository 2022-12-01T10:12:18.1497417Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:12:18.1533012Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:12:18.1533546Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:12:18.1533993Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:12:18.1534314Z hint: 2022-12-01T10:12:18.1534681Z hint: git config --global init.defaultBranch 2022-12-01T10:12:18.1534985Z hint: 2022-12-01T10:12:18.1535374Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:12:18.1536111Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:12:18.1536724Z hint: 2022-12-01T10:12:18.1537526Z hint: git branch -m 2022-12-01T10:12:18.1538567Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:12:18.1550091Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:12:18.1586223Z ##[endgroup] 2022-12-01T10:12:18.1587246Z ##[group]Disabling automatic garbage collection 2022-12-01T10:12:18.1592455Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:12:18.1625595Z ##[endgroup] 2022-12-01T10:12:18.1626974Z ##[group]Setting up auth 2022-12-01T10:12:18.1637912Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:12:18.1674805Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:12:18.1983129Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:12:18.2018489Z [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-12-01T10:12:18.2326907Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:12:18.2380203Z ##[endgroup] 2022-12-01T10:12:18.2381194Z ##[group]Fetching the repository 2022-12-01T10:12:18.2390807Z [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-12-01T10:13:16.2523197Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:13:16.2566430Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:13:17.6489325Z ##[endgroup] 2022-12-01T10:13:17.6490101Z ##[group]Determining the checkout info 2022-12-01T10:13:17.6491118Z ##[endgroup] 2022-12-01T10:13:17.6491531Z ##[group]Checking out the ref 2022-12-01T10:13:17.6496438Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:13:19.3247269Z ##[endgroup] 2022-12-01T10:13:19.3247788Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:13:19.3253876Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:13:19.3313518Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:13:19.3348296Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:13:19.3381509Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:13:19.3412561Z ##[endgroup] 2022-12-01T10:13:19.3413005Z ##[group]Fetching submodules 2022-12-01T10:13:19.3417901Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:13:19.3748676Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:13:19.4066642Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:13:19.4070045Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:13:19.4075806Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:13:19.4080147Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:13:19.4085095Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:13:19.4090663Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:13:19.4095743Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:13:19.4101297Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:13:19.4106765Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:13:19.4113697Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:13:19.4119611Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:13:19.4125391Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:13:19.4131577Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:13:19.4137724Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:13:19.4144095Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:13:19.4150673Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:13:19.4157347Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:13:19.4163979Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:13:19.4170770Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:13:19.4178000Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:13:19.4184704Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:13:19.4192463Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:13:19.4199891Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:13:19.4207433Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:13:19.4214838Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:13:19.4222694Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:13:19.4230825Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:13:19.4238991Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:13:19.4246922Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:13:19.4255322Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:13:19.4263770Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:13:19.4272990Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:13:19.4281928Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:13:19.4290648Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:13:19.4299601Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:13:19.4308839Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:13:19.4318043Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:13:19.4325482Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:13:19.4333483Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:13:19.4341695Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:13:19.4350432Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:13:19.4379713Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:13:19.7439090Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:13:20.0156708Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:13:20.2373263Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:13:20.5383888Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:13:21.0559911Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:13:23.3999720Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:13:29.5302960Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:13:29.9866795Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:13:30.6288826Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:13:32.4017691Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:13:33.8607734Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:13:35.4955712Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:13:43.1901639Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:13:44.0728120Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:13:45.5272016Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:13:46.8246726Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:13:47.0182490Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:13:47.6079506Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:13:47.9407241Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:13:50.1675857Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:13:50.6089932Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:13:50.8060163Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:13:51.0722081Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:13:52.8373076Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:13:53.2943017Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:13:53.7191738Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:14:00.6842640Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:14:02.6085266Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:14:03.1519595Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:14:03.4414159Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:14:09.9706164Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:14:10.2021573Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:14:10.4301191Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:14:11.5634075Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:14:11.8169563Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:14:12.3548263Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:14:12.8796417Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:14:13.5998337Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:14:16.5422362Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:14:17.1648219Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:14:19.6723368Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:14:19.6848894Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:14:19.6946713Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:14:19.7228161Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:14:19.7497748Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:14:19.7944120Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:14:20.5513188Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:14:20.5762759Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:14:20.6986512Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:14:20.7408597Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:14:21.0995107Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:14:21.6351796Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:14:21.9334186Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:14:21.9888754Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:14:21.9906417Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:14:21.9910449Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:14:21.9914995Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:14:21.9919386Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:14:21.9963964Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:14:23.0296611Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:14:23.6183246Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:14:24.8089582Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:14:25.3122379Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:14:25.4346470Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:14:25.5048807Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:14:25.5164000Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:14:25.6191100Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:14:25.6612361Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:14:25.6714878Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:14:25.7186725Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:14:25.7475911Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:14:25.8037083Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:14:25.8173730Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:14:25.8191586Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:14:25.8218353Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:14:35.1514835Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:14:35.1534748Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:14:35.1563474Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:14:44.4118731Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:14:44.4236156Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:14:44.4408149Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:14:44.5551810Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:14:44.5570140Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:14:44.5573378Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:14:44.5601234Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:14:45.8338432Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:14:47.0282096Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:14:47.0925647Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:14:47.1168359Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:14:47.1324402Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:14:47.2643785Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:14:47.5755268Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:14:47.5787842Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:14:47.5791443Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:14:47.5820417Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:14:47.9961648Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:14:48.8881180Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:14:48.9262378Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:14:48.9440704Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:14:48.9457467Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:14:48.9484866Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:14:50.9532680Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:14:50.9557519Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:14:50.9560805Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:14:50.9589025Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:14:51.4477769Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:14:53.8690646Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:14:53.9477175Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:14:53.9494995Z 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-12-01T10:14:53.9523031Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:14:54.2825190Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:14:54.2929885Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:14:54.6102002Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:14:54.6125975Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:14:54.6129312Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:14:54.6159401Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:14:55.0499055Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:14:56.1988227Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:14:56.2812068Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:14:56.2908352Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:14:56.3033058Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:14:56.3436481Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:14:56.3537118Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:14:56.3871912Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:14:56.3978821Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:14:56.4510617Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:14:56.5911956Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:14:56.6228457Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:14:56.6247627Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:14:56.6251251Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:14:56.6255064Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:14:56.6259002Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:14:56.6287877Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:14:57.8325066Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:14:58.1253207Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:14:59.6324921Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:15:00.6055777Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:15:00.6226585Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:15:00.7009927Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:15:00.7333821Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:15:00.7350790Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:00.7379139Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:15:01.2566610Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:15:01.4184721Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:15:01.4220572Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:15:01.4568509Z Entering 'android/libs/fbjni' 2022-12-01T10:15:01.4614697Z Entering 'third_party/FP16' 2022-12-01T10:15:01.4660418Z Entering 'third_party/FXdiv' 2022-12-01T10:15:01.4705640Z Entering 'third_party/NNPACK' 2022-12-01T10:15:01.4750649Z Entering 'third_party/QNNPACK' 2022-12-01T10:15:01.4796727Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:15:01.4841449Z Entering 'third_party/XNNPACK' 2022-12-01T10:15:01.4897821Z Entering 'third_party/benchmark' 2022-12-01T10:15:01.4944823Z Entering 'third_party/cpuinfo' 2022-12-01T10:15:01.4991819Z Entering 'third_party/cub' 2022-12-01T10:15:01.5037589Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:15:01.5089362Z Entering 'third_party/cutlass' 2022-12-01T10:15:01.5142570Z Entering 'third_party/eigen' 2022-12-01T10:15:01.5190554Z Entering 'third_party/fbgemm' 2022-12-01T10:15:01.5235368Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:15:01.5279286Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:15:01.5325184Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:15:01.5392648Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:15:01.5437959Z Entering 'third_party/flatbuffers' 2022-12-01T10:15:01.5487163Z Entering 'third_party/fmt' 2022-12-01T10:15:01.5533807Z Entering 'third_party/foxi' 2022-12-01T10:15:01.5579420Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:15:01.5626449Z Entering 'third_party/gloo' 2022-12-01T10:15:01.5672573Z Entering 'third_party/googletest' 2022-12-01T10:15:01.5718122Z Entering 'third_party/ideep' 2022-12-01T10:15:01.5762348Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:15:01.5809464Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:15:01.5862961Z Entering 'third_party/ios-cmake' 2022-12-01T10:15:01.5909920Z Entering 'third_party/ittapi' 2022-12-01T10:15:01.5956652Z Entering 'third_party/kineto' 2022-12-01T10:15:01.6001715Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:15:01.6047095Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:15:01.6095846Z Entering 'third_party/nccl/nccl' 2022-12-01T10:15:01.6141799Z Entering 'third_party/neon2sse' 2022-12-01T10:15:01.6188816Z Entering 'third_party/nlohmann' 2022-12-01T10:15:01.6237851Z Entering 'third_party/onnx' 2022-12-01T10:15:01.6297137Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:15:01.6342090Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:15:01.6389008Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:15:01.6434085Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:15:01.6484704Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:15:01.6528955Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:15:01.6574787Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:15:01.6625668Z Entering 'third_party/pocketfft' 2022-12-01T10:15:01.6671119Z Entering 'third_party/protobuf' 2022-12-01T10:15:01.6720044Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:15:01.6765818Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:15:01.6812715Z Entering 'third_party/psimd' 2022-12-01T10:15:01.6857828Z Entering 'third_party/pthreadpool' 2022-12-01T10:15:01.6901976Z Entering 'third_party/pybind11' 2022-12-01T10:15:01.6946825Z Entering 'third_party/python-enum' 2022-12-01T10:15:01.6991064Z Entering 'third_party/python-peachpy' 2022-12-01T10:15:01.7036848Z Entering 'third_party/python-six' 2022-12-01T10:15:01.7084200Z Entering 'third_party/sleef' 2022-12-01T10:15:01.7129909Z Entering 'third_party/tbb' 2022-12-01T10:15:01.7177530Z Entering 'third_party/tensorpipe' 2022-12-01T10:15:01.7223869Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:15:01.7268733Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:15:01.7312826Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:15:01.7357187Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:15:01.7401102Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:01.7448852Z Entering 'third_party/zstd' 2022-12-01T10:15:01.7504277Z ##[endgroup] 2022-12-01T10:15:01.7508468Z ##[group]Persisting credentials for submodules 2022-12-01T10:15:01.7515969Z [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-12-01T10:15:01.7857813Z Entering 'android/libs/fbjni' 2022-12-01T10:15:01.7901162Z Entering 'third_party/FP16' 2022-12-01T10:15:01.7946827Z Entering 'third_party/FXdiv' 2022-12-01T10:15:01.7990957Z Entering 'third_party/NNPACK' 2022-12-01T10:15:01.8040056Z Entering 'third_party/QNNPACK' 2022-12-01T10:15:01.8084500Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:15:01.8128755Z Entering 'third_party/XNNPACK' 2022-12-01T10:15:01.8185917Z Entering 'third_party/benchmark' 2022-12-01T10:15:01.8229830Z Entering 'third_party/cpuinfo' 2022-12-01T10:15:01.8274728Z Entering 'third_party/cub' 2022-12-01T10:15:01.8318795Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:15:01.8368948Z Entering 'third_party/cutlass' 2022-12-01T10:15:01.8420307Z Entering 'third_party/eigen' 2022-12-01T10:15:01.8473753Z Entering 'third_party/fbgemm' 2022-12-01T10:15:01.8517539Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:15:01.8561804Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:15:01.8605554Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:15:01.8647998Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:15:01.8691966Z Entering 'third_party/flatbuffers' 2022-12-01T10:15:01.8740985Z Entering 'third_party/fmt' 2022-12-01T10:15:01.8784092Z Entering 'third_party/foxi' 2022-12-01T10:15:01.8827453Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:15:01.8871224Z Entering 'third_party/gloo' 2022-12-01T10:15:01.8917180Z Entering 'third_party/googletest' 2022-12-01T10:15:01.8972696Z Entering 'third_party/ideep' 2022-12-01T10:15:01.9016436Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:15:01.9066855Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:15:01.9132122Z Entering 'third_party/ios-cmake' 2022-12-01T10:15:01.9182343Z Entering 'third_party/ittapi' 2022-12-01T10:15:01.9229671Z Entering 'third_party/kineto' 2022-12-01T10:15:01.9279434Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:15:01.9323264Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:15:01.9377931Z Entering 'third_party/nccl/nccl' 2022-12-01T10:15:01.9421972Z Entering 'third_party/neon2sse' 2022-12-01T10:15:01.9466160Z Entering 'third_party/nlohmann' 2022-12-01T10:15:01.9516160Z Entering 'third_party/onnx' 2022-12-01T10:15:01.9603414Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:15:01.9649665Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:15:01.9697747Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:15:01.9741156Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:15:01.9800876Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:15:01.9846834Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:15:01.9891564Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:15:01.9941828Z Entering 'third_party/pocketfft' 2022-12-01T10:15:01.9993270Z Entering 'third_party/protobuf' 2022-12-01T10:15:02.0053117Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:15:02.0105938Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:15:02.0163348Z Entering 'third_party/psimd' 2022-12-01T10:15:02.0218560Z Entering 'third_party/pthreadpool' 2022-12-01T10:15:02.0262290Z Entering 'third_party/pybind11' 2022-12-01T10:15:02.0305714Z Entering 'third_party/python-enum' 2022-12-01T10:15:02.0350223Z Entering 'third_party/python-peachpy' 2022-12-01T10:15:02.0394415Z Entering 'third_party/python-six' 2022-12-01T10:15:02.0438462Z Entering 'third_party/sleef' 2022-12-01T10:15:02.0483536Z Entering 'third_party/tbb' 2022-12-01T10:15:02.0529681Z Entering 'third_party/tensorpipe' 2022-12-01T10:15:02.0574648Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:15:02.0618579Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:15:02.0663028Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:15:02.0706935Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:15:02.0749181Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:02.0796731Z Entering 'third_party/zstd' 2022-12-01T10:15:02.0854394Z [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-12-01T10:15:02.1192634Z Entering 'android/libs/fbjni' 2022-12-01T10:15:02.1234692Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:15:02.1253582Z Entering 'third_party/FP16' 2022-12-01T10:15:02.1297417Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:15:02.1317341Z Entering 'third_party/FXdiv' 2022-12-01T10:15:02.1359687Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:15:02.1390881Z Entering 'third_party/NNPACK' 2022-12-01T10:15:02.1431134Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:15:02.1449346Z Entering 'third_party/QNNPACK' 2022-12-01T10:15:02.1491212Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:15:02.1509866Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:15:02.1550114Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:15:02.1568889Z Entering 'third_party/XNNPACK' 2022-12-01T10:15:02.1610424Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:15:02.1641144Z Entering 'third_party/benchmark' 2022-12-01T10:15:02.1681977Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:15:02.1700038Z Entering 'third_party/cpuinfo' 2022-12-01T10:15:02.1741675Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:15:02.1761630Z Entering 'third_party/cub' 2022-12-01T10:15:02.1812937Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:15:02.1832618Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:15:02.1873780Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:15:02.1898509Z Entering 'third_party/cutlass' 2022-12-01T10:15:02.1939927Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:15:02.1965903Z Entering 'third_party/eigen' 2022-12-01T10:15:02.2007372Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:15:02.2027938Z Entering 'third_party/fbgemm' 2022-12-01T10:15:02.2069666Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:15:02.2089058Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:15:02.2172995Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:15:02.2191036Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:15:02.2233662Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:15:02.2252454Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:15:02.2294542Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:15:02.2329323Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:15:02.2370593Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:15:02.2389679Z Entering 'third_party/flatbuffers' 2022-12-01T10:15:02.2431686Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:15:02.2452012Z Entering 'third_party/fmt' 2022-12-01T10:15:02.2508028Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:15:02.2526343Z Entering 'third_party/foxi' 2022-12-01T10:15:02.2567797Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:15:02.2587097Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:15:02.2629713Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:15:02.2647960Z Entering 'third_party/gloo' 2022-12-01T10:15:02.2688769Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:15:02.2707088Z Entering 'third_party/googletest' 2022-12-01T10:15:02.2748148Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:15:02.2767770Z Entering 'third_party/ideep' 2022-12-01T10:15:02.2820749Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:15:02.2838671Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:15:02.2879230Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:15:02.2900120Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:15:02.2941560Z 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-12-01T10:15:02.2985564Z Entering 'third_party/ios-cmake' 2022-12-01T10:15:02.3026240Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:15:02.3044761Z Entering 'third_party/ittapi' 2022-12-01T10:15:02.3085360Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:15:02.3104206Z Entering 'third_party/kineto' 2022-12-01T10:15:02.3145451Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:15:02.3164323Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:15:02.3213066Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:15:02.3232883Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:15:02.3284052Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:15:02.3304114Z Entering 'third_party/nccl/nccl' 2022-12-01T10:15:02.3346474Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:15:02.3365375Z Entering 'third_party/neon2sse' 2022-12-01T10:15:02.3406510Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:15:02.3424407Z Entering 'third_party/nlohmann' 2022-12-01T10:15:02.3465949Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:15:02.3486024Z Entering 'third_party/onnx' 2022-12-01T10:15:02.3537534Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:15:02.3570478Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:15:02.3612844Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:15:02.3632367Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:15:02.3674152Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:15:02.3695123Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:15:02.3751871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:15:02.3769328Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:15:02.3811623Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:15:02.3836939Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:15:02.3879109Z 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-12-01T10:15:02.3897681Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:15:02.3951100Z 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-12-01T10:15:02.3968539Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:15:02.4024919Z 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-12-01T10:15:02.4049430Z Entering 'third_party/pocketfft' 2022-12-01T10:15:02.4091862Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:15:02.4110044Z Entering 'third_party/protobuf' 2022-12-01T10:15:02.4151694Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:15:02.4174221Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:15:02.4287165Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:15:02.4320403Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:15:02.4360845Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:15:02.4381011Z Entering 'third_party/psimd' 2022-12-01T10:15:02.4423069Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:15:02.4442778Z Entering 'third_party/pthreadpool' 2022-12-01T10:15:02.4482886Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:15:02.4501150Z Entering 'third_party/pybind11' 2022-12-01T10:15:02.4541050Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:15:02.4560323Z Entering 'third_party/python-enum' 2022-12-01T10:15:02.4600706Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:15:02.4619609Z Entering 'third_party/python-peachpy' 2022-12-01T10:15:02.4662411Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:15:02.4681898Z Entering 'third_party/python-six' 2022-12-01T10:15:02.4722286Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:15:02.4740590Z Entering 'third_party/sleef' 2022-12-01T10:15:02.4782350Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:15:02.4801372Z Entering 'third_party/tbb' 2022-12-01T10:15:02.4841350Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:15:02.4862254Z Entering 'third_party/tensorpipe' 2022-12-01T10:15:02.4904172Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:15:02.4923492Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:15:02.4965323Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:15:02.4983629Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:15:02.5037253Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:15:02.5055631Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:15:02.5097216Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:15:02.5115794Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:15:02.5155504Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:15:02.5189552Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:02.5231011Z 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-12-01T10:15:02.5254177Z Entering 'third_party/zstd' 2022-12-01T10:15:02.5295723Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:15:02.6196926Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:15:02.6562862Z Entering 'android/libs/fbjni' 2022-12-01T10:15:02.6607860Z Entering 'third_party/FP16' 2022-12-01T10:15:02.6664453Z Entering 'third_party/FXdiv' 2022-12-01T10:15:02.6724389Z Entering 'third_party/NNPACK' 2022-12-01T10:15:02.6774751Z Entering 'third_party/QNNPACK' 2022-12-01T10:15:02.6819259Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:15:02.6904546Z Entering 'third_party/XNNPACK' 2022-12-01T10:15:02.6961153Z Entering 'third_party/benchmark' 2022-12-01T10:15:02.7006252Z Entering 'third_party/cpuinfo' 2022-12-01T10:15:02.7059889Z Entering 'third_party/cub' 2022-12-01T10:15:02.7105063Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:15:02.7170883Z Entering 'third_party/cutlass' 2022-12-01T10:15:02.7221891Z Entering 'third_party/eigen' 2022-12-01T10:15:02.7269800Z Entering 'third_party/fbgemm' 2022-12-01T10:15:02.7366108Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:15:02.7410978Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:15:02.7455031Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:15:02.7499838Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:15:02.7608252Z Entering 'third_party/flatbuffers' 2022-12-01T10:15:02.7654999Z Entering 'third_party/fmt' 2022-12-01T10:15:02.7700880Z Entering 'third_party/foxi' 2022-12-01T10:15:02.7745440Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:15:02.7790932Z Entering 'third_party/gloo' 2022-12-01T10:15:02.7837059Z Entering 'third_party/googletest' 2022-12-01T10:15:02.7881951Z Entering 'third_party/ideep' 2022-12-01T10:15:02.7925118Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:15:02.7984579Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:15:02.8037985Z Entering 'third_party/ios-cmake' 2022-12-01T10:15:02.8082485Z Entering 'third_party/ittapi' 2022-12-01T10:15:02.8127555Z Entering 'third_party/kineto' 2022-12-01T10:15:02.8187021Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:15:02.8246184Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:15:02.8304077Z Entering 'third_party/nccl/nccl' 2022-12-01T10:15:02.8364576Z Entering 'third_party/neon2sse' 2022-12-01T10:15:02.8423116Z Entering 'third_party/nlohmann' 2022-12-01T10:15:02.8538291Z Entering 'third_party/onnx' 2022-12-01T10:15:02.8596410Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:15:02.8653121Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:15:02.8700166Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:15:02.8743775Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:15:02.8793971Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:15:02.8838247Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:15:02.8883185Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:15:02.8931673Z Entering 'third_party/pocketfft' 2022-12-01T10:15:02.8983350Z Entering 'third_party/protobuf' 2022-12-01T10:15:02.9068522Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:15:02.9147083Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:15:02.9205790Z Entering 'third_party/psimd' 2022-12-01T10:15:02.9262322Z Entering 'third_party/pthreadpool' 2022-12-01T10:15:02.9306901Z Entering 'third_party/pybind11' 2022-12-01T10:15:02.9351799Z Entering 'third_party/python-enum' 2022-12-01T10:15:02.9395826Z Entering 'third_party/python-peachpy' 2022-12-01T10:15:02.9441646Z Entering 'third_party/python-six' 2022-12-01T10:15:02.9500574Z Entering 'third_party/sleef' 2022-12-01T10:15:02.9544942Z Entering 'third_party/tbb' 2022-12-01T10:15:02.9591888Z Entering 'third_party/tensorpipe' 2022-12-01T10:15:02.9635522Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:15:02.9679852Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:15:02.9722705Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:15:02.9768404Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:15:02.9811654Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:02.9859968Z Entering 'third_party/zstd' 2022-12-01T10:15:02.9917766Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:15:03.0248164Z Entering 'android/libs/fbjni' 2022-12-01T10:15:03.0292100Z Entering 'third_party/FP16' 2022-12-01T10:15:03.0337326Z Entering 'third_party/FXdiv' 2022-12-01T10:15:03.0380577Z Entering 'third_party/NNPACK' 2022-12-01T10:15:03.0425584Z Entering 'third_party/QNNPACK' 2022-12-01T10:15:03.0470574Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:15:03.0513916Z Entering 'third_party/XNNPACK' 2022-12-01T10:15:03.0569413Z Entering 'third_party/benchmark' 2022-12-01T10:15:03.0613727Z Entering 'third_party/cpuinfo' 2022-12-01T10:15:03.0658763Z Entering 'third_party/cub' 2022-12-01T10:15:03.0702607Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:15:03.0752532Z Entering 'third_party/cutlass' 2022-12-01T10:15:03.0803152Z Entering 'third_party/eigen' 2022-12-01T10:15:03.0850316Z Entering 'third_party/fbgemm' 2022-12-01T10:15:03.0894573Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:15:03.0937754Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:15:03.0982392Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:15:03.1027168Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:15:03.1071981Z Entering 'third_party/flatbuffers' 2022-12-01T10:15:03.1119092Z Entering 'third_party/fmt' 2022-12-01T10:15:03.1165389Z Entering 'third_party/foxi' 2022-12-01T10:15:03.1210921Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:15:03.1256442Z Entering 'third_party/gloo' 2022-12-01T10:15:03.1300279Z Entering 'third_party/googletest' 2022-12-01T10:15:03.1346808Z Entering 'third_party/ideep' 2022-12-01T10:15:03.1391510Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:15:03.1435597Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:15:03.1486335Z Entering 'third_party/ios-cmake' 2022-12-01T10:15:03.1529726Z Entering 'third_party/ittapi' 2022-12-01T10:15:03.1574084Z Entering 'third_party/kineto' 2022-12-01T10:15:03.1619006Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:15:03.1663251Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:15:03.1709035Z Entering 'third_party/nccl/nccl' 2022-12-01T10:15:03.1755384Z Entering 'third_party/neon2sse' 2022-12-01T10:15:03.1800196Z Entering 'third_party/nlohmann' 2022-12-01T10:15:03.1846168Z Entering 'third_party/onnx' 2022-12-01T10:15:03.1904333Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:15:03.1948483Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:15:03.1994814Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:15:03.2038664Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:15:03.2088208Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:15:03.2133583Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:15:03.2178782Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:15:03.2228204Z Entering 'third_party/pocketfft' 2022-12-01T10:15:03.2274002Z Entering 'third_party/protobuf' 2022-12-01T10:15:03.2322926Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:15:03.2366935Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:15:03.2413979Z Entering 'third_party/psimd' 2022-12-01T10:15:03.2458789Z Entering 'third_party/pthreadpool' 2022-12-01T10:15:03.2503719Z Entering 'third_party/pybind11' 2022-12-01T10:15:03.2548217Z Entering 'third_party/python-enum' 2022-12-01T10:15:03.2592962Z Entering 'third_party/python-peachpy' 2022-12-01T10:15:03.2637488Z Entering 'third_party/python-six' 2022-12-01T10:15:03.2682658Z Entering 'third_party/sleef' 2022-12-01T10:15:03.2727577Z Entering 'third_party/tbb' 2022-12-01T10:15:03.2774576Z Entering 'third_party/tensorpipe' 2022-12-01T10:15:03.2820036Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:15:03.2864048Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:15:03.2907783Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:15:03.2952499Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:15:03.2995586Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:03.3043343Z Entering 'third_party/zstd' 2022-12-01T10:15:03.3097868Z ##[endgroup] 2022-12-01T10:15:03.3143821Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:15:03.3175175Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:15:03.3339879Z Prepare all required actions 2022-12-01T10:15:03.3374918Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:15:03.3375244Z env: 2022-12-01T10:15:03.3375529Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:03.3375814Z ##[endgroup] 2022-12-01T10:15:03.3397434Z ##[group]Run set -euo pipefail 2022-12-01T10:15:03.3397792Z set -euo pipefail 2022-12-01T10:15:03.3398141Z function get_ec2_metadata() { 2022-12-01T10:15:03.3398523Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:15:03.3399039Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:15:03.3399479Z  category=$1 2022-12-01T10:15:03.3399859Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:15:03.3400357Z } 2022-12-01T10:15:03.3400663Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:15:03.3401137Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:15:03.3401523Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:15:03.3401889Z echo "system info $(uname -a)" 2022-12-01T10:15:03.3417730Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:03.3418071Z env: 2022-12-01T10:15:03.3418340Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:03.3418637Z ##[endgroup] 2022-12-01T10:15:03.3562397Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:15:03.3629341Z instance-id: i-04c9a9acc645fc129 2022-12-01T10:15:03.3692458Z instance-type: g3.4xlarge 2022-12-01T10:15:03.3701135Z system info Linux ip-10-0-2-127.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-12-01T10:15:03.3724876Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:15:03.3725248Z if systemctl is-active --quiet docker; then 2022-12-01T10:15:03.3725570Z  echo "Docker daemon is running..."; 2022-12-01T10:15:03.3725848Z else 2022-12-01T10:15:03.3726149Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:15:03.3726453Z fi 2022-12-01T10:15:03.3739191Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:03.3739469Z env: 2022-12-01T10:15:03.3739703Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:03.3739950Z ##[endgroup] 2022-12-01T10:15:03.3796828Z Docker daemon is running... 2022-12-01T10:15:03.3818177Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:15:03.3818650Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:15:03.3819037Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:15:03.3819556Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:15:03.3820038Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:15:03.3832731Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:03.3833027Z env: 2022-12-01T10:15:03.3833269Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:03.3833522Z AWS_RETRY_MODE: standard 2022-12-01T10:15:03.3833772Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:15:03.3834046Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:15:03.3834290Z ##[endgroup] 2022-12-01T10:15:04.3162005Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:15:04.3162516Z Configure a credential helper to remove this warning. See 2022-12-01T10:15:04.3163288Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:15:04.3163565Z 2022-12-01T10:15:04.3164375Z Login Succeeded 2022-12-01T10:15:04.3215176Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:15:04.3215599Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:15:04.3216103Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:15:04.3229474Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:04.3229778Z env: 2022-12-01T10:15:04.3230024Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:04.3230695Z ##[endgroup] 2022-12-01T10:15:04.3326680Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:15:04.3327077Z with: 2022-12-01T10:15:04.3327575Z github-secret: *** 2022-12-01T10:15:04.3327900Z activate-with-label: false 2022-12-01T10:15:04.3328194Z label: with-ssh 2022-12-01T10:15:04.3328501Z remove-existing-keys: true 2022-12-01T10:15:04.3328795Z env: 2022-12-01T10:15:04.3329057Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:04.3329353Z ##[endgroup] 2022-12-01T10:15:04.8806833Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:15:05.0005491Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:15:05.0027454Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:15:05.0069664Z Login using: ssh ec2-user@ec2-54-163-138-153.compute-1.amazonaws.com 2022-12-01T10:15:05.0145883Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:15:05.0146246Z with: 2022-12-01T10:15:05.0146712Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:15:05.0147177Z env: 2022-12-01T10:15:05.0147416Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:05.0147660Z ##[endgroup] 2022-12-01T10:15:05.0166112Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:15:05.0166511Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:15:05.0166890Z # ignore output since only exit code is used for conditional 2022-12-01T10:15:05.0167281Z # only pull docker image if it's not available locally 2022-12-01T10:15:05.0167669Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:15:05.0168078Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:15:05.0168359Z fi 2022-12-01T10:15:05.0181558Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:05.0181858Z env: 2022-12-01T10:15:05.0182100Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:05.0182592Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:15:05.0183072Z ##[endgroup] 2022-12-01T10:15:05.2720197Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-12-01T10:15:05.2721096Z 40dd5be53814: Pulling fs layer 2022-12-01T10:15:05.2721661Z bd44602516a4: Pulling fs layer 2022-12-01T10:15:05.2722173Z 8ebfb31ea67d: Pulling fs layer 2022-12-01T10:15:05.2722697Z 1589dc294916: Pulling fs layer 2022-12-01T10:15:05.2726498Z 2c3a764ff1ef: Pulling fs layer 2022-12-01T10:15:05.2727182Z 2fb24fb5f7cb: Pulling fs layer 2022-12-01T10:15:05.2727561Z d6e4b45751c9: Pulling fs layer 2022-12-01T10:15:05.2727837Z 98a26bc0781e: Pulling fs layer 2022-12-01T10:15:05.2728096Z 07c42b0591b2: Pulling fs layer 2022-12-01T10:15:05.2728363Z a7b4d9098b01: Pulling fs layer 2022-12-01T10:15:05.2728644Z 9b965084d7f3: Pulling fs layer 2022-12-01T10:15:05.2728904Z 306938abc720: Pulling fs layer 2022-12-01T10:15:05.2729168Z 06e616940749: Pulling fs layer 2022-12-01T10:15:05.2729434Z 2c3a764ff1ef: Waiting 2022-12-01T10:15:05.2729670Z 1589dc294916: Waiting 2022-12-01T10:15:05.2729913Z 2fb24fb5f7cb: Waiting 2022-12-01T10:15:05.2730811Z 540637333efa: Pulling fs layer 2022-12-01T10:15:05.2731437Z a7b4d9098b01: Waiting 2022-12-01T10:15:05.2731961Z 5cd3ebaf3e1b: Pulling fs layer 2022-12-01T10:15:05.2732507Z dd7a31bfac90: Pulling fs layer 2022-12-01T10:15:05.2732965Z 07c42b0591b2: Waiting 2022-12-01T10:15:05.2733384Z 6416ca3f405b: Pulling fs layer 2022-12-01T10:15:05.2733903Z 98a26bc0781e: Waiting 2022-12-01T10:15:05.2734318Z 306938abc720: Waiting 2022-12-01T10:15:05.2734790Z 19c44dd1f4cf: Pulling fs layer 2022-12-01T10:15:05.2735294Z 33688bb73038: Pulling fs layer 2022-12-01T10:15:05.2735751Z 570b8809d75f: Pulling fs layer 2022-12-01T10:15:05.2736219Z d6e4b45751c9: Waiting 2022-12-01T10:15:05.2736700Z 3ea8b8f31abf: Pulling fs layer 2022-12-01T10:15:05.2752507Z 9b965084d7f3: Waiting 2022-12-01T10:15:05.2753519Z 540637333efa: Waiting 2022-12-01T10:15:05.2754068Z 690eecb8c64c: Pulling fs layer 2022-12-01T10:15:05.2754562Z 06e616940749: Waiting 2022-12-01T10:15:05.2755025Z e2285545a8bf: Pulling fs layer 2022-12-01T10:15:05.2755582Z 555faed4e286: Pulling fs layer 2022-12-01T10:15:05.2756085Z c53c37f056ac: Pulling fs layer 2022-12-01T10:15:05.2756789Z 33688bb73038: Waiting 2022-12-01T10:15:05.2757313Z 75bd8ea35c95: Pulling fs layer 2022-12-01T10:15:05.2757879Z b18c1d97e9da: Pulling fs layer 2022-12-01T10:15:05.2758352Z e2285545a8bf: Waiting 2022-12-01T10:15:05.2758714Z 555faed4e286: Waiting 2022-12-01T10:15:05.2758997Z d90720873b3b: Pulling fs layer 2022-12-01T10:15:05.2759241Z c53c37f056ac: Waiting 2022-12-01T10:15:05.2759627Z 53b1597ec1c2: Pulling fs layer 2022-12-01T10:15:05.2759918Z ef984347a312: Pulling fs layer 2022-12-01T10:15:05.2760194Z 343a1b6dc08c: Pulling fs layer 2022-12-01T10:15:05.2760452Z 16fdefc9f32c: Pulling fs layer 2022-12-01T10:15:05.2760712Z 75bd8ea35c95: Waiting 2022-12-01T10:15:05.2760974Z de0913f5235c: Pulling fs layer 2022-12-01T10:15:05.2761212Z 6416ca3f405b: Waiting 2022-12-01T10:15:05.2761451Z 343a1b6dc08c: Waiting 2022-12-01T10:15:05.2761706Z bf99e81d1939: Pulling fs layer 2022-12-01T10:15:05.2761957Z c0f36b953c44: Pulling fs layer 2022-12-01T10:15:05.2762216Z 16fdefc9f32c: Waiting 2022-12-01T10:15:05.2762475Z 7456bfaa70b2: Pulling fs layer 2022-12-01T10:15:05.2762726Z bf99e81d1939: Waiting 2022-12-01T10:15:05.2762966Z c0f36b953c44: Waiting 2022-12-01T10:15:05.2763235Z 68e8ef95b145: Pulling fs layer 2022-12-01T10:15:05.2763472Z e497d45bb922: Pulling fs layer 2022-12-01T10:15:05.2763740Z bf4a66dadd84: Pulling fs layer 2022-12-01T10:15:05.2764000Z 7456bfaa70b2: Waiting 2022-12-01T10:15:05.2764230Z e497d45bb922: Waiting 2022-12-01T10:15:05.2764509Z fd0d4928961f: Pulling fs layer 2022-12-01T10:15:05.2764784Z 6df8346812f8: Pulling fs layer 2022-12-01T10:15:05.2765012Z 8b46f8aa8681: Pulling fs layer 2022-12-01T10:15:05.2765275Z 6db5688b5394: Pulling fs layer 2022-12-01T10:15:05.2765532Z bf4a66dadd84: Waiting 2022-12-01T10:15:05.2765760Z d90720873b3b: Waiting 2022-12-01T10:15:05.2766016Z daa053ac35f3: Pulling fs layer 2022-12-01T10:15:05.2766270Z 6df8346812f8: Waiting 2022-12-01T10:15:05.2766504Z c9a8257f8dc0: Pulling fs layer 2022-12-01T10:15:05.2766756Z 6db5688b5394: Waiting 2022-12-01T10:15:05.2767007Z 30f21817172d: Pulling fs layer 2022-12-01T10:15:05.2767264Z bb9282afce05: Pulling fs layer 2022-12-01T10:15:05.2767535Z 909c475d21ec: Pulling fs layer 2022-12-01T10:15:05.2767786Z bb9282afce05: Waiting 2022-12-01T10:15:05.2768013Z 909c475d21ec: Waiting 2022-12-01T10:15:05.2768252Z fd0d4928961f: Waiting 2022-12-01T10:15:05.2768507Z 192b8944f15a: Pulling fs layer 2022-12-01T10:15:05.2768761Z 3dd92c832839: Pulling fs layer 2022-12-01T10:15:05.2769015Z 570b8809d75f: Waiting 2022-12-01T10:15:05.2769277Z 690eecb8c64c: Waiting 2022-12-01T10:15:05.2769508Z 5e1b0146a21d: Pulling fs layer 2022-12-01T10:15:05.2769748Z 5cd3ebaf3e1b: Waiting 2022-12-01T10:15:05.2769989Z 192b8944f15a: Waiting 2022-12-01T10:15:05.2770219Z 3dd92c832839: Waiting 2022-12-01T10:15:05.2770440Z daa053ac35f3: Waiting 2022-12-01T10:15:05.2770825Z 68e8ef95b145: Waiting 2022-12-01T10:15:05.2771319Z c76cf0339419: Pulling fs layer 2022-12-01T10:15:05.2771623Z 2dc4928eecf0: Pulling fs layer 2022-12-01T10:15:05.2771870Z 5e1b0146a21d: Waiting 2022-12-01T10:15:05.2772105Z c76cf0339419: Waiting 2022-12-01T10:15:05.2772326Z 2dc4928eecf0: Waiting 2022-12-01T10:15:05.4016008Z bd44602516a4: Verifying Checksum 2022-12-01T10:15:05.4016516Z bd44602516a4: Download complete 2022-12-01T10:15:05.4847451Z 1589dc294916: Download complete 2022-12-01T10:15:05.5636144Z 8ebfb31ea67d: Verifying Checksum 2022-12-01T10:15:05.5636600Z 8ebfb31ea67d: Download complete 2022-12-01T10:15:05.5835480Z 2c3a764ff1ef: Verifying Checksum 2022-12-01T10:15:05.5835774Z 2c3a764ff1ef: Download complete 2022-12-01T10:15:05.5998453Z 40dd5be53814: Verifying Checksum 2022-12-01T10:15:05.5999014Z 40dd5be53814: Download complete 2022-12-01T10:15:05.6576235Z d6e4b45751c9: Download complete 2022-12-01T10:15:05.7441305Z 07c42b0591b2: Verifying Checksum 2022-12-01T10:15:05.7441913Z 07c42b0591b2: Download complete 2022-12-01T10:15:05.8286842Z a7b4d9098b01: Verifying Checksum 2022-12-01T10:15:05.8287478Z a7b4d9098b01: Download complete 2022-12-01T10:15:06.4160650Z 40dd5be53814: Pull complete 2022-12-01T10:15:06.7265158Z bd44602516a4: Pull complete 2022-12-01T10:15:07.2864301Z 8ebfb31ea67d: Pull complete 2022-12-01T10:15:07.4026876Z 1589dc294916: Pull complete 2022-12-01T10:15:07.5387684Z 2c3a764ff1ef: Pull complete 2022-12-01T10:15:08.0512027Z 9b965084d7f3: Verifying Checksum 2022-12-01T10:15:08.0512436Z 9b965084d7f3: Download complete 2022-12-01T10:15:08.1186080Z 306938abc720: Verifying Checksum 2022-12-01T10:15:08.2365645Z 306938abc720: Download complete 2022-12-01T10:15:08.2365998Z 06e616940749: Download complete 2022-12-01T10:15:08.3135278Z 540637333efa: Verifying Checksum 2022-12-01T10:15:08.3135625Z 540637333efa: Download complete 2022-12-01T10:15:09.0809211Z 5cd3ebaf3e1b: Verifying Checksum 2022-12-01T10:15:09.0809823Z 5cd3ebaf3e1b: Download complete 2022-12-01T10:15:09.1610494Z dd7a31bfac90: Verifying Checksum 2022-12-01T10:15:09.1610847Z dd7a31bfac90: Download complete 2022-12-01T10:15:09.2470611Z 6416ca3f405b: Download complete 2022-12-01T10:15:24.2420345Z 2fb24fb5f7cb: Verifying Checksum 2022-12-01T10:15:24.2420962Z 2fb24fb5f7cb: Download complete 2022-12-01T10:15:24.3598343Z 33688bb73038: Download complete 2022-12-01T10:15:24.4593924Z 570b8809d75f: Download complete 2022-12-01T10:15:24.5472882Z 3ea8b8f31abf: Verifying Checksum 2022-12-01T10:15:24.5473240Z 3ea8b8f31abf: Download complete 2022-12-01T10:15:24.6310804Z 690eecb8c64c: Download complete 2022-12-01T10:15:24.7207548Z e2285545a8bf: Verifying Checksum 2022-12-01T10:15:24.7207904Z e2285545a8bf: Download complete 2022-12-01T10:15:24.7952790Z 555faed4e286: Download complete 2022-12-01T10:15:27.4174718Z c53c37f056ac: Verifying Checksum 2022-12-01T10:15:27.4175067Z c53c37f056ac: Download complete 2022-12-01T10:15:27.5407264Z 75bd8ea35c95: Verifying Checksum 2022-12-01T10:15:27.5407874Z 75bd8ea35c95: Download complete 2022-12-01T10:15:27.6396815Z b18c1d97e9da: Verifying Checksum 2022-12-01T10:15:27.7259252Z d90720873b3b: Download complete 2022-12-01T10:15:27.7954252Z 53b1597ec1c2: Verifying Checksum 2022-12-01T10:15:27.7954796Z 53b1597ec1c2: Download complete 2022-12-01T10:15:27.8726366Z ef984347a312: Verifying Checksum 2022-12-01T10:15:27.8726698Z ef984347a312: Download complete 2022-12-01T10:15:33.6202593Z 343a1b6dc08c: Verifying Checksum 2022-12-01T10:15:33.6203314Z 343a1b6dc08c: Download complete 2022-12-01T10:15:33.7014930Z 16fdefc9f32c: Verifying Checksum 2022-12-01T10:15:33.7015312Z 16fdefc9f32c: Download complete 2022-12-01T10:15:33.8457709Z de0913f5235c: Verifying Checksum 2022-12-01T10:15:33.9292280Z de0913f5235c: Download complete 2022-12-01T10:15:33.9292640Z 98a26bc0781e: Verifying Checksum 2022-12-01T10:15:33.9293123Z 98a26bc0781e: Download complete 2022-12-01T10:15:34.0133484Z c0f36b953c44: Verifying Checksum 2022-12-01T10:15:34.0133825Z c0f36b953c44: Download complete 2022-12-01T10:15:34.0771357Z 7456bfaa70b2: Verifying Checksum 2022-12-01T10:15:34.0771962Z 7456bfaa70b2: Download complete 2022-12-01T10:15:34.6813969Z bf99e81d1939: Download complete 2022-12-01T10:15:34.6826721Z 68e8ef95b145: Download complete 2022-12-01T10:15:34.7738982Z e497d45bb922: Verifying Checksum 2022-12-01T10:15:34.7739410Z e497d45bb922: Download complete 2022-12-01T10:15:34.8483432Z fd0d4928961f: Verifying Checksum 2022-12-01T10:15:34.8483781Z fd0d4928961f: Download complete 2022-12-01T10:15:34.9154974Z 6df8346812f8: Verifying Checksum 2022-12-01T10:15:35.7600537Z bf4a66dadd84: Verifying Checksum 2022-12-01T10:15:35.8422979Z 6db5688b5394: Verifying Checksum 2022-12-01T10:15:35.8423633Z 6db5688b5394: Download complete 2022-12-01T10:15:35.9454058Z daa053ac35f3: Download complete 2022-12-01T10:15:36.0446519Z c9a8257f8dc0: Verifying Checksum 2022-12-01T10:15:36.0447142Z c9a8257f8dc0: Download complete 2022-12-01T10:15:36.1597380Z 30f21817172d: Verifying Checksum 2022-12-01T10:15:36.1598114Z 30f21817172d: Download complete 2022-12-01T10:15:36.7212065Z bb9282afce05: Verifying Checksum 2022-12-01T10:15:36.7212438Z bb9282afce05: Download complete 2022-12-01T10:15:36.8240331Z 909c475d21ec: Verifying Checksum 2022-12-01T10:15:36.8240712Z 909c475d21ec: Download complete 2022-12-01T10:15:38.5522883Z 192b8944f15a: Verifying Checksum 2022-12-01T10:15:38.5523502Z 192b8944f15a: Download complete 2022-12-01T10:15:38.6315227Z 3dd92c832839: Verifying Checksum 2022-12-01T10:15:38.6315977Z 3dd92c832839: Download complete 2022-12-01T10:15:40.8859542Z 2fb24fb5f7cb: Pull complete 2022-12-01T10:15:43.1372582Z d6e4b45751c9: Pull complete 2022-12-01T10:15:45.0198069Z 8b46f8aa8681: Verifying Checksum 2022-12-01T10:15:45.0198574Z 8b46f8aa8681: Download complete 2022-12-01T10:15:45.1004660Z c76cf0339419: Verifying Checksum 2022-12-01T10:15:45.1005091Z c76cf0339419: Download complete 2022-12-01T10:15:45.1816865Z 2dc4928eecf0: Verifying Checksum 2022-12-01T10:15:45.1817378Z 2dc4928eecf0: Download complete 2022-12-01T10:15:57.0406229Z 19c44dd1f4cf: Verifying Checksum 2022-12-01T10:15:57.0406654Z 19c44dd1f4cf: Download complete 2022-12-01T10:16:06.3943354Z 98a26bc0781e: Pull complete 2022-12-01T10:16:08.2409153Z 07c42b0591b2: Pull complete 2022-12-01T10:16:10.0847191Z a7b4d9098b01: Pull complete 2022-12-01T10:16:17.7457213Z 9b965084d7f3: Pull complete 2022-12-01T10:16:19.6248544Z 306938abc720: Pull complete 2022-12-01T10:16:21.8630159Z 06e616940749: Pull complete 2022-12-01T10:16:23.8603006Z 540637333efa: Pull complete 2022-12-01T10:16:28.3435973Z 5cd3ebaf3e1b: Pull complete 2022-12-01T10:16:29.1738820Z dd7a31bfac90: Pull complete 2022-12-01T10:16:29.2820509Z 6416ca3f405b: Pull complete 2022-12-01T10:17:05.1476387Z 19c44dd1f4cf: Pull complete 2022-12-01T10:17:07.0199496Z 33688bb73038: Pull complete 2022-12-01T10:17:07.0352364Z 5e1b0146a21d: Verifying Checksum 2022-12-01T10:17:07.0352679Z 5e1b0146a21d: Download complete 2022-12-01T10:17:08.8552275Z 570b8809d75f: Pull complete 2022-12-01T10:17:10.7114258Z 3ea8b8f31abf: Pull complete 2022-12-01T10:17:12.5900794Z 690eecb8c64c: Pull complete 2022-12-01T10:17:14.4538386Z e2285545a8bf: Pull complete 2022-12-01T10:17:16.3267111Z 555faed4e286: Pull complete 2022-12-01T10:17:20.6052685Z c53c37f056ac: Pull complete 2022-12-01T10:17:22.7316019Z 75bd8ea35c95: Pull complete 2022-12-01T10:17:25.0629611Z b18c1d97e9da: Pull complete 2022-12-01T10:17:25.8715060Z d90720873b3b: Pull complete 2022-12-01T10:17:25.9855507Z 53b1597ec1c2: Pull complete 2022-12-01T10:17:26.0859569Z ef984347a312: Pull complete 2022-12-01T10:17:33.5734645Z 343a1b6dc08c: Pull complete 2022-12-01T10:17:36.3053838Z 16fdefc9f32c: Pull complete 2022-12-01T10:17:38.5901496Z de0913f5235c: Pull complete 2022-12-01T10:17:42.2005757Z bf99e81d1939: Pull complete 2022-12-01T10:17:44.0440455Z c0f36b953c44: Pull complete 2022-12-01T10:17:45.9222861Z 7456bfaa70b2: Pull complete 2022-12-01T10:17:48.4449073Z 68e8ef95b145: Pull complete 2022-12-01T10:17:50.3230705Z e497d45bb922: Pull complete 2022-12-01T10:17:54.1234825Z bf4a66dadd84: Pull complete 2022-12-01T10:17:55.8227490Z fd0d4928961f: Pull complete 2022-12-01T10:17:58.2066777Z 6df8346812f8: Pull complete 2022-12-01T10:18:04.6502939Z 8b46f8aa8681: Pull complete 2022-12-01T10:18:04.7534812Z 6db5688b5394: Pull complete 2022-12-01T10:18:04.8528549Z daa053ac35f3: Pull complete 2022-12-01T10:18:04.9574923Z c9a8257f8dc0: Pull complete 2022-12-01T10:18:05.0958695Z 30f21817172d: Pull complete 2022-12-01T10:18:05.9136964Z bb9282afce05: Pull complete 2022-12-01T10:18:06.0257518Z 909c475d21ec: Pull complete 2022-12-01T10:18:07.9767320Z 192b8944f15a: Pull complete 2022-12-01T10:18:08.1055906Z 3dd92c832839: Pull complete 2022-12-01T10:18:51.1590624Z 5e1b0146a21d: Pull complete 2022-12-01T10:18:53.1007629Z c76cf0339419: Pull complete 2022-12-01T10:18:54.9490538Z 2dc4928eecf0: Pull complete 2022-12-01T10:18:56.2096354Z Digest: sha256:217fd7de680e1dd5bca4b2b4054bd05a8d454df5e210ffbf1e5955e01cf1f340 2022-12-01T10:18:56.7129103Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:18:56.9157289Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:18:56.9560101Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:18:56.9560715Z with: 2022-12-01T10:18:56.9560982Z timeout_minutes: 10 2022-12-01T10:18:56.9561278Z max_attempts: 3 2022-12-01T10:18:56.9561718Z command: set -ex bash .github/scripts/install_nvidia_utils_linux.sh echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2022-12-01T10:18:56.9562155Z retry_wait_seconds: 10 2022-12-01T10:18:56.9562456Z polling_interval_seconds: 1 2022-12-01T10:18:56.9562781Z warning_on_retry: true 2022-12-01T10:18:56.9563090Z continue_on_error: false 2022-12-01T10:18:56.9563365Z env: 2022-12-01T10:18:56.9563647Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:18:56.9563952Z ##[endgroup] 2022-12-01T10:18:57.0122527Z 2022-12-01T10:18:57.0145286Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:18:57.0186776Z + bash .github/scripts/install_nvidia_utils_linux.sh 2022-12-01T10:18:57.0189126Z == Installing nvidia driver NVIDIA-Linux-x86_64-515.57.run == 2022-12-01T10:18:57.0190071Z + HAS_NVIDIA_DRIVER=0 2022-12-01T10:18:57.0195314Z ++ command -v nvidia-smi 2022-12-01T10:18:57.0197490Z + '[' -x /usr/bin/nvidia-smi ']' 2022-12-01T10:18:57.0200957Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader 2022-12-01T10:18:59.1510564Z + INSTALLED_DRIVER_VERSION=515.76 2022-12-01T10:18:59.1512314Z + '[' 515.76 '!=' 515.57 ']' 2022-12-01T10:18:59.1512595Z + HAS_NVIDIA_DRIVER=1 2022-12-01T10:18:59.1513363Z + echo 'NVIDIA driver (515.76) has been installed, but we expect to have 515.57 instead. Skipping NVIDIA driver installation for now until torchrec and FBGEMM are updated to use PyTorch NVIDIA installation script instead of RHEL repo' 2022-12-01T10:18:59.1514073Z + '[' 1 -eq 0 ']' 2022-12-01T10:18:59.1514343Z + nvidia-smi 2022-12-01T10:18:59.1514877Z NVIDIA driver (515.76) has been installed, but we expect to have 515.57 instead. Skipping NVIDIA driver installation for now until torchrec and FBGEMM are updated to use PyTorch NVIDIA installation script instead of RHEL repo 2022-12-01T10:19:01.0268919Z Thu Dec 1 10:19:01 2022 2022-12-01T10:19:01.0269643Z +-----------------------------------------------------------------------------+ 2022-12-01T10:19:01.0270721Z | NVIDIA-SMI 515.76 Driver Version: 515.76 CUDA Version: 11.7 | 2022-12-01T10:19:01.0271555Z |-------------------------------+----------------------+----------------------+ 2022-12-01T10:19:01.0273576Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-12-01T10:19:01.0274189Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-12-01T10:19:01.0274558Z | | | MIG M. | 2022-12-01T10:19:01.0274892Z |===============================+======================+======================| 2022-12-01T10:19:01.0333733Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 0 | 2022-12-01T10:19:01.0334380Z | N/A 31C P0 38W / 150W | 0MiB / 7680MiB | 100% Default | 2022-12-01T10:19:01.0334914Z | | | N/A | 2022-12-01T10:19:01.0335689Z +-------------------------------+----------------------+----------------------+ 2022-12-01T10:19:01.0336397Z 2022-12-01T10:19:01.0336983Z +-----------------------------------------------------------------------------+ 2022-12-01T10:19:01.0337362Z | Processes: | 2022-12-01T10:19:01.0337736Z | GPU GI CI PID Type Process name GPU Memory | 2022-12-01T10:19:01.0338047Z | ID ID Usage | 2022-12-01T10:19:01.0338621Z |=============================================================================| 2022-12-01T10:19:01.0339071Z | No running processes found | 2022-12-01T10:19:01.0339528Z +-----------------------------------------------------------------------------+ 2022-12-01T10:19:01.2988933Z == Installing nvidia container toolkit for amzn2 == 2022-12-01T10:19:01.2992438Z + sudo yum install -y yum-utils 2022-12-01T10:19:01.8515425Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-12-01T10:19:03.2392178Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2022-12-01T10:19:03.2392602Z Nothing to do 2022-12-01T10:19:03.3237725Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-12-01T10:19:04.0771896Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-12-01T10:19:04.1086168Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-12-01T10:19:04.1086883Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2022-12-01T10:19:04.1087388Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2022-12-01T10:19:04.1234278Z + sudo yum install -y nvidia-docker2 2022-12-01T10:19:04.6789962Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-12-01T10:19:06.0252873Z Package nvidia-docker2-2.11.0-1.noarch already installed and latest version 2022-12-01T10:19:06.0255522Z Nothing to do 2022-12-01T10:19:06.1077736Z + sudo systemctl restart docker 2022-12-01T10:19:24.3241388Z + echo 'GPU_FLAG=--gpus all' 2022-12-01T10:19:25.0487878Z Command completed after 1 attempt(s). 2022-12-01T10:19:25.0488364Z 2022-12-01T10:19:25.0491088Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:19:25.0540581Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:19:25.0540984Z python3 -m pip install psutil==5.9.1 2022-12-01T10:19:25.0541318Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:19:25.0541673Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:19:25.0542056Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:19:25.0555963Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:19:25.0556264Z env: 2022-12-01T10:19:25.0556505Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:25.0556758Z GPU_FLAG: --gpus all 2022-12-01T10:19:25.0557006Z ##[endgroup] 2022-12-01T10:19:25.3539171Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:19:25.3770487Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:19:25.9509859Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:19:25.9740050Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:19:26.2554207Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:19:26.2646679Z Prepare all required actions 2022-12-01T10:19:26.2647230Z Getting action download info 2022-12-01T10:19:26.5063993Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:19:26.8868937Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:19:27.0102084Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:19:27.0102394Z with: 2022-12-01T10:19:27.0102681Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:19:27.0102948Z env: 2022-12-01T10:19:27.0103325Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:27.0103593Z GPU_FLAG: --gpus all 2022-12-01T10:19:27.0103825Z ##[endgroup] 2022-12-01T10:19:27.0136421Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:19:27.0136716Z with: 2022-12-01T10:19:27.0136979Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:19:27.0137288Z s3-bucket: gha-artifacts 2022-12-01T10:19:27.0137602Z region: us-east-1 2022-12-01T10:19:27.0137842Z env: 2022-12-01T10:19:27.0138081Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:27.0138333Z GPU_FLAG: --gpus all 2022-12-01T10:19:27.0138582Z ##[endgroup] 2022-12-01T10:19:27.5713658Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-bionic-cuda11.6-py3.10-gcc7/ 2022-12-01T10:19:27.5714294Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:19:35.8993339Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:19:35.8993954Z 2022-12-01T10:19:35.9000716Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:19:35.9002755Z Artifact download has finished successfully 2022-12-01T10:19:35.9285929Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:19:35.9286259Z unzip -o artifacts.zip 2022-12-01T10:19:35.9299653Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:19:35.9299937Z env: 2022-12-01T10:19:35.9300185Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:35.9300458Z GPU_FLAG: --gpus all 2022-12-01T10:19:35.9300692Z ##[endgroup] 2022-12-01T10:19:35.9344303Z Archive: artifacts.zip 2022-12-01T10:19:35.9346288Z creating: dist/ 2022-12-01T10:19:37.9967782Z inflating: dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:19:37.9968225Z creating: build/custom_test_artifacts/ 2022-12-01T10:19:37.9968645Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:19:37.9969115Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:19:37.9976206Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:19:37.9976746Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:19:37.9977329Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:19:37.9977875Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:19:37.9978437Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:19:37.9980675Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:19:37.9981876Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:19:37.9982459Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:19:37.9983023Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:19:37.9985636Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:19:37.9986987Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:19:37.9988303Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:19:37.9988991Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:19:37.9991213Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:19:37.9992115Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:19:37.9992869Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-12-01T10:19:37.9993436Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-12-01T10:19:38.0047555Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-12-01T10:19:38.0048280Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-12-01T10:19:38.0049028Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-12-01T10:19:38.0049761Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-12-01T10:19:38.0050488Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-12-01T10:19:38.0051176Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-12-01T10:19:38.0051920Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-12-01T10:19:38.0052612Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-12-01T10:19:38.0053764Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-12-01T10:19:38.0095595Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-12-01T10:19:38.0136908Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-12-01T10:19:38.0138011Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-12-01T10:19:38.0138895Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-12-01T10:19:38.0139543Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-12-01T10:19:38.0140266Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-12-01T10:19:38.0141340Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-12-01T10:19:38.0142247Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-12-01T10:19:38.0144237Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-12-01T10:19:38.0217384Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-12-01T10:19:38.0290682Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-12-01T10:19:38.0291345Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-12-01T10:19:38.0291893Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:19:38.0292747Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:19:38.0293333Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:19:38.0293879Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:19:38.0294457Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:19:38.0295063Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:19:38.0295669Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:19:38.0296354Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:19:38.0296942Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:19:38.0297724Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:19:38.0298316Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:19:38.0298905Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:19:38.0299489Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:19:38.0320561Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:19:38.0434768Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:19:38.0435339Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:19:38.0435940Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:19:38.0436585Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:19:38.0437184Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:19:38.0437778Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:19:38.0438383Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:19:38.0439159Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:19:38.0439768Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:19:38.0440396Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:19:38.0440996Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:19:38.0462109Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:19:38.0544454Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:19:38.0545094Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:19:38.0545707Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:19:38.0546278Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:19:38.0547003Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:19:38.0548135Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:19:38.0548681Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2022-12-01T10:19:38.0551839Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:19:38.0552529Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:19:38.0553093Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:19:38.0646033Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:19:38.0707947Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:19:38.0708420Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:19:38.0708896Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:19:38.0716126Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:19:38.0716670Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:19:38.0717201Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:19:38.0717779Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:19:38.0718336Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:19:38.0720359Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:19:38.0721490Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:19:38.0722061Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:19:38.0722623Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:19:38.0725158Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:19:38.0726300Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:19:38.0727862Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:19:38.0728692Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:19:38.0730218Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:19:38.0731289Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:19:38.0731878Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-12-01T10:19:38.0732395Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-12-01T10:19:38.0787328Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-12-01T10:19:38.0788016Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-12-01T10:19:38.0788770Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-12-01T10:19:38.0789517Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-12-01T10:19:38.0790525Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-12-01T10:19:38.0791238Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-12-01T10:19:38.0791939Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-12-01T10:19:38.0792634Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-12-01T10:19:38.0793742Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-12-01T10:19:38.0835417Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-12-01T10:19:38.0876650Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-12-01T10:19:38.0877742Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-12-01T10:19:38.0878628Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-12-01T10:19:38.0879464Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-12-01T10:19:38.0880094Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-12-01T10:19:38.0880947Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-12-01T10:19:38.0881671Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-12-01T10:19:38.0883785Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-12-01T10:19:38.0956870Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-12-01T10:19:38.1029717Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-12-01T10:19:38.1030614Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-12-01T10:19:38.1031214Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:19:38.1031972Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:19:38.1032534Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:19:38.1033095Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:19:38.1033693Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:19:38.1034297Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:19:38.1034926Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:19:38.1035487Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:19:38.1036488Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:19:38.1037611Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:19:38.1038371Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:19:38.1038982Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:19:38.1039576Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:19:38.1060644Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:19:38.1124240Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:19:38.1124872Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:19:38.1125497Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:19:38.1126064Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:19:38.1127014Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:19:38.1128182Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:19:38.1128743Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2022-12-01T10:19:38.1131567Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:19:38.1132110Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:19:38.1133051Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:19:38.1182312Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:19:38.1182971Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:19:38.1183374Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:19:38.1190262Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:19:38.1191112Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:19:38.1191723Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:19:38.1192238Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:19:38.1192806Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:19:38.1194859Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:19:38.1196018Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:19:38.1196648Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:19:38.1197169Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:19:38.1199703Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:19:38.1200865Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:19:38.1202325Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:19:38.1203026Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:19:38.1205125Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:19:38.1205800Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:19:38.1206391Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-12-01T10:19:38.1206921Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-12-01T10:19:38.1261237Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-12-01T10:19:38.1262033Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-12-01T10:19:38.1262782Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-12-01T10:19:38.1263532Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-12-01T10:19:38.1264286Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-12-01T10:19:38.1265016Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-12-01T10:19:38.1265860Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-12-01T10:19:38.1266571Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-12-01T10:19:38.1267333Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-12-01T10:19:38.1309304Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-12-01T10:19:38.1350463Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-12-01T10:19:38.1351787Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-12-01T10:19:38.1352470Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-12-01T10:19:38.1353141Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-12-01T10:19:38.1353964Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-12-01T10:19:38.1354927Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-12-01T10:19:38.1355837Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-12-01T10:19:38.1357793Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-12-01T10:19:38.1430602Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-12-01T10:19:38.1503845Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-12-01T10:19:38.1504525Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-12-01T10:19:38.1505117Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:19:38.1505880Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:19:38.1506475Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:19:38.1507050Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:19:38.1507668Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:19:38.1508318Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:19:38.1508964Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:19:38.1509586Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:19:38.1510467Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:19:38.1511276Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:19:38.1511911Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:19:38.1512547Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:19:38.1513189Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:19:38.1517891Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:19:38.1665945Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:19:38.1666606Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:19:38.1667249Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:19:38.1667926Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:19:38.1668562Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:19:38.1669332Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:19:38.1669976Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:19:38.1670916Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:19:38.1671701Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:19:38.1672352Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:19:38.1672997Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:19:38.1693455Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:19:38.1752093Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:19:38.1752775Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:19:38.1753627Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:19:38.1754197Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:19:38.1755041Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:19:38.1755962Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:19:38.1756534Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2022-12-01T10:19:38.1759297Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:19:38.1760006Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:19:38.1760939Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:19:38.1880117Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:19:38.1925870Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:19:38.1926243Z creating: build/lib/ 2022-12-01T10:19:38.1926952Z inflating: build/lib/libclog.a 2022-12-01T10:19:38.1993360Z inflating: build/lib/libgtest.a 2022-12-01T10:19:38.2003567Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:19:38.2109699Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:19:38.2201403Z inflating: build/lib/libbenchmark.a 2022-12-01T10:19:38.2210503Z inflating: build/lib/libittnotify.a 2022-12-01T10:19:38.2287278Z inflating: build/lib/libasmjit.a 2022-12-01T10:19:38.2822031Z inflating: build/lib/libprotobuf.a 2022-12-01T10:19:38.2854281Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:19:38.2987341Z inflating: build/lib/libgloo.a 2022-12-01T10:19:38.3007098Z inflating: build/lib/libfmt.a 2022-12-01T10:19:38.3008948Z inflating: build/lib/libcaffe2_nvrtc.so 2022-12-01T10:19:38.3009569Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:19:38.3086712Z inflating: build/lib/libc10.so 2022-12-01T10:19:38.3087946Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:19:38.3098002Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:19:38.3669368Z inflating: build/lib/libprotoc.a 2022-12-01T10:19:38.3678654Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:19:38.3694379Z inflating: build/lib/libqnnpack.a 2022-12-01T10:19:38.3718709Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:19:38.3721343Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:19:38.3743372Z inflating: build/lib/libnnpack.a 2022-12-01T10:19:38.3762690Z inflating: build/lib/libgmock.a 2022-12-01T10:19:38.3763360Z inflating: build/lib/libgtest_main.a 2022-12-01T10:19:38.3764488Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:19:39.1898720Z inflating: build/lib/libdnnl.a 2022-12-01T10:19:39.2040653Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:19:39.2697608Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:19:39.2739633Z inflating: build/lib/libc10_cuda.so 2022-12-01T10:19:39.4285161Z inflating: build/lib/libfbgemm.a 2022-12-01T10:19:39.4285763Z inflating: build/lib/libgmock_main.a 2022-12-01T10:19:39.5418356Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:19:39.5841063Z inflating: build/lib/libkineto.a 2022-12-01T10:19:39.6131167Z inflating: build/lib/libtensorpipe_cuda.a 2022-12-01T10:19:39.6176735Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:19:39.6224662Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:19:39.6905513Z inflating: build/lib/libonnx.a 2022-12-01T10:19:39.7335865Z inflating: build/lib/libgloo_cuda.a 2022-12-01T10:19:42.0550014Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:19:42.3981445Z inflating: build/lib/libtorch_cuda_cpp.so 2022-12-01T10:19:44.1650986Z inflating: build/lib/libtorch_cuda_cu.so 2022-12-01T10:19:44.1651729Z inflating: build/lib/libtorch_cuda.so 2022-12-01T10:19:44.1653367Z inflating: build/lib/libtorch.so 2022-12-01T10:19:45.1538766Z inflating: build/lib/libtorch_cuda_linalg.so 2022-12-01T10:19:45.1541524Z inflating: build/lib/libc10d_cuda_test.so 2022-12-01T10:19:45.1565630Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:19:45.1625725Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:19:45.1656519Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:19:45.1661167Z inflating: build/lib/libshm.so 2022-12-01T10:19:45.3443328Z inflating: build/lib/libtorch_python.so 2022-12-01T10:19:45.3483069Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:19:45.3483431Z creating: build/bin/ 2022-12-01T10:19:45.3535906Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:19:45.3591604Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:19:45.3645120Z inflating: build/bin/c10_Device_test 2022-12-01T10:19:45.3708100Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:19:45.3759615Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:19:45.3813299Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:19:45.3872957Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:19:45.3932557Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:19:45.3993745Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:19:45.4045190Z inflating: build/bin/c10_Array_test 2022-12-01T10:19:45.4101887Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:19:45.4153837Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:19:45.4208679Z inflating: build/bin/c10_C++17_test 2022-12-01T10:19:45.4261057Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:19:45.4314475Z inflating: build/bin/c10_Half_test 2022-12-01T10:19:45.4374868Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:19:45.4442388Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:19:45.4599116Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:19:45.4652758Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:19:45.4714731Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:19:45.4770640Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:19:45.4822050Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:19:45.4877676Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:19:45.4931645Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:19:45.4991528Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:19:45.5049721Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:19:45.5109269Z inflating: build/bin/c10_complex_test 2022-12-01T10:19:45.5227952Z inflating: build/bin/c10_either_test 2022-12-01T10:19:45.5283984Z inflating: build/bin/c10_exception_test 2022-12-01T10:19:45.5337396Z inflating: build/bin/c10_flags_test 2022-12-01T10:19:45.5391687Z inflating: build/bin/c10_irange_test 2022-12-01T10:19:45.5574909Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:19:45.5637222Z inflating: build/bin/c10_logging_test 2022-12-01T10:19:45.5717367Z inflating: build/bin/c10_optional_test 2022-12-01T10:19:45.5783772Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:19:45.5842506Z inflating: build/bin/c10_registry_test 2022-12-01T10:19:45.5905750Z inflating: build/bin/c10_string_view_test 2022-12-01T10:19:45.5960938Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:19:45.6021607Z inflating: build/bin/c10_typeid_test 2022-12-01T10:19:45.6082324Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:19:45.6605010Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:19:45.7127505Z inflating: build/bin/protoc 2022-12-01T10:19:45.7179489Z inflating: build/bin/c10_cuda_CUDATest 2022-12-01T10:19:45.7498031Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:19:45.7852832Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:19:45.7910156Z inflating: build/bin/HashStoreTest 2022-12-01T10:19:45.7974868Z inflating: build/bin/TCPStoreTest 2022-12-01T10:19:45.8032371Z inflating: build/bin/FileStoreTest 2022-12-01T10:19:45.8048205Z inflating: build/bin/ProcessGroupMPITest 2022-12-01T10:19:45.8051435Z inflating: build/bin/example_allreduce 2022-12-01T10:19:45.8107536Z inflating: build/bin/Dimname_test 2022-12-01T10:19:45.8185973Z inflating: build/bin/Dict_test 2022-12-01T10:19:45.8254346Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:19:45.8317588Z inflating: build/bin/apply_utils_test 2022-12-01T10:19:45.8378714Z inflating: build/bin/NamedTensor_test 2022-12-01T10:19:45.8442014Z inflating: build/bin/atest 2022-12-01T10:19:45.8500105Z inflating: build/bin/broadcast_test 2022-12-01T10:19:45.8565768Z inflating: build/bin/basic 2022-12-01T10:19:45.8628272Z inflating: build/bin/cpu_generator_test 2022-12-01T10:19:45.8684463Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:19:45.8737577Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:19:45.8832652Z inflating: build/bin/cpu_rng_test 2022-12-01T10:19:45.8885556Z inflating: build/bin/dlconvertor_test 2022-12-01T10:19:45.8947876Z inflating: build/bin/extension_backend_test 2022-12-01T10:19:45.9007821Z inflating: build/bin/half_test 2022-12-01T10:19:45.9060431Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:19:45.9162462Z inflating: build/bin/ivalue_test 2022-12-01T10:19:45.9219550Z inflating: build/bin/math_kernel_test 2022-12-01T10:19:45.9277120Z inflating: build/bin/memory_format_test 2022-12-01T10:19:45.9333170Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:19:45.9387378Z inflating: build/bin/operator_name_test 2022-12-01T10:19:45.9447592Z inflating: build/bin/native_test 2022-12-01T10:19:45.9503364Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:19:45.9556920Z inflating: build/bin/operators_test 2022-12-01T10:19:45.9612746Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:19:45.9683066Z inflating: build/bin/pow_test 2022-12-01T10:19:45.9744142Z inflating: build/bin/quantized_test 2022-12-01T10:19:45.9798525Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:19:45.9851102Z inflating: build/bin/reduce_ops_test 2022-12-01T10:19:45.9911760Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:19:45.9974392Z inflating: build/bin/scalar_test 2022-12-01T10:19:46.0029997Z inflating: build/bin/stride_properties_test 2022-12-01T10:19:46.0032893Z inflating: build/bin/thread_init_test 2022-12-01T10:19:46.0118095Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:19:46.0177721Z inflating: build/bin/type_ptr_test 2022-12-01T10:19:46.0237341Z inflating: build/bin/test_parallel 2022-12-01T10:19:46.0301882Z inflating: build/bin/type_test 2022-12-01T10:19:46.0354811Z inflating: build/bin/variant_test 2022-12-01T10:19:46.0410310Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:19:46.0484971Z inflating: build/bin/vmap_test 2022-12-01T10:19:46.0486821Z inflating: build/bin/verify_api_visibility 2022-12-01T10:19:46.0540966Z inflating: build/bin/weakref_test 2022-12-01T10:19:46.0595345Z inflating: build/bin/wrapdim_test 2022-12-01T10:19:46.0659436Z inflating: build/bin/IListRef_test 2022-12-01T10:19:46.0711549Z inflating: build/bin/xla_tensor_test 2022-12-01T10:19:46.0829457Z inflating: build/bin/List_test 2022-12-01T10:19:46.0899448Z inflating: build/bin/KernelFunction_test 2022-12-01T10:19:46.1031394Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:19:46.1135323Z inflating: build/bin/kernel_function_test 2022-12-01T10:19:46.1274107Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:19:46.1385768Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:19:46.1450053Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:19:46.1553565Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:19:46.1607554Z inflating: build/bin/CppSignature_test 2022-12-01T10:19:46.1658552Z inflating: build/bin/op_allowlist_test 2022-12-01T10:19:46.1715277Z inflating: build/bin/inline_container_test 2022-12-01T10:19:46.2029646Z inflating: build/bin/op_registration_test 2022-12-01T10:19:46.2090127Z inflating: build/bin/backend_fallback_test 2022-12-01T10:19:46.2145641Z inflating: build/bin/cuda_apply_test 2022-12-01T10:19:46.2203082Z inflating: build/bin/cuda_caching_host_allocator_test 2022-12-01T10:19:46.2267643Z inflating: build/bin/cuda_atomic_ops_test 2022-12-01T10:19:46.2340567Z inflating: build/bin/cuda_complex_math_test 2022-12-01T10:19:46.2393029Z inflating: build/bin/cuda_device_test 2022-12-01T10:19:46.2455490Z inflating: build/bin/cuda_complex_test 2022-12-01T10:19:46.2519441Z inflating: build/bin/cuda_cub_test 2022-12-01T10:19:46.2572684Z inflating: build/bin/cuda_dlconvertor_test 2022-12-01T10:19:46.2626796Z inflating: build/bin/cuda_integer_divider_test 2022-12-01T10:19:46.2698943Z inflating: build/bin/cuda_distributions_test 2022-12-01T10:19:46.2761639Z inflating: build/bin/cuda_generator_test 2022-12-01T10:19:46.2814220Z inflating: build/bin/cuda_half_test 2022-12-01T10:19:46.2866292Z inflating: build/bin/cuda_optional_test 2022-12-01T10:19:46.2922458Z inflating: build/bin/cuda_reportMemoryUsage_test 2022-12-01T10:19:46.2987415Z inflating: build/bin/cuda_stream_test 2022-12-01T10:19:46.3042833Z inflating: build/bin/cuda_packedtensoraccessor_test 2022-12-01T10:19:46.3094880Z inflating: build/bin/cuda_cudnn_test 2022-12-01T10:19:46.3150710Z inflating: build/bin/cuda_vectorized_test 2022-12-01T10:19:46.3168415Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:19:46.3238154Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:19:46.3300301Z inflating: build/bin/ProcessGroupGlooAsyncTest 2022-12-01T10:19:46.3366566Z inflating: build/bin/ProcessGroupNCCLTest 2022-12-01T10:19:46.3428742Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2022-12-01T10:19:46.3485623Z inflating: build/bin/ProcessGroupUCCTest 2022-12-01T10:19:46.3543380Z inflating: build/bin/test_dist_autograd 2022-12-01T10:19:46.3546076Z inflating: build/bin/parallel_benchmark 2022-12-01T10:19:46.3621114Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:19:46.3695041Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:19:46.4616920Z inflating: build/bin/test_tensorexpr 2022-12-01T10:19:46.4627970Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:19:46.5013624Z inflating: build/bin/test_lazy 2022-12-01T10:19:46.5019323Z inflating: build/bin/torch_shm_manager 2022-12-01T10:19:46.6344006Z inflating: build/bin/test_api 2022-12-01T10:19:46.7515290Z inflating: build/bin/test_jit 2022-12-01T10:19:46.7517222Z inflating: .pytorch-test-times.json 2022-12-01T10:19:46.7547464Z ##[group]Run df -H 2022-12-01T10:19:46.7547733Z df -H 2022-12-01T10:19:46.7561589Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:19:46.7561875Z env: 2022-12-01T10:19:46.7562124Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:46.7562400Z GPU_FLAG: --gpus all 2022-12-01T10:19:46.7562639Z ##[endgroup] 2022-12-01T10:19:46.7603570Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:19:46.7603949Z devtmpfs 65G 0 65G 0% /dev 2022-12-01T10:19:46.7604232Z tmpfs 65G 0 65G 0% /dev/shm 2022-12-01T10:19:46.7604522Z tmpfs 65G 484k 65G 1% /run 2022-12-01T10:19:46.7604848Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2022-12-01T10:19:46.7605181Z /dev/xvda1 162G 30G 132G 19% / 2022-12-01T10:19:46.7631049Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:19:46.7631424Z .github/scripts/parse_ref.py 2022-12-01T10:19:46.7644089Z shell: /usr/bin/bash -e {0} 2022-12-01T10:19:46.7644351Z env: 2022-12-01T10:19:46.7644575Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:46.7644847Z GPU_FLAG: --gpus all 2022-12-01T10:19:46.7645098Z ##[endgroup] 2022-12-01T10:19:46.7885783Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:19:46.7945824Z ##[group]Run set -x 2022-12-01T10:19:46.7946200Z set -x 2022-12-01T10:19:46.7946434Z  2022-12-01T10:19:46.7946695Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:19:46.7947049Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:19:46.7947471Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:19:46.7947784Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:19:46.7948063Z else 2022-12-01T10:19:46.7948347Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:19:46.7948609Z fi 2022-12-01T10:19:46.7948835Z  2022-12-01T10:19:46.7949161Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:19:46.7949469Z  2022-12-01T10:19:46.7949771Z # sanitize the input commit message and PR body here: 2022-12-01T10:19:46.7950067Z # 2022-12-01T10:19:46.7950855Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:19:46.7951367Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:19:46.7951793Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:19:46.7952117Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:19:46.7952359Z  2022-12-01T10:19:46.7952719Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:19:46.7953100Z # wreak havoc internally 2022-12-01T10:19:46.7953413Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:19:46.7953752Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:19:46.7954020Z  2022-12-01T10:19:46.7954332Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:19:46.7954724Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:19:46.7955105Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:19:46.7955439Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:19:46.7955729Z container_name=$(docker run \ 2022-12-01T10:19:46.7956012Z  ${GPU_FLAG:-} \ 2022-12-01T10:19:46.7956427Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:19:46.7956694Z  -e PR_NUMBER \ 2022-12-01T10:19:46.7956966Z  -e GITHUB_ACTIONS \ 2022-12-01T10:19:46.7957233Z  -e BASE_SHA \ 2022-12-01T10:19:46.7957486Z  -e BRANCH \ 2022-12-01T10:19:46.7957714Z  -e SHA1 \ 2022-12-01T10:19:46.7957980Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:19:46.7958258Z  -e IN_WHEEL_TEST \ 2022-12-01T10:19:46.7958506Z  -e SHARD_NUMBER \ 2022-12-01T10:19:46.7958776Z  -e TEST_CONFIG \ 2022-12-01T10:19:46.7959049Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:19:46.7959296Z  -e PR_BODY \ 2022-12-01T10:19:46.7959564Z  -e COMMIT_MESSAGES \ 2022-12-01T10:19:46.7959862Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:19:46.7960160Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:19:46.7960450Z  -e PR_LABELS \ 2022-12-01T10:19:46.7960739Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:19:46.7961018Z  -e SCCACHE_BUCKET \ 2022-12-01T10:19:46.7961302Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:19:46.7961575Z  -e XLA_CUDA \ 2022-12-01T10:19:46.7961871Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:19:46.7962199Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:19:46.7962530Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:19:46.7962846Z  --security-opt seccomp=unconfined \ 2022-12-01T10:19:46.7963141Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:19:46.7963418Z  --ipc=host \ 2022-12-01T10:19:46.7963769Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:19:46.7964022Z  --tty \ 2022-12-01T10:19:46.7964266Z  --detach \ 2022-12-01T10:19:46.7964538Z  --name="${container_name}" \ 2022-12-01T10:19:46.7964797Z  --user jenkins \ 2022-12-01T10:19:46.7965124Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:19:46.7965477Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:19:46.7965761Z  "${DOCKER_IMAGE}" 2022-12-01T10:19:46.7965989Z ) 2022-12-01T10:19:46.7966360Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:19:46.7978216Z shell: /usr/bin/bash -e {0} 2022-12-01T10:19:46.7978453Z env: 2022-12-01T10:19:46.7978696Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:46.7978969Z GPU_FLAG: --gpus all 2022-12-01T10:19:46.7979278Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:19:46.7979601Z PR_NUMBER: 89997 2022-12-01T10:19:46.7979856Z BRANCH: pull/89997 2022-12-01T10:19:46.7980138Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:19:46.7980476Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:19:46.7980785Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:19:46.7981058Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:19:46.7981340Z TEST_CONFIG: default 2022-12-01T10:19:46.7981587Z SHARD_NUMBER: 2 2022-12-01T10:19:46.7981812Z NUM_TEST_SHARDS: 4 2022-12-01T10:19:46.7982675Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:19:46.7983577Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:19:46.7983916Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:19:46.7984175Z SHM_SIZE: 2g 2022-12-01T10:19:46.7984640Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:19:46.7985104Z XLA_CUDA: 2022-12-01T10:19:46.7985528Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:19:46.7985889Z ##[endgroup] 2022-12-01T10:19:46.8014305Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:19:46.8014796Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *onnx* ]] 2022-12-01T10:19:46.8015134Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:19:46.8018421Z ++ git cherry -v origin/master 2022-12-01T10:19:47.2615948Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:19:47.2616554Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:19:47.2617155Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:19:47.2617815Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:19:47.2618497Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:19:47.2619103Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:19:47.2619694Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:19:47.2621271Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:19:47.2621871Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:19:47.2622578Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:19:47.2623177Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:19:47.2623715Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:19:47.2624191Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:19:47.2624818Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:19:47.2625440Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:19:47.2626022Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:19:47.2626640Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:19:47.2627387Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:19:47.2628251Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:19:47.2628743Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:19:47.2629383Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:19:47.2630032Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:19:47.2630814Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:19:47.2631293Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:19:47.2631894Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:19:47.2632472Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:19:47.2633076Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:19:47.2633699Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:19:47.2634331Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:19:47.2634936Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:19:47.2635538Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:19:47.2636078Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:19:47.2636698Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:19:47.2637283Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:19:47.2637860Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:19:47.2638495Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:19:47.2639149Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:19:47.2639707Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:19:47.2640342Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:19:47.2640987Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:19:47.2641651Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:19:47.2642250Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:19:47.2642813Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:19:47.2643364Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:19:47.2643800Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:19:47.2644326Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:19:47.2644775Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:19:47.2645236Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:19:47.2659476Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:19:47.2660124Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:19:47.2660761Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:19:47.2661442Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:19:47.2661934Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:19:47.2662522Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:19:47.2663108Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:19:47.2663623Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:19:47.2664160Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:19:47.2664903Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:19:47.2665347Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:19:47.2665872Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:19:47.2683345Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:19:47.2691962Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashI'\''m hoping this is a low-risk change, since it'\''s just changing one method for its safer form.' 2022-12-01T10:19:47.2710976Z + export 'COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:19:47.2734708Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:19:47.2743113Z + export 'PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:19:47.2744924Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:19:47.2745849Z +++ nproc --ignore=2 2022-12-01T10:19:47.2747903Z ++ 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_3591403534 --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:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:20:01.0005233Z + container_name=582de9923a7ae2e2eff5188c676d4c469c14af332b1d6cf67253bc28c2c3ec25 2022-12-01T10:20:01.0009615Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:20:01.0011856Z + docker exec -t 582de9923a7ae2e2eff5188c676d4c469c14af332b1d6cf67253bc28c2c3ec25 sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:20:01.6029495Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:20:01.6980873Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:20:01.6994695Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:20:01.7078555Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.10/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.21.2) 2022-12-01T10:20:02.6669932Z Installing collected packages: torch 2022-12-01T10:20:13.3898514Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:20:13.5655578Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:20:13.5877599Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.10/site-packages/torch 2022-12-01T10:20:13.5880023Z + TORCH_BIN_DIR=/opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T10:20:13.5880625Z + TORCH_LIB_DIR=/opt/conda/lib/python3.10/site-packages/torch/lib 2022-12-01T10:20:13.5881367Z + TORCH_TEST_DIR=/opt/conda/lib/python3.10/site-packages/torch/test 2022-12-01T10:20:13.5881697Z + BUILD_DIR=build 2022-12-01T10:20:13.5882000Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:20:13.5886022Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:20:13.5886363Z + export VALGRIND=ON 2022-12-01T10:20:13.5886620Z + VALGRIND=ON 2022-12-01T10:20:13.5887070Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *clang9* ]] 2022-12-01T10:20:13.5887505Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *bazel* ]] 2022-12-01T10:20:13.5887853Z ++ realpath build/custom_test_artifacts 2022-12-01T10:20:13.5892784Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:20:13.5896504Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:20:13.5904336Z + source .jenkins/pytorch/common.sh 2022-12-01T10:20:13.5908245Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:20:13.5919844Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:20:13.5921813Z +++ declare -f -t trap_add 2022-12-01T10:20:13.5926941Z ++ set -ex 2022-12-01T10:20:13.5927658Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T10:20:13.5928011Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:20:13.5928659Z ++ [[ default == *xla* ]] 2022-12-01T10:20:13.5929066Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-12-01T10:20:13.5929768Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-bionic* ]] 2022-12-01T10:20:13.5930073Z ++ which conda 2022-12-01T10:20:13.5939738Z /opt/conda/bin/conda 2022-12-01T10:20:13.5940710Z ++ conda install -q -y cmake 2022-12-01T10:20:17.1132078Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:20:18.3801673Z Solving environment: ...working... done 2022-12-01T10:20:18.4849466Z 2022-12-01T10:20:18.4850141Z ## Package Plan ## 2022-12-01T10:20:18.4850394Z 2022-12-01T10:20:18.4850528Z environment location: /opt/conda 2022-12-01T10:20:18.4850741Z 2022-12-01T10:20:18.4850883Z added / updated specs: 2022-12-01T10:20:18.4851285Z - cmake 2022-12-01T10:20:18.4851439Z 2022-12-01T10:20:18.4851458Z 2022-12-01T10:20:18.4851612Z The following packages will be downloaded: 2022-12-01T10:20:18.4851816Z 2022-12-01T10:20:18.4852568Z package | build 2022-12-01T10:20:18.4852978Z ---------------------------|----------------- 2022-12-01T10:20:18.4853417Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:20:18.4853858Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:20:18.4854259Z certifi-2022.9.24 | py310h06a4308_0 154 KB 2022-12-01T10:20:18.4854668Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:20:18.4855237Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:20:18.4856318Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:20:18.4857071Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:20:18.4858116Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:20:18.4858783Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:20:18.4859289Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:20:18.4860450Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:20:18.4860910Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:20:18.4861627Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:20:18.4862477Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:20:18.4863472Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:20:18.4864278Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:20:18.4864750Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:20:18.4865228Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:20:18.4865632Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:20:18.4866108Z ------------------------------------------------------------ 2022-12-01T10:20:18.4866566Z Total: 26.3 MB 2022-12-01T10:20:18.4866792Z 2022-12-01T10:20:18.4867003Z The following NEW packages will be INSTALLED: 2022-12-01T10:20:18.4867195Z 2022-12-01T10:20:18.4867599Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:20:18.4868171Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:20:18.4868774Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:20:18.4869285Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:20:18.4869858Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:20:18.4870912Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:20:18.4871489Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:20:18.4872086Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:20:18.4872690Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:20:18.4873432Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:20:18.4873993Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:20:18.4874530Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:20:18.4875147Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:20:18.4875396Z 2022-12-01T10:20:18.4875579Z The following packages will be UPDATED: 2022-12-01T10:20:18.4875812Z 2022-12-01T10:20:18.4876133Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:20:18.4876650Z certifi 2022.9.14-py310h06a4308_0 --> 2022.9.24-py310h06a4308_0 None 2022-12-01T10:20:18.4877238Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:20:18.4877766Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:20:18.4878239Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:20:18.4878780Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:20:18.4879032Z 2022-12-01T10:20:18.4879051Z 2022-12-01T10:20:19.8769093Z Preparing transaction: ...working... done 2022-12-01T10:20:20.4771064Z Verifying transaction: ...working... done 2022-12-01T10:20:21.5590851Z Executing transaction: ...working... done 2022-12-01T10:20:21.6604547Z Retrieving notices: ...working... done 2022-12-01T10:20:21.8550111Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-12-01T10:20:21.8551085Z + echo 'Environment variables' 2022-12-01T10:20:21.8551638Z Environment variables 2022-12-01T10:20:21.8551983Z + env 2022-12-01T10:20:21.8560052Z SHARD_NUMBER=2 2022-12-01T10:20:21.8561304Z NV_LIBCUBLAS_DEV_VERSION=11.9.2.110-1 2022-12-01T10:20:21.8561883Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-6 2022-12-01T10:20:21.8562729Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-12-01T10:20:21.8563648Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.12.10-1+cuda11.6 2022-12-01T10:20:21.8613794Z UCC_HOME=/usr 2022-12-01T10:20:21.8614561Z BUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:20:21.8615369Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-6=11.6.3.124-1 2022-12-01T10:20:21.8615785Z INSTALLED_DB=yes 2022-12-01T10:20:21.8616019Z HOSTNAME=582de9923a7a 2022-12-01T10:20:21.8616264Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:20:21.8616563Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:20:21.8616831Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:20:21.8617189Z UCC_COMMIT=12944da33f911daf505d9bbc51411233d0ed85e1 2022-12-01T10:20:21.8617822Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_9dfaae54-a05b-430b-bcc0-3b5bfc6a8aa0 2022-12-01T10:20:21.8618236Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:20:21.8618735Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:20:21.8619124Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:20:21.8619365Z TEST_CONFIG=default 2022-12-01T10:20:21.8619662Z NV_LIBNPP_VERSION=11.6.3.124-1 2022-12-01T10:20:21.8620043Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-6=11.6.124-1 2022-12-01T10:20:21.8620353Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:20:21.8620628Z GITHUB_ACTIONS=true 2022-12-01T10:20:21.8620876Z NVIDIA_VISIBLE_DEVICES=all 2022-12-01T10:20:21.8621162Z NV_NVPROF_VERSION=11.6.124-1 2022-12-01T10:20:21.8621477Z NV_LIBCUSPARSE_VERSION=11.7.2.124-1 2022-12-01T10:20:21.8621737Z CI=true 2022-12-01T10:20:21.8621963Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:20:21.8622350Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-6=11.9.2.110-1 2022-12-01T10:20:21.8622661Z BRANCH=pull/89997 2022-12-01T10:20:21.8622972Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:20:21.8623300Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2022-12-01T10:20:21.8623645Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:20:21.8623944Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-12-01T10:20:21.8624452Z GITHUB_ACTION_REF= 2022-12-01T10:20:21.8624729Z NCCL_VERSION=2.12.10-1 2022-12-01T10:20:21.8624986Z GITHUB_ACTION=__self 2022-12-01T10:20:21.8625215Z VALGRIND=ON 2022-12-01T10:20:21.8625467Z GITHUB_REF_PROTECTED=false 2022-12-01T10:20:21.8625916Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:20:21.8626553Z *** 2022-12-01T10:20:21.8626793Z INSTALLED_VISION=yes 2022-12-01T10:20:21.8627043Z NVARCH=x86_64 2022-12-01T10:20:21.8627335Z NV_LIBCUSPARSE_DEV_VERSION=11.7.2.124-1 2022-12-01T10:20:21.8627616Z HOME=/var/lib/jenkins 2022-12-01T10:20:21.8628163Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_9dfaae54-a05b-430b-bcc0-3b5bfc6a8aa0 2022-12-01T10:20:21.8628566Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:20:21.8628842Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:20:21.8629111Z GITHUB_REF_TYPE=branch 2022-12-01T10:20:21.8629407Z NV_LIBNCCL_PACKAGE_VERSION=2.12.10-1 2022-12-01T10:20:21.8629694Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:20:21.8630090Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:20:21.8631297Z NV_LIBNCCL_PACKAGE=libnccl2=2.12.10-1+cuda11.6 2022-12-01T10:20:21.8631848Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_9dfaae54-a05b-430b-bcc0-3b5bfc6a8aa0 2022-12-01T10:20:21.8632266Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:20:21.8632625Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-12-01T10:20:21.8632913Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:20:21.8633225Z NV_CUDA_LIB_VERSION=11.6.2-1 2022-12-01T10:20:21.8633557Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:20:21.8633859Z INSTALLED_PROTOBUF=yes 2022-12-01T10:20:21.8634270Z GITHUB_RUN_ID=3591403534 2022-12-01T10:20:21.8634683Z NV_LIBNPP_PACKAGE=libnpp-11-6=11.6.3.124-1 2022-12-01T10:20:21.8634993Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-12-01T10:20:21.8635316Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-12-01T10:20:21.8635648Z NV_NVTX_VERSION=11.6.124-1 2022-12-01T10:20:21.8635961Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:20:21.8636250Z MAX_JOBS=14 2022-12-01T10:20:21.8636551Z NV_LIBCUBLAS_VERSION=11.9.2.110-1 2022-12-01T10:20:21.8636936Z NV_LIBCUBLAS_PACKAGE=libcublas-11-6=11.9.2.110-1 2022-12-01T10:20:21.8637458Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:20:21.8637824Z UCX_HOME=/usr 2022-12-01T10:20:21.8638093Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:20:21.8638425Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:20:21.8638795Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:20:21.8639158Z NV_CUDA_CUDART_DEV_VERSION=11.6.55-1 2022-12-01T10:20:21.8640475Z PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form. 2022-12-01T10:20:21.8641390Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:20:21.8641659Z TERM=xterm 2022-12-01T10:20:21.8641893Z XLA_CUDA= 2022-12-01T10:20:21.8642166Z NV_NVML_DEV_VERSION=11.6.55-1 2022-12-01T10:20:21.8642458Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:20:21.8642732Z CUDA_VERSION=11.6.2 2022-12-01T10:20:21.8643080Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-6 2022-12-01T10:20:21.8643402Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:20:21.8643986Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_9dfaae54-a05b-430b-bcc0-3b5bfc6a8aa0 2022-12-01T10:20:21.8644406Z GITHUB_JOB=test 2022-12-01T10:20:21.8644662Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:20:21.8660936Z COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack 2022-12-01T10:20:21.8669314Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-12-01T10:20:21.8669602Z NUM_TEST_SHARDS=4 2022-12-01T10:20:21.8669843Z PR_NUMBER=89997 2022-12-01T10:20:21.8671302Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_9dfaae54-a05b-430b-bcc0-3b5bfc6a8aa0 2022-12-01T10:20:21.8671726Z SHLVL=1 2022-12-01T10:20:21.8672105Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-6 2022-12-01T10:20:21.8672444Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:20:21.8673058Z 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-12-01T10:20:21.8673640Z NV_LIBNPP_DEV_VERSION=11.6.3.124-1 2022-12-01T10:20:21.8673960Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:20:21.8674272Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:20:21.8674571Z NV_CUDA_CUDART_VERSION=11.6.55-1 2022-12-01T10:20:21.8674931Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:20:21.8675226Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:20:21.8675491Z GITHUB_WORKFLOW=pull 2022-12-01T10:20:21.8675898Z 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-12-01T10:20:21.8676357Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.12.10-1 2022-12-01T10:20:21.8676803Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:20:21.8677195Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:20:21.8677467Z _=/usr/bin/env 2022-12-01T10:20:21.8677756Z + echo 'Testing pytorch' 2022-12-01T10:20:21.8678000Z Testing pytorch 2022-12-01T10:20:21.8678275Z + export LANG=C.UTF-8 2022-12-01T10:20:21.8678540Z + LANG=C.UTF-8 2022-12-01T10:20:21.8678762Z + PR_NUMBER=89997 2022-12-01T10:20:21.8679021Z + [[ default == \d\e\f\a\u\l\t ]] 2022-12-01T10:20:21.8679302Z + export CUDA_VISIBLE_DEVICES=0 2022-12-01T10:20:21.8679756Z + CUDA_VISIBLE_DEVICES=0 2022-12-01T10:20:21.8680030Z + export HIP_VISIBLE_DEVICES=0 2022-12-01T10:20:21.8680303Z + HIP_VISIBLE_DEVICES=0 2022-12-01T10:20:21.8680565Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:20:21.8680840Z + [[ default == \s\l\o\w ]] 2022-12-01T10:20:21.8681266Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *slow-gradcheck* ]] 2022-12-01T10:20:21.8681699Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-12-01T10:20:21.8682058Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-12-01T10:20:21.8682377Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-12-01T10:20:21.8682787Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda11* ]] 2022-12-01T10:20:21.8683100Z + export BUILD_SPLIT_CUDA=ON 2022-12-01T10:20:21.8683372Z + BUILD_SPLIT_CUDA=ON 2022-12-01T10:20:21.8683633Z + [[ default == *crossref* ]] 2022-12-01T10:20:21.8683880Z + [[ default == *dynamo* ]] 2022-12-01T10:20:21.8684166Z + [[ -n 89997 ]] 2022-12-01T10:20:21.8684426Z + [[ -z '' ]] 2022-12-01T10:20:21.8684699Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:20:21.8685032Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:20:21.8685435Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T10:20:21.8685858Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *-bazel-* ]] 2022-12-01T10:20:21.8686224Z + pip_install --user ninja 2022-12-01T10:20:21.8686592Z + pip install --progress-bar off --user ninja 2022-12-01T10:20:22.4388048Z Collecting ninja 2022-12-01T10:20:22.5003112Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:20:23.4005723Z Installing collected packages: ninja 2022-12-01T10:20:23.4120082Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:20:23.4120796Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:20:23.4192135Z Successfully installed ninja-1.11.1 2022-12-01T10:20:23.4948392Z + 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-12-01T10:20:23.4949082Z + 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-12-01T10:20:23.4949763Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *asan* ]] 2022-12-01T10:20:23.4950126Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:20:23.4950771Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:20:23.4955241Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *tbb* ]] 2022-12-01T10:20:23.4970394Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-12-01T10:20:23.4970874Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-12-01T10:20:23.4974267Z + cd test 2022-12-01T10:20:23.4975660Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:20:24.7386564Z PyTorch built with: 2022-12-01T10:20:24.7387133Z - GCC 7.5 2022-12-01T10:20:24.7387442Z - C++ Version: 201402 2022-12-01T10:20:24.7387984Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:20:24.7388572Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:20:24.7388998Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:20:24.7389360Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:20:24.7389692Z - NNPACK is enabled 2022-12-01T10:20:24.7390009Z - CPU capability usage: AVX2 2022-12-01T10:20:24.7390761Z - CUDA Runtime 11.6 2022-12-01T10:20:24.7391189Z - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52 2022-12-01T10:20:24.7391601Z - CuDNN 8.3.2 (built against CUDA 11.5) 2022-12-01T10:20:24.7391888Z - Magma 2.6.1 2022-12-01T10:20:24.7394895Z - 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 -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -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-12-01T10:20:24.7397378Z 2022-12-01T10:20:24.9093721Z + cd test 2022-12-01T10:20:24.9094272Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:20:26.1086077Z ATen/Parallel: 2022-12-01T10:20:26.1086646Z at::get_num_threads() : 8 2022-12-01T10:20:26.1086969Z at::get_num_interop_threads() : 8 2022-12-01T10:20:26.1087232Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:20:26.1087709Z omp_get_max_threads() : 8 2022-12-01T10:20:26.1088673Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:20:26.1089084Z mkl_get_max_threads() : 8 2022-12-01T10:20:26.1089550Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:20:26.1089932Z std::thread::hardware_concurrency() : 16 2022-12-01T10:20:26.1090210Z Environment variables: 2022-12-01T10:20:26.1090499Z OMP_NUM_THREADS : [not set] 2022-12-01T10:20:26.1090786Z MKL_NUM_THREADS : [not set] 2022-12-01T10:20:26.1091050Z ATen parallel backend: OpenMP 2022-12-01T10:20:26.1091231Z 2022-12-01T10:20:26.2794544Z + [[ default == *backward* ]] 2022-12-01T10:20:26.2795173Z + [[ default == *xla* ]] 2022-12-01T10:20:26.2795536Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:20:26.2796091Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-12-01T10:20:26.2796414Z + [[ default == distributed ]] 2022-12-01T10:20:26.2796674Z + [[ default == *dynamo* ]] 2022-12-01T10:20:26.2796921Z + [[ default == *dynamo* ]] 2022-12-01T10:20:26.2797167Z + [[ 2 == 1 ]] 2022-12-01T10:20:26.2797415Z + [[ 2 == 2 ]] 2022-12-01T10:20:26.2797670Z + [[ 4 -gt 1 ]] 2022-12-01T10:20:26.2797927Z + install_torchvision 2022-12-01T10:20:26.2798177Z + local commit 2022-12-01T10:20:26.2800230Z ++ get_pinned_commit vision 2022-12-01T10:20:26.2800550Z ++ cat .github/ci_commit_pins/vision.txt 2022-12-01T10:20:26.2817304Z + commit=d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:20:26.2818222Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:20:26.2818902Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:20:26.7769120Z Collecting git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:20:26.7775176Z Cloning https://github.com/pytorch/vision.git (to revision d7d90f56117ce0955332846a5f90b8d1346c4c09) to /tmp/pip-req-build-gl61earr 2022-12-01T10:20:26.7797371Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-gl61earr 2022-12-01T10:20:28.6748927Z Running command git rev-parse -q --verify 'sha^d7d90f56117ce0955332846a5f90b8d1346c4c09' 2022-12-01T10:20:28.6771753Z Running command git fetch -q https://github.com/pytorch/vision.git d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:20:29.8387885Z Running command git checkout -q d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:20:30.3717874Z Resolved https://github.com/pytorch/vision.git to commit d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:20:32.3924450Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:20:32.4003187Z [?25hRequirement already satisfied: typing_extensions in /opt/conda/lib/python3.10/site-packages (from torchvision==0.14.0a0+d7d90f5) (4.3.0) 2022-12-01T10:20:32.4008294Z Requirement already satisfied: numpy in /opt/conda/lib/python3.10/site-packages (from torchvision==0.14.0a0+d7d90f5) (1.21.2) 2022-12-01T10:20:32.4012658Z Requirement already satisfied: requests in /opt/conda/lib/python3.10/site-packages (from torchvision==0.14.0a0+d7d90f5) (2.27.1) 2022-12-01T10:20:32.4017677Z Requirement already satisfied: torch in /opt/conda/lib/python3.10/site-packages (from torchvision==0.14.0a0+d7d90f5) (1.13.0a0+gitc13d400) 2022-12-01T10:20:32.4028273Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.10/site-packages (from torchvision==0.14.0a0+d7d90f5) (9.2.0) 2022-12-01T10:20:32.4346193Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.10/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (2022.9.24) 2022-12-01T10:20:32.4354833Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.10/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (1.26.8) 2022-12-01T10:20:32.4371435Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.10/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (3.3) 2022-12-01T10:20:32.4389064Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.10/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (2.0.4) 2022-12-01T10:20:32.4572853Z Building wheels for collected packages: torchvision 2022-12-01T10:22:06.7365671Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2022-12-01T10:22:06.7931689Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+d7d90f5-cp310-cp310-linux_x86_64.whl size=17257028 sha256=d563fb2b2035bab3fd3a3922c4101e9dd8bd689fdf9143900436a43a881a0931 2022-12-01T10:22:06.7933499Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/48/5f/9f/eceeef2f810af632cf49f5d1f14fd74eb56c0b4a0875014787 2022-12-01T10:22:06.7981278Z Successfully built torchvision 2022-12-01T10:22:07.6074727Z Installing collected packages: torchvision 2022-12-01T10:22:08.4099164Z Successfully installed torchvision-0.14.0a0+d7d90f5 2022-12-01T10:22:08.5608676Z + checkout_install_torchdynamo 2022-12-01T10:22:08.5609013Z + local commit 2022-12-01T10:22:08.5612544Z ++ get_pinned_commit torchdynamo 2022-12-01T10:22:08.5613027Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:22:08.5627949Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:22:08.5628267Z + pushd .. 2022-12-01T10:22:08.5631994Z ~ ~/workspace 2022-12-01T10:22:08.5632983Z + git clone https://github.com/pytorch/torchdynamo 2022-12-01T10:22:08.5644058Z Cloning into 'torchdynamo'... 2022-12-01T10:22:08.8018479Z remote: Enumerating objects: 17794, done. 2022-12-01T10:22:08.8027288Z remote: Counting objects: 0% (1/17794) 2022-12-01T10:22:08.8027676Z remote: Counting objects: 1% (178/17794) 2022-12-01T10:22:08.8028057Z remote: Counting objects: 2% (356/17794) 2022-12-01T10:22:08.8028425Z remote: Counting objects: 3% (534/17794) 2022-12-01T10:22:08.8029024Z remote: Counting objects: 4% (712/17794) 2022-12-01T10:22:08.8029368Z remote: Counting objects: 5% (890/17794) 2022-12-01T10:22:08.8030362Z remote: Counting objects: 6% (1068/17794) 2022-12-01T10:22:08.8030758Z remote: Counting objects: 7% (1246/17794) 2022-12-01T10:22:08.8031095Z remote: Counting objects: 8% (1424/17794) 2022-12-01T10:22:08.8032450Z remote: Counting objects: 9% (1602/17794) 2022-12-01T10:22:08.8032838Z remote: Counting objects: 10% (1780/17794) 2022-12-01T10:22:08.8033209Z remote: Counting objects: 11% (1958/17794) 2022-12-01T10:22:08.8035672Z remote: Counting objects: 12% (2136/17794) 2022-12-01T10:22:08.8036068Z remote: Counting objects: 13% (2314/17794) 2022-12-01T10:22:08.8036418Z remote: Counting objects: 14% (2492/17794) 2022-12-01T10:22:08.8039497Z remote: Counting objects: 15% (2670/17794) 2022-12-01T10:22:08.8039893Z remote: Counting objects: 16% (2848/17794) 2022-12-01T10:22:08.8040260Z remote: Counting objects: 17% (3025/17794) 2022-12-01T10:22:08.8040738Z remote: Counting objects: 18% (3203/17794) 2022-12-01T10:22:08.8041098Z remote: Counting objects: 19% (3381/17794) 2022-12-01T10:22:08.8043087Z remote: Counting objects: 20% (3559/17794) 2022-12-01T10:22:08.8043459Z remote: Counting objects: 21% (3737/17794) 2022-12-01T10:22:08.8043811Z remote: Counting objects: 22% (3915/17794) 2022-12-01T10:22:08.8045519Z remote: Counting objects: 23% (4093/17794) 2022-12-01T10:22:08.8045917Z remote: Counting objects: 24% (4271/17794) 2022-12-01T10:22:08.8048245Z remote: Counting objects: 25% (4449/17794) 2022-12-01T10:22:08.8050344Z remote: Counting objects: 26% (4627/17794) 2022-12-01T10:22:08.8050906Z remote: Counting objects: 27% (4805/17794) 2022-12-01T10:22:08.8051308Z remote: Counting objects: 28% (4983/17794) 2022-12-01T10:22:08.8051676Z remote: Counting objects: 29% (5161/17794) 2022-12-01T10:22:08.8053007Z remote: Counting objects: 30% (5339/17794) 2022-12-01T10:22:08.8053710Z remote: Counting objects: 31% (5517/17794) 2022-12-01T10:22:08.8055819Z remote: Counting objects: 32% (5695/17794) 2022-12-01T10:22:08.8056206Z remote: Counting objects: 33% (5873/17794) 2022-12-01T10:22:08.8056563Z remote: Counting objects: 34% (6050/17794) 2022-12-01T10:22:08.8063609Z remote: Counting objects: 35% (6228/17794) 2022-12-01T10:22:08.8063978Z remote: Counting objects: 36% (6406/17794) 2022-12-01T10:22:08.8068976Z remote: Counting objects: 37% (6584/17794) 2022-12-01T10:22:08.8069369Z remote: Counting objects: 38% (6762/17794) 2022-12-01T10:22:08.8069706Z remote: Counting objects: 39% (6940/17794) 2022-12-01T10:22:08.8071071Z remote: Counting objects: 40% (7118/17794) 2022-12-01T10:22:08.8071437Z remote: Counting objects: 41% (7296/17794) 2022-12-01T10:22:08.8071801Z remote: Counting objects: 42% (7474/17794) 2022-12-01T10:22:08.8072121Z remote: Counting objects: 43% (7652/17794) 2022-12-01T10:22:08.8072478Z remote: Counting objects: 44% (7830/17794) 2022-12-01T10:22:08.8078907Z remote: Counting objects: 45% (8008/17794) 2022-12-01T10:22:08.8079347Z remote: Counting objects: 46% (8186/17794) 2022-12-01T10:22:08.8079887Z remote: Counting objects: 47% (8364/17794) 2022-12-01T10:22:08.8080410Z remote: Counting objects: 48% (8542/17794) 2022-12-01T10:22:08.8081002Z remote: Counting objects: 49% (8720/17794) 2022-12-01T10:22:08.8084541Z remote: Counting objects: 50% (8897/17794) 2022-12-01T10:22:08.8085048Z remote: Counting objects: 51% (9075/17794) 2022-12-01T10:22:08.8085425Z remote: Counting objects: 52% (9253/17794) 2022-12-01T10:22:08.8085976Z remote: Counting objects: 53% (9431/17794) 2022-12-01T10:22:08.8086719Z remote: Counting objects: 54% (9609/17794) 2022-12-01T10:22:08.8087221Z remote: Counting objects: 55% (9787/17794) 2022-12-01T10:22:08.8088263Z remote: Counting objects: 56% (9965/17794) 2022-12-01T10:22:08.8088969Z remote: Counting objects: 57% (10143/17794) 2022-12-01T10:22:08.8089565Z remote: Counting objects: 58% (10321/17794) 2022-12-01T10:22:08.8089940Z remote: Counting objects: 59% (10499/17794) 2022-12-01T10:22:08.8090276Z remote: Counting objects: 60% (10677/17794) 2022-12-01T10:22:08.8090802Z remote: Counting objects: 61% (10855/17794) 2022-12-01T10:22:08.8091179Z remote: Counting objects: 62% (11033/17794) 2022-12-01T10:22:08.8091845Z remote: Counting objects: 63% (11211/17794) 2022-12-01T10:22:08.8092181Z remote: Counting objects: 64% (11389/17794) 2022-12-01T10:22:08.8092541Z remote: Counting objects: 65% (11567/17794) 2022-12-01T10:22:08.8092896Z remote: Counting objects: 66% (11745/17794) 2022-12-01T10:22:08.8093250Z remote: Counting objects: 67% (11922/17794) 2022-12-01T10:22:08.8093597Z remote: Counting objects: 68% (12100/17794) 2022-12-01T10:22:08.8094241Z remote: Counting objects: 69% (12278/17794) 2022-12-01T10:22:08.8094590Z remote: Counting objects: 70% (12456/17794) 2022-12-01T10:22:08.8094952Z remote: Counting objects: 71% (12634/17794) 2022-12-01T10:22:08.8095415Z remote: Counting objects: 72% (12812/17794) 2022-12-01T10:22:08.8095770Z remote: Counting objects: 73% (12990/17794) 2022-12-01T10:22:08.8096115Z remote: Counting objects: 74% (13168/17794) 2022-12-01T10:22:08.8096476Z remote: Counting objects: 75% (13346/17794) 2022-12-01T10:22:08.8096884Z remote: Counting objects: 76% (13524/17794) 2022-12-01T10:22:08.8097309Z remote: Counting objects: 77% (13702/17794) 2022-12-01T10:22:08.8097713Z remote: Counting objects: 78% (13880/17794) 2022-12-01T10:22:08.8098080Z remote: Counting objects: 79% (14058/17794) 2022-12-01T10:22:08.8098396Z remote: Counting objects: 80% (14236/17794) 2022-12-01T10:22:08.8098743Z remote: Counting objects: 81% (14414/17794) 2022-12-01T10:22:08.8099224Z remote: Counting objects: 82% (14592/17794) 2022-12-01T10:22:08.8099560Z remote: Counting objects: 83% (14770/17794) 2022-12-01T10:22:08.8099926Z remote: Counting objects: 84% (14947/17794) 2022-12-01T10:22:08.8100430Z remote: Counting objects: 85% (15125/17794) 2022-12-01T10:22:08.8100807Z remote: Counting objects: 86% (15303/17794) 2022-12-01T10:22:08.8101266Z remote: Counting objects: 87% (15481/17794) 2022-12-01T10:22:08.8101738Z remote: Counting objects: 88% (15659/17794) 2022-12-01T10:22:08.8102135Z remote: Counting objects: 89% (15837/17794) 2022-12-01T10:22:08.8102707Z remote: Counting objects: 90% (16015/17794) 2022-12-01T10:22:08.8103081Z remote: Counting objects: 91% (16193/17794) 2022-12-01T10:22:08.8103979Z remote: Counting objects: 92% (16371/17794) 2022-12-01T10:22:08.8104958Z remote: Counting objects: 93% (16549/17794) 2022-12-01T10:22:08.8106121Z remote: Counting objects: 94% (16727/17794) 2022-12-01T10:22:08.8106689Z remote: Counting objects: 95% (16905/17794) 2022-12-01T10:22:08.8107186Z remote: Counting objects: 96% (17083/17794) 2022-12-01T10:22:08.8109991Z remote: Counting objects: 97% (17261/17794) 2022-12-01T10:22:08.8110748Z remote: Counting objects: 98% (17439/17794) 2022-12-01T10:22:08.8118993Z remote: Counting objects: 99% (17617/17794) 2022-12-01T10:22:08.8119406Z remote: Counting objects: 100% (17794/17794) 2022-12-01T10:22:08.8119798Z remote: Counting objects: 100% (17794/17794), done. 2022-12-01T10:22:08.8126754Z remote: Compressing objects: 0% (1/4051) 2022-12-01T10:22:08.8181756Z remote: Compressing objects: 1% (41/4051) 2022-12-01T10:22:08.8244103Z remote: Compressing objects: 2% (82/4051) 2022-12-01T10:22:08.8355491Z remote: Compressing objects: 3% (122/4051) 2022-12-01T10:22:08.8444058Z remote: Compressing objects: 4% (163/4051) 2022-12-01T10:22:08.8586847Z remote: Compressing objects: 5% (203/4051) 2022-12-01T10:22:08.8699947Z remote: Compressing objects: 6% (244/4051) 2022-12-01T10:22:08.8739415Z remote: Compressing objects: 7% (284/4051) 2022-12-01T10:22:08.8810834Z remote: Compressing objects: 8% (325/4051) 2022-12-01T10:22:08.8811622Z remote: Compressing objects: 9% (365/4051) 2022-12-01T10:22:08.8866009Z remote: Compressing objects: 10% (406/4051) 2022-12-01T10:22:08.9755186Z remote: Compressing objects: 11% (446/4051) 2022-12-01T10:22:08.9935384Z remote: Compressing objects: 12% (487/4051) 2022-12-01T10:22:08.9935783Z remote: Compressing objects: 13% (527/4051) 2022-12-01T10:22:08.9936330Z remote: Compressing objects: 14% (568/4051) 2022-12-01T10:22:08.9961783Z remote: Compressing objects: 15% (608/4051) 2022-12-01T10:22:08.9962360Z remote: Compressing objects: 16% (649/4051) 2022-12-01T10:22:08.9962756Z remote: Compressing objects: 17% (689/4051) 2022-12-01T10:22:08.9963101Z remote: Compressing objects: 18% (730/4051) 2022-12-01T10:22:08.9964920Z remote: Compressing objects: 19% (770/4051) 2022-12-01T10:22:08.9965282Z remote: Compressing objects: 20% (811/4051) 2022-12-01T10:22:08.9965675Z remote: Compressing objects: 21% (851/4051) 2022-12-01T10:22:08.9966043Z remote: Compressing objects: 22% (892/4051) 2022-12-01T10:22:08.9966412Z remote: Compressing objects: 23% (932/4051) 2022-12-01T10:22:08.9966795Z remote: Compressing objects: 24% (973/4051) 2022-12-01T10:22:08.9985472Z remote: Compressing objects: 25% (1013/4051) 2022-12-01T10:22:08.9985957Z remote: Compressing objects: 26% (1054/4051) 2022-12-01T10:22:08.9986344Z remote: Compressing objects: 27% (1094/4051) 2022-12-01T10:22:08.9986930Z remote: Compressing objects: 28% (1135/4051) 2022-12-01T10:22:08.9990039Z remote: Compressing objects: 29% (1175/4051) 2022-12-01T10:22:08.9990721Z remote: Compressing objects: 30% (1216/4051) 2022-12-01T10:22:08.9996891Z remote: Compressing objects: 31% (1256/4051) 2022-12-01T10:22:08.9997558Z remote: Compressing objects: 32% (1297/4051) 2022-12-01T10:22:08.9997962Z remote: Compressing objects: 33% (1337/4051) 2022-12-01T10:22:08.9998302Z remote: Compressing objects: 34% (1378/4051) 2022-12-01T10:22:09.0004955Z remote: Compressing objects: 35% (1418/4051) 2022-12-01T10:22:09.0005696Z remote: Compressing objects: 36% (1459/4051) 2022-12-01T10:22:09.0006278Z remote: Compressing objects: 37% (1499/4051) 2022-12-01T10:22:09.0006630Z remote: Compressing objects: 38% (1540/4051) 2022-12-01T10:22:09.0009223Z remote: Compressing objects: 39% (1580/4051) 2022-12-01T10:22:09.0009632Z remote: Compressing objects: 40% (1621/4051) 2022-12-01T10:22:09.0010233Z remote: Compressing objects: 41% (1661/4051) 2022-12-01T10:22:09.0010631Z remote: Compressing objects: 42% (1702/4051) 2022-12-01T10:22:09.0010996Z remote: Compressing objects: 43% (1742/4051) 2022-12-01T10:22:09.0011342Z remote: Compressing objects: 44% (1783/4051) 2022-12-01T10:22:09.0011715Z remote: Compressing objects: 45% (1823/4051) 2022-12-01T10:22:09.0012074Z remote: Compressing objects: 46% (1864/4051) 2022-12-01T10:22:09.0012447Z remote: Compressing objects: 47% (1904/4051) 2022-12-01T10:22:09.0013091Z remote: Compressing objects: 48% (1945/4051) 2022-12-01T10:22:09.0013464Z remote: Compressing objects: 49% (1985/4051) 2022-12-01T10:22:09.0013839Z remote: Compressing objects: 50% (2026/4051) 2022-12-01T10:22:09.0027691Z remote: Compressing objects: 51% (2067/4051) 2022-12-01T10:22:09.0028275Z remote: Compressing objects: 52% (2107/4051) 2022-12-01T10:22:09.0028702Z remote: Compressing objects: 53% (2148/4051) 2022-12-01T10:22:09.0029094Z remote: Compressing objects: 54% (2188/4051) 2022-12-01T10:22:09.0029489Z remote: Compressing objects: 55% (2229/4051) 2022-12-01T10:22:09.0029938Z remote: Compressing objects: 56% (2269/4051) 2022-12-01T10:22:09.0030551Z remote: Compressing objects: 57% (2310/4051) 2022-12-01T10:22:09.0030911Z remote: Compressing objects: 58% (2350/4051) 2022-12-01T10:22:09.0033199Z remote: Compressing objects: 59% (2391/4051) 2022-12-01T10:22:09.0033753Z remote: Compressing objects: 60% (2431/4051) 2022-12-01T10:22:09.0034207Z remote: Compressing objects: 61% (2472/4051) 2022-12-01T10:22:09.0034606Z remote: Compressing objects: 62% (2512/4051) 2022-12-01T10:22:09.0035069Z remote: Compressing objects: 63% (2553/4051) 2022-12-01T10:22:09.0035478Z remote: Compressing objects: 64% (2593/4051) 2022-12-01T10:22:09.0035860Z remote: Compressing objects: 65% (2634/4051) 2022-12-01T10:22:09.0036183Z remote: Compressing objects: 66% (2674/4051) 2022-12-01T10:22:09.0036710Z remote: Compressing objects: 67% (2715/4051) 2022-12-01T10:22:09.0037485Z remote: Compressing objects: 68% (2755/4051) 2022-12-01T10:22:09.0038005Z remote: Compressing objects: 69% (2796/4051) 2022-12-01T10:22:09.0038445Z remote: Compressing objects: 70% (2836/4051) 2022-12-01T10:22:09.0038811Z remote: Compressing objects: 71% (2877/4051) 2022-12-01T10:22:09.0039153Z remote: Compressing objects: 72% (2917/4051) 2022-12-01T10:22:09.0039520Z remote: Compressing objects: 73% (2958/4051) 2022-12-01T10:22:09.0039885Z remote: Compressing objects: 74% (2998/4051) 2022-12-01T10:22:09.0040271Z remote: Compressing objects: 75% (3039/4051) 2022-12-01T10:22:09.0040630Z remote: Compressing objects: 76% (3079/4051) 2022-12-01T10:22:09.0041279Z remote: Compressing objects: 77% (3120/4051) 2022-12-01T10:22:09.0041756Z remote: Compressing objects: 78% (3160/4051) 2022-12-01T10:22:09.0042209Z remote: Compressing objects: 79% (3201/4051) 2022-12-01T10:22:09.0042569Z remote: Compressing objects: 80% (3241/4051) 2022-12-01T10:22:09.0042944Z remote: Compressing objects: 81% (3282/4051) 2022-12-01T10:22:09.0043348Z remote: Compressing objects: 82% (3322/4051) 2022-12-01T10:22:09.0043687Z remote: Compressing objects: 83% (3363/4051) 2022-12-01T10:22:09.0044095Z remote: Compressing objects: 84% (3403/4051) 2022-12-01T10:22:09.0044601Z remote: Compressing objects: 85% (3444/4051) 2022-12-01T10:22:09.0045031Z remote: Compressing objects: 86% (3484/4051) 2022-12-01T10:22:09.0045400Z remote: Compressing objects: 87% (3525/4051) 2022-12-01T10:22:09.0045913Z remote: Compressing objects: 88% (3565/4051) 2022-12-01T10:22:09.0047178Z remote: Compressing objects: 89% (3606/4051) 2022-12-01T10:22:09.0047569Z remote: Compressing objects: 90% (3646/4051) 2022-12-01T10:22:09.0047954Z remote: Compressing objects: 91% (3687/4051) 2022-12-01T10:22:09.0048533Z remote: Compressing objects: 92% (3727/4051) 2022-12-01T10:22:09.0048897Z remote: Compressing objects: 93% (3768/4051) 2022-12-01T10:22:09.0049232Z remote: Compressing objects: 94% (3808/4051) 2022-12-01T10:22:09.0049607Z remote: Compressing objects: 95% (3849/4051) 2022-12-01T10:22:09.0049963Z remote: Compressing objects: 96% (3889/4051) 2022-12-01T10:22:09.0050346Z remote: Compressing objects: 97% (3930/4051) 2022-12-01T10:22:09.0050716Z remote: Compressing objects: 98% (3970/4051) 2022-12-01T10:22:09.0051069Z remote: Compressing objects: 99% (4011/4051) 2022-12-01T10:22:09.0051600Z remote: Compressing objects: 100% (4051/4051) 2022-12-01T10:22:09.0052102Z remote: Compressing objects: 100% (4051/4051), done. 2022-12-01T10:22:09.0097590Z Receiving objects: 0% (1/17794) 2022-12-01T10:22:09.0123512Z Receiving objects: 1% (178/17794) 2022-12-01T10:22:09.0151121Z Receiving objects: 2% (356/17794) 2022-12-01T10:22:09.0176413Z Receiving objects: 3% (534/17794) 2022-12-01T10:22:09.0203835Z Receiving objects: 4% (712/17794) 2022-12-01T10:22:09.0233026Z Receiving objects: 5% (890/17794) 2022-12-01T10:22:09.0261133Z Receiving objects: 6% (1068/17794) 2022-12-01T10:22:09.0289148Z Receiving objects: 7% (1246/17794) 2022-12-01T10:22:09.0314040Z Receiving objects: 8% (1424/17794) 2022-12-01T10:22:09.0338527Z Receiving objects: 9% (1602/17794) 2022-12-01T10:22:09.0358297Z Receiving objects: 10% (1780/17794) 2022-12-01T10:22:09.0379803Z Receiving objects: 11% (1958/17794) 2022-12-01T10:22:09.0407018Z Receiving objects: 12% (2136/17794) 2022-12-01T10:22:09.0436423Z Receiving objects: 13% (2314/17794) 2022-12-01T10:22:09.0469886Z Receiving objects: 14% (2492/17794) 2022-12-01T10:22:09.0491691Z Receiving objects: 15% (2670/17794) 2022-12-01T10:22:09.0516056Z Receiving objects: 16% (2848/17794) 2022-12-01T10:22:09.0522801Z Receiving objects: 17% (3025/17794) 2022-12-01T10:22:09.0526391Z Receiving objects: 18% (3203/17794) 2022-12-01T10:22:09.0531977Z Receiving objects: 19% (3381/17794) 2022-12-01T10:22:09.0535168Z Receiving objects: 20% (3559/17794) 2022-12-01T10:22:09.0539000Z Receiving objects: 21% (3737/17794) 2022-12-01T10:22:09.0543265Z Receiving objects: 22% (3915/17794) 2022-12-01T10:22:09.0548011Z Receiving objects: 23% (4093/17794) 2022-12-01T10:22:09.0550948Z Receiving objects: 24% (4271/17794) 2022-12-01T10:22:09.0554900Z Receiving objects: 25% (4449/17794) 2022-12-01T10:22:09.0558904Z Receiving objects: 26% (4627/17794) 2022-12-01T10:22:09.0562944Z Receiving objects: 27% (4805/17794) 2022-12-01T10:22:09.0567942Z Receiving objects: 28% (4983/17794) 2022-12-01T10:22:09.0571140Z Receiving objects: 29% (5161/17794) 2022-12-01T10:22:09.0575187Z Receiving objects: 30% (5339/17794) 2022-12-01T10:22:09.0578282Z Receiving objects: 31% (5517/17794) 2022-12-01T10:22:09.0581950Z Receiving objects: 32% (5695/17794) 2022-12-01T10:22:09.0584117Z Receiving objects: 33% (5873/17794) 2022-12-01T10:22:09.0586518Z Receiving objects: 34% (6050/17794) 2022-12-01T10:22:09.0590199Z Receiving objects: 35% (6228/17794) 2022-12-01T10:22:09.0591734Z Receiving objects: 36% (6406/17794) 2022-12-01T10:22:09.0595297Z Receiving objects: 37% (6584/17794) 2022-12-01T10:22:09.0597526Z Receiving objects: 38% (6762/17794) 2022-12-01T10:22:09.0601034Z Receiving objects: 39% (6940/17794) 2022-12-01T10:22:09.0603267Z Receiving objects: 40% (7118/17794) 2022-12-01T10:22:09.0605941Z Receiving objects: 41% (7296/17794) 2022-12-01T10:22:09.0608434Z Receiving objects: 42% (7474/17794) 2022-12-01T10:22:09.0610675Z Receiving objects: 43% (7652/17794) 2022-12-01T10:22:09.0614621Z Receiving objects: 44% (7830/17794) 2022-12-01T10:22:09.0617401Z Receiving objects: 45% (8008/17794) 2022-12-01T10:22:09.0620202Z Receiving objects: 46% (8186/17794) 2022-12-01T10:22:09.0623833Z Receiving objects: 47% (8364/17794) 2022-12-01T10:22:09.0627765Z Receiving objects: 48% (8542/17794) 2022-12-01T10:22:09.0631468Z Receiving objects: 49% (8720/17794) 2022-12-01T10:22:09.0636382Z Receiving objects: 50% (8897/17794) 2022-12-01T10:22:09.0639091Z Receiving objects: 51% (9075/17794) 2022-12-01T10:22:09.0641879Z Receiving objects: 52% (9253/17794) 2022-12-01T10:22:09.0646159Z Receiving objects: 53% (9431/17794) 2022-12-01T10:22:09.0648161Z Receiving objects: 54% (9609/17794) 2022-12-01T10:22:09.0651427Z Receiving objects: 55% (9787/17794) 2022-12-01T10:22:09.0654932Z Receiving objects: 56% (9965/17794) 2022-12-01T10:22:09.0659817Z Receiving objects: 57% (10143/17794) 2022-12-01T10:22:09.0668418Z Receiving objects: 58% (10321/17794) 2022-12-01T10:22:09.0675105Z Receiving objects: 59% (10499/17794) 2022-12-01T10:22:09.0691923Z Receiving objects: 60% (10677/17794) 2022-12-01T10:22:09.0794970Z Receiving objects: 61% (10855/17794) 2022-12-01T10:22:09.1037787Z Receiving objects: 62% (11033/17794) 2022-12-01T10:22:09.1172828Z Receiving objects: 63% (11211/17794) 2022-12-01T10:22:09.1226076Z Receiving objects: 64% (11389/17794) 2022-12-01T10:22:09.1264180Z Receiving objects: 65% (11567/17794) 2022-12-01T10:22:09.1294576Z Receiving objects: 66% (11745/17794) 2022-12-01T10:22:09.1345339Z Receiving objects: 67% (11922/17794) 2022-12-01T10:22:09.1384922Z Receiving objects: 68% (12100/17794) 2022-12-01T10:22:09.1409605Z Receiving objects: 69% (12278/17794) 2022-12-01T10:22:09.1458402Z Receiving objects: 70% (12456/17794) 2022-12-01T10:22:09.1492135Z Receiving objects: 71% (12634/17794) 2022-12-01T10:22:09.1526933Z Receiving objects: 72% (12812/17794) 2022-12-01T10:22:09.1556242Z Receiving objects: 73% (12990/17794) 2022-12-01T10:22:09.1594944Z Receiving objects: 74% (13168/17794) 2022-12-01T10:22:09.1624324Z Receiving objects: 75% (13346/17794) 2022-12-01T10:22:09.1657034Z Receiving objects: 76% (13524/17794) 2022-12-01T10:22:09.1682735Z Receiving objects: 77% (13702/17794) 2022-12-01T10:22:09.1697178Z Receiving objects: 78% (13880/17794) 2022-12-01T10:22:09.1717413Z Receiving objects: 79% (14058/17794) 2022-12-01T10:22:09.1841492Z Receiving objects: 80% (14236/17794) 2022-12-01T10:22:09.1856831Z Receiving objects: 81% (14414/17794) 2022-12-01T10:22:09.1882361Z Receiving objects: 82% (14592/17794) 2022-12-01T10:22:09.1904885Z Receiving objects: 83% (14770/17794) 2022-12-01T10:22:09.1917070Z Receiving objects: 84% (14947/17794) 2022-12-01T10:22:09.1928132Z Receiving objects: 85% (15125/17794) 2022-12-01T10:22:09.1936655Z Receiving objects: 86% (15303/17794) 2022-12-01T10:22:09.1949534Z Receiving objects: 87% (15481/17794) 2022-12-01T10:22:09.1958784Z Receiving objects: 88% (15659/17794) 2022-12-01T10:22:09.1970214Z Receiving objects: 89% (15837/17794) 2022-12-01T10:22:09.1982574Z Receiving objects: 90% (16015/17794) 2022-12-01T10:22:09.2000545Z Receiving objects: 91% (16193/17794) 2022-12-01T10:22:09.2014352Z Receiving objects: 92% (16371/17794) 2022-12-01T10:22:09.2019732Z Receiving objects: 93% (16549/17794) 2022-12-01T10:22:09.2030204Z Receiving objects: 94% (16727/17794) 2022-12-01T10:22:09.2047558Z Receiving objects: 95% (16905/17794) 2022-12-01T10:22:09.2060695Z Receiving objects: 96% (17083/17794) 2022-12-01T10:22:09.2074538Z Receiving objects: 97% (17261/17794) 2022-12-01T10:22:09.2107175Z Receiving objects: 98% (17439/17794) 2022-12-01T10:22:09.2187419Z Receiving objects: 99% (17617/17794) 2022-12-01T10:22:09.2187969Z remote: Total 17794 (delta 13830), reused 17467 (delta 13656), pack-reused 0 2022-12-01T10:22:09.2212228Z Receiving objects: 100% (17794/17794) 2022-12-01T10:22:09.2212703Z Receiving objects: 100% (17794/17794), 6.77 MiB | 31.67 MiB/s, done. 2022-12-01T10:22:09.2252437Z Resolving deltas: 0% (0/13830) 2022-12-01T10:22:09.2271884Z Resolving deltas: 1% (177/13830) 2022-12-01T10:22:09.2286440Z Resolving deltas: 2% (375/13830) 2022-12-01T10:22:09.2293778Z Resolving deltas: 3% (506/13830) 2022-12-01T10:22:09.2324759Z Resolving deltas: 4% (566/13830) 2022-12-01T10:22:09.2327384Z Resolving deltas: 5% (813/13830) 2022-12-01T10:22:09.2351066Z Resolving deltas: 6% (839/13830) 2022-12-01T10:22:09.2365605Z Resolving deltas: 7% (1031/13830) 2022-12-01T10:22:09.2384607Z Resolving deltas: 8% (1146/13830) 2022-12-01T10:22:09.2417721Z Resolving deltas: 9% (1287/13830) 2022-12-01T10:22:09.2443515Z Resolving deltas: 11% (1527/13830) 2022-12-01T10:22:09.2450754Z Resolving deltas: 12% (1736/13830) 2022-12-01T10:22:09.2469456Z Resolving deltas: 13% (1799/13830) 2022-12-01T10:22:09.2487448Z Resolving deltas: 14% (1952/13830) 2022-12-01T10:22:09.2502862Z Resolving deltas: 15% (2098/13830) 2022-12-01T10:22:09.2535661Z Resolving deltas: 16% (2227/13830) 2022-12-01T10:22:09.2554886Z Resolving deltas: 18% (2490/13830) 2022-12-01T10:22:09.2614591Z Resolving deltas: 19% (2641/13830) 2022-12-01T10:22:09.2625973Z Resolving deltas: 22% (3141/13830) 2022-12-01T10:22:09.2653275Z Resolving deltas: 23% (3220/13830) 2022-12-01T10:22:09.2669873Z Resolving deltas: 24% (3440/13830) 2022-12-01T10:22:09.2672605Z Resolving deltas: 25% (3581/13830) 2022-12-01T10:22:09.2695095Z Resolving deltas: 26% (3599/13830) 2022-12-01T10:22:09.2709158Z Resolving deltas: 27% (3772/13830) 2022-12-01T10:22:09.2725165Z Resolving deltas: 28% (3898/13830) 2022-12-01T10:22:09.2769023Z Resolving deltas: 29% (4017/13830) 2022-12-01T10:22:09.2781948Z Resolving deltas: 31% (4376/13830) 2022-12-01T10:22:09.2795445Z Resolving deltas: 32% (4477/13830) 2022-12-01T10:22:09.2813741Z Resolving deltas: 33% (4579/13830) 2022-12-01T10:22:09.2843642Z Resolving deltas: 34% (4723/13830) 2022-12-01T10:22:09.2847872Z Resolving deltas: 35% (4970/13830) 2022-12-01T10:22:09.2862686Z Resolving deltas: 36% (5003/13830) 2022-12-01T10:22:09.2882029Z Resolving deltas: 37% (5122/13830) 2022-12-01T10:22:09.2896264Z Resolving deltas: 38% (5280/13830) 2022-12-01T10:22:09.2926533Z Resolving deltas: 39% (5396/13830) 2022-12-01T10:22:09.2934140Z Resolving deltas: 40% (5651/13830) 2022-12-01T10:22:09.2968814Z Resolving deltas: 41% (5713/13830) 2022-12-01T10:22:09.2980359Z Resolving deltas: 43% (5997/13830) 2022-12-01T10:22:09.2997709Z Resolving deltas: 44% (6095/13830) 2022-12-01T10:22:09.3023982Z Resolving deltas: 45% (6227/13830) 2022-12-01T10:22:09.3040002Z Resolving deltas: 46% (6365/13830) 2022-12-01T10:22:09.3058376Z Resolving deltas: 47% (6508/13830) 2022-12-01T10:22:09.3073911Z Resolving deltas: 48% (6653/13830) 2022-12-01T10:22:09.3093413Z Resolving deltas: 49% (6788/13830) 2022-12-01T10:22:09.3109291Z Resolving deltas: 50% (6939/13830) 2022-12-01T10:22:09.3125026Z Resolving deltas: 51% (7071/13830) 2022-12-01T10:22:09.3157993Z Resolving deltas: 52% (7211/13830) 2022-12-01T10:22:09.3177626Z Resolving deltas: 53% (7358/13830) 2022-12-01T10:22:09.3231315Z Resolving deltas: 54% (7476/13830) 2022-12-01T10:22:09.3298090Z Resolving deltas: 55% (7607/13830) 2022-12-01T10:22:09.3356934Z Resolving deltas: 56% (7763/13830) 2022-12-01T10:22:09.3396411Z Resolving deltas: 57% (7886/13830) 2022-12-01T10:22:09.3442154Z Resolving deltas: 58% (8037/13830) 2022-12-01T10:22:09.3629220Z Resolving deltas: 59% (8162/13830) 2022-12-01T10:22:09.3657870Z Resolving deltas: 61% (8494/13830) 2022-12-01T10:22:09.3688026Z Resolving deltas: 62% (8590/13830) 2022-12-01T10:22:09.3710233Z Resolving deltas: 63% (8736/13830) 2022-12-01T10:22:09.3751282Z Resolving deltas: 64% (8874/13830) 2022-12-01T10:22:09.3876206Z Resolving deltas: 65% (8996/13830) 2022-12-01T10:22:09.3894801Z Resolving deltas: 67% (9343/13830) 2022-12-01T10:22:09.3947118Z Resolving deltas: 68% (9408/13830) 2022-12-01T10:22:09.3986401Z Resolving deltas: 69% (9568/13830) 2022-12-01T10:22:09.4124411Z Resolving deltas: 70% (9708/13830) 2022-12-01T10:22:09.4180297Z Resolving deltas: 72% (10000/13830) 2022-12-01T10:22:09.4245618Z Resolving deltas: 73% (10130/13830) 2022-12-01T10:22:09.4292612Z Resolving deltas: 74% (10279/13830) 2022-12-01T10:22:09.4427032Z Resolving deltas: 75% (10420/13830) 2022-12-01T10:22:09.4433414Z Resolving deltas: 77% (10783/13830) 2022-12-01T10:22:09.4492646Z Resolving deltas: 78% (10797/13830) 2022-12-01T10:22:09.4559174Z Resolving deltas: 79% (10936/13830) 2022-12-01T10:22:09.4595471Z Resolving deltas: 80% (11073/13830) 2022-12-01T10:22:09.4617942Z Resolving deltas: 81% (11213/13830) 2022-12-01T10:22:09.4657501Z Resolving deltas: 82% (11361/13830) 2022-12-01T10:22:09.4828981Z Resolving deltas: 83% (11502/13830) 2022-12-01T10:22:09.4863007Z Resolving deltas: 84% (11700/13830) 2022-12-01T10:22:09.5180017Z Resolving deltas: 85% (11766/13830) 2022-12-01T10:22:09.5222435Z Resolving deltas: 87% (12117/13830) 2022-12-01T10:22:09.5259025Z Resolving deltas: 88% (12223/13830) 2022-12-01T10:22:09.5317999Z Resolving deltas: 89% (12337/13830) 2022-12-01T10:22:09.5359607Z Resolving deltas: 90% (12500/13830) 2022-12-01T10:22:09.5405921Z Resolving deltas: 91% (12602/13830) 2022-12-01T10:22:09.5469202Z Resolving deltas: 92% (12738/13830) 2022-12-01T10:22:09.5485863Z Resolving deltas: 93% (12922/13830) 2022-12-01T10:22:09.5519575Z Resolving deltas: 94% (13001/13830) 2022-12-01T10:22:09.5556272Z Resolving deltas: 95% (13160/13830) 2022-12-01T10:22:09.5580663Z Resolving deltas: 96% (13283/13830) 2022-12-01T10:22:09.5600468Z Resolving deltas: 97% (13418/13830) 2022-12-01T10:22:09.5623240Z Resolving deltas: 98% (13563/13830) 2022-12-01T10:22:09.5690431Z Resolving deltas: 99% (13694/13830) 2022-12-01T10:22:09.5690764Z Resolving deltas: 100% (13830/13830) 2022-12-01T10:22:09.5691061Z Resolving deltas: 100% (13830/13830), done. 2022-12-01T10:22:09.6435910Z + pushd torchdynamo 2022-12-01T10:22:09.6436253Z ~/torchdynamo ~ ~/workspace 2022-12-01T10:22:09.6436593Z + git checkout 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:22:09.6919627Z Note: checking out '6ead5cae0d1234aa64db06fe230ef56e12ec76fe'. 2022-12-01T10:22:09.6920076Z 2022-12-01T10:22:09.6920495Z You are in 'detached HEAD' state. You can look around, make experimental 2022-12-01T10:22:09.6920912Z changes and commit them, and you can discard any commits you make in this 2022-12-01T10:22:09.6921312Z state without impacting any branches by performing another checkout. 2022-12-01T10:22:09.6921553Z 2022-12-01T10:22:09.6921751Z If you want to create a new branch to retain commits you create, you may 2022-12-01T10:22:09.6922252Z do so (now or later) by using -b with the checkout command again. Example: 2022-12-01T10:22:09.6922504Z 2022-12-01T10:22:09.6922699Z git checkout -b 2022-12-01T10:22:09.6922893Z 2022-12-01T10:22:09.6923121Z HEAD is now at 6ead5cae Add a upload_tar functionality for inductor debug trace (#1321) 2022-12-01T10:22:09.6926492Z + python setup.py develop 2022-12-01T10:22:11.3960342Z running develop 2022-12-01T10:22:11.3962579Z /opt/conda/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2022-12-01T10:22:11.3963150Z warnings.warn( 2022-12-01T10:22:11.4083174Z /opt/conda/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T10:22:11.4083697Z warnings.warn( 2022-12-01T10:22:11.5173571Z running egg_info 2022-12-01T10:22:11.5173941Z creating torchdynamo.egg-info 2022-12-01T10:22:11.5244137Z writing torchdynamo.egg-info/PKG-INFO 2022-12-01T10:22:11.5247624Z writing dependency_links to torchdynamo.egg-info/dependency_links.txt 2022-12-01T10:22:11.5250646Z writing requirements to torchdynamo.egg-info/requires.txt 2022-12-01T10:22:11.5251718Z writing top-level names to torchdynamo.egg-info/top_level.txt 2022-12-01T10:22:11.5252485Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:22:11.5453355Z reading manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:22:11.5454372Z adding license file 'LICENSE' 2022-12-01T10:22:11.5470329Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:22:11.5470650Z running build_ext 2022-12-01T10:22:11.5488275Z building 'torchdynamo._eval_frame' extension 2022-12-01T10:22:11.5488579Z creating build 2022-12-01T10:22:11.5488950Z creating build/temp.linux-x86_64-cpython-310 2022-12-01T10:22:11.5489585Z creating build/temp.linux-x86_64-cpython-310/torchdynamo 2022-12-01T10:22:11.5491435Z gcc -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/include/python3.10 -c torchdynamo/_eval_frame.c -o build/temp.linux-x86_64-cpython-310/torchdynamo/_eval_frame.o -Wall 2022-12-01T10:22:11.6537144Z creating build/lib.linux-x86_64-cpython-310 2022-12-01T10:22:11.6538142Z creating build/lib.linux-x86_64-cpython-310/torchdynamo 2022-12-01T10:22:11.6539279Z gcc -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib build/temp.linux-x86_64-cpython-310/torchdynamo/_eval_frame.o -o build/lib.linux-x86_64-cpython-310/torchdynamo/_eval_frame.cpython-310-x86_64-linux-gnu.so 2022-12-01T10:22:11.6815536Z building 'torchdynamo._guards' extension 2022-12-01T10:22:11.6817925Z gcc -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c torchdynamo/_guards.cpp -o build/temp.linux-x86_64-cpython-310/torchdynamo/_guards.o -std=c++14 2022-12-01T10:22:12.8060161Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib build/temp.linux-x86_64-cpython-310/torchdynamo/_guards.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torchdynamo/_guards.cpython-310-x86_64-linux-gnu.so 2022-12-01T10:22:13.0593369Z copying build/lib.linux-x86_64-cpython-310/torchdynamo/_eval_frame.cpython-310-x86_64-linux-gnu.so -> torchdynamo 2022-12-01T10:22:13.0594791Z copying build/lib.linux-x86_64-cpython-310/torchdynamo/_guards.cpython-310-x86_64-linux-gnu.so -> torchdynamo 2022-12-01T10:22:13.0663574Z Creating /opt/conda/lib/python3.10/site-packages/torchdynamo.egg-link (link to .) 2022-12-01T10:22:13.0666900Z Adding torchdynamo 1.13.0.dev0 to easy-install.pth file 2022-12-01T10:22:13.0677783Z 2022-12-01T10:22:13.0678324Z Installed /var/lib/jenkins/torchdynamo 2022-12-01T10:22:13.0690124Z Processing dependencies for torchdynamo==1.13.0.dev0 2022-12-01T10:22:13.0727844Z Searching for tabulate 2022-12-01T10:22:13.0728600Z Reading https://pypi.org/simple/tabulate/ 2022-12-01T10:22:13.0974722Z /opt/conda/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release 2022-12-01T10:22:13.0975334Z warnings.warn( 2022-12-01T10:22:13.1564842Z Downloading https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl#sha256=024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f 2022-12-01T10:22:13.2211067Z Best match: tabulate 0.9.0 2022-12-01T10:22:13.2214244Z Processing tabulate-0.9.0-py3-none-any.whl 2022-12-01T10:22:13.2285672Z Installing tabulate-0.9.0-py3-none-any.whl to /opt/conda/lib/python3.10/site-packages 2022-12-01T10:22:13.2663834Z Adding tabulate 0.9.0 to easy-install.pth file 2022-12-01T10:22:13.2688846Z Installing tabulate script to /opt/conda/bin 2022-12-01T10:22:13.2690267Z 2022-12-01T10:22:13.2690930Z Installed /opt/conda/lib/python3.10/site-packages/tabulate-0.9.0-py3.10.egg 2022-12-01T10:22:13.2799064Z Searching for sympy==1.11.1 2022-12-01T10:22:13.2799697Z Best match: sympy 1.11.1 2022-12-01T10:22:13.2800452Z Adding sympy 1.11.1 to easy-install.pth file 2022-12-01T10:22:13.2804192Z Installing isympy script to /opt/conda/bin 2022-12-01T10:22:13.2806363Z 2022-12-01T10:22:13.2807102Z Using /opt/conda/lib/python3.10/site-packages 2022-12-01T10:22:13.2813802Z Searching for PyYAML==6.0 2022-12-01T10:22:13.2814590Z Best match: PyYAML 6.0 2022-12-01T10:22:13.2817039Z Processing PyYAML-6.0-py3.10-linux-x86_64.egg 2022-12-01T10:22:13.2817980Z Adding PyYAML 6.0 to easy-install.pth file 2022-12-01T10:22:13.2823089Z 2022-12-01T10:22:13.2823999Z Using /opt/conda/lib/python3.10/site-packages/PyYAML-6.0-py3.10-linux-x86_64.egg 2022-12-01T10:22:13.2831929Z Searching for numpy==1.21.2 2022-12-01T10:22:13.2833009Z Best match: numpy 1.21.2 2022-12-01T10:22:13.2833875Z Adding numpy 1.21.2 to easy-install.pth file 2022-12-01T10:22:13.2837858Z Installing f2py script to /opt/conda/bin 2022-12-01T10:22:13.2840403Z Installing f2py3 script to /opt/conda/bin 2022-12-01T10:22:13.2842695Z Installing f2py3.10 script to /opt/conda/bin 2022-12-01T10:22:13.2844844Z 2022-12-01T10:22:13.2845489Z Using /opt/conda/lib/python3.10/site-packages 2022-12-01T10:22:13.2852680Z Searching for torch==1.13.0a0+gitc13d400 2022-12-01T10:22:13.2853494Z Best match: torch 1.13.0a0+gitc13d400 2022-12-01T10:22:13.2854492Z Adding torch 1.13.0a0+gitc13d400 to easy-install.pth file 2022-12-01T10:22:13.2859314Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-12-01T10:22:13.2861633Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-12-01T10:22:13.2863913Z Installing torchrun script to /opt/conda/bin 2022-12-01T10:22:13.2865507Z 2022-12-01T10:22:13.2865970Z Using /opt/conda/lib/python3.10/site-packages 2022-12-01T10:22:13.2873742Z Searching for mpmath==1.2.1 2022-12-01T10:22:13.2874621Z Best match: mpmath 1.2.1 2022-12-01T10:22:13.2875461Z Adding mpmath 1.2.1 to easy-install.pth file 2022-12-01T10:22:13.2878182Z 2022-12-01T10:22:13.2878851Z Using /opt/conda/lib/python3.10/site-packages 2022-12-01T10:22:13.2888319Z Searching for typing-extensions==4.3.0 2022-12-01T10:22:13.2889140Z Best match: typing-extensions 4.3.0 2022-12-01T10:22:13.2890080Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-12-01T10:22:13.2892582Z 2022-12-01T10:22:13.2893253Z Using /opt/conda/lib/python3.10/site-packages 2022-12-01T10:22:13.2894089Z Finished processing dependencies for torchdynamo==1.13.0.dev0 2022-12-01T10:22:13.5189517Z 2022-12-01T10:22:13.5190516Z real 0m3.826s 2022-12-01T10:22:13.5191035Z user 0m2.897s 2022-12-01T10:22:13.5191528Z sys 0m1.385s 2022-12-01T10:22:13.5192066Z + popd 2022-12-01T10:22:13.5192523Z ~ ~/workspace 2022-12-01T10:22:13.5192774Z + popd 2022-12-01T10:22:13.5192995Z ~/workspace 2022-12-01T10:22:13.5193224Z + test_python_shard 2 2022-12-01T10:22:13.5193628Z + [[ -z 4 ]] 2022-12-01T10:22:13.5194136Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 4 --verbose 2022-12-01T10:22:15.2816857Z Ignoring disabled issues: [] 2022-12-01T10:22:15.3137863Z /var/lib/jenkins/workspace/test/run_test.py:1050: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:22:15.3138927Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-12-01T10:22:15.3168555Z Found test time stats from artifacts 2022-12-01T10:22:15.3207847Z Selected tests: 2022-12-01T10:22:15.3208148Z lazy/test_meta_kernel 2022-12-01T10:22:15.3208389Z test_hub 2022-12-01T10:22:15.3208628Z test_decomp 2022-12-01T10:22:15.5230193Z Prioritized test from test file changes. 2022-12-01T10:22:15.5231246Z reordering tests for PR: 2022-12-01T10:22:15.5231941Z prioritized: ['test_decomp'] 2022-12-01T10:22:15.5232644Z the rest: ['lazy/test_meta_kernel', 'test_hub'] 2022-12-01T10:22:15.5233025Z 2022-12-01T10:22:15.5234134Z 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-12-01T10:22:15.5437327Z 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-12-01T10:22:15.5604479Z parallel (file granularity) tests: 2022-12-01T10:22:15.5604807Z test_decomp 2022-12-01T10:22:15.5605089Z lazy/test_meta_kernel 2022-12-01T10:22:15.5605315Z test_hub 2022-12-01T10:22:15.5605572Z serial (file granularity) tests: 2022-12-01T10:22:15.5605814Z 2022-12-01T10:22:17.2889807Z Ignoring disabled issues: [] 2022-12-01T10:22:17.2965537Z Ignoring disabled issues: [] 2022-12-01T10:22:17.3205093Z Running test_decomp ... [2022-12-01 10:22:17.320027] 2022-12-01T10:22:17.3207347Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:17.320367] 2022-12-01T10:22:17.3284188Z Running lazy/test_meta_kernel ... [2022-12-01 10:22:17.328008] 2022-12-01T10:22:17.3286694Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:17.328345] 2022-12-01T10:22:19.0156024Z 2022-12-01T10:22:19.0156776Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-12-01T10:22:19.0163453Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (/var/lib/jenkins/workspace/test/test-reports/lazy-test_meta_kernel_u69glclp) 2022-12-01T10:22:19.0163796Z 2022-12-01T10:22:19.0164104Z ##[endgroup] 2022-12-01T10:22:19.0164778Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (/var/lib/jenkins/workspace/test/test-reports/lazy-test_meta_kernel_u69glclp) 2022-12-01T10:22:19.0165358Z 2022-12-01T10:22:21.0677907Z Ignoring disabled issues: [] 2022-12-01T10:22:21.0985598Z Running test_hub ... [2022-12-01 10:22:21.098119] 2022-12-01T10:22:21.0987770Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:21.098429] 2022-12-01T10:22:22.7117139Z 2022-12-01T10:22:22.7118108Z Expand the folded group to see the log file of test_hub 2022-12-01T10:22:22.7119443Z ##[group]PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_yovk5krf) 2022-12-01T10:22:22.7119733Z 2022-12-01T10:22:22.7120072Z ##[endgroup] 2022-12-01T10:22:22.7120645Z FINISHED PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_yovk5krf) 2022-12-01T10:22:22.7120934Z 2022-12-01T10:22:24.6517695Z Ignoring disabled issues: [] 2022-12-01T11:06:52.6338288Z 2022-12-01T11:06:52.6340878Z Expand the folded group to see the log file of test_decomp 2022-12-01T11:06:52.6341757Z ##[group]PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_slfco2ke) 2022-12-01T11:06:52.6347096Z 2022-12-01T11:06:52.6347369Z Running tests... 2022-12-01T11:06:52.6347879Z ---------------------------------------------------------------------- 2022-12-01T11:06:52.6351732Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-12-01T11:06:52.6352228Z test_contiguous_log_softmax_cuda (__main__.DecompContiguousTestsCUDA) ... ok (0.004s) 2022-12-01T11:06:52.6352684Z test_contiguous_softmax_cuda (__main__.DecompContiguousTestsCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6353457Z test_comprehensive_H_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6355754Z test_comprehensive_H_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.6356602Z test_comprehensive_H_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-12-01T11:06:52.6357348Z test_comprehensive_H_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.6358142Z test_comprehensive_H_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6358923Z test_comprehensive_H_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.6359676Z test_comprehensive_H_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.6360460Z test_comprehensive_H_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.6360947Z test_comprehensive_H_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6361341Z test_comprehensive_H_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6361704Z test_comprehensive_H_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6362156Z test_comprehensive_H_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6362582Z test_comprehensive_H_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6363234Z test_comprehensive_T_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6364037Z test_comprehensive_T_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.6364840Z test_comprehensive_T_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.6365777Z test_comprehensive_T_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6366574Z test_comprehensive_T_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.6366992Z test_comprehensive_T_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6367441Z test_comprehensive_T_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.6367812Z test_comprehensive_T_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.6368616Z test_comprehensive_T_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.6369032Z test_comprehensive_T_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.6369670Z test_comprehensive_T_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.6370032Z test_comprehensive_T_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.6370480Z test_comprehensive_T_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.6370878Z test_comprehensive___getitem___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.6371289Z test_comprehensive___getitem___cuda_bool (__main__.TestDecompCUDA) ... ok (0.213s) 2022-12-01T11:06:52.6371756Z test_comprehensive___getitem___cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.767s) 2022-12-01T11:06:52.6372218Z test_comprehensive___getitem___cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.440s) 2022-12-01T11:06:52.6372647Z test_comprehensive___getitem___cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.806s) 2022-12-01T11:06:52.6373084Z test_comprehensive___getitem___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.6373509Z test_comprehensive___getitem___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.489s) 2022-12-01T11:06:52.6373949Z test_comprehensive___getitem___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-12-01T11:06:52.6374363Z test_comprehensive___getitem___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-12-01T11:06:52.6374812Z test_comprehensive___getitem___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-12-01T11:06:52.6375207Z test_comprehensive___getitem___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-12-01T11:06:52.6375629Z test_comprehensive___getitem___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-12-01T11:06:52.6376103Z test_comprehensive___getitem___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-12-01T11:06:52.6376520Z test_comprehensive___radd___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.6376981Z test_comprehensive___radd___cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.6377397Z test_comprehensive___radd___cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.625s) 2022-12-01T11:06:52.6377842Z test_comprehensive___radd___cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.632s) 2022-12-01T11:06:52.6435607Z test_comprehensive___radd___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.6436383Z test_comprehensive___radd___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.368s) 2022-12-01T11:06:52.6437326Z test_comprehensive___radd___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.378s) 2022-12-01T11:06:52.6438198Z test_comprehensive___radd___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.6439072Z test_comprehensive___radd___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.6440016Z test_comprehensive___radd___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6440792Z test_comprehensive___radd___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.6441631Z test_comprehensive___radd___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.6442446Z test_comprehensive___rand___cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.6443262Z test_comprehensive___rand___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.6444059Z test_comprehensive___rand___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6444948Z test_comprehensive___rand___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6445847Z test_comprehensive___rand___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.6446785Z test_comprehensive___rand___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.6447681Z test_comprehensive___rdiv___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.6448565Z test_comprehensive___rdiv___cuda_bool (__main__.TestDecompCUDA) ... ok (0.229s) 2022-12-01T11:06:52.6449556Z test_comprehensive___rdiv___cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.618s) 2022-12-01T11:06:52.6450538Z test_comprehensive___rdiv___cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.623s) 2022-12-01T11:06:52.6451503Z test_comprehensive___rdiv___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-12-01T11:06:52.6452427Z test_comprehensive___rdiv___cuda_float32 (__main__.TestDecompCUDA) ... ok (1.230s) 2022-12-01T11:06:52.6453370Z test_comprehensive___rdiv___cuda_float64 (__main__.TestDecompCUDA) ... ok (1.219s) 2022-12-01T11:06:52.6454184Z test_comprehensive___rdiv___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-12-01T11:06:52.6454993Z test_comprehensive___rdiv___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-12-01T11:06:52.6455796Z test_comprehensive___rdiv___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-12-01T11:06:52.6456559Z test_comprehensive___rdiv___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-12-01T11:06:52.6457349Z test_comprehensive___rdiv___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-12-01T11:06:52.6458147Z test_comprehensive___rmatmul___cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.952s) 2022-12-01T11:06:52.6459471Z test_comprehensive___rmatmul___cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.680s) 2022-12-01T11:06:52.6460283Z test_comprehensive___rmatmul___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.6461109Z test_comprehensive___rmatmul___cuda_float32 (__main__.TestDecompCUDA) ... ok (1.980s) 2022-12-01T11:06:52.6461912Z test_comprehensive___rmatmul___cuda_float64 (__main__.TestDecompCUDA) ... ok (1.954s) 2022-12-01T11:06:52.6462832Z test_comprehensive___rmod___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.408s) 2022-12-01T11:06:52.6463751Z test_comprehensive___rmod___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.6464634Z test_comprehensive___rmod___cuda_float32 (__main__.TestDecompCUDA) ... ok (1.043s) 2022-12-01T11:06:52.6465523Z test_comprehensive___rmod___cuda_float64 (__main__.TestDecompCUDA) ... ok (1.035s) 2022-12-01T11:06:52.6466341Z test_comprehensive___rmod___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6467163Z test_comprehensive___rmod___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6467996Z test_comprehensive___rmod___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.6468716Z test_comprehensive___rmod___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6469348Z test_comprehensive___rmod___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6470546Z test_comprehensive___rmul___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.6471363Z test_comprehensive___rmul___cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6472171Z test_comprehensive___rmul___cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.556s) 2022-12-01T11:06:52.6472991Z test_comprehensive___rmul___cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.574s) 2022-12-01T11:06:52.6473763Z test_comprehensive___rmul___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.6474513Z test_comprehensive___rmul___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.787s) 2022-12-01T11:06:52.6475294Z test_comprehensive___rmul___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.784s) 2022-12-01T11:06:52.6476089Z test_comprehensive___rmul___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6476878Z test_comprehensive___rmul___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6477642Z test_comprehensive___rmul___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.6478465Z test_comprehensive___rmul___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6479303Z test_comprehensive___rmul___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6480338Z test_comprehensive___ror___cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6481151Z test_comprehensive___ror___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6481929Z test_comprehensive___ror___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6482722Z test_comprehensive___ror___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6483444Z test_comprehensive___ror___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6484224Z test_comprehensive___ror___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6485030Z test_comprehensive___rpow___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-12-01T11:06:52.6485875Z test_comprehensive___rpow___cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.854s) 2022-12-01T11:06:52.6486729Z test_comprehensive___rpow___cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.827s) 2022-12-01T11:06:52.6487519Z test_comprehensive___rpow___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-12-01T11:06:52.6488348Z test_comprehensive___rpow___cuda_float32 (__main__.TestDecompCUDA) ... ok (1.140s) 2022-12-01T11:06:52.6489120Z test_comprehensive___rpow___cuda_float64 (__main__.TestDecompCUDA) ... ok (1.161s) 2022-12-01T11:06:52.6489920Z test_comprehensive___rpow___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.6490667Z test_comprehensive___rpow___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.6491454Z test_comprehensive___rpow___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.6492332Z test_comprehensive___rpow___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.6493127Z test_comprehensive___rpow___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.6493920Z test_comprehensive___rsub___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.6494826Z test_comprehensive___rsub___cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.873s) 2022-12-01T11:06:52.6495655Z test_comprehensive___rsub___cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.882s) 2022-12-01T11:06:52.6496453Z test_comprehensive___rsub___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.6497281Z test_comprehensive___rsub___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.512s) 2022-12-01T11:06:52.6498119Z test_comprehensive___rsub___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.509s) 2022-12-01T11:06:52.6498965Z test_comprehensive___rsub___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6499807Z test_comprehensive___rsub___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6500605Z test_comprehensive___rsub___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.6501389Z test_comprehensive___rsub___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6502182Z test_comprehensive___rsub___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6502991Z test_comprehensive___rxor___cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6503760Z test_comprehensive___rxor___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6504566Z test_comprehensive___rxor___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6505373Z test_comprehensive___rxor___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.6506134Z test_comprehensive___rxor___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6506918Z test_comprehensive___rxor___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6507700Z test_comprehensive_abs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6508530Z test_comprehensive_abs_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6509358Z test_comprehensive_abs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.421s) 2022-12-01T11:06:52.6510515Z test_comprehensive_abs_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.459s) 2022-12-01T11:06:52.6511440Z test_comprehensive_abs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.410s) 2022-12-01T11:06:52.6512349Z test_comprehensive_abs_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6513214Z test_comprehensive_abs_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-12-01T11:06:52.6514096Z test_comprehensive_abs_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-12-01T11:06:52.6514955Z test_comprehensive_abs_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6515801Z test_comprehensive_abs_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6516674Z test_comprehensive_abs_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6517611Z test_comprehensive_abs_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6518479Z test_comprehensive_abs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6519392Z test_comprehensive_acos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.6520283Z test_comprehensive_acos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6521088Z test_comprehensive_acos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.984s) 2022-12-01T11:06:52.6521941Z test_comprehensive_acos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6522768Z test_comprehensive_acos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.885s) 2022-12-01T11:06:52.6523712Z test_comprehensive_acos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.6524587Z test_comprehensive_acos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.6525389Z test_comprehensive_acos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.6526243Z test_comprehensive_acos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6527052Z test_comprehensive_acos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6527841Z test_comprehensive_acos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6528597Z test_comprehensive_acos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6529369Z test_comprehensive_acos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6530185Z test_comprehensive_acosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6531026Z test_comprehensive_acosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6531854Z test_comprehensive_acosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.6532699Z test_comprehensive_acosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6533538Z test_comprehensive_acosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.6534341Z test_comprehensive_acosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6535141Z test_comprehensive_acosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.6535970Z test_comprehensive_acosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.6536806Z test_comprehensive_acosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6537585Z test_comprehensive_acosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6538409Z test_comprehensive_acosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6539194Z test_comprehensive_acosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6539939Z test_comprehensive_acosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6540745Z test_comprehensive_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.6541684Z test_comprehensive_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.6542508Z test_comprehensive_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.663s) 2022-12-01T11:06:52.6543354Z test_comprehensive_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-12-01T11:06:52.6544195Z test_comprehensive_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.668s) 2022-12-01T11:06:52.6545027Z test_comprehensive_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.6545823Z test_comprehensive_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.392s) 2022-12-01T11:06:52.6546616Z test_comprehensive_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.389s) 2022-12-01T11:06:52.6547370Z test_comprehensive_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.6548159Z test_comprehensive_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.6548913Z test_comprehensive_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.6549741Z test_comprehensive_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.6550767Z test_comprehensive_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.6551624Z test_comprehensive_addbmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.896s) 2022-12-01T11:06:52.6552486Z test_comprehensive_addbmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.922s) 2022-12-01T11:06:52.6553314Z test_comprehensive_addbmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-12-01T11:06:52.6554220Z test_comprehensive_addbmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.489s) 2022-12-01T11:06:52.6554991Z test_comprehensive_addbmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.484s) 2022-12-01T11:06:52.6555826Z test_comprehensive_addcdiv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.6556653Z test_comprehensive_addcdiv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.460s) 2022-12-01T11:06:52.6557485Z test_comprehensive_addcdiv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.282s) 2022-12-01T11:06:52.6558275Z test_comprehensive_addcdiv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.6559071Z test_comprehensive_addcdiv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.869s) 2022-12-01T11:06:52.6559901Z test_comprehensive_addcdiv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.848s) 2022-12-01T11:06:52.6560702Z test_comprehensive_addcmul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.6561505Z test_comprehensive_addcmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.672s) 2022-12-01T11:06:52.6562348Z test_comprehensive_addcmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.519s) 2022-12-01T11:06:52.6563163Z test_comprehensive_addcmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.6564079Z test_comprehensive_addcmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.655s) 2022-12-01T11:06:52.6565017Z test_comprehensive_addcmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.642s) 2022-12-01T11:06:52.6565920Z test_comprehensive_addcmul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.6566448Z test_comprehensive_addcmul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.6566853Z test_comprehensive_addcmul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.6567275Z test_comprehensive_addcmul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.6567704Z test_comprehensive_addcmul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.6568116Z test_comprehensive_addmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.6568561Z test_comprehensive_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-12-01T11:06:52.6568998Z test_comprehensive_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-12-01T11:06:52.6569531Z test_comprehensive_addmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.6569930Z test_comprehensive_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-12-01T11:06:52.6570348Z test_comprehensive_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.6570799Z test_comprehensive_addmm_decomposed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6571255Z test_comprehensive_addmm_decomposed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-12-01T11:06:52.6571730Z test_comprehensive_addmm_decomposed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-12-01T11:06:52.6572192Z test_comprehensive_addmm_decomposed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6572653Z test_comprehensive_addmm_decomposed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.6573096Z test_comprehensive_addmm_decomposed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-12-01T11:06:52.6573541Z test_comprehensive_addmv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.6573976Z test_comprehensive_addmv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.412s) 2022-12-01T11:06:52.6574396Z test_comprehensive_addmv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.422s) 2022-12-01T11:06:52.6574831Z test_comprehensive_addmv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.6575258Z test_comprehensive_addmv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-12-01T11:06:52.6575729Z test_comprehensive_addmv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-12-01T11:06:52.6576139Z test_comprehensive_addr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.6576555Z test_comprehensive_addr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.6576982Z test_comprehensive_addr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.315s) 2022-12-01T11:06:52.6577410Z test_comprehensive_addr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-12-01T11:06:52.6577844Z test_comprehensive_addr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.6578267Z test_comprehensive_addr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-12-01T11:06:52.6578683Z test_comprehensive_addr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-12-01T11:06:52.6579087Z test_comprehensive_addr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6579502Z test_comprehensive_addr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.6579911Z test_comprehensive_addr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.6580309Z test_comprehensive_addr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6580727Z test_comprehensive_addr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.6581149Z test_comprehensive_all_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.6581568Z test_comprehensive_all_cuda_bool (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.6581972Z test_comprehensive_all_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.6582400Z test_comprehensive_all_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.6582821Z test_comprehensive_all_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.6583217Z test_comprehensive_all_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-12-01T11:06:52.6583631Z test_comprehensive_all_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-12-01T11:06:52.6584047Z test_comprehensive_all_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.6584459Z test_comprehensive_all_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.6584939Z test_comprehensive_all_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.6585348Z test_comprehensive_all_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.6585757Z test_comprehensive_all_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.6586166Z test_comprehensive_allclose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.6586610Z test_comprehensive_allclose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.6587059Z test_comprehensive_allclose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.6587499Z test_comprehensive_allclose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6587918Z test_comprehensive_allclose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6588350Z test_comprehensive_allclose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6588781Z test_comprehensive_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-12-01T11:06:52.6589183Z test_comprehensive_amax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6589604Z test_comprehensive_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-12-01T11:06:52.6590021Z test_comprehensive_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.437s) 2022-12-01T11:06:52.6591483Z test_comprehensive_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-12-01T11:06:52.6591891Z test_comprehensive_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6592405Z test_comprehensive_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6592833Z test_comprehensive_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.6593230Z test_comprehensive_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6593650Z test_comprehensive_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6594077Z test_comprehensive_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-12-01T11:06:52.6594499Z test_comprehensive_amin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6594899Z test_comprehensive_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-12-01T11:06:52.6595319Z test_comprehensive_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.437s) 2022-12-01T11:06:52.6595735Z test_comprehensive_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-12-01T11:06:52.6596137Z test_comprehensive_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6596550Z test_comprehensive_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6596952Z test_comprehensive_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.6597371Z test_comprehensive_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6597773Z test_comprehensive_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.6598206Z test_comprehensive_aminmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6598636Z test_comprehensive_aminmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6599050Z test_comprehensive_aminmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6599487Z test_comprehensive_aminmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6599916Z test_comprehensive_aminmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6600351Z test_comprehensive_aminmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6600759Z test_comprehensive_aminmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6601178Z test_comprehensive_aminmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6601686Z test_comprehensive_aminmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6602089Z test_comprehensive_aminmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6602512Z test_comprehensive_angle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6602943Z test_comprehensive_angle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.669s) 2022-12-01T11:06:52.6603383Z test_comprehensive_angle_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-12-01T11:06:52.6603801Z test_comprehensive_angle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.661s) 2022-12-01T11:06:52.6604240Z test_comprehensive_angle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6604659Z test_comprehensive_angle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6605062Z test_comprehensive_angle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6605480Z test_comprehensive_angle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6605894Z test_comprehensive_angle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6606316Z test_comprehensive_angle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6606710Z test_comprehensive_angle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6607135Z test_comprehensive_any_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.6607555Z test_comprehensive_any_cuda_bool (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.6608016Z test_comprehensive_any_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.6608458Z test_comprehensive_any_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.6608877Z test_comprehensive_any_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.6609292Z test_comprehensive_any_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.6609688Z test_comprehensive_any_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.6610100Z test_comprehensive_any_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.6610513Z test_comprehensive_any_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.6610908Z test_comprehensive_any_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.6611320Z test_comprehensive_any_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.6611733Z test_comprehensive_any_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.6612167Z test_comprehensive_arange_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.6612586Z test_comprehensive_arange_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.6613020Z test_comprehensive_arange_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6613454Z test_comprehensive_arange_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.6613859Z test_comprehensive_arange_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6614279Z test_comprehensive_arange_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6614689Z test_comprehensive_arange_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.6615108Z test_comprehensive_arange_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6615507Z test_comprehensive_arange_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6615937Z test_comprehensive_argmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6616367Z test_comprehensive_argmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6616779Z test_comprehensive_argmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6617206Z test_comprehensive_argmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6617687Z test_comprehensive_argmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6618105Z test_comprehensive_argmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6618502Z test_comprehensive_argmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6618919Z test_comprehensive_argmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6619389Z test_comprehensive_argmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6619804Z test_comprehensive_argmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6620236Z test_comprehensive_argmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6620663Z test_comprehensive_argmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6621089Z test_comprehensive_argmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6621493Z test_comprehensive_argmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6621913Z test_comprehensive_argmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6622328Z test_comprehensive_argmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6622731Z test_comprehensive_argmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6623151Z test_comprehensive_argmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6623580Z test_comprehensive_argsort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.6624066Z test_comprehensive_argsort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6624490Z test_comprehensive_argsort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6624923Z test_comprehensive_argsort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6625360Z test_comprehensive_argsort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6625765Z test_comprehensive_argsort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6626188Z test_comprehensive_argsort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6626613Z test_comprehensive_argsort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6627033Z test_comprehensive_argsort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6627442Z test_comprehensive_argwhere_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6627878Z test_comprehensive_argwhere_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6628316Z test_comprehensive_argwhere_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6628744Z test_comprehensive_argwhere_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6629194Z test_comprehensive_argwhere_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6629630Z test_comprehensive_argwhere_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6630064Z test_comprehensive_argwhere_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6630902Z test_comprehensive_argwhere_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6631334Z test_comprehensive_argwhere_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6631764Z test_comprehensive_argwhere_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6632176Z test_comprehensive_argwhere_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6632609Z test_comprehensive_argwhere_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6633042Z test_comprehensive_as_strided_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6633581Z test_comprehensive_as_strided_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6634009Z test_comprehensive_as_strided_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.6634463Z test_comprehensive_as_strided_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6634913Z test_comprehensive_as_strided_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.6635361Z test_comprehensive_as_strided_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.6635782Z test_comprehensive_as_strided_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.6636220Z test_comprehensive_as_strided_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6636652Z test_comprehensive_as_strided_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6637067Z test_comprehensive_as_strided_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6637503Z test_comprehensive_as_strided_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6637934Z test_comprehensive_as_strided_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6638366Z test_comprehensive_as_strided_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6638868Z test_comprehensive_as_strided_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6639464Z test_comprehensive_as_strided_scatter_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6640125Z test_comprehensive_as_strided_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6640735Z test_comprehensive_as_strided_scatter_cuda_complex32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6641315Z test_comprehensive_as_strided_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6641903Z test_comprehensive_as_strided_scatter_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6642486Z test_comprehensive_as_strided_scatter_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6643063Z test_comprehensive_as_strided_scatter_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6643632Z test_comprehensive_as_strided_scatter_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6644212Z test_comprehensive_as_strided_scatter_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6644793Z test_comprehensive_as_strided_scatter_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6645372Z test_comprehensive_as_strided_scatter_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6645930Z test_comprehensive_as_strided_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.6646434Z test_comprehensive_asin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6646862Z test_comprehensive_asin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6647292Z test_comprehensive_asin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.480s) 2022-12-01T11:06:52.6647713Z test_comprehensive_asin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.6648149Z test_comprehensive_asin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.476s) 2022-12-01T11:06:52.6648637Z test_comprehensive_asin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6649038Z test_comprehensive_asin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-12-01T11:06:52.6649450Z test_comprehensive_asin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.224s) 2022-12-01T11:06:52.6649870Z test_comprehensive_asin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6650286Z test_comprehensive_asin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6650683Z test_comprehensive_asin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6651096Z test_comprehensive_asin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6651517Z test_comprehensive_asin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6651921Z test_comprehensive_asinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6652347Z test_comprehensive_asinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6652775Z test_comprehensive_asinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.373s) 2022-12-01T11:06:52.6653214Z test_comprehensive_asinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.6653632Z test_comprehensive_asinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.367s) 2022-12-01T11:06:52.6654063Z test_comprehensive_asinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6654488Z test_comprehensive_asinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-12-01T11:06:52.6654942Z test_comprehensive_asinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-12-01T11:06:52.6655371Z test_comprehensive_asinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.6655788Z test_comprehensive_asinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6656205Z test_comprehensive_asinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6656605Z test_comprehensive_asinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6657017Z test_comprehensive_asinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6657441Z test_comprehensive_atan2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.6657844Z test_comprehensive_atan2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.6658265Z test_comprehensive_atan2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-12-01T11:06:52.6658689Z test_comprehensive_atan2_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.966s) 2022-12-01T11:06:52.6659105Z test_comprehensive_atan2_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.955s) 2022-12-01T11:06:52.6659504Z test_comprehensive_atan2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.6659922Z test_comprehensive_atan2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.6660322Z test_comprehensive_atan2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.6660737Z test_comprehensive_atan2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.6661137Z test_comprehensive_atan2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.6661551Z test_comprehensive_atan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6661949Z test_comprehensive_atan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6662373Z test_comprehensive_atan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.371s) 2022-12-01T11:06:52.6662804Z test_comprehensive_atan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.6663215Z test_comprehensive_atan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.371s) 2022-12-01T11:06:52.6663640Z test_comprehensive_atan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6664116Z test_comprehensive_atan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-12-01T11:06:52.6664534Z test_comprehensive_atan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-12-01T11:06:52.6664929Z test_comprehensive_atan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6665338Z test_comprehensive_atan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6665744Z test_comprehensive_atan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6666138Z test_comprehensive_atan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6666554Z test_comprehensive_atan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6666969Z test_comprehensive_atanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6667388Z test_comprehensive_atanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6667802Z test_comprehensive_atanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-12-01T11:06:52.6668240Z test_comprehensive_atanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.6668670Z test_comprehensive_atanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.417s) 2022-12-01T11:06:52.6669083Z test_comprehensive_atanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6669500Z test_comprehensive_atanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.6669914Z test_comprehensive_atanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.6670846Z test_comprehensive_atanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6671273Z test_comprehensive_atanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6671675Z test_comprehensive_atanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6672094Z test_comprehensive_atanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6672485Z test_comprehensive_atanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6672916Z test_comprehensive_atleast_1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6673351Z test_comprehensive_atleast_1d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6673788Z test_comprehensive_atleast_1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.6674219Z test_comprehensive_atleast_1d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6674665Z test_comprehensive_atleast_1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.6675105Z test_comprehensive_atleast_1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6675520Z test_comprehensive_atleast_1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6675954Z test_comprehensive_atleast_1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6676377Z test_comprehensive_atleast_1d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6676804Z test_comprehensive_atleast_1d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6677217Z test_comprehensive_atleast_1d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6677642Z test_comprehensive_atleast_1d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6678067Z test_comprehensive_atleast_1d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6678484Z test_comprehensive_atleast_2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6678913Z test_comprehensive_atleast_2d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6679349Z test_comprehensive_atleast_2d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.6679873Z test_comprehensive_atleast_2d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.6680295Z test_comprehensive_atleast_2d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.6680731Z test_comprehensive_atleast_2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.6681163Z test_comprehensive_atleast_2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.6681595Z test_comprehensive_atleast_2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6682008Z test_comprehensive_atleast_2d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6682433Z test_comprehensive_atleast_2d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6682858Z test_comprehensive_atleast_2d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6683263Z test_comprehensive_atleast_2d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6683689Z test_comprehensive_atleast_2d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6684119Z test_comprehensive_atleast_3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6684549Z test_comprehensive_atleast_3d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6684969Z test_comprehensive_atleast_3d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6685413Z test_comprehensive_atleast_3d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.6685921Z test_comprehensive_atleast_3d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.6686350Z test_comprehensive_atleast_3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6686779Z test_comprehensive_atleast_3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.6687206Z test_comprehensive_atleast_3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.6687637Z test_comprehensive_atleast_3d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6688042Z test_comprehensive_atleast_3d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6688467Z test_comprehensive_atleast_3d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.6688891Z test_comprehensive_atleast_3d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6689300Z test_comprehensive_atleast_3d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6689729Z test_comprehensive_baddbmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.6690161Z test_comprehensive_baddbmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.055s) 2022-12-01T11:06:52.6690599Z test_comprehensive_baddbmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.067s) 2022-12-01T11:06:52.6691018Z test_comprehensive_baddbmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.6691447Z test_comprehensive_baddbmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.450s) 2022-12-01T11:06:52.6691879Z test_comprehensive_baddbmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.443s) 2022-12-01T11:06:52.6692291Z test_comprehensive_bernoulli_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6692727Z test_comprehensive_bernoulli_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6693179Z test_comprehensive_bernoulli_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.6693588Z test_comprehensive_bernoulli_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.6693997Z test_comprehensive_bfloat16_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6694425Z test_comprehensive_bfloat16_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6694856Z test_comprehensive_bfloat16_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.6695354Z test_comprehensive_bfloat16_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.6695792Z test_comprehensive_bfloat16_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.6696223Z test_comprehensive_bfloat16_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6696649Z test_comprehensive_bfloat16_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.6697059Z test_comprehensive_bfloat16_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.6697485Z test_comprehensive_bfloat16_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6697909Z test_comprehensive_bfloat16_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6698310Z test_comprehensive_bfloat16_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6698727Z test_comprehensive_bfloat16_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6699154Z test_comprehensive_bfloat16_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6699569Z test_comprehensive_bincount_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6699972Z test_comprehensive_bincount_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6700395Z test_comprehensive_bincount_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6700813Z test_comprehensive_bincount_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6701359Z test_comprehensive_bincount_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6701784Z test_comprehensive_bitwise_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6702217Z test_comprehensive_bitwise_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6702646Z test_comprehensive_bitwise_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6703059Z test_comprehensive_bitwise_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6703490Z test_comprehensive_bitwise_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6703919Z test_comprehensive_bitwise_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6704362Z test_comprehensive_bitwise_left_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6704796Z test_comprehensive_bitwise_left_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6705251Z test_comprehensive_bitwise_left_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6705693Z test_comprehensive_bitwise_left_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6706119Z test_comprehensive_bitwise_left_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6706552Z test_comprehensive_bitwise_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6706983Z test_comprehensive_bitwise_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6707407Z test_comprehensive_bitwise_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6707814Z test_comprehensive_bitwise_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6708240Z test_comprehensive_bitwise_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6708670Z test_comprehensive_bitwise_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6709084Z test_comprehensive_bitwise_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.6709512Z test_comprehensive_bitwise_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6709942Z test_comprehensive_bitwise_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6710812Z test_comprehensive_bitwise_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6711227Z test_comprehensive_bitwise_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6711652Z test_comprehensive_bitwise_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6712104Z test_comprehensive_bitwise_right_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6712542Z test_comprehensive_bitwise_right_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6713001Z test_comprehensive_bitwise_right_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6713459Z test_comprehensive_bitwise_right_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6713911Z test_comprehensive_bitwise_right_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6714336Z test_comprehensive_bitwise_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6714772Z test_comprehensive_bitwise_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6715199Z test_comprehensive_bitwise_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6715624Z test_comprehensive_bitwise_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6716029Z test_comprehensive_bitwise_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6716457Z test_comprehensive_bitwise_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.6716892Z test_comprehensive_block_diag_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6717397Z test_comprehensive_block_diag_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6717850Z test_comprehensive_block_diag_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-12-01T11:06:52.6718296Z test_comprehensive_block_diag_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6718747Z test_comprehensive_block_diag_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.491s) 2022-12-01T11:06:52.6719218Z test_comprehensive_block_diag_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.6719655Z test_comprehensive_block_diag_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-12-01T11:06:52.6720090Z test_comprehensive_block_diag_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.6720504Z test_comprehensive_block_diag_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6720934Z test_comprehensive_block_diag_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6721361Z test_comprehensive_block_diag_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6721789Z test_comprehensive_block_diag_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6722200Z test_comprehensive_block_diag_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6722634Z test_comprehensive_bmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-12-01T11:06:52.6723059Z test_comprehensive_bmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-12-01T11:06:52.6723463Z test_comprehensive_bmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6723878Z test_comprehensive_bmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-12-01T11:06:52.6724279Z test_comprehensive_bmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-12-01T11:06:52.6724694Z test_comprehensive_bool_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6725095Z test_comprehensive_bool_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6725517Z test_comprehensive_bool_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.6725944Z test_comprehensive_bool_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.6726434Z test_comprehensive_bool_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.6726857Z test_comprehensive_bool_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6727273Z test_comprehensive_bool_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6727685Z test_comprehensive_bool_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6728082Z test_comprehensive_bool_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6728489Z test_comprehensive_bool_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6728905Z test_comprehensive_bool_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6729303Z test_comprehensive_bool_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6729708Z test_comprehensive_bool_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6730145Z test_comprehensive_broadcast_shapes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6730610Z test_comprehensive_broadcast_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.6731053Z test_comprehensive_broadcast_tensors_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6731518Z test_comprehensive_broadcast_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.6731992Z test_comprehensive_broadcast_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.6732489Z test_comprehensive_broadcast_tensors_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6732961Z test_comprehensive_broadcast_tensors_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6733420Z test_comprehensive_broadcast_tensors_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.6733872Z test_comprehensive_broadcast_tensors_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6734308Z test_comprehensive_broadcast_tensors_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6734810Z test_comprehensive_broadcast_tensors_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6735257Z test_comprehensive_broadcast_tensors_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6735706Z test_comprehensive_broadcast_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6736133Z test_comprehensive_broadcast_to_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6736577Z test_comprehensive_broadcast_to_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6737026Z test_comprehensive_broadcast_to_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-12-01T11:06:52.6737455Z test_comprehensive_broadcast_to_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-12-01T11:06:52.6737904Z test_comprehensive_broadcast_to_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6738347Z test_comprehensive_broadcast_to_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.6738786Z test_comprehensive_broadcast_to_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.6739206Z test_comprehensive_broadcast_to_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6739644Z test_comprehensive_broadcast_to_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6740077Z test_comprehensive_broadcast_to_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6740499Z test_comprehensive_broadcast_to_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6740937Z test_comprehensive_broadcast_to_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6741372Z test_comprehensive_bucketize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.6741871Z test_comprehensive_bucketize_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.6742283Z test_comprehensive_bucketize_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.6742716Z test_comprehensive_bucketize_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6743150Z test_comprehensive_bucketize_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6743559Z test_comprehensive_bucketize_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6743985Z test_comprehensive_bucketize_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6744417Z test_comprehensive_bucketize_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6744842Z test_comprehensive_byte_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6745243Z test_comprehensive_byte_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6745666Z test_comprehensive_byte_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.6746098Z test_comprehensive_byte_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.6746504Z test_comprehensive_byte_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6746919Z test_comprehensive_byte_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6747328Z test_comprehensive_byte_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6747745Z test_comprehensive_byte_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6748201Z test_comprehensive_byte_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6748613Z test_comprehensive_byte_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6749030Z test_comprehensive_byte_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6749423Z test_comprehensive_byte_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6749861Z test_comprehensive_cartesian_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.6750712Z test_comprehensive_cartesian_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.6751187Z test_comprehensive_cartesian_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.6751634Z test_comprehensive_cartesian_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-12-01T11:06:52.6752085Z test_comprehensive_cartesian_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6752539Z test_comprehensive_cartesian_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.6752978Z test_comprehensive_cartesian_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.6753397Z test_comprehensive_cartesian_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.6753844Z test_comprehensive_cartesian_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.6754285Z test_comprehensive_cartesian_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.6754715Z test_comprehensive_cartesian_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.6755152Z test_comprehensive_cartesian_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.6755576Z test_comprehensive_cat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6755994Z test_comprehensive_cat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.6756401Z test_comprehensive_cat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-12-01T11:06:52.6756828Z test_comprehensive_cat_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.6757248Z test_comprehensive_cat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-12-01T11:06:52.6757796Z test_comprehensive_cat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6758212Z test_comprehensive_cat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-12-01T11:06:52.6758621Z test_comprehensive_cat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.6759034Z test_comprehensive_cat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.6759428Z test_comprehensive_cat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.6759836Z test_comprehensive_cat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.6760250Z test_comprehensive_cat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.6760644Z test_comprehensive_cat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.6761062Z test_comprehensive_cdist_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.824s) 2022-12-01T11:06:52.6761483Z test_comprehensive_cdist_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.708s) 2022-12-01T11:06:52.6761905Z test_comprehensive_ceil_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6762310Z test_comprehensive_ceil_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6762726Z test_comprehensive_ceil_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.6763137Z test_comprehensive_ceil_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.6763533Z test_comprehensive_ceil_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6764016Z test_comprehensive_ceil_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6764436Z test_comprehensive_ceil_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6764849Z test_comprehensive_ceil_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6765243Z test_comprehensive_ceil_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.6765670Z test_comprehensive_chalf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.6766091Z test_comprehensive_chalf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6766496Z test_comprehensive_chalf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.6766928Z test_comprehensive_chalf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6767360Z test_comprehensive_chalf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.6767791Z test_comprehensive_chalf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.6768199Z test_comprehensive_chalf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.6768614Z test_comprehensive_chalf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.6769031Z test_comprehensive_chalf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6769431Z test_comprehensive_chalf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6769835Z test_comprehensive_chalf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6770251Z test_comprehensive_chalf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6770660Z test_comprehensive_chalf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6771063Z test_comprehensive_char_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6771483Z test_comprehensive_char_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6771909Z test_comprehensive_char_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.6772319Z test_comprehensive_char_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.6772749Z test_comprehensive_char_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.6773171Z test_comprehensive_char_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6773658Z test_comprehensive_char_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6774056Z test_comprehensive_char_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6774467Z test_comprehensive_char_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6774875Z test_comprehensive_char_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6775262Z test_comprehensive_char_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6775669Z test_comprehensive_char_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6776083Z test_comprehensive_char_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6776509Z test_comprehensive_cholesky_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.999s) 2022-12-01T11:06:52.6776937Z test_comprehensive_cholesky_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.798s) 2022-12-01T11:06:52.6777378Z test_comprehensive_cholesky_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.500s) 2022-12-01T11:06:52.6777811Z test_comprehensive_cholesky_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.488s) 2022-12-01T11:06:52.6778250Z test_comprehensive_cholesky_inverse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.161s) 2022-12-01T11:06:52.6778715Z test_comprehensive_cholesky_inverse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.986s) 2022-12-01T11:06:52.6779173Z test_comprehensive_cholesky_inverse_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.591s) 2022-12-01T11:06:52.6779672Z test_comprehensive_cholesky_inverse_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.582s) 2022-12-01T11:06:52.6780113Z test_comprehensive_cholesky_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.781s) 2022-12-01T11:06:52.6780565Z test_comprehensive_cholesky_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.781s) 2022-12-01T11:06:52.6781020Z test_comprehensive_cholesky_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.458s) 2022-12-01T11:06:52.6781446Z test_comprehensive_cholesky_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.451s) 2022-12-01T11:06:52.6781878Z test_comprehensive_chunk_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6782299Z test_comprehensive_chunk_cuda_bool (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.6782724Z test_comprehensive_chunk_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.362s) 2022-12-01T11:06:52.6783141Z test_comprehensive_chunk_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.6783574Z test_comprehensive_chunk_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.364s) 2022-12-01T11:06:52.6784003Z test_comprehensive_chunk_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6784401Z test_comprehensive_chunk_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-12-01T11:06:52.6784820Z test_comprehensive_chunk_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-12-01T11:06:52.6785234Z test_comprehensive_chunk_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.6785644Z test_comprehensive_chunk_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.6786034Z test_comprehensive_chunk_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.6786438Z test_comprehensive_chunk_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.6786845Z test_comprehensive_chunk_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.6787254Z test_comprehensive_clamp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.455s) 2022-12-01T11:06:52.6787682Z test_comprehensive_clamp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.456s) 2022-12-01T11:06:52.6788104Z test_comprehensive_clamp_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.602s) 2022-12-01T11:06:52.6788520Z test_comprehensive_clamp_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.601s) 2022-12-01T11:06:52.6788988Z test_comprehensive_clamp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-12-01T11:06:52.6830446Z test_comprehensive_clamp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-12-01T11:06:52.6831148Z test_comprehensive_clamp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-12-01T11:06:52.6831578Z test_comprehensive_clamp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-12-01T11:06:52.6832004Z test_comprehensive_clamp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-12-01T11:06:52.6832437Z test_comprehensive_clamp_max_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-12-01T11:06:52.6832878Z test_comprehensive_clamp_max_cuda_bool (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6833314Z test_comprehensive_clamp_max_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.6833745Z test_comprehensive_clamp_max_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.078s) 2022-12-01T11:06:52.6834170Z test_comprehensive_clamp_max_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.068s) 2022-12-01T11:06:52.6834606Z test_comprehensive_clamp_max_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.6835034Z test_comprehensive_clamp_max_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6835436Z test_comprehensive_clamp_max_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.6835861Z test_comprehensive_clamp_max_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6836489Z test_comprehensive_clamp_max_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6836944Z test_comprehensive_clamp_min_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-12-01T11:06:52.6837358Z test_comprehensive_clamp_min_cuda_bool (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6837786Z test_comprehensive_clamp_min_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-12-01T11:06:52.6838219Z test_comprehensive_clamp_min_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.070s) 2022-12-01T11:06:52.6838638Z test_comprehensive_clamp_min_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.070s) 2022-12-01T11:06:52.6839041Z test_comprehensive_clamp_min_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.6839463Z test_comprehensive_clamp_min_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6839884Z test_comprehensive_clamp_min_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6840292Z test_comprehensive_clamp_min_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6840714Z test_comprehensive_clamp_min_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.6841139Z test_comprehensive_clone_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.6841556Z test_comprehensive_clone_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.6841973Z test_comprehensive_clone_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.6842406Z test_comprehensive_clone_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.6842833Z test_comprehensive_clone_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.6843240Z test_comprehensive_clone_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6843661Z test_comprehensive_clone_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.6844079Z test_comprehensive_clone_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.6844505Z test_comprehensive_clone_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.6844906Z test_comprehensive_clone_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.6845315Z test_comprehensive_clone_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.6845840Z test_comprehensive_clone_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.6846242Z test_comprehensive_clone_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.6846678Z test_comprehensive_column_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6847119Z test_comprehensive_column_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6847562Z test_comprehensive_column_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.6848000Z test_comprehensive_column_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-12-01T11:06:52.6848452Z test_comprehensive_column_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.6848896Z test_comprehensive_column_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6849325Z test_comprehensive_column_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.6849770Z test_comprehensive_column_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.6850210Z test_comprehensive_column_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6850646Z test_comprehensive_column_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6851059Z test_comprehensive_column_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6851489Z test_comprehensive_column_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6851998Z test_comprehensive_column_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6852436Z test_comprehensive_combinations_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.610s) 2022-12-01T11:06:52.6852883Z test_comprehensive_combinations_cuda_bool (__main__.TestDecompCUDA) ... ok (0.904s) 2022-12-01T11:06:52.6853333Z test_comprehensive_combinations_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.099s) 2022-12-01T11:06:52.6853797Z test_comprehensive_combinations_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.128s) 2022-12-01T11:06:52.6854234Z test_comprehensive_combinations_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.610s) 2022-12-01T11:06:52.6854681Z test_comprehensive_combinations_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.849s) 2022-12-01T11:06:52.6855122Z test_comprehensive_combinations_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.833s) 2022-12-01T11:06:52.6855546Z test_comprehensive_combinations_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.907s) 2022-12-01T11:06:52.6855986Z test_comprehensive_combinations_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.906s) 2022-12-01T11:06:52.6856423Z test_comprehensive_combinations_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.900s) 2022-12-01T11:06:52.6856861Z test_comprehensive_combinations_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.907s) 2022-12-01T11:06:52.6857283Z test_comprehensive_combinations_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.904s) 2022-12-01T11:06:52.6857727Z test_comprehensive_complex_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.6858157Z test_comprehensive_complex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.290s) 2022-12-01T11:06:52.6858580Z test_comprehensive_complex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.289s) 2022-12-01T11:06:52.6858982Z test_comprehensive_conj_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6859400Z test_comprehensive_conj_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6859828Z test_comprehensive_conj_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6860242Z test_comprehensive_conj_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6860673Z test_comprehensive_conj_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6861098Z test_comprehensive_conj_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6861580Z test_comprehensive_conj_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6861985Z test_comprehensive_conj_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6862398Z test_comprehensive_conj_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6862812Z test_comprehensive_conj_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6863207Z test_comprehensive_conj_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6863619Z test_comprehensive_conj_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6864031Z test_comprehensive_conj_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6864464Z test_comprehensive_conj_physical_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6864893Z test_comprehensive_conj_physical_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6865347Z test_comprehensive_conj_physical_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6865801Z test_comprehensive_conj_physical_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.6866235Z test_comprehensive_conj_physical_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6866686Z test_comprehensive_conj_physical_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6867128Z test_comprehensive_conj_physical_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6867624Z test_comprehensive_conj_physical_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6868065Z test_comprehensive_conj_physical_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6868500Z test_comprehensive_conj_physical_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6868939Z test_comprehensive_conj_physical_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6869367Z test_comprehensive_conj_physical_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6875548Z test_comprehensive_conj_physical_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6876017Z test_comprehensive_constant_pad_nd_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.6876472Z test_comprehensive_constant_pad_nd_cuda_bool (__main__.TestDecompCUDA) ... ok (0.252s) 2022-12-01T11:06:52.6876915Z test_comprehensive_constant_pad_nd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.508s) 2022-12-01T11:06:52.6877389Z test_comprehensive_constant_pad_nd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.514s) 2022-12-01T11:06:52.6877849Z test_comprehensive_constant_pad_nd_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.6878303Z test_comprehensive_constant_pad_nd_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.912s) 2022-12-01T11:06:52.6878735Z test_comprehensive_constant_pad_nd_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.904s) 2022-12-01T11:06:52.6879185Z test_comprehensive_constant_pad_nd_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-12-01T11:06:52.6879627Z test_comprehensive_constant_pad_nd_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-12-01T11:06:52.6880048Z test_comprehensive_constant_pad_nd_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-12-01T11:06:52.6880483Z test_comprehensive_constant_pad_nd_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-12-01T11:06:52.6880929Z test_comprehensive_constant_pad_nd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-12-01T11:06:52.6881366Z test_comprehensive_contiguous_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6881788Z test_comprehensive_contiguous_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6882227Z test_comprehensive_contiguous_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6882855Z test_comprehensive_contiguous_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6883286Z test_comprehensive_contiguous_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6883727Z test_comprehensive_contiguous_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6884165Z test_comprehensive_contiguous_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6884599Z test_comprehensive_contiguous_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6885019Z test_comprehensive_contiguous_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6885450Z test_comprehensive_contiguous_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6885884Z test_comprehensive_contiguous_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6886294Z test_comprehensive_contiguous_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6886729Z test_comprehensive_contiguous_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6887164Z test_comprehensive_copysign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.6887597Z test_comprehensive_copysign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.6888012Z test_comprehensive_copysign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.6888439Z test_comprehensive_copysign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.949s) 2022-12-01T11:06:52.6888938Z test_comprehensive_copysign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.951s) 2022-12-01T11:06:52.6889359Z test_comprehensive_copysign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.6889781Z test_comprehensive_copysign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.6890201Z test_comprehensive_copysign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.6890634Z test_comprehensive_copysign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.6891048Z test_comprehensive_copysign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.6891477Z test_comprehensive_corrcoef_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-12-01T11:06:52.6891918Z test_comprehensive_corrcoef_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.856s) 2022-12-01T11:06:52.6892365Z test_comprehensive_corrcoef_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.878s) 2022-12-01T11:06:52.6892789Z test_comprehensive_corrcoef_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-12-01T11:06:52.6893217Z test_comprehensive_corrcoef_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-12-01T11:06:52.6893644Z test_comprehensive_corrcoef_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.500s) 2022-12-01T11:06:52.6894052Z test_comprehensive_corrcoef_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-12-01T11:06:52.6894476Z test_comprehensive_corrcoef_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-12-01T11:06:52.6894894Z test_comprehensive_corrcoef_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-12-01T11:06:52.6895315Z test_comprehensive_corrcoef_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-12-01T11:06:52.6895725Z test_comprehensive_corrcoef_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-12-01T11:06:52.6896141Z test_comprehensive_cos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.6896559Z test_comprehensive_cos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6896963Z test_comprehensive_cos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.6897389Z test_comprehensive_cos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6897815Z test_comprehensive_cos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-12-01T11:06:52.6898298Z test_comprehensive_cos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6898698Z test_comprehensive_cos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.6899108Z test_comprehensive_cos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.6899522Z test_comprehensive_cos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6899916Z test_comprehensive_cos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6900321Z test_comprehensive_cos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6900734Z test_comprehensive_cos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6901143Z test_comprehensive_cos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6901540Z test_comprehensive_cosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6901961Z test_comprehensive_cosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6902378Z test_comprehensive_cosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.6902792Z test_comprehensive_cosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.6903222Z test_comprehensive_cosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.6903647Z test_comprehensive_cosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.6904068Z test_comprehensive_cosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.6904538Z test_comprehensive_cosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.6904960Z test_comprehensive_cosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6905375Z test_comprehensive_cosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6905773Z test_comprehensive_cosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6906185Z test_comprehensive_cosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6906599Z test_comprehensive_cosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6907013Z test_comprehensive_count_nonzero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6907459Z test_comprehensive_count_nonzero_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6907913Z test_comprehensive_count_nonzero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6908376Z test_comprehensive_count_nonzero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6908806Z test_comprehensive_count_nonzero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6909250Z test_comprehensive_count_nonzero_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6909686Z test_comprehensive_count_nonzero_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6910454Z test_comprehensive_count_nonzero_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6910909Z test_comprehensive_count_nonzero_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6911478Z test_comprehensive_count_nonzero_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6912284Z test_comprehensive_count_nonzero_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6912874Z test_comprehensive_count_nonzero_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6913313Z test_comprehensive_cov_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.043s) 2022-12-01T11:06:52.6913739Z test_comprehensive_cov_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.560s) 2022-12-01T11:06:52.6914169Z test_comprehensive_cov_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.713s) 2022-12-01T11:06:52.6914689Z test_comprehensive_cov_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.045s) 2022-12-01T11:06:52.6915106Z test_comprehensive_cov_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.756s) 2022-12-01T11:06:52.6915524Z test_comprehensive_cov_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.672s) 2022-12-01T11:06:52.6915919Z test_comprehensive_cov_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.617s) 2022-12-01T11:06:52.6916325Z test_comprehensive_cov_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.617s) 2022-12-01T11:06:52.6916731Z test_comprehensive_cov_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.617s) 2022-12-01T11:06:52.6917141Z test_comprehensive_cov_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.618s) 2022-12-01T11:06:52.6917534Z test_comprehensive_cov_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.616s) 2022-12-01T11:06:52.6917957Z test_comprehensive_cross_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.6918391Z test_comprehensive_cross_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.6918807Z test_comprehensive_cross_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6919272Z test_comprehensive_cross_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6919696Z test_comprehensive_cross_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.6920113Z test_comprehensive_cross_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6920511Z test_comprehensive_cross_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6920921Z test_comprehensive_cross_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6921435Z test_comprehensive_cross_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6921841Z test_comprehensive_cross_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6922263Z test_comprehensive_cummax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6922691Z test_comprehensive_cummax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6923115Z test_comprehensive_cummax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6923526Z test_comprehensive_cummax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6923948Z test_comprehensive_cummax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6924373Z test_comprehensive_cummax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6924777Z test_comprehensive_cummax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6925195Z test_comprehensive_cummax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6925613Z test_comprehensive_cummax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6926029Z test_comprehensive_cummax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6926440Z test_comprehensive_cummin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6926864Z test_comprehensive_cummin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6927290Z test_comprehensive_cummin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6927696Z test_comprehensive_cummin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6928116Z test_comprehensive_cummin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6928538Z test_comprehensive_cummin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6928958Z test_comprehensive_cummin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6929356Z test_comprehensive_cummin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6929770Z test_comprehensive_cummin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6930186Z test_comprehensive_cummin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6930662Z test_comprehensive_cumprod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.838s) 2022-12-01T11:06:52.6931105Z test_comprehensive_cumprod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.979s) 2022-12-01T11:06:52.6931546Z test_comprehensive_cumprod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.198s) 2022-12-01T11:06:52.6931984Z test_comprehensive_cumprod_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.157s) 2022-12-01T11:06:52.6932397Z test_comprehensive_cumprod_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.312s) 2022-12-01T11:06:52.6932824Z test_comprehensive_cumprod_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.283s) 2022-12-01T11:06:52.6933251Z test_comprehensive_cumprod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6933660Z test_comprehensive_cumprod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6934083Z test_comprehensive_cumprod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6934508Z test_comprehensive_cumprod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6934930Z test_comprehensive_cumprod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6935339Z test_comprehensive_cumsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6935770Z test_comprehensive_cumsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-12-01T11:06:52.6936202Z test_comprehensive_cumsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-12-01T11:06:52.6936660Z test_comprehensive_cumsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6937094Z test_comprehensive_cumsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-12-01T11:06:52.6937512Z test_comprehensive_cumsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-12-01T11:06:52.6937937Z test_comprehensive_cumsum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.6938343Z test_comprehensive_cumsum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.6938757Z test_comprehensive_cumsum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.6939173Z test_comprehensive_cumsum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.6939574Z test_comprehensive_cumsum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.6940026Z test_comprehensive_cumulative_trapezoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-12-01T11:06:52.6940515Z test_comprehensive_cumulative_trapezoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.001s) 2022-12-01T11:06:52.6941002Z test_comprehensive_cumulative_trapezoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.033s) 2022-12-01T11:06:52.6941464Z test_comprehensive_cumulative_trapezoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-12-01T11:06:52.6941934Z test_comprehensive_cumulative_trapezoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.612s) 2022-12-01T11:06:52.6942408Z test_comprehensive_cumulative_trapezoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.589s) 2022-12-01T11:06:52.6942875Z test_comprehensive_cumulative_trapezoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.6943322Z test_comprehensive_cumulative_trapezoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.6943775Z test_comprehensive_cumulative_trapezoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.6944239Z test_comprehensive_cumulative_trapezoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.6944683Z test_comprehensive_cumulative_trapezoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.6945136Z test_comprehensive_deg2rad_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6945565Z test_comprehensive_deg2rad_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6946051Z test_comprehensive_deg2rad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6946463Z test_comprehensive_deg2rad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.6946882Z test_comprehensive_deg2rad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.6947310Z test_comprehensive_deg2rad_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.6947712Z test_comprehensive_deg2rad_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6948140Z test_comprehensive_deg2rad_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6948563Z test_comprehensive_deg2rad_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6948976Z test_comprehensive_deg2rad_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.6949381Z test_comprehensive_diag_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.6949804Z test_comprehensive_diag_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6950474Z test_comprehensive_diag_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.6950903Z test_comprehensive_diag_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6951328Z test_comprehensive_diag_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.6951756Z test_comprehensive_diag_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6952178Z test_comprehensive_diag_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.6952656Z test_comprehensive_diag_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.6953084Z test_comprehensive_diag_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6953502Z test_comprehensive_diag_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6953902Z test_comprehensive_diag_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6954314Z test_comprehensive_diag_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6954727Z test_comprehensive_diag_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.6955159Z test_comprehensive_diag_embed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.6955580Z test_comprehensive_diag_embed_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.6956019Z test_comprehensive_diag_embed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.857s) 2022-12-01T11:06:52.6956469Z test_comprehensive_diag_embed_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-12-01T11:06:52.6956901Z test_comprehensive_diag_embed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.861s) 2022-12-01T11:06:52.6957343Z test_comprehensive_diag_embed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.6957785Z test_comprehensive_diag_embed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.500s) 2022-12-01T11:06:52.6958222Z test_comprehensive_diag_embed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.503s) 2022-12-01T11:06:52.6958640Z test_comprehensive_diag_embed_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.6959066Z test_comprehensive_diag_embed_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.6959485Z test_comprehensive_diag_embed_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.6959891Z test_comprehensive_diag_embed_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.6960316Z test_comprehensive_diag_embed_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.6960755Z test_comprehensive_diagflat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6961195Z test_comprehensive_diagflat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6961695Z test_comprehensive_diagflat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.6962139Z test_comprehensive_diagflat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.6962575Z test_comprehensive_diagflat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.6962987Z test_comprehensive_diagflat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.6963421Z test_comprehensive_diagflat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.6963851Z test_comprehensive_diagflat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6964280Z test_comprehensive_diagflat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6964683Z test_comprehensive_diagflat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6965106Z test_comprehensive_diagflat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6965541Z test_comprehensive_diagflat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.6965957Z test_comprehensive_diagonal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.6966391Z test_comprehensive_diagonal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.6966823Z test_comprehensive_diagonal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-12-01T11:06:52.6967268Z test_comprehensive_diagonal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-12-01T11:06:52.6967693Z test_comprehensive_diagonal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-12-01T11:06:52.6968177Z test_comprehensive_diagonal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.6968620Z test_comprehensive_diagonal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-12-01T11:06:52.6969028Z test_comprehensive_diagonal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-12-01T11:06:52.6969460Z test_comprehensive_diagonal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-12-01T11:06:52.6969882Z test_comprehensive_diagonal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.6970300Z test_comprehensive_diagonal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.6970708Z test_comprehensive_diagonal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.6970915Z test_comprehensive_diagonal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.6971138Z test_comprehensive_diagonal_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.6971360Z test_comprehensive_diagonal_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.6971583Z test_comprehensive_diagonal_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.6971807Z test_comprehensive_diagonal_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.320s) 2022-12-01T11:06:52.6972033Z test_comprehensive_diagonal_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.317s) 2022-12-01T11:06:52.6972251Z test_comprehensive_diagonal_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6972450Z test_comprehensive_diagonal_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6972660Z test_comprehensive_diagonal_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6972874Z test_comprehensive_diagonal_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6973088Z test_comprehensive_diagonal_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6973295Z test_comprehensive_diff_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.010s) 2022-12-01T11:06:52.6973499Z test_comprehensive_diff_cuda_bool (__main__.TestDecompCUDA) ... ok (2.103s) 2022-12-01T11:06:52.6973712Z test_comprehensive_diff_cuda_complex128 (__main__.TestDecompCUDA) ... ok (12.293s) 2022-12-01T11:06:52.6973986Z test_comprehensive_diff_cuda_complex64 (__main__.TestDecompCUDA) ... ok (12.507s) 2022-12-01T11:06:52.6974170Z test_comprehensive_diff_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.989s) 2022-12-01T11:06:52.6974374Z test_comprehensive_diff_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.517s) 2022-12-01T11:06:52.6974579Z test_comprehensive_diff_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.374s) 2022-12-01T11:06:52.6974778Z test_comprehensive_diff_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.099s) 2022-12-01T11:06:52.6974976Z test_comprehensive_diff_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.095s) 2022-12-01T11:06:52.6975177Z test_comprehensive_diff_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.068s) 2022-12-01T11:06:52.6975374Z test_comprehensive_diff_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.097s) 2022-12-01T11:06:52.6975568Z test_comprehensive_diff_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.093s) 2022-12-01T11:06:52.6975758Z test_comprehensive_digamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.803s) 2022-12-01T11:06:52.6975967Z test_comprehensive_digamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.191s) 2022-12-01T11:06:52.6976173Z test_comprehensive_digamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.397s) 2022-12-01T11:06:52.6976374Z test_comprehensive_digamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.391s) 2022-12-01T11:06:52.6976577Z test_comprehensive_digamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6976780Z test_comprehensive_digamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6977026Z test_comprehensive_digamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6977236Z test_comprehensive_digamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6977418Z test_comprehensive_digamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.6977626Z test_comprehensive_dist_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.775s) 2022-12-01T11:06:52.6977832Z test_comprehensive_dist_cuda_complex128 (__main__.TestDecompCUDA) ... ok (7.594s) 2022-12-01T11:06:52.6978038Z test_comprehensive_dist_cuda_complex64 (__main__.TestDecompCUDA) ... ok (7.695s) 2022-12-01T11:06:52.6978235Z test_comprehensive_dist_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.774s) 2022-12-01T11:06:52.6978436Z test_comprehensive_dist_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.025s) 2022-12-01T11:06:52.6978637Z test_comprehensive_dist_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.945s) 2022-12-01T11:06:52.6978868Z test_comprehensive_div_floor_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.6979094Z test_comprehensive_div_floor_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-12-01T11:06:52.6979301Z test_comprehensive_div_floor_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-12-01T11:06:52.6979526Z test_comprehensive_div_floor_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.6979745Z test_comprehensive_div_floor_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.6979965Z test_comprehensive_div_floor_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.6980180Z test_comprehensive_div_floor_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.6980397Z test_comprehensive_div_floor_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.6980612Z test_comprehensive_div_floor_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.6980846Z test_comprehensive_div_no_rounding_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.6981051Z test_comprehensive_div_no_rounding_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.6981284Z test_comprehensive_div_no_rounding_mode_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.646s) 2022-12-01T11:06:52.6981567Z test_comprehensive_div_no_rounding_mode_cuda_complex32 (__main__.TestDecompCUDA) ... ok (2.247s) 2022-12-01T11:06:52.6981788Z test_comprehensive_div_no_rounding_mode_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.660s) 2022-12-01T11:06:52.6982012Z test_comprehensive_div_no_rounding_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.6982236Z test_comprehensive_div_no_rounding_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.342s) 2022-12-01T11:06:52.6982465Z test_comprehensive_div_no_rounding_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.335s) 2022-12-01T11:06:52.6982685Z test_comprehensive_div_no_rounding_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.6982906Z test_comprehensive_div_no_rounding_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.6983108Z test_comprehensive_div_no_rounding_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.6983333Z test_comprehensive_div_no_rounding_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.6983546Z test_comprehensive_div_no_rounding_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.6983775Z test_comprehensive_div_trunc_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.6983992Z test_comprehensive_div_trunc_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.6984209Z test_comprehensive_div_trunc_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-12-01T11:06:52.6984468Z test_comprehensive_div_trunc_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-12-01T11:06:52.6984695Z test_comprehensive_div_trunc_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.6984915Z test_comprehensive_div_trunc_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.6985113Z test_comprehensive_div_trunc_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.6985331Z test_comprehensive_div_trunc_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.6985549Z test_comprehensive_div_trunc_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.6985755Z test_comprehensive_dot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6985961Z test_comprehensive_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.6986169Z test_comprehensive_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.6986371Z test_comprehensive_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.6986571Z test_comprehensive_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6986752Z test_comprehensive_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6986968Z test_comprehensive_double_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6987166Z test_comprehensive_double_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6987379Z test_comprehensive_double_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.6987587Z test_comprehensive_double_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.6987789Z test_comprehensive_double_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.6987995Z test_comprehensive_double_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.6988197Z test_comprehensive_double_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.6988376Z test_comprehensive_double_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.6988580Z test_comprehensive_double_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6988838Z test_comprehensive_double_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6989039Z test_comprehensive_double_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6989239Z test_comprehensive_double_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6989438Z test_comprehensive_double_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.6989647Z test_comprehensive_dsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.6989847Z test_comprehensive_dsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.6990043Z test_comprehensive_dsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.315s) 2022-12-01T11:06:52.6990459Z test_comprehensive_dsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-12-01T11:06:52.6990686Z test_comprehensive_dsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.320s) 2022-12-01T11:06:52.6990896Z test_comprehensive_dsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.6991094Z test_comprehensive_dsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.6991291Z test_comprehensive_dsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.6991494Z test_comprehensive_dsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.6991693Z test_comprehensive_dsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.6991877Z test_comprehensive_dsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.6992168Z test_comprehensive_dsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.6992378Z test_comprehensive_dsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.6992586Z test_comprehensive_dstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.6992792Z test_comprehensive_dstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.6993009Z test_comprehensive_dstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-12-01T11:06:52.6993222Z test_comprehensive_dstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.6993425Z test_comprehensive_dstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-12-01T11:06:52.6993628Z test_comprehensive_dstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.6993810Z test_comprehensive_dstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-12-01T11:06:52.6994010Z test_comprehensive_dstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-12-01T11:06:52.6994210Z test_comprehensive_dstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.6994412Z test_comprehensive_dstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.6994612Z test_comprehensive_dstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.6994815Z test_comprehensive_dstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.6995013Z test_comprehensive_dstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.6995220Z test_comprehensive_einsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.6995414Z test_comprehensive_einsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.991s) 2022-12-01T11:06:52.6995623Z test_comprehensive_einsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.021s) 2022-12-01T11:06:52.6995830Z test_comprehensive_einsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.6996030Z test_comprehensive_einsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.636s) 2022-12-01T11:06:52.6996228Z test_comprehensive_einsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.617s) 2022-12-01T11:06:52.6996504Z test_comprehensive_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.6996834Z test_comprehensive_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: empty in torch.bool not supported (0.001s) 2022-12-01T11:06:52.6997110Z test_comprehensive_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty in torch.complex128 not supported (0.001s) 2022-12-01T11:06:52.6997383Z test_comprehensive_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty in torch.complex32 not supported (0.001s) 2022-12-01T11:06:52.6997642Z test_comprehensive_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty in torch.complex64 not supported (0.001s) 2022-12-01T11:06:52.6997909Z test_comprehensive_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.6998171Z test_comprehensive_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.6998440Z test_comprehensive_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.6998697Z test_comprehensive_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.6998952Z test_comprehensive_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.6999201Z test_comprehensive_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.6999500Z test_comprehensive_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.6999758Z test_comprehensive_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.7000020Z test_comprehensive_empty_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.7000292Z test_comprehensive_empty_like_cuda_bool (__main__.TestDecompCUDA) ... skip: empty_like in torch.bool not supported (0.001s) 2022-12-01T11:06:52.7000582Z test_comprehensive_empty_like_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-12-01T11:06:52.7000869Z test_comprehensive_empty_like_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-12-01T11:06:52.7001147Z test_comprehensive_empty_like_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-12-01T11:06:52.7001427Z test_comprehensive_empty_like_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.7001696Z test_comprehensive_empty_like_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.7001960Z test_comprehensive_empty_like_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.7002233Z test_comprehensive_empty_like_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.7002502Z test_comprehensive_empty_like_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.7002769Z test_comprehensive_empty_like_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.7003022Z test_comprehensive_empty_like_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.7003286Z test_comprehensive_empty_like_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.7003490Z test_comprehensive_eq_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7003741Z test_comprehensive_eq_cuda_bool (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7003949Z test_comprehensive_eq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-12-01T11:06:52.7004158Z test_comprehensive_eq_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-12-01T11:06:52.7004361Z test_comprehensive_eq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-12-01T11:06:52.7004562Z test_comprehensive_eq_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7004745Z test_comprehensive_eq_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-12-01T11:06:52.7004947Z test_comprehensive_eq_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-12-01T11:06:52.7005141Z test_comprehensive_eq_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7005339Z test_comprehensive_eq_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7005537Z test_comprehensive_eq_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7005735Z test_comprehensive_eq_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7005928Z test_comprehensive_eq_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7006134Z test_comprehensive_equal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7006316Z test_comprehensive_equal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7006527Z test_comprehensive_equal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7006735Z test_comprehensive_equal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7006989Z test_comprehensive_equal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7007200Z test_comprehensive_equal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7007403Z test_comprehensive_equal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7007610Z test_comprehensive_equal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7007808Z test_comprehensive_equal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7007989Z test_comprehensive_equal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7008189Z test_comprehensive_equal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7008389Z test_comprehensive_equal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7008591Z test_comprehensive_erf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7008795Z test_comprehensive_erf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7008994Z test_comprehensive_erf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7009189Z test_comprehensive_erf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-12-01T11:06:52.7009385Z test_comprehensive_erf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-12-01T11:06:52.7009589Z test_comprehensive_erf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7009770Z test_comprehensive_erf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7009963Z test_comprehensive_erf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7010160Z test_comprehensive_erf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7010358Z test_comprehensive_erf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7010564Z test_comprehensive_erfc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.658s) 2022-12-01T11:06:52.7010757Z test_comprehensive_erfc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.289s) 2022-12-01T11:06:52.7010958Z test_comprehensive_erfc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-12-01T11:06:52.7011158Z test_comprehensive_erfc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.7011406Z test_comprehensive_erfc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7011607Z test_comprehensive_erfc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7011804Z test_comprehensive_erfc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7012004Z test_comprehensive_erfc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7012198Z test_comprehensive_erfc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7012393Z test_comprehensive_erfc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7012596Z test_comprehensive_erfinv_cuda_bool (__main__.TestDecompCUDA) ... ok (0.508s) 2022-12-01T11:06:52.7012804Z test_comprehensive_erfinv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.470s) 2022-12-01T11:06:52.7012990Z test_comprehensive_erfinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.7013186Z test_comprehensive_erfinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.7013391Z test_comprehensive_erfinv_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7013593Z test_comprehensive_erfinv_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7013793Z test_comprehensive_erfinv_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7013993Z test_comprehensive_erfinv_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7014193Z test_comprehensive_erfinv_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7014443Z test_comprehensive_exp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.572s) 2022-12-01T11:06:52.7014632Z test_comprehensive_exp2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.274s) 2022-12-01T11:06:52.7014830Z test_comprehensive_exp2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-12-01T11:06:52.7015026Z test_comprehensive_exp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7015232Z test_comprehensive_exp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7015428Z test_comprehensive_exp2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7015625Z test_comprehensive_exp2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7015822Z test_comprehensive_exp2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7016019Z test_comprehensive_exp2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7016196Z test_comprehensive_exp2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7016401Z test_comprehensive_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7016601Z test_comprehensive_exp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7016809Z test_comprehensive_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.481s) 2022-12-01T11:06:52.7017018Z test_comprehensive_exp_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.868s) 2022-12-01T11:06:52.7017223Z test_comprehensive_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7017426Z test_comprehensive_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7017625Z test_comprehensive_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7017809Z test_comprehensive_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7018007Z test_comprehensive_exp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7018204Z test_comprehensive_exp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7018399Z test_comprehensive_exp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7018597Z test_comprehensive_exp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7018795Z test_comprehensive_exp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7019110Z test_comprehensive_expand_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7019321Z test_comprehensive_expand_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7019520Z test_comprehensive_expand_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7019740Z test_comprehensive_expand_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7019949Z test_comprehensive_expand_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7020158Z test_comprehensive_expand_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7020358Z test_comprehensive_expand_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7020565Z test_comprehensive_expand_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7020766Z test_comprehensive_expand_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7020980Z test_comprehensive_expand_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7021186Z test_comprehensive_expand_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7021376Z test_comprehensive_expand_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7021579Z test_comprehensive_expand_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7021785Z test_comprehensive_expand_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7022041Z test_comprehensive_expand_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-12-01T11:06:52.7022261Z test_comprehensive_expand_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.215s) 2022-12-01T11:06:52.7022466Z test_comprehensive_expand_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7022667Z test_comprehensive_expand_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-12-01T11:06:52.7022869Z test_comprehensive_expand_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-12-01T11:06:52.7023056Z test_comprehensive_expand_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7023259Z test_comprehensive_expand_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7023458Z test_comprehensive_expand_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7023658Z test_comprehensive_expand_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7023859Z test_comprehensive_expand_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7024065Z test_comprehensive_expm1_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7024264Z test_comprehensive_expm1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7024468Z test_comprehensive_expm1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7024658Z test_comprehensive_expm1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-12-01T11:06:52.7024863Z test_comprehensive_expm1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-12-01T11:06:52.7025064Z test_comprehensive_expm1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7025262Z test_comprehensive_expm1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7025461Z test_comprehensive_expm1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7025660Z test_comprehensive_expm1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7025858Z test_comprehensive_expm1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7026058Z test_comprehensive_eye_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.7026239Z test_comprehensive_eye_cuda_bool (__main__.TestDecompCUDA) ... ok (0.059s) 2022-12-01T11:06:52.7026503Z test_comprehensive_eye_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7026706Z test_comprehensive_eye_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.7026903Z test_comprehensive_eye_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.7027102Z test_comprehensive_eye_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.7027297Z test_comprehensive_eye_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-12-01T11:06:52.7027493Z test_comprehensive_eye_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7027695Z test_comprehensive_eye_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7027870Z test_comprehensive_eye_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.7028066Z test_comprehensive_eye_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7028266Z test_comprehensive_eye_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7028474Z test_comprehensive_fft_fft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.171s) 2022-12-01T11:06:52.7028687Z test_comprehensive_fft_fft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-12-01T11:06:52.7028900Z test_comprehensive_fft_fft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-12-01T11:06:52.7029108Z test_comprehensive_fft_fft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-12-01T11:06:52.7029307Z test_comprehensive_fft_fft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-12-01T11:06:52.7029538Z test_comprehensive_fft_fft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-12-01T11:06:52.7029745Z test_comprehensive_fft_fft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-12-01T11:06:52.7029938Z test_comprehensive_fft_fft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-12-01T11:06:52.7030342Z test_comprehensive_fft_fft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-12-01T11:06:52.7030563Z test_comprehensive_fft_fft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-12-01T11:06:52.7030765Z test_comprehensive_fft_fft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.117s) 2022-12-01T11:06:52.7030976Z test_comprehensive_fft_fft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7031189Z test_comprehensive_fft_fft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7031395Z test_comprehensive_fft_fft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.7031583Z test_comprehensive_fft_fft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.7031786Z test_comprehensive_fft_fft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.7031985Z test_comprehensive_fft_fft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.7032186Z test_comprehensive_fft_fft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7032391Z test_comprehensive_fft_fft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7032589Z test_comprehensive_fft_fft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.7032790Z test_comprehensive_fft_fftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.166s) 2022-12-01T11:06:52.7033003Z test_comprehensive_fft_fftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-12-01T11:06:52.7033198Z test_comprehensive_fft_fftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-12-01T11:06:52.7033405Z test_comprehensive_fft_fftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-12-01T11:06:52.7033614Z test_comprehensive_fft_fftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-12-01T11:06:52.7033821Z test_comprehensive_fft_fftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.7034019Z test_comprehensive_fft_fftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.7034307Z test_comprehensive_fft_fftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-12-01T11:06:52.7034507Z test_comprehensive_fft_fftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.7034709Z test_comprehensive_fft_fftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.7034907Z test_comprehensive_fft_fftshift_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7035120Z test_comprehensive_fft_fftshift_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7035337Z test_comprehensive_fft_fftshift_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-12-01T11:06:52.7035560Z test_comprehensive_fft_fftshift_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.7035777Z test_comprehensive_fft_fftshift_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-12-01T11:06:52.7035990Z test_comprehensive_fft_fftshift_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7036200Z test_comprehensive_fft_fftshift_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.7036411Z test_comprehensive_fft_fftshift_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7036621Z test_comprehensive_fft_fftshift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7036813Z test_comprehensive_fft_fftshift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7037023Z test_comprehensive_fft_fftshift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7037312Z test_comprehensive_fft_fftshift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7037530Z test_comprehensive_fft_fftshift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7037736Z test_comprehensive_fft_hfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.301s) 2022-12-01T11:06:52.7037949Z test_comprehensive_fft_hfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.739s) 2022-12-01T11:06:52.7038168Z test_comprehensive_fft_hfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.746s) 2022-12-01T11:06:52.7038377Z test_comprehensive_fft_hfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.796s) 2022-12-01T11:06:52.7038562Z test_comprehensive_fft_hfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.788s) 2022-12-01T11:06:52.7038767Z test_comprehensive_fft_hfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.360s) 2022-12-01T11:06:52.7038967Z test_comprehensive_fft_hfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-12-01T11:06:52.7039169Z test_comprehensive_fft_hfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.357s) 2022-12-01T11:06:52.7039373Z test_comprehensive_fft_hfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.357s) 2022-12-01T11:06:52.7039578Z test_comprehensive_fft_hfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-12-01T11:06:52.7039780Z test_comprehensive_fft_hfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.254s) 2022-12-01T11:06:52.7039995Z test_comprehensive_fft_hfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.600s) 2022-12-01T11:06:52.7040190Z test_comprehensive_fft_hfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.594s) 2022-12-01T11:06:52.7040401Z test_comprehensive_fft_hfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.629s) 2022-12-01T11:06:52.7040609Z test_comprehensive_fft_hfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.619s) 2022-12-01T11:06:52.7040812Z test_comprehensive_fft_hfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.337s) 2022-12-01T11:06:52.7041012Z test_comprehensive_fft_hfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.335s) 2022-12-01T11:06:52.7041205Z test_comprehensive_fft_hfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.336s) 2022-12-01T11:06:52.7041405Z test_comprehensive_fft_hfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.338s) 2022-12-01T11:06:52.7041609Z test_comprehensive_fft_hfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.327s) 2022-12-01T11:06:52.7041850Z test_comprehensive_fft_hfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.333s) 2022-12-01T11:06:52.7042068Z test_comprehensive_fft_hfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.810s) 2022-12-01T11:06:52.7042280Z test_comprehensive_fft_hfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.815s) 2022-12-01T11:06:52.7042490Z test_comprehensive_fft_hfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.863s) 2022-12-01T11:06:52.7042690Z test_comprehensive_fft_hfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.852s) 2022-12-01T11:06:52.7042897Z test_comprehensive_fft_hfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.428s) 2022-12-01T11:06:52.7043097Z test_comprehensive_fft_hfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-12-01T11:06:52.7043296Z test_comprehensive_fft_hfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-12-01T11:06:52.7043496Z test_comprehensive_fft_hfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.423s) 2022-12-01T11:06:52.7043682Z test_comprehensive_fft_hfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.417s) 2022-12-01T11:06:52.7043879Z test_comprehensive_fft_ifft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.148s) 2022-12-01T11:06:52.7044088Z test_comprehensive_fft_ifft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-12-01T11:06:52.7044302Z test_comprehensive_fft_ifft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-12-01T11:06:52.7044506Z test_comprehensive_fft_ifft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.246s) 2022-12-01T11:06:52.7044769Z test_comprehensive_fft_ifft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-12-01T11:06:52.7044983Z test_comprehensive_fft_ifft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-12-01T11:06:52.7045182Z test_comprehensive_fft_ifft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-12-01T11:06:52.7045360Z test_comprehensive_fft_ifft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-12-01T11:06:52.7045564Z test_comprehensive_fft_ifft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-12-01T11:06:52.7045762Z test_comprehensive_fft_ifft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-12-01T11:06:52.7045966Z test_comprehensive_fft_ifft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.7046180Z test_comprehensive_fft_ifft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7046390Z test_comprehensive_fft_ifft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7046602Z test_comprehensive_fft_ifft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.509s) 2022-12-01T11:06:52.7046808Z test_comprehensive_fft_ifft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.505s) 2022-12-01T11:06:52.7046993Z test_comprehensive_fft_ifft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7047190Z test_comprehensive_fft_ifft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7047388Z test_comprehensive_fft_ifft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7047591Z test_comprehensive_fft_ifft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7047793Z test_comprehensive_fft_ifft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7047995Z test_comprehensive_fft_ifftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.166s) 2022-12-01T11:06:52.7048210Z test_comprehensive_fft_ifftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-12-01T11:06:52.7048426Z test_comprehensive_fft_ifftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-12-01T11:06:52.7048637Z test_comprehensive_fft_ifftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-12-01T11:06:52.7048828Z test_comprehensive_fft_ifftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-12-01T11:06:52.7049033Z test_comprehensive_fft_ifftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-12-01T11:06:52.7049287Z test_comprehensive_fft_ifftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.7049483Z test_comprehensive_fft_ifftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-12-01T11:06:52.7049686Z test_comprehensive_fft_ifftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-12-01T11:06:52.7049882Z test_comprehensive_fft_ifftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.7050102Z test_comprehensive_fft_ifftshift_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7050317Z test_comprehensive_fft_ifftshift_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7050524Z test_comprehensive_fft_ifftshift_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-12-01T11:06:52.7050746Z test_comprehensive_fft_ifftshift_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.7050964Z test_comprehensive_fft_ifftshift_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-12-01T11:06:52.7051183Z test_comprehensive_fft_ifftshift_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7051398Z test_comprehensive_fft_ifftshift_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.7051611Z test_comprehensive_fft_ifftshift_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7051826Z test_comprehensive_fft_ifftshift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7052038Z test_comprehensive_fft_ifftshift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7052280Z test_comprehensive_fft_ifftshift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7052502Z test_comprehensive_fft_ifftshift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7052714Z test_comprehensive_fft_ifftshift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7052927Z test_comprehensive_fft_ihfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.148s) 2022-12-01T11:06:52.7053137Z test_comprehensive_fft_ihfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.329s) 2022-12-01T11:06:52.7053339Z test_comprehensive_fft_ihfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-12-01T11:06:52.7053543Z test_comprehensive_fft_ihfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-12-01T11:06:52.7053744Z test_comprehensive_fft_ihfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-12-01T11:06:52.7053940Z test_comprehensive_fft_ihfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-12-01T11:06:52.7054130Z test_comprehensive_fft_ihfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-12-01T11:06:52.7054331Z test_comprehensive_fft_ihfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-12-01T11:06:52.7054535Z test_comprehensive_fft_ihfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.116s) 2022-12-01T11:06:52.7054748Z test_comprehensive_fft_ihfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.551s) 2022-12-01T11:06:52.7054948Z test_comprehensive_fft_ihfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.548s) 2022-12-01T11:06:52.7055151Z test_comprehensive_fft_ihfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7055348Z test_comprehensive_fft_ihfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7055541Z test_comprehensive_fft_ihfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7055728Z test_comprehensive_fft_ihfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7055938Z test_comprehensive_fft_ihfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7056140Z test_comprehensive_fft_ihfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.164s) 2022-12-01T11:06:52.7056352Z test_comprehensive_fft_ihfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.505s) 2022-12-01T11:06:52.7056615Z test_comprehensive_fft_ihfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.504s) 2022-12-01T11:06:52.7056819Z test_comprehensive_fft_ihfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.7057019Z test_comprehensive_fft_ihfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.7057217Z test_comprehensive_fft_ihfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.7057403Z test_comprehensive_fft_ihfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.7057605Z test_comprehensive_fft_ihfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-12-01T11:06:52.7057808Z test_comprehensive_fft_irfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.149s) 2022-12-01T11:06:52.7058027Z test_comprehensive_fft_irfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.441s) 2022-12-01T11:06:52.7058241Z test_comprehensive_fft_irfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.445s) 2022-12-01T11:06:52.7058455Z test_comprehensive_fft_irfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.521s) 2022-12-01T11:06:52.7058664Z test_comprehensive_fft_irfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.519s) 2022-12-01T11:06:52.7058870Z test_comprehensive_fft_irfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-12-01T11:06:52.7059074Z test_comprehensive_fft_irfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-12-01T11:06:52.7059258Z test_comprehensive_fft_irfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-12-01T11:06:52.7059461Z test_comprehensive_fft_irfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-12-01T11:06:52.7059705Z test_comprehensive_fft_irfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-12-01T11:06:52.7059921Z test_comprehensive_fft_irfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.117s) 2022-12-01T11:06:52.7060136Z test_comprehensive_fft_irfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.379s) 2022-12-01T11:06:52.7060353Z test_comprehensive_fft_irfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-12-01T11:06:52.7060559Z test_comprehensive_fft_irfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.488s) 2022-12-01T11:06:52.7060761Z test_comprehensive_fft_irfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.481s) 2022-12-01T11:06:52.7060949Z test_comprehensive_fft_irfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7061146Z test_comprehensive_fft_irfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.7061346Z test_comprehensive_fft_irfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.7061549Z test_comprehensive_fft_irfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.7061753Z test_comprehensive_fft_irfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7061953Z test_comprehensive_fft_irfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.166s) 2022-12-01T11:06:52.7062172Z test_comprehensive_fft_irfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.505s) 2022-12-01T11:06:52.7062388Z test_comprehensive_fft_irfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.512s) 2022-12-01T11:06:52.7062580Z test_comprehensive_fft_irfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.609s) 2022-12-01T11:06:52.7062788Z test_comprehensive_fft_irfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.610s) 2022-12-01T11:06:52.7062992Z test_comprehensive_fft_irfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.7063194Z test_comprehensive_fft_irfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.7063391Z test_comprehensive_fft_irfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-12-01T11:06:52.7063596Z test_comprehensive_fft_irfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-12-01T11:06:52.7063802Z test_comprehensive_fft_irfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-12-01T11:06:52.7064062Z test_comprehensive_fft_rfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.145s) 2022-12-01T11:06:52.7064250Z test_comprehensive_fft_rfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-12-01T11:06:52.7064452Z test_comprehensive_fft_rfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-12-01T11:06:52.7064651Z test_comprehensive_fft_rfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-12-01T11:06:52.7064851Z test_comprehensive_fft_rfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-12-01T11:06:52.7065048Z test_comprehensive_fft_rfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-12-01T11:06:52.7065250Z test_comprehensive_fft_rfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-12-01T11:06:52.7065446Z test_comprehensive_fft_rfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-12-01T11:06:52.7065653Z test_comprehensive_fft_rfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.7065864Z test_comprehensive_fft_rfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-12-01T11:06:52.7066049Z test_comprehensive_fft_rfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.7066251Z test_comprehensive_fft_rfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7066447Z test_comprehensive_fft_rfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7066642Z test_comprehensive_fft_rfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7066903Z test_comprehensive_fft_rfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.7067114Z test_comprehensive_fft_rfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7067313Z test_comprehensive_fft_rfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.162s) 2022-12-01T11:06:52.7067520Z test_comprehensive_fft_rfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.308s) 2022-12-01T11:06:52.7067709Z test_comprehensive_fft_rfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.310s) 2022-12-01T11:06:52.7067916Z test_comprehensive_fft_rfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.7068112Z test_comprehensive_fft_rfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.7068316Z test_comprehensive_fft_rfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-12-01T11:06:52.7068521Z test_comprehensive_fft_rfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.7068722Z test_comprehensive_fft_rfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-12-01T11:06:52.7068929Z test_comprehensive_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7069129Z test_comprehensive_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7069314Z test_comprehensive_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7069525Z test_comprehensive_fill_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.309s) 2022-12-01T11:06:52.7069723Z test_comprehensive_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7069928Z test_comprehensive_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7070437Z test_comprehensive_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7070667Z test_comprehensive_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7070869Z test_comprehensive_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7071071Z test_comprehensive_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7071251Z test_comprehensive_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7071450Z test_comprehensive_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7071737Z test_comprehensive_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7071946Z test_comprehensive_flatten_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7072148Z test_comprehensive_flatten_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7072360Z test_comprehensive_flatten_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.7072573Z test_comprehensive_flatten_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.7072778Z test_comprehensive_flatten_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7072970Z test_comprehensive_flatten_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7073171Z test_comprehensive_flatten_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.7073367Z test_comprehensive_flatten_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.7073571Z test_comprehensive_flatten_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7073778Z test_comprehensive_flatten_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7073978Z test_comprehensive_flatten_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7074182Z test_comprehensive_flatten_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7074382Z test_comprehensive_flatten_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7074582Z test_comprehensive_flip_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7074823Z test_comprehensive_flip_cuda_bool (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.7075045Z test_comprehensive_flip_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-12-01T11:06:52.7075253Z test_comprehensive_flip_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.407s) 2022-12-01T11:06:52.7075455Z test_comprehensive_flip_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7075660Z test_comprehensive_flip_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-12-01T11:06:52.7075860Z test_comprehensive_flip_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-12-01T11:06:52.7076058Z test_comprehensive_flip_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.7076259Z test_comprehensive_flip_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7076441Z test_comprehensive_flip_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.7076637Z test_comprehensive_flip_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.7076833Z test_comprehensive_flip_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.7077041Z test_comprehensive_fliplr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7077246Z test_comprehensive_fliplr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7077461Z test_comprehensive_fliplr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-12-01T11:06:52.7077673Z test_comprehensive_fliplr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-12-01T11:06:52.7077878Z test_comprehensive_fliplr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7078061Z test_comprehensive_fliplr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.7078258Z test_comprehensive_fliplr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.7078460Z test_comprehensive_fliplr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7078666Z test_comprehensive_fliplr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7078868Z test_comprehensive_fliplr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7079070Z test_comprehensive_fliplr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7079329Z test_comprehensive_fliplr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7079537Z test_comprehensive_flipud_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7079722Z test_comprehensive_flipud_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7079933Z test_comprehensive_flipud_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-12-01T11:06:52.7080145Z test_comprehensive_flipud_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-12-01T11:06:52.7080347Z test_comprehensive_flipud_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7080550Z test_comprehensive_flipud_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.7080748Z test_comprehensive_flipud_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7080950Z test_comprehensive_flipud_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7081152Z test_comprehensive_flipud_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7081339Z test_comprehensive_flipud_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7081542Z test_comprehensive_flipud_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7081738Z test_comprehensive_flipud_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7081944Z test_comprehensive_float_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7082148Z test_comprehensive_float_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7082402Z test_comprehensive_float_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.7082621Z test_comprehensive_float_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7082827Z test_comprehensive_float_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7083032Z test_comprehensive_float_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7083222Z test_comprehensive_float_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7083421Z test_comprehensive_float_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.7083621Z test_comprehensive_float_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7083825Z test_comprehensive_float_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7084022Z test_comprehensive_float_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7084226Z test_comprehensive_float_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7084423Z test_comprehensive_float_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7084638Z test_comprehensive_float_power_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-12-01T11:06:52.7084833Z test_comprehensive_float_power_cuda_bool (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.7085057Z test_comprehensive_float_power_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.480s) 2022-12-01T11:06:52.7085274Z test_comprehensive_float_power_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.922s) 2022-12-01T11:06:52.7085486Z test_comprehensive_float_power_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-12-01T11:06:52.7085698Z test_comprehensive_float_power_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.622s) 2022-12-01T11:06:52.7085910Z test_comprehensive_float_power_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.351s) 2022-12-01T11:06:52.7086122Z test_comprehensive_float_power_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.292s) 2022-12-01T11:06:52.7086324Z test_comprehensive_float_power_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.292s) 2022-12-01T11:06:52.7086515Z test_comprehensive_float_power_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.291s) 2022-12-01T11:06:52.7086724Z test_comprehensive_float_power_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.291s) 2022-12-01T11:06:52.7086987Z test_comprehensive_float_power_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.292s) 2022-12-01T11:06:52.7087191Z test_comprehensive_floor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7087396Z test_comprehensive_floor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7087600Z test_comprehensive_floor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7087799Z test_comprehensive_floor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7088000Z test_comprehensive_floor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7088182Z test_comprehensive_floor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7088383Z test_comprehensive_floor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7088581Z test_comprehensive_floor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7088779Z test_comprehensive_floor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7088993Z test_comprehensive_floor_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.7089208Z test_comprehensive_floor_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.7089422Z test_comprehensive_floor_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-12-01T11:06:52.7089633Z test_comprehensive_floor_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-12-01T11:06:52.7089884Z test_comprehensive_floor_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7090078Z test_comprehensive_floor_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7090288Z test_comprehensive_floor_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7090495Z test_comprehensive_floor_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7090707Z test_comprehensive_floor_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7090909Z test_comprehensive_fmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-12-01T11:06:52.7091109Z test_comprehensive_fmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7091310Z test_comprehensive_fmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-12-01T11:06:52.7091514Z test_comprehensive_fmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.153s) 2022-12-01T11:06:52.7091697Z test_comprehensive_fmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.154s) 2022-12-01T11:06:52.7091899Z test_comprehensive_fmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7092100Z test_comprehensive_fmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7092295Z test_comprehensive_fmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7092497Z test_comprehensive_fmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7092694Z test_comprehensive_fmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7092896Z test_comprehensive_fmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-12-01T11:06:52.7093091Z test_comprehensive_fmin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7093272Z test_comprehensive_fmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-12-01T11:06:52.7093474Z test_comprehensive_fmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.164s) 2022-12-01T11:06:52.7093675Z test_comprehensive_fmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.152s) 2022-12-01T11:06:52.7093872Z test_comprehensive_fmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7094066Z test_comprehensive_fmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7094261Z test_comprehensive_fmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7094508Z test_comprehensive_fmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7094708Z test_comprehensive_fmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7094895Z test_comprehensive_fmod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-12-01T11:06:52.7095096Z test_comprehensive_fmod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-12-01T11:06:52.7095297Z test_comprehensive_fmod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.908s) 2022-12-01T11:06:52.7095498Z test_comprehensive_fmod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.915s) 2022-12-01T11:06:52.7095693Z test_comprehensive_fmod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7095887Z test_comprehensive_fmod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7096084Z test_comprehensive_fmod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7096287Z test_comprehensive_fmod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7096464Z test_comprehensive_fmod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7096669Z test_comprehensive_frac_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7096868Z test_comprehensive_frac_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7097070Z test_comprehensive_frac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7097268Z test_comprehensive_frac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7097524Z test_comprehensive_frexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7097739Z test_comprehensive_frexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7097942Z test_comprehensive_frexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7098139Z test_comprehensive_full_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7098344Z test_comprehensive_full_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7098558Z test_comprehensive_full_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7098774Z test_comprehensive_full_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7098981Z test_comprehensive_full_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7099187Z test_comprehensive_full_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7099392Z test_comprehensive_full_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7099599Z test_comprehensive_full_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7099796Z test_comprehensive_full_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7099978Z test_comprehensive_full_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7100180Z test_comprehensive_full_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7100385Z test_comprehensive_full_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7100589Z test_comprehensive_gather_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7100792Z test_comprehensive_gather_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7101003Z test_comprehensive_gather_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7101216Z test_comprehensive_gather_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7101421Z test_comprehensive_gather_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7101608Z test_comprehensive_gather_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7101861Z test_comprehensive_gather_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7102063Z test_comprehensive_gather_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7102263Z test_comprehensive_gather_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7102465Z test_comprehensive_gather_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7102667Z test_comprehensive_gather_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7102864Z test_comprehensive_gather_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7103064Z test_comprehensive_gcd_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.631s) 2022-12-01T11:06:52.7103244Z test_comprehensive_gcd_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.604s) 2022-12-01T11:06:52.7103434Z test_comprehensive_gcd_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.646s) 2022-12-01T11:06:52.7103630Z test_comprehensive_gcd_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.613s) 2022-12-01T11:06:52.7103825Z test_comprehensive_gcd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.614s) 2022-12-01T11:06:52.7104026Z test_comprehensive_ge_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7104222Z test_comprehensive_ge_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7104422Z test_comprehensive_ge_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7104619Z test_comprehensive_ge_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7104799Z test_comprehensive_ge_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-12-01T11:06:52.7105040Z test_comprehensive_ge_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7105243Z test_comprehensive_ge_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7105435Z test_comprehensive_ge_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7105630Z test_comprehensive_ge_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7105817Z test_comprehensive_ge_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7106028Z test_comprehensive_geqrf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.7106238Z test_comprehensive_geqrf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7106427Z test_comprehensive_geqrf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7106630Z test_comprehensive_geqrf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7106849Z test_comprehensive_gradient_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.660s) 2022-12-01T11:06:52.7107068Z test_comprehensive_gradient_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.750s) 2022-12-01T11:06:52.7107282Z test_comprehensive_gradient_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.915s) 2022-12-01T11:06:52.7107495Z test_comprehensive_gradient_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.657s) 2022-12-01T11:06:52.7107702Z test_comprehensive_gradient_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.613s) 2022-12-01T11:06:52.7107905Z test_comprehensive_gradient_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.517s) 2022-12-01T11:06:52.7108093Z test_comprehensive_gradient_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.166s) 2022-12-01T11:06:52.7108294Z test_comprehensive_gradient_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.162s) 2022-12-01T11:06:52.7108492Z test_comprehensive_gradient_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.151s) 2022-12-01T11:06:52.7108696Z test_comprehensive_gradient_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.162s) 2022-12-01T11:06:52.7108897Z test_comprehensive_gt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7109093Z test_comprehensive_gt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7109293Z test_comprehensive_gt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7109544Z test_comprehensive_gt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7109743Z test_comprehensive_gt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-12-01T11:06:52.7109921Z test_comprehensive_gt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7110117Z test_comprehensive_gt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7110539Z test_comprehensive_gt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7110733Z test_comprehensive_gt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7110930Z test_comprehensive_gt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7111136Z test_comprehensive_half_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7111333Z test_comprehensive_half_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7111546Z test_comprehensive_half_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7111737Z test_comprehensive_half_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.7111940Z test_comprehensive_half_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7112139Z test_comprehensive_half_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-12-01T11:06:52.7112340Z test_comprehensive_half_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7112537Z test_comprehensive_half_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7112808Z test_comprehensive_half_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7113015Z test_comprehensive_half_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7113214Z test_comprehensive_half_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7113393Z test_comprehensive_half_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7113611Z test_comprehensive_heaviside_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7113818Z test_comprehensive_heaviside_cuda_bool (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7114027Z test_comprehensive_heaviside_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7114232Z test_comprehensive_heaviside_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-12-01T11:06:52.7114443Z test_comprehensive_heaviside_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-12-01T11:06:52.7114655Z test_comprehensive_heaviside_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7114854Z test_comprehensive_heaviside_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7115044Z test_comprehensive_heaviside_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-12-01T11:06:52.7115249Z test_comprehensive_heaviside_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.7115455Z test_comprehensive_heaviside_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.7115659Z test_comprehensive_histc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7115861Z test_comprehensive_histc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7116065Z test_comprehensive_histc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7116263Z test_comprehensive_histc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7116466Z test_comprehensive_histc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7116649Z test_comprehensive_histc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7116856Z test_comprehensive_hsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7117061Z test_comprehensive_hsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.7117345Z test_comprehensive_hsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-12-01T11:06:52.7117556Z test_comprehensive_hsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7117759Z test_comprehensive_hsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-12-01T11:06:52.7117965Z test_comprehensive_hsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7118164Z test_comprehensive_hsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-12-01T11:06:52.7118345Z test_comprehensive_hsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-12-01T11:06:52.7118550Z test_comprehensive_hsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.7118751Z test_comprehensive_hsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.7118956Z test_comprehensive_hsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-12-01T11:06:52.7119201Z test_comprehensive_hsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-12-01T11:06:52.7119405Z test_comprehensive_hsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-12-01T11:06:52.7119611Z test_comprehensive_hstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7119813Z test_comprehensive_hstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7120025Z test_comprehensive_hstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7120215Z test_comprehensive_hstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.7120463Z test_comprehensive_hstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7120677Z test_comprehensive_hstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7120877Z test_comprehensive_hstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.7121084Z test_comprehensive_hstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.7121286Z test_comprehensive_hstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7121487Z test_comprehensive_hstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7121686Z test_comprehensive_hstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7121871Z test_comprehensive_hstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7122067Z test_comprehensive_hstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7122274Z test_comprehensive_hypot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7122478Z test_comprehensive_hypot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7122682Z test_comprehensive_hypot_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.371s) 2022-12-01T11:06:52.7122889Z test_comprehensive_hypot_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.369s) 2022-12-01T11:06:52.7123092Z test_comprehensive_i0_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.307s) 2022-12-01T11:06:52.7123288Z test_comprehensive_i0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.346s) 2022-12-01T11:06:52.7123469Z test_comprehensive_i0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.291s) 2022-12-01T11:06:52.7123665Z test_comprehensive_i0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.589s) 2022-12-01T11:06:52.7123862Z test_comprehensive_i0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.674s) 2022-12-01T11:06:52.7124059Z test_comprehensive_i0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7124254Z test_comprehensive_i0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7124442Z test_comprehensive_i0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7124634Z test_comprehensive_i0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7124883Z test_comprehensive_i0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7125071Z test_comprehensive_igamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-12-01T11:06:52.7125270Z test_comprehensive_igamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7125477Z test_comprehensive_igammac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.7125678Z test_comprehensive_igammac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7125887Z test_comprehensive_imag_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7126097Z test_comprehensive_imag_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7126298Z test_comprehensive_imag_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7126510Z test_comprehensive_index_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7126698Z test_comprehensive_index_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7126916Z test_comprehensive_index_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-12-01T11:06:52.7127127Z test_comprehensive_index_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7127341Z test_comprehensive_index_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-12-01T11:06:52.7127551Z test_comprehensive_index_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7127804Z test_comprehensive_index_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-12-01T11:06:52.7128012Z test_comprehensive_index_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.7128219Z test_comprehensive_index_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7128422Z test_comprehensive_index_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7128607Z test_comprehensive_index_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7128810Z test_comprehensive_index_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7129005Z test_comprehensive_index_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7129216Z test_comprehensive_index_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7129416Z test_comprehensive_index_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7129636Z test_comprehensive_index_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-12-01T11:06:52.7129851Z test_comprehensive_index_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-12-01T11:06:52.7130064Z test_comprehensive_index_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7130261Z test_comprehensive_index_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.7130470Z test_comprehensive_index_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7130680Z test_comprehensive_index_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7130880Z test_comprehensive_index_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7131080Z test_comprehensive_index_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7131281Z test_comprehensive_index_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7131484Z test_comprehensive_index_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7131695Z test_comprehensive_index_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7131879Z test_comprehensive_index_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7132094Z test_comprehensive_index_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.7132403Z test_comprehensive_index_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.7132609Z test_comprehensive_index_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7132811Z test_comprehensive_index_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7133010Z test_comprehensive_index_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7133217Z test_comprehensive_index_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7133426Z test_comprehensive_index_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7133627Z test_comprehensive_index_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7133816Z test_comprehensive_index_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7134023Z test_comprehensive_index_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7134230Z test_comprehensive_index_put_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7134440Z test_comprehensive_index_put_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7134656Z test_comprehensive_index_put_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7134869Z test_comprehensive_index_put_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7135083Z test_comprehensive_index_put_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7135337Z test_comprehensive_index_put_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7135538Z test_comprehensive_index_put_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7135739Z test_comprehensive_index_put_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7135940Z test_comprehensive_index_put_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7136143Z test_comprehensive_index_put_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7136339Z test_comprehensive_index_put_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7136541Z test_comprehensive_index_put_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7136739Z test_comprehensive_index_put_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7136952Z test_comprehensive_index_reduce_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.725s) 2022-12-01T11:06:52.7137153Z test_comprehensive_index_reduce_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.720s) 2022-12-01T11:06:52.7137367Z test_comprehensive_index_reduce_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.809s) 2022-12-01T11:06:52.7137579Z test_comprehensive_index_reduce_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.773s) 2022-12-01T11:06:52.7137797Z test_comprehensive_index_reduce_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7138004Z test_comprehensive_index_reduce_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7138207Z test_comprehensive_index_reduce_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7138414Z test_comprehensive_index_reduce_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7138622Z test_comprehensive_index_reduce_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7138837Z test_comprehensive_index_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7139033Z test_comprehensive_index_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7139251Z test_comprehensive_index_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7139468Z test_comprehensive_index_select_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7139741Z test_comprehensive_index_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.7139954Z test_comprehensive_index_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7140167Z test_comprehensive_index_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.7140374Z test_comprehensive_index_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.7140582Z test_comprehensive_index_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7140777Z test_comprehensive_index_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7140984Z test_comprehensive_index_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7141195Z test_comprehensive_index_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7141399Z test_comprehensive_index_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7141608Z test_comprehensive_inner_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7141818Z test_comprehensive_inner_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7142028Z test_comprehensive_inner_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-12-01T11:06:52.7142233Z test_comprehensive_inner_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7142419Z test_comprehensive_inner_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.7142621Z test_comprehensive_inner_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-12-01T11:06:52.7142868Z test_comprehensive_int_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7143077Z test_comprehensive_int_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7143285Z test_comprehensive_int_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7143488Z test_comprehensive_int_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7143690Z test_comprehensive_int_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7143892Z test_comprehensive_int_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7144072Z test_comprehensive_int_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7144271Z test_comprehensive_int_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7144465Z test_comprehensive_int_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7144664Z test_comprehensive_int_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7144864Z test_comprehensive_int_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7145062Z test_comprehensive_int_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7145271Z test_comprehensive_isclose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.787s) 2022-12-01T11:06:52.7145477Z test_comprehensive_isclose_cuda_bool (__main__.TestDecompCUDA) ... ok (2.224s) 2022-12-01T11:06:52.7145691Z test_comprehensive_isclose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.571s) 2022-12-01T11:06:52.7145886Z test_comprehensive_isclose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.607s) 2022-12-01T11:06:52.7146090Z test_comprehensive_isclose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.787s) 2022-12-01T11:06:52.7146297Z test_comprehensive_isclose_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.100s) 2022-12-01T11:06:52.7146502Z test_comprehensive_isclose_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.070s) 2022-12-01T11:06:52.7146705Z test_comprehensive_isclose_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.883s) 2022-12-01T11:06:52.7146909Z test_comprehensive_isclose_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.877s) 2022-12-01T11:06:52.7147112Z test_comprehensive_isclose_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.890s) 2022-12-01T11:06:52.7147368Z test_comprehensive_isclose_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.880s) 2022-12-01T11:06:52.7147552Z test_comprehensive_isclose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.816s) 2022-12-01T11:06:52.7147764Z test_comprehensive_isfinite_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7147966Z test_comprehensive_isfinite_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7148180Z test_comprehensive_isfinite_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.7148394Z test_comprehensive_isfinite_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7148608Z test_comprehensive_isfinite_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.7148817Z test_comprehensive_isfinite_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7149020Z test_comprehensive_isfinite_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7149205Z test_comprehensive_isfinite_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7149411Z test_comprehensive_isfinite_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7149610Z test_comprehensive_isfinite_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7149808Z test_comprehensive_isfinite_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7150011Z test_comprehensive_isfinite_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7150509Z test_comprehensive_isfinite_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7150732Z test_comprehensive_isin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7150934Z test_comprehensive_isin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7151117Z test_comprehensive_isin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7151322Z test_comprehensive_isin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7151521Z test_comprehensive_isin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7151719Z test_comprehensive_isin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7151914Z test_comprehensive_isin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7152109Z test_comprehensive_isin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7152316Z test_comprehensive_isinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7152518Z test_comprehensive_isinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7152710Z test_comprehensive_isinf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7152917Z test_comprehensive_isinf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.7153121Z test_comprehensive_isinf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7153326Z test_comprehensive_isinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7153527Z test_comprehensive_isinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7153727Z test_comprehensive_isinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7153927Z test_comprehensive_isinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7154128Z test_comprehensive_isinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7154335Z test_comprehensive_isinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7154516Z test_comprehensive_isinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7154710Z test_comprehensive_isinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7154914Z test_comprehensive_isnan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7155186Z test_comprehensive_isnan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7155395Z test_comprehensive_isnan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.7155604Z test_comprehensive_isnan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7155804Z test_comprehensive_isnan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7156007Z test_comprehensive_isnan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7156195Z test_comprehensive_isnan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7156393Z test_comprehensive_isnan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7156589Z test_comprehensive_isnan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7156785Z test_comprehensive_isnan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7156987Z test_comprehensive_isnan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7157185Z test_comprehensive_isnan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7157396Z test_comprehensive_isneginf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7157601Z test_comprehensive_isneginf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7157793Z test_comprehensive_isneginf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7158059Z test_comprehensive_isneginf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7158270Z test_comprehensive_isneginf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7158477Z test_comprehensive_isneginf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7158677Z test_comprehensive_isneginf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7158877Z test_comprehensive_isneginf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7159080Z test_comprehensive_isneginf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7159285Z test_comprehensive_isneginf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7159478Z test_comprehensive_isposinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7159684Z test_comprehensive_isposinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7159894Z test_comprehensive_isposinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7160098Z test_comprehensive_isposinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7160298Z test_comprehensive_isposinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7160503Z test_comprehensive_isposinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7160706Z test_comprehensive_isposinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7160908Z test_comprehensive_isposinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7161093Z test_comprehensive_isposinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7161298Z test_comprehensive_isposinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7161505Z test_comprehensive_isreal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7161704Z test_comprehensive_isreal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7161918Z test_comprehensive_isreal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7162126Z test_comprehensive_isreal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7162325Z test_comprehensive_isreal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7162579Z test_comprehensive_isreal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7162777Z test_comprehensive_isreal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7162954Z test_comprehensive_isreal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7163155Z test_comprehensive_isreal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7163356Z test_comprehensive_isreal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7163556Z test_comprehensive_isreal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7163760Z test_comprehensive_isreal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7163962Z test_comprehensive_isreal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7164172Z test_comprehensive_istft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.689s) 2022-12-01T11:06:52.7164383Z test_comprehensive_istft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.746s) 2022-12-01T11:06:52.7164569Z test_comprehensive_istft_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.078s) 2022-12-01T11:06:52.7164770Z test_comprehensive_istft_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.016s) 2022-12-01T11:06:52.7165011Z test_comprehensive_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.760s) 2022-12-01T11:06:52.7165249Z test_comprehensive_jiterator_2inputs_2outputs_cuda_bool (__main__.TestDecompCUDA) ... ok (1.714s) 2022-12-01T11:06:52.7165534Z test_comprehensive_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.779s) 2022-12-01T11:06:52.7165784Z test_comprehensive_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.762s) 2022-12-01T11:06:52.7166023Z test_comprehensive_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.703s) 2022-12-01T11:06:52.7166260Z test_comprehensive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.709s) 2022-12-01T11:06:52.7166502Z test_comprehensive_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.702s) 2022-12-01T11:06:52.7166718Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.704s) 2022-12-01T11:06:52.7166952Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.712s) 2022-12-01T11:06:52.7167179Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.706s) 2022-12-01T11:06:52.7167412Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.698s) 2022-12-01T11:06:52.7167639Z test_comprehensive_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.717s) 2022-12-01T11:06:52.7167890Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.110s) 2022-12-01T11:06:52.7168137Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestDecompCUDA) ... ok (2.147s) 2022-12-01T11:06:52.7168386Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.784s) 2022-12-01T11:06:52.7168638Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.623s) 2022-12-01T11:06:52.7168868Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.095s) 2022-12-01T11:06:52.7169111Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.089s) 2022-12-01T11:06:52.7169357Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.091s) 2022-12-01T11:06:52.7169598Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.092s) 2022-12-01T11:06:52.7169839Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.102s) 2022-12-01T11:06:52.7170127Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.103s) 2022-12-01T11:06:52.7170368Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.091s) 2022-12-01T11:06:52.7170609Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.091s) 2022-12-01T11:06:52.7170835Z test_comprehensive_jiterator_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.527s) 2022-12-01T11:06:52.7171038Z test_comprehensive_jiterator_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (1.514s) 2022-12-01T11:06:52.7171266Z test_comprehensive_jiterator_binary_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.894s) 2022-12-01T11:06:52.7171491Z test_comprehensive_jiterator_binary_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.714s) 2022-12-01T11:06:52.7171711Z test_comprehensive_jiterator_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.497s) 2022-12-01T11:06:52.7171941Z test_comprehensive_jiterator_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.511s) 2022-12-01T11:06:52.7172155Z test_comprehensive_jiterator_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.489s) 2022-12-01T11:06:52.7172370Z test_comprehensive_jiterator_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.497s) 2022-12-01T11:06:52.7172585Z test_comprehensive_jiterator_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.496s) 2022-12-01T11:06:52.7172782Z test_comprehensive_jiterator_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.495s) 2022-12-01T11:06:52.7173050Z test_comprehensive_jiterator_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.516s) 2022-12-01T11:06:52.7173277Z test_comprehensive_jiterator_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.488s) 2022-12-01T11:06:52.7173520Z test_comprehensive_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.533s) 2022-12-01T11:06:52.7173815Z test_comprehensive_jiterator_binary_return_by_ref_cuda_bool (__main__.TestDecompCUDA) ... ok (1.514s) 2022-12-01T11:06:52.7174065Z test_comprehensive_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.537s) 2022-12-01T11:06:52.7174310Z test_comprehensive_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.539s) 2022-12-01T11:06:52.7174552Z test_comprehensive_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.496s) 2022-12-01T11:06:52.7174797Z test_comprehensive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.496s) 2022-12-01T11:06:52.7175020Z test_comprehensive_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.502s) 2022-12-01T11:06:52.7175257Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.499s) 2022-12-01T11:06:52.7175491Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.493s) 2022-12-01T11:06:52.7175731Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.488s) 2022-12-01T11:06:52.7175965Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.491s) 2022-12-01T11:06:52.7176202Z test_comprehensive_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.487s) 2022-12-01T11:06:52.7176423Z test_comprehensive_jiterator_unary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-12-01T11:06:52.7176641Z test_comprehensive_jiterator_unary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.173s) 2022-12-01T11:06:52.7176865Z test_comprehensive_jiterator_unary_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.333s) 2022-12-01T11:06:52.7177071Z test_comprehensive_jiterator_unary_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-12-01T11:06:52.7177288Z test_comprehensive_jiterator_unary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.7177573Z test_comprehensive_jiterator_unary_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-12-01T11:06:52.7177784Z test_comprehensive_jiterator_unary_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.7177998Z test_comprehensive_jiterator_unary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.7178211Z test_comprehensive_jiterator_unary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-12-01T11:06:52.7178419Z test_comprehensive_jiterator_unary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-12-01T11:06:52.7178635Z test_comprehensive_jiterator_unary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-12-01T11:06:52.7178832Z test_comprehensive_jiterator_unary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-12-01T11:06:52.7179037Z test_comprehensive_kron_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7179238Z test_comprehensive_kron_cuda_bool (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7179454Z test_comprehensive_kron_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.090s) 2022-12-01T11:06:52.7179669Z test_comprehensive_kron_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.085s) 2022-12-01T11:06:52.7179871Z test_comprehensive_kron_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7180074Z test_comprehensive_kron_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.629s) 2022-12-01T11:06:52.7180273Z test_comprehensive_kron_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.629s) 2022-12-01T11:06:52.7180520Z test_comprehensive_kron_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7180708Z test_comprehensive_kron_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.7180905Z test_comprehensive_kron_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.7181101Z test_comprehensive_kron_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7181305Z test_comprehensive_kron_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-12-01T11:06:52.7181515Z test_comprehensive_kthvalue_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7181717Z test_comprehensive_kthvalue_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7181916Z test_comprehensive_kthvalue_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.7182122Z test_comprehensive_kthvalue_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7182308Z test_comprehensive_kthvalue_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7182507Z test_comprehensive_kthvalue_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7182711Z test_comprehensive_kthvalue_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7182914Z test_comprehensive_kthvalue_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7183118Z test_comprehensive_lcm_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.700s) 2022-12-01T11:06:52.7183314Z test_comprehensive_lcm_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.678s) 2022-12-01T11:06:52.7183511Z test_comprehensive_lcm_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.751s) 2022-12-01T11:06:52.7183711Z test_comprehensive_lcm_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.686s) 2022-12-01T11:06:52.7183888Z test_comprehensive_lcm_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.676s) 2022-12-01T11:06:52.7184092Z test_comprehensive_ldexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-12-01T11:06:52.7184294Z test_comprehensive_ldexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.186s) 2022-12-01T11:06:52.7184505Z test_comprehensive_ldexp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.997s) 2022-12-01T11:06:52.7184718Z test_comprehensive_ldexp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.012s) 2022-12-01T11:06:52.7184980Z test_comprehensive_ldexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7185185Z test_comprehensive_ldexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.003s) 2022-12-01T11:06:52.7185389Z test_comprehensive_ldexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.001s) 2022-12-01T11:06:52.7185574Z test_comprehensive_ldexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-12-01T11:06:52.7185774Z test_comprehensive_ldexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-12-01T11:06:52.7185975Z test_comprehensive_ldexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-12-01T11:06:52.7186179Z test_comprehensive_ldexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-12-01T11:06:52.7186379Z test_comprehensive_ldexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-12-01T11:06:52.7186576Z test_comprehensive_le_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7186775Z test_comprehensive_le_cuda_bool (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7186973Z test_comprehensive_le_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.7187154Z test_comprehensive_le_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.7187351Z test_comprehensive_le_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7187547Z test_comprehensive_le_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7187741Z test_comprehensive_le_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7187975Z test_comprehensive_le_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7188177Z test_comprehensive_le_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7188372Z test_comprehensive_le_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7188576Z test_comprehensive_lerp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-12-01T11:06:52.7188775Z test_comprehensive_lerp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.195s) 2022-12-01T11:06:52.7188985Z test_comprehensive_lerp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.211s) 2022-12-01T11:06:52.7189324Z test_comprehensive_lerp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-12-01T11:06:52.7189683Z test_comprehensive_lerp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.543s) 2022-12-01T11:06:52.7189892Z test_comprehensive_lerp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.533s) 2022-12-01T11:06:52.7190092Z test_comprehensive_lgamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.682s) 2022-12-01T11:06:52.7190494Z test_comprehensive_lgamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.656s) 2022-12-01T11:06:52.7190702Z test_comprehensive_lgamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7190892Z test_comprehensive_lgamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7191099Z test_comprehensive_lgamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7191300Z test_comprehensive_lgamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7191501Z test_comprehensive_lgamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7191701Z test_comprehensive_lgamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7191900Z test_comprehensive_lgamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7192127Z test_comprehensive_linalg_cholesky_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.763s) 2022-12-01T11:06:52.7192359Z test_comprehensive_linalg_cholesky_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.780s) 2022-12-01T11:06:52.7192578Z test_comprehensive_linalg_cholesky_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.488s) 2022-12-01T11:06:52.7192784Z test_comprehensive_linalg_cholesky_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.476s) 2022-12-01T11:06:52.7193127Z test_comprehensive_linalg_cholesky_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.759s) 2022-12-01T11:06:52.7193358Z test_comprehensive_linalg_cholesky_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.775s) 2022-12-01T11:06:52.7193582Z test_comprehensive_linalg_cholesky_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.487s) 2022-12-01T11:06:52.7193802Z test_comprehensive_linalg_cholesky_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.474s) 2022-12-01T11:06:52.7194019Z test_comprehensive_linalg_cond_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.350s) 2022-12-01T11:06:52.7194239Z test_comprehensive_linalg_cond_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.347s) 2022-12-01T11:06:52.7194452Z test_comprehensive_linalg_cond_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.7194648Z test_comprehensive_linalg_cond_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-12-01T11:06:52.7194870Z test_comprehensive_linalg_cross_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.7195091Z test_comprehensive_linalg_cross_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.7195306Z test_comprehensive_linalg_cross_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7195511Z test_comprehensive_linalg_cross_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7195723Z test_comprehensive_linalg_cross_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7195931Z test_comprehensive_linalg_cross_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7196251Z test_comprehensive_linalg_cross_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7196472Z test_comprehensive_linalg_cross_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7196661Z test_comprehensive_linalg_cross_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7196875Z test_comprehensive_linalg_cross_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7197091Z test_comprehensive_linalg_det_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-12-01T11:06:52.7197305Z test_comprehensive_linalg_det_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-12-01T11:06:52.7197513Z test_comprehensive_linalg_det_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-12-01T11:06:52.7197715Z test_comprehensive_linalg_det_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-12-01T11:06:52.7197947Z test_comprehensive_linalg_det_singular_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.125s) 2022-12-01T11:06:52.7198177Z test_comprehensive_linalg_det_singular_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.188s) 2022-12-01T11:06:52.7198389Z test_comprehensive_linalg_det_singular_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.336s) 2022-12-01T11:06:52.7198617Z test_comprehensive_linalg_det_singular_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.315s) 2022-12-01T11:06:52.7198832Z test_comprehensive_linalg_eig_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.923s) 2022-12-01T11:06:52.7199048Z test_comprehensive_linalg_eig_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.923s) 2022-12-01T11:06:52.7199257Z test_comprehensive_linalg_eig_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.883s) 2022-12-01T11:06:52.7199465Z test_comprehensive_linalg_eig_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.879s) 2022-12-01T11:06:52.7199690Z test_comprehensive_linalg_eigh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.806s) 2022-12-01T11:06:52.7199912Z test_comprehensive_linalg_eigh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.804s) 2022-12-01T11:06:52.7200131Z test_comprehensive_linalg_eigh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.545s) 2022-12-01T11:06:52.7200324Z test_comprehensive_linalg_eigh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.533s) 2022-12-01T11:06:52.7200601Z test_comprehensive_linalg_eigvals_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-12-01T11:06:52.7200821Z test_comprehensive_linalg_eigvals_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-12-01T11:06:52.7201038Z test_comprehensive_linalg_eigvals_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-12-01T11:06:52.7201254Z test_comprehensive_linalg_eigvals_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-12-01T11:06:52.7201479Z test_comprehensive_linalg_eigvalsh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-12-01T11:06:52.7201706Z test_comprehensive_linalg_eigvalsh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.7201923Z test_comprehensive_linalg_eigvalsh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-12-01T11:06:52.7202122Z test_comprehensive_linalg_eigvalsh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-12-01T11:06:52.7202371Z test_comprehensive_linalg_householder_product_cuda_complex128 (__main__.TestDecompCUDA) ... ok (10.574s) 2022-12-01T11:06:52.7202619Z test_comprehensive_linalg_householder_product_cuda_complex64 (__main__.TestDecompCUDA) ... ok (10.883s) 2022-12-01T11:06:52.7202858Z test_comprehensive_linalg_householder_product_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.737s) 2022-12-01T11:06:52.7203097Z test_comprehensive_linalg_householder_product_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.590s) 2022-12-01T11:06:52.7203309Z test_comprehensive_linalg_inv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.358s) 2022-12-01T11:06:52.7203526Z test_comprehensive_linalg_inv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.346s) 2022-12-01T11:06:52.7203790Z test_comprehensive_linalg_inv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-12-01T11:06:52.7204010Z test_comprehensive_linalg_inv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-12-01T11:06:52.7204211Z test_comprehensive_linalg_inv_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.355s) 2022-12-01T11:06:52.7204433Z test_comprehensive_linalg_inv_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.344s) 2022-12-01T11:06:52.7204646Z test_comprehensive_linalg_inv_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-12-01T11:06:52.7204853Z test_comprehensive_linalg_inv_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-12-01T11:06:52.7205081Z test_comprehensive_linalg_ldl_factor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7205307Z test_comprehensive_linalg_ldl_factor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7205530Z test_comprehensive_linalg_ldl_factor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7205751Z test_comprehensive_linalg_ldl_factor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7205965Z test_comprehensive_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7206200Z test_comprehensive_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7206425Z test_comprehensive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7206649Z test_comprehensive_linalg_ldl_factor_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7206873Z test_comprehensive_linalg_ldl_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7207096Z test_comprehensive_linalg_ldl_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7207318Z test_comprehensive_linalg_ldl_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7207537Z test_comprehensive_linalg_ldl_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7207755Z test_comprehensive_linalg_lstsq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.130s) 2022-12-01T11:06:52.7207957Z test_comprehensive_linalg_lstsq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (6.064s) 2022-12-01T11:06:52.7208221Z test_comprehensive_linalg_lstsq_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.720s) 2022-12-01T11:06:52.7208434Z test_comprehensive_linalg_lstsq_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.715s) 2022-12-01T11:06:52.7208673Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.119s) 2022-12-01T11:06:52.7208913Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestDecompCUDA) ... ok (6.057s) 2022-12-01T11:06:52.7209154Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.716s) 2022-12-01T11:06:52.7209389Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.703s) 2022-12-01T11:06:52.7209604Z test_comprehensive_linalg_lu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (12.123s) 2022-12-01T11:06:52.7209818Z test_comprehensive_linalg_lu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (12.246s) 2022-12-01T11:06:52.7210011Z test_comprehensive_linalg_lu_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.900s) 2022-12-01T11:06:52.7210211Z test_comprehensive_linalg_lu_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.808s) 2022-12-01T11:06:52.7210438Z test_comprehensive_linalg_lu_factor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (14.919s) 2022-12-01T11:06:52.7210665Z test_comprehensive_linalg_lu_factor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (14.509s) 2022-12-01T11:06:52.7210884Z test_comprehensive_linalg_lu_factor_cuda_float32 (__main__.TestDecompCUDA) ... ok (9.419s) 2022-12-01T11:06:52.7211141Z test_comprehensive_linalg_lu_factor_cuda_float64 (__main__.TestDecompCUDA) ... ok (9.425s) 2022-12-01T11:06:52.7211384Z test_comprehensive_linalg_lu_factor_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (14.168s) 2022-12-01T11:06:52.7211614Z test_comprehensive_linalg_lu_factor_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (14.323s) 2022-12-01T11:06:52.7211823Z test_comprehensive_linalg_lu_factor_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (9.294s) 2022-12-01T11:06:52.7212047Z test_comprehensive_linalg_lu_factor_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (9.264s) 2022-12-01T11:06:52.7212267Z test_comprehensive_linalg_lu_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (9.459s) 2022-12-01T11:06:52.7212489Z test_comprehensive_linalg_lu_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (9.720s) 2022-12-01T11:06:52.7212703Z test_comprehensive_linalg_lu_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.123s) 2022-12-01T11:06:52.7212920Z test_comprehensive_linalg_lu_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.917s) 2022-12-01T11:06:52.7213144Z test_comprehensive_linalg_matrix_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.450s) 2022-12-01T11:06:52.7213372Z test_comprehensive_linalg_matrix_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.042s) 2022-12-01T11:06:52.7213602Z test_comprehensive_linalg_matrix_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.089s) 2022-12-01T11:06:52.7213809Z test_comprehensive_linalg_matrix_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.449s) 2022-12-01T11:06:52.7214028Z test_comprehensive_linalg_matrix_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.464s) 2022-12-01T11:06:52.7214249Z test_comprehensive_linalg_matrix_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.393s) 2022-12-01T11:06:52.7214480Z test_comprehensive_linalg_matrix_power_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.065s) 2022-12-01T11:06:52.7214712Z test_comprehensive_linalg_matrix_power_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.097s) 2022-12-01T11:06:52.7214935Z test_comprehensive_linalg_matrix_power_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.731s) 2022-12-01T11:06:52.7215157Z test_comprehensive_linalg_matrix_power_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.706s) 2022-12-01T11:06:52.7215378Z test_comprehensive_linalg_matrix_rank_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.993s) 2022-12-01T11:06:52.7215659Z test_comprehensive_linalg_matrix_rank_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.744s) 2022-12-01T11:06:52.7215861Z test_comprehensive_linalg_matrix_rank_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.717s) 2022-12-01T11:06:52.7216084Z test_comprehensive_linalg_matrix_rank_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.751s) 2022-12-01T11:06:52.7216330Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7216576Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7216818Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.7217055Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7217280Z test_comprehensive_linalg_multi_dot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7217503Z test_comprehensive_linalg_multi_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-12-01T11:06:52.7217723Z test_comprehensive_linalg_multi_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-12-01T11:06:52.7217924Z test_comprehensive_linalg_multi_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7218141Z test_comprehensive_linalg_multi_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-12-01T11:06:52.7218392Z test_comprehensive_linalg_multi_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.7218615Z test_comprehensive_linalg_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.575s) 2022-12-01T11:06:52.7218832Z test_comprehensive_linalg_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.605s) 2022-12-01T11:06:52.7219083Z test_comprehensive_linalg_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.622s) 2022-12-01T11:06:52.7219303Z test_comprehensive_linalg_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.574s) 2022-12-01T11:06:52.7219515Z test_comprehensive_linalg_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.068s) 2022-12-01T11:06:52.7219711Z test_comprehensive_linalg_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.028s) 2022-12-01T11:06:52.7219959Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.445s) 2022-12-01T11:06:52.7220214Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.372s) 2022-12-01T11:06:52.7220465Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.404s) 2022-12-01T11:06:52.7220711Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.447s) 2022-12-01T11:06:52.7220954Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.247s) 2022-12-01T11:06:52.7221201Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.220s) 2022-12-01T11:06:52.7221418Z test_comprehensive_linalg_pinv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.981s) 2022-12-01T11:06:52.7221636Z test_comprehensive_linalg_pinv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.964s) 2022-12-01T11:06:52.7221833Z test_comprehensive_linalg_pinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.980s) 2022-12-01T11:06:52.7222045Z test_comprehensive_linalg_pinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.952s) 2022-12-01T11:06:52.7222284Z test_comprehensive_linalg_pinv_hermitian_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.374s) 2022-12-01T11:06:52.7222518Z test_comprehensive_linalg_pinv_hermitian_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.377s) 2022-12-01T11:06:52.7222746Z test_comprehensive_linalg_pinv_hermitian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.852s) 2022-12-01T11:06:52.7223028Z test_comprehensive_linalg_pinv_hermitian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.841s) 2022-12-01T11:06:52.7224122Z test_comprehensive_linalg_pinv_singular_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80934 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-12-01T11:06:52.7224445Z test_comprehensive_linalg_pinv_singular_cuda_complex64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:06:52.7224756Z test_comprehensive_linalg_pinv_singular_cuda_float32 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:06:52.7225063Z test_comprehensive_linalg_pinv_singular_cuda_float64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:06:52.7225285Z test_comprehensive_linalg_qr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.497s) 2022-12-01T11:06:52.7225484Z test_comprehensive_linalg_qr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.544s) 2022-12-01T11:06:52.7225694Z test_comprehensive_linalg_qr_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.686s) 2022-12-01T11:06:52.7225897Z test_comprehensive_linalg_qr_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.652s) 2022-12-01T11:06:52.7226168Z test_comprehensive_linalg_slogdet_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.387s) 2022-12-01T11:06:52.7226402Z test_comprehensive_linalg_slogdet_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.372s) 2022-12-01T11:06:52.7226620Z test_comprehensive_linalg_slogdet_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-12-01T11:06:52.7226836Z test_comprehensive_linalg_slogdet_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-12-01T11:06:52.7227059Z test_comprehensive_linalg_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.399s) 2022-12-01T11:06:52.7227256Z test_comprehensive_linalg_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.375s) 2022-12-01T11:06:52.7227469Z test_comprehensive_linalg_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-12-01T11:06:52.7227681Z test_comprehensive_linalg_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-12-01T11:06:52.7227904Z test_comprehensive_linalg_solve_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.395s) 2022-12-01T11:06:52.7228131Z test_comprehensive_linalg_solve_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.373s) 2022-12-01T11:06:52.7228346Z test_comprehensive_linalg_solve_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-12-01T11:06:52.7228563Z test_comprehensive_linalg_solve_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-12-01T11:06:52.7228804Z test_comprehensive_linalg_solve_triangular_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.770s) 2022-12-01T11:06:52.7229041Z test_comprehensive_linalg_solve_triangular_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.890s) 2022-12-01T11:06:52.7229255Z test_comprehensive_linalg_solve_triangular_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.748s) 2022-12-01T11:06:52.7229478Z test_comprehensive_linalg_solve_triangular_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.652s) 2022-12-01T11:06:52.7229695Z test_comprehensive_linalg_svd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (24.292s) 2022-12-01T11:06:52.7229917Z test_comprehensive_linalg_svd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (24.047s) 2022-12-01T11:06:52.7230332Z test_comprehensive_linalg_svd_cuda_float32 (__main__.TestDecompCUDA) ... ok (15.511s) 2022-12-01T11:06:52.7230563Z test_comprehensive_linalg_svd_cuda_float64 (__main__.TestDecompCUDA) ... ok (15.339s) 2022-12-01T11:06:52.7230869Z test_comprehensive_linalg_svdvals_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.686s) 2022-12-01T11:06:52.7231092Z test_comprehensive_linalg_svdvals_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.667s) 2022-12-01T11:06:52.7231291Z test_comprehensive_linalg_svdvals_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.456s) 2022-12-01T11:06:52.7231509Z test_comprehensive_linalg_svdvals_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.451s) 2022-12-01T11:06:52.7231734Z test_comprehensive_linalg_tensorinv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.388s) 2022-12-01T11:06:52.7231963Z test_comprehensive_linalg_tensorinv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.372s) 2022-12-01T11:06:52.7232182Z test_comprehensive_linalg_tensorinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-12-01T11:06:52.7232399Z test_comprehensive_linalg_tensorinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-12-01T11:06:52.7232628Z test_comprehensive_linalg_tensorsolve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.526s) 2022-12-01T11:06:52.7232861Z test_comprehensive_linalg_tensorsolve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.541s) 2022-12-01T11:06:52.7233081Z test_comprehensive_linalg_tensorsolve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-12-01T11:06:52.7233285Z test_comprehensive_linalg_tensorsolve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.319s) 2022-12-01T11:06:52.7233507Z test_comprehensive_linalg_vander_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.196s) 2022-12-01T11:06:52.7233726Z test_comprehensive_linalg_vander_cuda_complex64 (__main__.TestDecompCUDA) ... ok (6.171s) 2022-12-01T11:06:52.7233997Z test_comprehensive_linalg_vander_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.846s) 2022-12-01T11:06:52.7234221Z test_comprehensive_linalg_vander_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.816s) 2022-12-01T11:06:52.7234432Z test_comprehensive_linalg_vander_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7234647Z test_comprehensive_linalg_vander_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7234862Z test_comprehensive_linalg_vander_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.7235056Z test_comprehensive_linalg_vander_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7235265Z test_comprehensive_linalg_vander_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7235479Z test_comprehensive_linalg_vecdot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-12-01T11:06:52.7235703Z test_comprehensive_linalg_vecdot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.274s) 2022-12-01T11:06:52.7235925Z test_comprehensive_linalg_vecdot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.310s) 2022-12-01T11:06:52.7236138Z test_comprehensive_linalg_vecdot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-12-01T11:06:52.7236352Z test_comprehensive_linalg_vecdot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.680s) 2022-12-01T11:06:52.7236562Z test_comprehensive_linalg_vecdot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.661s) 2022-12-01T11:06:52.7236787Z test_comprehensive_linalg_vector_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.685s) 2022-12-01T11:06:52.7237000Z test_comprehensive_linalg_vector_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.487s) 2022-12-01T11:06:52.7237232Z test_comprehensive_linalg_vector_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (6.681s) 2022-12-01T11:06:52.7237453Z test_comprehensive_linalg_vector_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.680s) 2022-12-01T11:06:52.7237677Z test_comprehensive_linalg_vector_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.245s) 2022-12-01T11:06:52.7237898Z test_comprehensive_linalg_vector_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.087s) 2022-12-01T11:06:52.7238112Z test_comprehensive_linspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7238381Z test_comprehensive_linspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.7238596Z test_comprehensive_linspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7238790Z test_comprehensive_linspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7238995Z test_comprehensive_linspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.7239196Z test_comprehensive_linspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.7239427Z test_comprehensive_linspace_cuda_int16 (__main__.TestDecompCUDA) ... expected failure (0.014s) 2022-12-01T11:06:52.7239658Z test_comprehensive_linspace_cuda_int32 (__main__.TestDecompCUDA) ... expected failure (0.013s) 2022-12-01T11:06:52.7239885Z test_comprehensive_linspace_cuda_int64 (__main__.TestDecompCUDA) ... expected failure (0.012s) 2022-12-01T11:06:52.7240113Z test_comprehensive_linspace_cuda_int8 (__main__.TestDecompCUDA) ... expected failure (0.014s) 2022-12-01T11:06:52.7240345Z test_comprehensive_linspace_cuda_uint8 (__main__.TestDecompCUDA) ... expected failure (0.025s) 2022-12-01T11:06:52.7240551Z test_comprehensive_log10_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7240734Z test_comprehensive_log10_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7240941Z test_comprehensive_log10_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.393s) 2022-12-01T11:06:52.7241147Z test_comprehensive_log10_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.348s) 2022-12-01T11:06:52.7241391Z test_comprehensive_log10_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7241604Z test_comprehensive_log10_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7241805Z test_comprehensive_log10_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7242004Z test_comprehensive_log10_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7242206Z test_comprehensive_log10_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7242387Z test_comprehensive_log10_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7242585Z test_comprehensive_log10_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7242784Z test_comprehensive_log10_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7242993Z test_comprehensive_log1p_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7243196Z test_comprehensive_log1p_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7243399Z test_comprehensive_log1p_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7243603Z test_comprehensive_log1p_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-12-01T11:06:52.7243806Z test_comprehensive_log1p_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.7243991Z test_comprehensive_log1p_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7244190Z test_comprehensive_log1p_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7244386Z test_comprehensive_log1p_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7244586Z test_comprehensive_log1p_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7244779Z test_comprehensive_log1p_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7244979Z test_comprehensive_log2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7245182Z test_comprehensive_log2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7245392Z test_comprehensive_log2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.390s) 2022-12-01T11:06:52.7245580Z test_comprehensive_log2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.349s) 2022-12-01T11:06:52.7245834Z test_comprehensive_log2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7246035Z test_comprehensive_log2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7246240Z test_comprehensive_log2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7246436Z test_comprehensive_log2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7246632Z test_comprehensive_log2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7246826Z test_comprehensive_log2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7247025Z test_comprehensive_log2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7247202Z test_comprehensive_log2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7247404Z test_comprehensive_log_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7247601Z test_comprehensive_log_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7247810Z test_comprehensive_log_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.7248014Z test_comprehensive_log_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.296s) 2022-12-01T11:06:52.7248217Z test_comprehensive_log_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7248419Z test_comprehensive_log_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7248616Z test_comprehensive_log_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7248859Z test_comprehensive_log_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7249047Z test_comprehensive_log_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7249242Z test_comprehensive_log_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7249440Z test_comprehensive_log_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7249643Z test_comprehensive_log_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7249834Z test_comprehensive_log_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7250048Z test_comprehensive_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7250260Z test_comprehensive_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7250475Z test_comprehensive_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.7250663Z test_comprehensive_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-12-01T11:06:52.7250892Z test_comprehensive_log_softmax_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7251111Z test_comprehensive_log_softmax_dtype_cuda_bool (__main__.TestDecompCUDA) ... ok (0.075s) 2022-12-01T11:06:52.7251340Z test_comprehensive_log_softmax_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-12-01T11:06:52.7251571Z test_comprehensive_log_softmax_dtype_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.7251797Z test_comprehensive_log_softmax_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-12-01T11:06:52.7252017Z test_comprehensive_log_softmax_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7252238Z test_comprehensive_log_softmax_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-12-01T11:06:52.7252435Z test_comprehensive_log_softmax_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-12-01T11:06:52.7252655Z test_comprehensive_log_softmax_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7252873Z test_comprehensive_log_softmax_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7253081Z test_comprehensive_log_softmax_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7253540Z test_comprehensive_log_softmax_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7253752Z test_comprehensive_log_softmax_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7253968Z test_comprehensive_logaddexp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7254182Z test_comprehensive_logaddexp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.7254396Z test_comprehensive_logaddexp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.7254591Z test_comprehensive_logaddexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7254809Z test_comprehensive_logaddexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.7255023Z test_comprehensive_logaddexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7255241Z test_comprehensive_logcumsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-12-01T11:06:52.7255462Z test_comprehensive_logcumsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7255678Z test_comprehensive_logcumsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.417s) 2022-12-01T11:06:52.7255894Z test_comprehensive_logcumsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.408s) 2022-12-01T11:06:52.7256104Z test_comprehensive_logdet_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.371s) 2022-12-01T11:06:52.7256298Z test_comprehensive_logdet_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.373s) 2022-12-01T11:06:52.7256559Z test_comprehensive_logdet_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-12-01T11:06:52.7256770Z test_comprehensive_logdet_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-12-01T11:06:52.7256983Z test_comprehensive_logical_and_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7257193Z test_comprehensive_logical_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7257415Z test_comprehensive_logical_and_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.129s) 2022-12-01T11:06:52.7257632Z test_comprehensive_logical_and_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.127s) 2022-12-01T11:06:52.7257844Z test_comprehensive_logical_and_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7258058Z test_comprehensive_logical_and_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7258253Z test_comprehensive_logical_and_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-12-01T11:06:52.7258461Z test_comprehensive_logical_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7258663Z test_comprehensive_logical_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7258860Z test_comprehensive_logical_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7259069Z test_comprehensive_logical_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7259282Z test_comprehensive_logical_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7259495Z test_comprehensive_logical_not_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7259701Z test_comprehensive_logical_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7259899Z test_comprehensive_logical_not_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7260114Z test_comprehensive_logical_not_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7260325Z test_comprehensive_logical_not_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7260529Z test_comprehensive_logical_not_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7260739Z test_comprehensive_logical_not_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7260996Z test_comprehensive_logical_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7261195Z test_comprehensive_logical_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7261391Z test_comprehensive_logical_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7261580Z test_comprehensive_logical_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7261792Z test_comprehensive_logical_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7262001Z test_comprehensive_logical_or_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.7262221Z test_comprehensive_logical_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7262437Z test_comprehensive_logical_or_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.178s) 2022-12-01T11:06:52.7262651Z test_comprehensive_logical_or_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.135s) 2022-12-01T11:06:52.7262865Z test_comprehensive_logical_or_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.7263073Z test_comprehensive_logical_or_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-12-01T11:06:52.7263282Z test_comprehensive_logical_or_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-12-01T11:06:52.7263471Z test_comprehensive_logical_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7263678Z test_comprehensive_logical_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7263877Z test_comprehensive_logical_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7264126Z test_comprehensive_logical_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7264336Z test_comprehensive_logical_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7264550Z test_comprehensive_logical_xor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7264763Z test_comprehensive_logical_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7264980Z test_comprehensive_logical_xor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.184s) 2022-12-01T11:06:52.7265177Z test_comprehensive_logical_xor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.136s) 2022-12-01T11:06:52.7265386Z test_comprehensive_logical_xor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7265595Z test_comprehensive_logical_xor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7265810Z test_comprehensive_logical_xor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7266019Z test_comprehensive_logical_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7266222Z test_comprehensive_logical_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7266420Z test_comprehensive_logical_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7266627Z test_comprehensive_logical_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7266811Z test_comprehensive_logical_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7267019Z test_comprehensive_logit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7267218Z test_comprehensive_logit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7267425Z test_comprehensive_logit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7267630Z test_comprehensive_logit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7267832Z test_comprehensive_logit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7268031Z test_comprehensive_logit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7268231Z test_comprehensive_logit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7268485Z test_comprehensive_logit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7268667Z test_comprehensive_logit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7268863Z test_comprehensive_logit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7269075Z test_comprehensive_logspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-12-01T11:06:52.7269288Z test_comprehensive_logspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-12-01T11:06:52.7269503Z test_comprehensive_logspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.397s) 2022-12-01T11:06:52.7269713Z test_comprehensive_logspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-12-01T11:06:52.7269915Z test_comprehensive_logspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-12-01T11:06:52.7270116Z test_comprehensive_logspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.341s) 2022-12-01T11:06:52.7270568Z test_comprehensive_logspace_cuda_int16 (__main__.TestDecompCUDA) ... expected failure (0.040s) 2022-12-01T11:06:52.7270801Z test_comprehensive_logspace_cuda_int32 (__main__.TestDecompCUDA) ... expected failure (0.040s) 2022-12-01T11:06:52.7271033Z test_comprehensive_logspace_cuda_int64 (__main__.TestDecompCUDA) ... expected failure (0.037s) 2022-12-01T11:06:52.7271239Z test_comprehensive_logspace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-12-01T11:06:52.7271449Z test_comprehensive_logspace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7271728Z test_comprehensive_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7271946Z test_comprehensive_logsumexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7272155Z test_comprehensive_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7272340Z test_comprehensive_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-12-01T11:06:52.7272546Z test_comprehensive_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.361s) 2022-12-01T11:06:52.7272753Z test_comprehensive_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7272955Z test_comprehensive_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7273154Z test_comprehensive_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7273363Z test_comprehensive_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7273575Z test_comprehensive_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7273777Z test_comprehensive_long_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7273958Z test_comprehensive_long_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7274160Z test_comprehensive_long_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7274367Z test_comprehensive_long_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7274574Z test_comprehensive_long_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7274775Z test_comprehensive_long_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7274978Z test_comprehensive_long_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7275178Z test_comprehensive_long_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7275377Z test_comprehensive_long_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7275579Z test_comprehensive_long_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7275760Z test_comprehensive_long_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7275956Z test_comprehensive_long_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7276224Z test_comprehensive_long_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7276423Z test_comprehensive_lt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7276619Z test_comprehensive_lt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7276815Z test_comprehensive_lt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7277010Z test_comprehensive_lt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7277208Z test_comprehensive_lt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7277392Z test_comprehensive_lt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7277588Z test_comprehensive_lt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7277779Z test_comprehensive_lt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7277968Z test_comprehensive_lt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7278168Z test_comprehensive_lt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7278375Z test_comprehensive_lu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (15.776s) 2022-12-01T11:06:52.7278580Z test_comprehensive_lu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (15.330s) 2022-12-01T11:06:52.7278780Z test_comprehensive_lu_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.139s) 2022-12-01T11:06:52.7278962Z test_comprehensive_lu_cuda_float64 (__main__.TestDecompCUDA) ... ok (10.148s) 2022-12-01T11:06:52.7279173Z test_comprehensive_lu_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.937s) 2022-12-01T11:06:52.7279426Z test_comprehensive_lu_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.973s) 2022-12-01T11:06:52.7279642Z test_comprehensive_lu_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.458s) 2022-12-01T11:06:52.7279845Z test_comprehensive_lu_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.424s) 2022-12-01T11:06:52.7280063Z test_comprehensive_lu_unpack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.149s) 2022-12-01T11:06:52.7280277Z test_comprehensive_lu_unpack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.176s) 2022-12-01T11:06:52.7280487Z test_comprehensive_lu_unpack_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.920s) 2022-12-01T11:06:52.7280673Z test_comprehensive_lu_unpack_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.899s) 2022-12-01T11:06:52.7280873Z test_comprehensive_mH_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7281068Z test_comprehensive_mH_cuda_bool (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.7281275Z test_comprehensive_mH_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.805s) 2022-12-01T11:06:52.7281479Z test_comprehensive_mH_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-12-01T11:06:52.7281679Z test_comprehensive_mH_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.814s) 2022-12-01T11:06:52.7281882Z test_comprehensive_mH_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7282076Z test_comprehensive_mH_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.319s) 2022-12-01T11:06:52.7282257Z test_comprehensive_mH_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.315s) 2022-12-01T11:06:52.7282451Z test_comprehensive_mH_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7282642Z test_comprehensive_mH_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7282836Z test_comprehensive_mH_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7283029Z test_comprehensive_mH_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7283224Z test_comprehensive_mH_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7283422Z test_comprehensive_mT_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7283616Z test_comprehensive_mT_cuda_bool (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7283857Z test_comprehensive_mT_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.515s) 2022-12-01T11:06:52.7284061Z test_comprehensive_mT_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-12-01T11:06:52.7284266Z test_comprehensive_mT_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.520s) 2022-12-01T11:06:52.7284466Z test_comprehensive_mT_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7284664Z test_comprehensive_mT_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.319s) 2022-12-01T11:06:52.7284862Z test_comprehensive_mT_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.314s) 2022-12-01T11:06:52.7285061Z test_comprehensive_mT_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7285256Z test_comprehensive_mT_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7285431Z test_comprehensive_mT_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7285632Z test_comprehensive_mT_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7285823Z test_comprehensive_mT_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7286037Z test_comprehensive_masked_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.895s) 2022-12-01T11:06:52.7286248Z test_comprehensive_masked_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.892s) 2022-12-01T11:06:52.7286460Z test_comprehensive_masked_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.582s) 2022-12-01T11:06:52.7286671Z test_comprehensive_masked_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.529s) 2022-12-01T11:06:52.7286919Z test_comprehensive_masked_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.567s) 2022-12-01T11:06:52.7287116Z test_comprehensive_masked_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.565s) 2022-12-01T11:06:52.7287327Z test_comprehensive_masked_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.556s) 2022-12-01T11:06:52.7287539Z test_comprehensive_masked_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.565s) 2022-12-01T11:06:52.7287744Z test_comprehensive_masked_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.564s) 2022-12-01T11:06:52.7287955Z test_comprehensive_masked_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.900s) 2022-12-01T11:06:52.7288166Z test_comprehensive_masked_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.893s) 2022-12-01T11:06:52.7288369Z test_comprehensive_masked_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.581s) 2022-12-01T11:06:52.7288579Z test_comprehensive_masked_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.526s) 2022-12-01T11:06:52.7288788Z test_comprehensive_masked_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.568s) 2022-12-01T11:06:52.7288974Z test_comprehensive_masked_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.566s) 2022-12-01T11:06:52.7289173Z test_comprehensive_masked_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.555s) 2022-12-01T11:06:52.7289385Z test_comprehensive_masked_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.565s) 2022-12-01T11:06:52.7289593Z test_comprehensive_masked_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.565s) 2022-12-01T11:06:52.7289810Z test_comprehensive_masked_argmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-12-01T11:06:52.7290027Z test_comprehensive_masked_argmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.7290241Z test_comprehensive_masked_argmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.478s) 2022-12-01T11:06:52.7290452Z test_comprehensive_masked_argmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.471s) 2022-12-01T11:06:52.7290645Z test_comprehensive_masked_argmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.304s) 2022-12-01T11:06:52.7290862Z test_comprehensive_masked_argmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.303s) 2022-12-01T11:06:52.7291074Z test_comprehensive_masked_argmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-12-01T11:06:52.7291338Z test_comprehensive_masked_argmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.303s) 2022-12-01T11:06:52.7291546Z test_comprehensive_masked_argmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.303s) 2022-12-01T11:06:52.7291760Z test_comprehensive_masked_argmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.7291973Z test_comprehensive_masked_argmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.7292186Z test_comprehensive_masked_argmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.478s) 2022-12-01T11:06:52.7292404Z test_comprehensive_masked_argmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.469s) 2022-12-01T11:06:52.7292596Z test_comprehensive_masked_argmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.304s) 2022-12-01T11:06:52.7292805Z test_comprehensive_masked_argmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.303s) 2022-12-01T11:06:52.7293013Z test_comprehensive_masked_argmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-12-01T11:06:52.7293226Z test_comprehensive_masked_argmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.303s) 2022-12-01T11:06:52.7293432Z test_comprehensive_masked_argmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.304s) 2022-12-01T11:06:52.7293652Z test_comprehensive_masked_cumprod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.450s) 2022-12-01T11:06:52.7293884Z test_comprehensive_masked_cumprod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (12.045s) 2022-12-01T11:06:52.7294108Z test_comprehensive_masked_cumprod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (12.150s) 2022-12-01T11:06:52.7294352Z test_comprehensive_masked_cumprod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.448s) 2022-12-01T11:06:52.7294577Z test_comprehensive_masked_cumprod_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.099s) 2022-12-01T11:06:52.7294792Z test_comprehensive_masked_cumprod_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.057s) 2022-12-01T11:06:52.7295011Z test_comprehensive_masked_cumprod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.301s) 2022-12-01T11:06:52.7295225Z test_comprehensive_masked_cumprod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-12-01T11:06:52.7295439Z test_comprehensive_masked_cumprod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.299s) 2022-12-01T11:06:52.7295652Z test_comprehensive_masked_cumprod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.301s) 2022-12-01T11:06:52.7295865Z test_comprehensive_masked_cumprod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.302s) 2022-12-01T11:06:52.7296086Z test_comprehensive_masked_cumsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7296290Z test_comprehensive_masked_cumsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.855s) 2022-12-01T11:06:52.7296507Z test_comprehensive_masked_cumsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.859s) 2022-12-01T11:06:52.7296719Z test_comprehensive_masked_cumsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7296929Z test_comprehensive_masked_cumsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.221s) 2022-12-01T11:06:52.7297141Z test_comprehensive_masked_cumsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.210s) 2022-12-01T11:06:52.7297350Z test_comprehensive_masked_cumsum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-12-01T11:06:52.7297561Z test_comprehensive_masked_cumsum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-12-01T11:06:52.7297769Z test_comprehensive_masked_cumsum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.421s) 2022-12-01T11:06:52.7297964Z test_comprehensive_masked_cumsum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-12-01T11:06:52.7298174Z test_comprehensive_masked_cumsum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-12-01T11:06:52.7298387Z test_comprehensive_masked_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7298652Z test_comprehensive_masked_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7298867Z test_comprehensive_masked_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-12-01T11:06:52.7299082Z test_comprehensive_masked_fill_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-12-01T11:06:52.7299295Z test_comprehensive_masked_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-12-01T11:06:52.7299502Z test_comprehensive_masked_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7299694Z test_comprehensive_masked_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-12-01T11:06:52.7299908Z test_comprehensive_masked_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-12-01T11:06:52.7300115Z test_comprehensive_masked_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7300317Z test_comprehensive_masked_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7300519Z test_comprehensive_masked_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.7300725Z test_comprehensive_masked_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7300927Z test_comprehensive_masked_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7301156Z test_comprehensive_masked_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7301379Z test_comprehensive_masked_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7301626Z test_comprehensive_masked_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.129s) 2022-12-01T11:06:52.7301857Z test_comprehensive_masked_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.123s) 2022-12-01T11:06:52.7302084Z test_comprehensive_masked_logaddexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-12-01T11:06:52.7302306Z test_comprehensive_masked_logaddexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.660s) 2022-12-01T11:06:52.7302531Z test_comprehensive_masked_logaddexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.652s) 2022-12-01T11:06:52.7302780Z test_comprehensive_masked_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:06:52.7303028Z test_comprehensive_masked_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-12-01T11:06:52.7303270Z test_comprehensive_masked_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-12-01T11:06:52.7303515Z test_comprehensive_masked_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-12-01T11:06:52.7303736Z test_comprehensive_masked_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-12-01T11:06:52.7303974Z test_comprehensive_masked_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-12-01T11:06:52.7304214Z test_comprehensive_masked_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-12-01T11:06:52.7304451Z test_comprehensive_masked_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-12-01T11:06:52.7304687Z test_comprehensive_masked_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-12-01T11:06:52.7304904Z test_comprehensive_masked_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.938s) 2022-12-01T11:06:52.7305118Z test_comprehensive_masked_mean_cuda_bool (__main__.TestDecompCUDA) ... ok (1.336s) 2022-12-01T11:06:52.7305338Z test_comprehensive_masked_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.635s) 2022-12-01T11:06:52.7305537Z test_comprehensive_masked_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.725s) 2022-12-01T11:06:52.7305754Z test_comprehensive_masked_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.939s) 2022-12-01T11:06:52.7305956Z test_comprehensive_masked_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.757s) 2022-12-01T11:06:52.7306220Z test_comprehensive_masked_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.713s) 2022-12-01T11:06:52.7306426Z test_comprehensive_masked_mean_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.340s) 2022-12-01T11:06:52.7306629Z test_comprehensive_masked_mean_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.341s) 2022-12-01T11:06:52.7306827Z test_comprehensive_masked_mean_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.317s) 2022-12-01T11:06:52.7307035Z test_comprehensive_masked_mean_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.341s) 2022-12-01T11:06:52.7307247Z test_comprehensive_masked_mean_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.340s) 2022-12-01T11:06:52.7307445Z test_comprehensive_masked_median_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.7307660Z test_comprehensive_masked_median_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.683s) 2022-12-01T11:06:52.7307873Z test_comprehensive_masked_median_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.676s) 2022-12-01T11:06:52.7308090Z test_comprehensive_masked_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (4.704s) 2022-12-01T11:06:52.7308299Z test_comprehensive_masked_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (4.694s) 2022-12-01T11:06:52.7308511Z test_comprehensive_masked_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (14.993s) 2022-12-01T11:06:52.7308723Z test_comprehensive_masked_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (14.623s) 2022-12-01T11:06:52.7308948Z test_comprehensive_masked_normalize_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.916s) 2022-12-01T11:06:52.7309214Z test_comprehensive_masked_normalize_cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.673s) 2022-12-01T11:06:52.7309448Z test_comprehensive_masked_normalize_cuda_complex64 (__main__.TestDecompCUDA) ... ok (6.817s) 2022-12-01T11:06:52.7309667Z test_comprehensive_masked_normalize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.890s) 2022-12-01T11:06:52.7309889Z test_comprehensive_masked_normalize_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.838s) 2022-12-01T11:06:52.7310101Z test_comprehensive_masked_normalize_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.748s) 2022-12-01T11:06:52.7310516Z test_comprehensive_masked_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (5.937s) 2022-12-01T11:06:52.7310731Z test_comprehensive_masked_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (3.960s) 2022-12-01T11:06:52.7310951Z test_comprehensive_masked_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (21.621s) 2022-12-01T11:06:52.7311175Z test_comprehensive_masked_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (14.969s) 2022-12-01T11:06:52.7311368Z test_comprehensive_masked_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (3.556s) 2022-12-01T11:06:52.7311573Z test_comprehensive_masked_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.279s) 2022-12-01T11:06:52.7311785Z test_comprehensive_masked_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.123s) 2022-12-01T11:06:52.7311997Z test_comprehensive_masked_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.817s) 2022-12-01T11:06:52.7312201Z test_comprehensive_masked_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.814s) 2022-12-01T11:06:52.7312400Z test_comprehensive_masked_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.658s) 2022-12-01T11:06:52.7312608Z test_comprehensive_masked_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.814s) 2022-12-01T11:06:52.7312819Z test_comprehensive_masked_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.814s) 2022-12-01T11:06:52.7313022Z test_comprehensive_masked_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7313236Z test_comprehensive_masked_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7313460Z test_comprehensive_masked_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7313761Z test_comprehensive_masked_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7313977Z test_comprehensive_masked_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7314195Z test_comprehensive_masked_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.7314410Z test_comprehensive_masked_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.7314623Z test_comprehensive_masked_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7314813Z test_comprehensive_masked_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7315033Z test_comprehensive_masked_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7315245Z test_comprehensive_masked_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7315612Z test_comprehensive_masked_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7315963Z test_comprehensive_masked_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7316324Z test_comprehensive_masked_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7316706Z test_comprehensive_masked_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-12-01T11:06:52.7317080Z test_comprehensive_masked_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-12-01T11:06:52.7317351Z test_comprehensive_masked_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7317649Z test_comprehensive_masked_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.7317871Z test_comprehensive_masked_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-12-01T11:06:52.7318084Z test_comprehensive_masked_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7318294Z test_comprehensive_masked_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7318508Z test_comprehensive_masked_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7318719Z test_comprehensive_masked_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7318929Z test_comprehensive_masked_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7319189Z test_comprehensive_masked_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7319391Z test_comprehensive_masked_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7319611Z test_comprehensive_masked_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.100s) 2022-12-01T11:06:52.7319824Z test_comprehensive_masked_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.094s) 2022-12-01T11:06:52.7320041Z test_comprehensive_masked_softmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-12-01T11:06:52.7320260Z test_comprehensive_masked_softmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-12-01T11:06:52.7320473Z test_comprehensive_masked_softmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.411s) 2022-12-01T11:06:52.7320688Z test_comprehensive_masked_softmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.403s) 2022-12-01T11:06:52.7320899Z test_comprehensive_masked_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.118s) 2022-12-01T11:06:52.7321113Z test_comprehensive_masked_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (14.384s) 2022-12-01T11:06:52.7321313Z test_comprehensive_masked_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (14.801s) 2022-12-01T11:06:52.7321527Z test_comprehensive_masked_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.125s) 2022-12-01T11:06:52.7321737Z test_comprehensive_masked_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (8.055s) 2022-12-01T11:06:52.7321948Z test_comprehensive_masked_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.859s) 2022-12-01T11:06:52.7322212Z test_comprehensive_masked_std_cuda_int16 (__main__.TestDecompCUDA) ... ok (7.062s) 2022-12-01T11:06:52.7322414Z test_comprehensive_masked_std_cuda_int32 (__main__.TestDecompCUDA) ... ok (7.063s) 2022-12-01T11:06:52.7322611Z test_comprehensive_masked_std_cuda_int64 (__main__.TestDecompCUDA) ... ok (7.061s) 2022-12-01T11:06:52.7322815Z test_comprehensive_masked_std_cuda_int8 (__main__.TestDecompCUDA) ... ok (7.072s) 2022-12-01T11:06:52.7322997Z test_comprehensive_masked_std_cuda_uint8 (__main__.TestDecompCUDA) ... ok (7.055s) 2022-12-01T11:06:52.7323209Z test_comprehensive_masked_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.412s) 2022-12-01T11:06:52.7323409Z test_comprehensive_masked_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.563s) 2022-12-01T11:06:52.7323624Z test_comprehensive_masked_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.332s) 2022-12-01T11:06:52.7323839Z test_comprehensive_masked_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.401s) 2022-12-01T11:06:52.7324051Z test_comprehensive_masked_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.411s) 2022-12-01T11:06:52.7324258Z test_comprehensive_masked_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.662s) 2022-12-01T11:06:52.7324461Z test_comprehensive_masked_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.625s) 2022-12-01T11:06:52.7324645Z test_comprehensive_masked_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.566s) 2022-12-01T11:06:52.7324844Z test_comprehensive_masked_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.564s) 2022-12-01T11:06:52.7325080Z test_comprehensive_masked_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.558s) 2022-12-01T11:06:52.7325288Z test_comprehensive_masked_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.565s) 2022-12-01T11:06:52.7325518Z test_comprehensive_masked_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.565s) 2022-12-01T11:06:52.7325730Z test_comprehensive_masked_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.935s) 2022-12-01T11:06:52.7325952Z test_comprehensive_masked_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (12.506s) 2022-12-01T11:06:52.7326167Z test_comprehensive_masked_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (12.798s) 2022-12-01T11:06:52.7326373Z test_comprehensive_masked_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.933s) 2022-12-01T11:06:52.7326566Z test_comprehensive_masked_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.405s) 2022-12-01T11:06:52.7326770Z test_comprehensive_masked_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.227s) 2022-12-01T11:06:52.7326985Z test_comprehensive_masked_var_cuda_int16 (__main__.TestDecompCUDA) ... ok (6.696s) 2022-12-01T11:06:52.7327188Z test_comprehensive_masked_var_cuda_int32 (__main__.TestDecompCUDA) ... ok (6.688s) 2022-12-01T11:06:52.7327389Z test_comprehensive_masked_var_cuda_int64 (__main__.TestDecompCUDA) ... ok (6.671s) 2022-12-01T11:06:52.7327594Z test_comprehensive_masked_var_cuda_int8 (__main__.TestDecompCUDA) ... ok (6.685s) 2022-12-01T11:06:52.7327799Z test_comprehensive_masked_var_cuda_uint8 (__main__.TestDecompCUDA) ... ok (6.673s) 2022-12-01T11:06:52.7328008Z test_comprehensive_matmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.482s) 2022-12-01T11:06:52.7328196Z test_comprehensive_matmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.515s) 2022-12-01T11:06:52.7328402Z test_comprehensive_matmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7328607Z test_comprehensive_matmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.117s) 2022-12-01T11:06:52.7328811Z test_comprehensive_matmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.965s) 2022-12-01T11:06:52.7329024Z test_comprehensive_matrix_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7329240Z test_comprehensive_matrix_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.423s) 2022-12-01T11:06:52.7329455Z test_comprehensive_matrix_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-12-01T11:06:52.7329720Z test_comprehensive_matrix_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7329912Z test_comprehensive_matrix_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.7330117Z test_comprehensive_matrix_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.7330331Z test_comprehensive_max_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.318s) 2022-12-01T11:06:52.7330537Z test_comprehensive_max_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7330748Z test_comprehensive_max_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-12-01T11:06:52.7330958Z test_comprehensive_max_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.874s) 2022-12-01T11:06:52.7331162Z test_comprehensive_max_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.874s) 2022-12-01T11:06:52.7331374Z test_comprehensive_max_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7331574Z test_comprehensive_max_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7331755Z test_comprehensive_max_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7331961Z test_comprehensive_max_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7332159Z test_comprehensive_max_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7332389Z test_comprehensive_max_reduction_no_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7332658Z test_comprehensive_max_reduction_no_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7332896Z test_comprehensive_max_reduction_no_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7333121Z test_comprehensive_max_reduction_no_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-12-01T11:06:52.7333351Z test_comprehensive_max_reduction_no_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-12-01T11:06:52.7333554Z test_comprehensive_max_reduction_no_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7333776Z test_comprehensive_max_reduction_no_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7333993Z test_comprehensive_max_reduction_no_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7334217Z test_comprehensive_max_reduction_no_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7334436Z test_comprehensive_max_reduction_no_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7334672Z test_comprehensive_max_reduction_with_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7334897Z test_comprehensive_max_reduction_with_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7335131Z test_comprehensive_max_reduction_with_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7335354Z test_comprehensive_max_reduction_with_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7335556Z test_comprehensive_max_reduction_with_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7335780Z test_comprehensive_max_reduction_with_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7336003Z test_comprehensive_max_reduction_with_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7336229Z test_comprehensive_max_reduction_with_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7336453Z test_comprehensive_max_reduction_with_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7336675Z test_comprehensive_max_reduction_with_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7336938Z test_comprehensive_maximum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.319s) 2022-12-01T11:06:52.7337142Z test_comprehensive_maximum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7337334Z test_comprehensive_maximum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.323s) 2022-12-01T11:06:52.7337539Z test_comprehensive_maximum_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.872s) 2022-12-01T11:06:52.7337737Z test_comprehensive_maximum_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.875s) 2022-12-01T11:06:52.7337940Z test_comprehensive_maximum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7338144Z test_comprehensive_maximum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7338348Z test_comprehensive_maximum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7338552Z test_comprehensive_maximum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7338759Z test_comprehensive_maximum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7338960Z test_comprehensive_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7339153Z test_comprehensive_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.360s) 2022-12-01T11:06:52.7339361Z test_comprehensive_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.372s) 2022-12-01T11:06:52.7339564Z test_comprehensive_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.7339764Z test_comprehensive_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-12-01T11:06:52.7340012Z test_comprehensive_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-12-01T11:06:52.7340230Z test_comprehensive_median_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-12-01T11:06:52.7340430Z test_comprehensive_median_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-12-01T11:06:52.7340634Z test_comprehensive_median_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7340819Z test_comprehensive_median_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7341022Z test_comprehensive_median_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7341221Z test_comprehensive_median_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7341420Z test_comprehensive_median_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7341618Z test_comprehensive_median_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7341918Z test_comprehensive_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.7342208Z test_comprehensive_meshgrid_list_of_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T11:06:52.7342509Z test_comprehensive_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T11:06:52.7342811Z test_comprehensive_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T11:06:52.7343087Z test_comprehensive_meshgrid_list_of_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.7343382Z test_comprehensive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.7343677Z test_comprehensive_meshgrid_list_of_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.7343960Z test_comprehensive_meshgrid_list_of_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.7344246Z test_comprehensive_meshgrid_list_of_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.7344604Z test_comprehensive_meshgrid_list_of_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.7344885Z test_comprehensive_meshgrid_list_of_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.7345171Z test_comprehensive_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.7345471Z test_comprehensive_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.7345756Z test_comprehensive_meshgrid_variadic_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T11:06:52.7346063Z test_comprehensive_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T11:06:52.7346352Z test_comprehensive_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T11:06:52.7346648Z test_comprehensive_meshgrid_variadic_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.7346941Z test_comprehensive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.7347282Z test_comprehensive_meshgrid_variadic_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.7347573Z test_comprehensive_meshgrid_variadic_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.7347861Z test_comprehensive_meshgrid_variadic_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.7348139Z test_comprehensive_meshgrid_variadic_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.7348424Z test_comprehensive_meshgrid_variadic_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.7348711Z test_comprehensive_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.7348930Z test_comprehensive_min_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.319s) 2022-12-01T11:06:52.7349122Z test_comprehensive_min_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7349335Z test_comprehensive_min_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-12-01T11:06:52.7349550Z test_comprehensive_min_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.875s) 2022-12-01T11:06:52.7349756Z test_comprehensive_min_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.876s) 2022-12-01T11:06:52.7349963Z test_comprehensive_min_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7350434Z test_comprehensive_min_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7350807Z test_comprehensive_min_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7351042Z test_comprehensive_min_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7351250Z test_comprehensive_min_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7351463Z test_comprehensive_min_reduction_no_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7351689Z test_comprehensive_min_reduction_no_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7352018Z test_comprehensive_min_reduction_no_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7352243Z test_comprehensive_min_reduction_no_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-12-01T11:06:52.7352467Z test_comprehensive_min_reduction_no_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-12-01T11:06:52.7352689Z test_comprehensive_min_reduction_no_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7352912Z test_comprehensive_min_reduction_no_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7353138Z test_comprehensive_min_reduction_no_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7353341Z test_comprehensive_min_reduction_no_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7353559Z test_comprehensive_min_reduction_no_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7353795Z test_comprehensive_min_reduction_with_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7354024Z test_comprehensive_min_reduction_with_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7354254Z test_comprehensive_min_reduction_with_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7354476Z test_comprehensive_min_reduction_with_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7354694Z test_comprehensive_min_reduction_with_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7354970Z test_comprehensive_min_reduction_with_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7355207Z test_comprehensive_min_reduction_with_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7355414Z test_comprehensive_min_reduction_with_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7355638Z test_comprehensive_min_reduction_with_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7355864Z test_comprehensive_min_reduction_with_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7356073Z test_comprehensive_minimum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.318s) 2022-12-01T11:06:52.7356280Z test_comprehensive_minimum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7356488Z test_comprehensive_minimum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-12-01T11:06:52.7356690Z test_comprehensive_minimum_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.874s) 2022-12-01T11:06:52.7356891Z test_comprehensive_minimum_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.882s) 2022-12-01T11:06:52.7357077Z test_comprehensive_minimum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7357284Z test_comprehensive_minimum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7357492Z test_comprehensive_minimum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7357693Z test_comprehensive_minimum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7357897Z test_comprehensive_minimum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7358098Z test_comprehensive_mm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7358303Z test_comprehensive_mm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7358509Z test_comprehensive_mm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7358694Z test_comprehensive_mm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7358895Z test_comprehensive_mm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7359093Z test_comprehensive_mm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7359296Z test_comprehensive_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7359548Z test_comprehensive_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7359749Z test_comprehensive_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7359948Z test_comprehensive_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7360152Z test_comprehensive_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7360349Z test_comprehensive_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7360530Z test_comprehensive_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7360733Z test_comprehensive_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7360930Z test_comprehensive_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7361122Z test_comprehensive_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7361336Z test_comprehensive_movedim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7361538Z test_comprehensive_movedim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7361753Z test_comprehensive_movedim_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.7361965Z test_comprehensive_movedim_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7362158Z test_comprehensive_movedim_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.7362364Z test_comprehensive_movedim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7362625Z test_comprehensive_movedim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7362832Z test_comprehensive_movedim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7363034Z test_comprehensive_movedim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7363238Z test_comprehensive_movedim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7363441Z test_comprehensive_movedim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7363643Z test_comprehensive_movedim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7363826Z test_comprehensive_movedim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7364032Z test_comprehensive_msort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7364232Z test_comprehensive_msort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7364436Z test_comprehensive_msort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7364636Z test_comprehensive_msort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7364835Z test_comprehensive_msort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7365036Z test_comprehensive_msort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7365238Z test_comprehensive_msort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7365419Z test_comprehensive_msort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7365614Z test_comprehensive_msort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7365814Z test_comprehensive_mul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7366010Z test_comprehensive_mul_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7366220Z test_comprehensive_mul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.546s) 2022-12-01T11:06:52.7366423Z test_comprehensive_mul_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.931s) 2022-12-01T11:06:52.7366623Z test_comprehensive_mul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.555s) 2022-12-01T11:06:52.7366822Z test_comprehensive_mul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7367056Z test_comprehensive_mul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.784s) 2022-12-01T11:06:52.7367258Z test_comprehensive_mul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.779s) 2022-12-01T11:06:52.7367454Z test_comprehensive_mul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7367649Z test_comprehensive_mul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7367840Z test_comprehensive_mul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7368034Z test_comprehensive_mul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7368235Z test_comprehensive_mul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7368449Z test_comprehensive_multinomial_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7368646Z test_comprehensive_multinomial_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7368863Z test_comprehensive_multinomial_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7369066Z test_comprehensive_mv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7369266Z test_comprehensive_mv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.7369467Z test_comprehensive_mv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.7369665Z test_comprehensive_mv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7369862Z test_comprehensive_mv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.7370144Z test_comprehensive_mv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7370386Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.7370599Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-12-01T11:06:52.7370833Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-12-01T11:06:52.7371058Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7371284Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7371506Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7371730Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7371952Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7372176Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.7372384Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-12-01T11:06:52.7372613Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-12-01T11:06:52.7372836Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7373059Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7373277Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7373498Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7373719Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7373942Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.7374168Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.275s) 2022-12-01T11:06:52.7374375Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-12-01T11:06:52.7374646Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7374866Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7375085Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7375305Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7375526Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7375738Z test_comprehensive_nan_to_num_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.7375944Z test_comprehensive_nan_to_num_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7376158Z test_comprehensive_nan_to_num_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.7376355Z test_comprehensive_nan_to_num_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7376566Z test_comprehensive_nan_to_num_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7376771Z test_comprehensive_nan_to_num_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7376968Z test_comprehensive_nan_to_num_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7377174Z test_comprehensive_nan_to_num_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7377420Z test_comprehensive_nan_to_num_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7377630Z test_comprehensive_nan_to_num_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7377832Z test_comprehensive_nanmean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.427s) 2022-12-01T11:06:52.7378017Z test_comprehensive_nanmean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-12-01T11:06:52.7378223Z test_comprehensive_nanmean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.932s) 2022-12-01T11:06:52.7378426Z test_comprehensive_nanmean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.909s) 2022-12-01T11:06:52.7378636Z test_comprehensive_nanmedian_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-12-01T11:06:52.7378839Z test_comprehensive_nanmedian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-12-01T11:06:52.7379039Z test_comprehensive_nanmedian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7379246Z test_comprehensive_nanmedian_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7379446Z test_comprehensive_nanmedian_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7379636Z test_comprehensive_nanmedian_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7379847Z test_comprehensive_nanmedian_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7380057Z test_comprehensive_nanmedian_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7380270Z test_comprehensive_nanquantile_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.936s) 2022-12-01T11:06:52.7380481Z test_comprehensive_nanquantile_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.852s) 2022-12-01T11:06:52.7380683Z test_comprehensive_nansum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-12-01T11:06:52.7380884Z test_comprehensive_nansum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7381094Z test_comprehensive_nansum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-12-01T11:06:52.7381276Z test_comprehensive_nansum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.462s) 2022-12-01T11:06:52.7381474Z test_comprehensive_nansum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.450s) 2022-12-01T11:06:52.7381677Z test_comprehensive_nansum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7381932Z test_comprehensive_nansum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7382134Z test_comprehensive_nansum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7382335Z test_comprehensive_nansum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7382538Z test_comprehensive_nansum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7382747Z test_comprehensive_narrow_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7382969Z test_comprehensive_narrow_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7383192Z test_comprehensive_narrow_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7383410Z test_comprehensive_narrow_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7383624Z test_comprehensive_narrow_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7383842Z test_comprehensive_narrow_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7384036Z test_comprehensive_narrow_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7384240Z test_comprehensive_narrow_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7384451Z test_comprehensive_narrow_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7384655Z test_comprehensive_narrow_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7384901Z test_comprehensive_narrow_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7385116Z test_comprehensive_narrow_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7385321Z test_comprehensive_narrow_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7385527Z test_comprehensive_narrow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7385717Z test_comprehensive_narrow_cuda_bool (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7385926Z test_comprehensive_narrow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-12-01T11:06:52.7386135Z test_comprehensive_narrow_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-12-01T11:06:52.7386338Z test_comprehensive_narrow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-12-01T11:06:52.7386545Z test_comprehensive_narrow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7386752Z test_comprehensive_narrow_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-12-01T11:06:52.7386953Z test_comprehensive_narrow_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-12-01T11:06:52.7387155Z test_comprehensive_narrow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7387340Z test_comprehensive_narrow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7387547Z test_comprehensive_narrow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7387748Z test_comprehensive_narrow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7387948Z test_comprehensive_narrow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7388172Z test_comprehensive_native_batch_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7388396Z test_comprehensive_native_batch_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.7388620Z test_comprehensive_native_batch_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.835s) 2022-12-01T11:06:52.7388836Z test_comprehensive_native_batch_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.812s) 2022-12-01T11:06:52.7389053Z test_comprehensive_native_layer_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7389250Z test_comprehensive_native_layer_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7389521Z test_comprehensive_native_layer_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.627s) 2022-12-01T11:06:52.7389731Z test_comprehensive_native_layer_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.610s) 2022-12-01T11:06:52.7389932Z test_comprehensive_ne_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7390302Z test_comprehensive_ne_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7390527Z test_comprehensive_ne_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-12-01T11:06:52.7390737Z test_comprehensive_ne_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-12-01T11:06:52.7390936Z test_comprehensive_ne_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7391118Z test_comprehensive_ne_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7391316Z test_comprehensive_ne_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-12-01T11:06:52.7391514Z test_comprehensive_ne_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7391709Z test_comprehensive_ne_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7391898Z test_comprehensive_ne_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7392092Z test_comprehensive_ne_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7392280Z test_comprehensive_ne_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7392480Z test_comprehensive_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7392741Z test_comprehensive_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.7392959Z test_comprehensive_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-12-01T11:06:52.7393162Z test_comprehensive_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7393367Z test_comprehensive_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7393567Z test_comprehensive_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-12-01T11:06:52.7393765Z test_comprehensive_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.7393959Z test_comprehensive_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7394153Z test_comprehensive_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7394326Z test_comprehensive_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7394524Z test_comprehensive_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7394715Z test_comprehensive_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7394998Z test_comprehensive_new_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.7395271Z test_comprehensive_new_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: new_empty in torch.bool not supported (0.001s) 2022-12-01T11:06:52.7395557Z test_comprehensive_new_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-12-01T11:06:52.7395840Z test_comprehensive_new_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-12-01T11:06:52.7396114Z test_comprehensive_new_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-12-01T11:06:52.7396391Z test_comprehensive_new_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.7396662Z test_comprehensive_new_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.7396918Z test_comprehensive_new_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.7397255Z test_comprehensive_new_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.7397520Z test_comprehensive_new_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.7397782Z test_comprehensive_new_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.7398045Z test_comprehensive_new_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.7398307Z test_comprehensive_new_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.7398598Z test_comprehensive_new_empty_strided_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7398889Z test_comprehensive_new_empty_strided_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7399184Z test_comprehensive_new_empty_strided_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7399480Z test_comprehensive_new_empty_strided_cuda_complex32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7399799Z test_comprehensive_new_empty_strided_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7400099Z test_comprehensive_new_empty_strided_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7400383Z test_comprehensive_new_empty_strided_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7400675Z test_comprehensive_new_empty_strided_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7400960Z test_comprehensive_new_empty_strided_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7401244Z test_comprehensive_new_empty_strided_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7401524Z test_comprehensive_new_empty_strided_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7401809Z test_comprehensive_new_empty_strided_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7402092Z test_comprehensive_new_empty_strided_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7402307Z test_comprehensive_new_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7402496Z test_comprehensive_new_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7402714Z test_comprehensive_new_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.7402926Z test_comprehensive_new_full_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.7403133Z test_comprehensive_new_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.7403345Z test_comprehensive_new_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7403545Z test_comprehensive_new_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7403742Z test_comprehensive_new_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7403944Z test_comprehensive_new_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7404198Z test_comprehensive_new_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7404385Z test_comprehensive_new_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7404585Z test_comprehensive_new_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7404789Z test_comprehensive_new_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7404995Z test_comprehensive_new_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7405202Z test_comprehensive_new_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7405414Z test_comprehensive_new_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7405623Z test_comprehensive_new_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.7405833Z test_comprehensive_new_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.7406025Z test_comprehensive_new_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7406222Z test_comprehensive_new_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7406417Z test_comprehensive_new_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7406617Z test_comprehensive_new_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7406812Z test_comprehensive_new_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7407045Z test_comprehensive_new_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7407252Z test_comprehensive_new_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7407454Z test_comprehensive_new_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7407645Z test_comprehensive_new_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7407850Z test_comprehensive_new_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7408065Z test_comprehensive_new_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7408278Z test_comprehensive_new_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.7408491Z test_comprehensive_new_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.7408698Z test_comprehensive_new_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7408907Z test_comprehensive_new_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7409105Z test_comprehensive_new_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7409294Z test_comprehensive_new_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7409493Z test_comprehensive_new_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7409689Z test_comprehensive_new_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7409889Z test_comprehensive_new_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7410093Z test_comprehensive_new_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7410302Z test_comprehensive_nextafter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7410511Z test_comprehensive_nextafter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.7410720Z test_comprehensive_nextafter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-12-01T11:06:52.7411002Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Skipped (0.000s) 2022-12-01T11:06:52.7411266Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestDecompCUDA) ... skip: Skipped (0.000s) 2022-12-01T11:06:52.7411590Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipped (0.000s) 2022-12-01T11:06:52.7411852Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipped (0.000s) 2022-12-01T11:06:52.7412103Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7412351Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7412599Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.284s) 2022-12-01T11:06:52.7412841Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.281s) 2022-12-01T11:06:52.7413082Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7413333Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7413556Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-12-01T11:06:52.7413800Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-12-01T11:06:52.7414043Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7414337Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7414592Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-12-01T11:06:52.7414831Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-12-01T11:06:52.7415071Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.7415311Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.7415550Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-12-01T11:06:52.7415791Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-12-01T11:06:52.7416023Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7416260Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7416498Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7416731Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7416975Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7417205Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7417439Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7417671Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7417907Z test_comprehensive_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7418127Z test_comprehensive_nn_functional_avg_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7418355Z test_comprehensive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-12-01T11:06:52.7418635Z test_comprehensive_nn_functional_avg_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-12-01T11:06:52.7418869Z test_comprehensive_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7419093Z test_comprehensive_nn_functional_avg_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7419372Z test_comprehensive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7419600Z test_comprehensive_nn_functional_avg_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7419842Z test_comprehensive_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7420067Z test_comprehensive_nn_functional_avg_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7420272Z test_comprehensive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7420508Z test_comprehensive_nn_functional_avg_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7420740Z test_comprehensive_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7420968Z test_comprehensive_nn_functional_batch_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7421191Z test_comprehensive_nn_functional_batch_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.037s) 2022-12-01T11:06:52.7421412Z test_comprehensive_nn_functional_batch_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.854s) 2022-12-01T11:06:52.7421712Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7421974Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7422219Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.836s) 2022-12-01T11:06:52.7422446Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.817s) 2022-12-01T11:06:52.7422677Z test_comprehensive_nn_functional_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.7422902Z test_comprehensive_nn_functional_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.491s) 2022-12-01T11:06:52.7423121Z test_comprehensive_nn_functional_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-12-01T11:06:52.7423373Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.7423621Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7423866Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.570s) 2022-12-01T11:06:52.7424111Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.560s) 2022-12-01T11:06:52.7424373Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-12-01T11:06:52.7424617Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-12-01T11:06:52.7424879Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.667s) 2022-12-01T11:06:52.7425145Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.625s) 2022-12-01T11:06:52.7425371Z test_comprehensive_nn_functional_celu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7425594Z test_comprehensive_nn_functional_celu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7425815Z test_comprehensive_nn_functional_celu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7426088Z test_comprehensive_nn_functional_celu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7426316Z test_comprehensive_nn_functional_conv1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7426549Z test_comprehensive_nn_functional_conv1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.174s) 2022-12-01T11:06:52.7426761Z test_comprehensive_nn_functional_conv1d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.908s) 2022-12-01T11:06:52.7426994Z test_comprehensive_nn_functional_conv1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.756s) 2022-12-01T11:06:52.7427221Z test_comprehensive_nn_functional_conv1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7427450Z test_comprehensive_nn_functional_conv1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-12-01T11:06:52.7427675Z test_comprehensive_nn_functional_conv1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-12-01T11:06:52.7427905Z test_comprehensive_nn_functional_conv2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-12-01T11:06:52.7428140Z test_comprehensive_nn_functional_conv2d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (13.715s) 2022-12-01T11:06:52.7428368Z test_comprehensive_nn_functional_conv2d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (4.479s) 2022-12-01T11:06:52.7428596Z test_comprehensive_nn_functional_conv2d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (13.879s) 2022-12-01T11:06:52.7428846Z test_comprehensive_nn_functional_conv2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-12-01T11:06:52.7429078Z test_comprehensive_nn_functional_conv2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.624s) 2022-12-01T11:06:52.7429299Z test_comprehensive_nn_functional_conv2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.616s) 2022-12-01T11:06:52.7429543Z test_comprehensive_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7429794Z test_comprehensive_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.165s) 2022-12-01T11:06:52.7430040Z test_comprehensive_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.798s) 2022-12-01T11:06:52.7430484Z test_comprehensive_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.208s) 2022-12-01T11:06:52.7430903Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7431179Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.7431578Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7431891Z test_comprehensive_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7432135Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7432375Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.312s) 2022-12-01T11:06:52.7432613Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.311s) 2022-12-01T11:06:52.7432853Z test_comprehensive_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7433088Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7433326Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.022s) 2022-12-01T11:06:52.7433565Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.015s) 2022-12-01T11:06:52.7433800Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.292s) 2022-12-01T11:06:52.7434149Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestDecompCUDA) ... ok (0.306s) 2022-12-01T11:06:52.7434398Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.291s) 2022-12-01T11:06:52.7434652Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.251s) 2022-12-01T11:06:52.7434901Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.200s) 2022-12-01T11:06:52.7435147Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.302s) 2022-12-01T11:06:52.7435389Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.301s) 2022-12-01T11:06:52.7435629Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-12-01T11:06:52.7435878Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.301s) 2022-12-01T11:06:52.7436101Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.306s) 2022-12-01T11:06:52.7436344Z test_comprehensive_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.353s) 2022-12-01T11:06:52.7436589Z test_comprehensive_nn_functional_cosine_similarity_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.353s) 2022-12-01T11:06:52.7436895Z test_comprehensive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.498s) 2022-12-01T11:06:52.7437148Z test_comprehensive_nn_functional_cosine_similarity_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.436s) 2022-12-01T11:06:52.7437385Z test_comprehensive_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-12-01T11:06:52.7437626Z test_comprehensive_nn_functional_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.158s) 2022-12-01T11:06:52.7437862Z test_comprehensive_nn_functional_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.752s) 2022-12-01T11:06:52.7438090Z test_comprehensive_nn_functional_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.730s) 2022-12-01T11:06:52.7438303Z test_comprehensive_nn_functional_ctc_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-12-01T11:06:52.7438523Z test_comprehensive_nn_functional_ctc_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-12-01T11:06:52.7438762Z test_comprehensive_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7438994Z test_comprehensive_nn_functional_dropout2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7439226Z test_comprehensive_nn_functional_dropout2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.443s) 2022-12-01T11:06:52.7439450Z test_comprehensive_nn_functional_dropout2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.440s) 2022-12-01T11:06:52.7439682Z test_comprehensive_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.7439904Z test_comprehensive_nn_functional_dropout3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.7440123Z test_comprehensive_nn_functional_dropout3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.225s) 2022-12-01T11:06:52.7440337Z test_comprehensive_nn_functional_dropout3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.210s) 2022-12-01T11:06:52.7440657Z test_comprehensive_nn_functional_dropout_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.7440974Z test_comprehensive_nn_functional_dropout_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.7441343Z test_comprehensive_nn_functional_dropout_cuda_float32 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.7441646Z test_comprehensive_nn_functional_dropout_cuda_float64 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.7441870Z test_comprehensive_nn_functional_elu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7442093Z test_comprehensive_nn_functional_elu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7442314Z test_comprehensive_nn_functional_elu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7442530Z test_comprehensive_nn_functional_elu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7442775Z test_comprehensive_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-12-01T11:06:52.7442997Z test_comprehensive_nn_functional_embedding_bag_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-12-01T11:06:52.7443238Z test_comprehensive_nn_functional_embedding_bag_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7443474Z test_comprehensive_nn_functional_embedding_bag_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7443708Z test_comprehensive_nn_functional_embedding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7443940Z test_comprehensive_nn_functional_embedding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7444206Z test_comprehensive_nn_functional_embedding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7444434Z test_comprehensive_nn_functional_embedding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.7444701Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7444973Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7445221Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.830s) 2022-12-01T11:06:52.7445483Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.830s) 2022-12-01T11:06:52.7445751Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7446015Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7446288Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7446559Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7446831Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7447094Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7447360Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7447624Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7447873Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7448129Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7448390Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7448708Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7448956Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.7449204Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7449450Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7449693Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.7449936Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7450165Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7450416Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (9.240s) 2022-12-01T11:06:52.7450655Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (9.233s) 2022-12-01T11:06:52.7450984Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:06:52.7451348Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T11:06:52.7451584Z test_comprehensive_nn_functional_gelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7451806Z test_comprehensive_nn_functional_gelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7452034Z test_comprehensive_nn_functional_gelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-12-01T11:06:52.7452255Z test_comprehensive_nn_functional_gelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.224s) 2022-12-01T11:06:52.7452477Z test_comprehensive_nn_functional_glu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.7452679Z test_comprehensive_nn_functional_glu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.7452896Z test_comprehensive_nn_functional_glu_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.583s) 2022-12-01T11:06:52.7453111Z test_comprehensive_nn_functional_glu_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.552s) 2022-12-01T11:06:52.7453348Z test_comprehensive_nn_functional_grid_sample_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-12-01T11:06:52.7453575Z test_comprehensive_nn_functional_grid_sample_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.620s) 2022-12-01T11:06:52.7453810Z test_comprehensive_nn_functional_grid_sample_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.617s) 2022-12-01T11:06:52.7454040Z test_comprehensive_nn_functional_group_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7454269Z test_comprehensive_nn_functional_group_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7454477Z test_comprehensive_nn_functional_group_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-12-01T11:06:52.7454701Z test_comprehensive_nn_functional_group_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-12-01T11:06:52.7454942Z test_comprehensive_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7455174Z test_comprehensive_nn_functional_hardshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7455402Z test_comprehensive_nn_functional_hardshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.7455684Z test_comprehensive_nn_functional_hardshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.7455921Z test_comprehensive_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7456154Z test_comprehensive_nn_functional_hardsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7456381Z test_comprehensive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7456589Z test_comprehensive_nn_functional_hardsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7456821Z test_comprehensive_nn_functional_hardswish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7457048Z test_comprehensive_nn_functional_hardswish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7457279Z test_comprehensive_nn_functional_hardswish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.7457508Z test_comprehensive_nn_functional_hardswish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-12-01T11:06:52.7457730Z test_comprehensive_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7457958Z test_comprehensive_nn_functional_hardtanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7458177Z test_comprehensive_nn_functional_hardtanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.7458405Z test_comprehensive_nn_functional_hardtanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.7458659Z test_comprehensive_nn_functional_hardtanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7458898Z test_comprehensive_nn_functional_hardtanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7459124Z test_comprehensive_nn_functional_hardtanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7459355Z test_comprehensive_nn_functional_hardtanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7459607Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-12-01T11:06:52.7459854Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-12-01T11:06:52.7460099Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.287s) 2022-12-01T11:06:52.7460344Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.271s) 2022-12-01T11:06:52.7460580Z test_comprehensive_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7460796Z test_comprehensive_nn_functional_huber_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.7461020Z test_comprehensive_nn_functional_huber_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.403s) 2022-12-01T11:06:52.7461243Z test_comprehensive_nn_functional_huber_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.398s) 2022-12-01T11:06:52.7461488Z test_comprehensive_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.7461728Z test_comprehensive_nn_functional_instance_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.7461965Z test_comprehensive_nn_functional_instance_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.574s) 2022-12-01T11:06:52.7462204Z test_comprehensive_nn_functional_instance_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.547s) 2022-12-01T11:06:52.7462453Z test_comprehensive_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7462697Z test_comprehensive_nn_functional_interpolate_area_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7462924Z test_comprehensive_nn_functional_interpolate_area_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-12-01T11:06:52.7463231Z test_comprehensive_nn_functional_interpolate_area_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-12-01T11:06:52.7463477Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7463722Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-12-01T11:06:52.7463964Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-12-01T11:06:52.7464216Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7464463Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-12-01T11:06:52.7464710Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-12-01T11:06:52.7464957Z test_comprehensive_nn_functional_interpolate_linear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7465186Z test_comprehensive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7465433Z test_comprehensive_nn_functional_interpolate_linear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7465676Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7465977Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7466227Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7466472Z test_comprehensive_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7466725Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7466976Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7467225Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7467435Z test_comprehensive_nn_functional_kl_div_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.238s) 2022-12-01T11:06:52.7467662Z test_comprehensive_nn_functional_kl_div_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-12-01T11:06:52.7467888Z test_comprehensive_nn_functional_kl_div_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.875s) 2022-12-01T11:06:52.7468112Z test_comprehensive_nn_functional_kl_div_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.846s) 2022-12-01T11:06:52.7468339Z test_comprehensive_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7468576Z test_comprehensive_nn_functional_l1_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-12-01T11:06:52.7468805Z test_comprehensive_nn_functional_l1_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.444s) 2022-12-01T11:06:52.7469028Z test_comprehensive_nn_functional_l1_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7469256Z test_comprehensive_nn_functional_l1_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-12-01T11:06:52.7469465Z test_comprehensive_nn_functional_l1_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-12-01T11:06:52.7469703Z test_comprehensive_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7469933Z test_comprehensive_nn_functional_layer_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7470367Z test_comprehensive_nn_functional_layer_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-12-01T11:06:52.7470690Z test_comprehensive_nn_functional_layer_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-12-01T11:06:52.7470918Z test_comprehensive_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7471152Z test_comprehensive_nn_functional_leaky_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7471378Z test_comprehensive_nn_functional_leaky_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-12-01T11:06:52.7471608Z test_comprehensive_nn_functional_leaky_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-12-01T11:06:52.7471820Z test_comprehensive_nn_functional_linear_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.7472051Z test_comprehensive_nn_functional_linear_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.041s) 2022-12-01T11:06:52.7472283Z test_comprehensive_nn_functional_linear_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.067s) 2022-12-01T11:06:52.7472510Z test_comprehensive_nn_functional_linear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.7472736Z test_comprehensive_nn_functional_linear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.641s) 2022-12-01T11:06:52.7472963Z test_comprehensive_nn_functional_linear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.626s) 2022-12-01T11:06:52.7473211Z test_comprehensive_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-12-01T11:06:52.7473456Z test_comprehensive_nn_functional_local_response_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-12-01T11:06:52.7473809Z test_comprehensive_nn_functional_local_response_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.417s) 2022-12-01T11:06:52.7474044Z test_comprehensive_nn_functional_local_response_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.383s) 2022-12-01T11:06:52.7474280Z test_comprehensive_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7474516Z test_comprehensive_nn_functional_logsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7474750Z test_comprehensive_nn_functional_logsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7474979Z test_comprehensive_nn_functional_logsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7475227Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.289s) 2022-12-01T11:06:52.7475470Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.288s) 2022-12-01T11:06:52.7475716Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.700s) 2022-12-01T11:06:52.7475961Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.658s) 2022-12-01T11:06:52.7476190Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.633s) 2022-12-01T11:06:52.7476432Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.631s) 2022-12-01T11:06:52.7476666Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.627s) 2022-12-01T11:06:52.7476908Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.631s) 2022-12-01T11:06:52.7477149Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.664s) 2022-12-01T11:06:52.7477386Z test_comprehensive_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (3.589s) 2022-12-01T11:06:52.7477618Z test_comprehensive_nn_functional_max_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (3.572s) 2022-12-01T11:06:52.7477847Z test_comprehensive_nn_functional_max_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (13.141s) 2022-12-01T11:06:52.7478138Z test_comprehensive_nn_functional_max_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (12.765s) 2022-12-01T11:06:52.7478354Z test_comprehensive_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.293s) 2022-12-01T11:06:52.7478584Z test_comprehensive_nn_functional_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.288s) 2022-12-01T11:06:52.7478811Z test_comprehensive_nn_functional_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.109s) 2022-12-01T11:06:52.7479035Z test_comprehensive_nn_functional_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.114s) 2022-12-01T11:06:52.7479266Z test_comprehensive_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.544s) 2022-12-01T11:06:52.7479501Z test_comprehensive_nn_functional_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.544s) 2022-12-01T11:06:52.7479723Z test_comprehensive_nn_functional_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.470s) 2022-12-01T11:06:52.7479949Z test_comprehensive_nn_functional_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.473s) 2022-12-01T11:06:52.7480185Z test_comprehensive_nn_functional_max_unpool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.052s) 2022-12-01T11:06:52.7480402Z test_comprehensive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.052s) 2022-12-01T11:06:52.7480630Z test_comprehensive_nn_functional_max_unpool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.947s) 2022-12-01T11:06:52.7480913Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-12-01T11:06:52.7481162Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.362s) 2022-12-01T11:06:52.7481397Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.498s) 2022-12-01T11:06:52.7481634Z test_comprehensive_nn_functional_max_unpool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.443s) 2022-12-01T11:06:52.7481860Z test_comprehensive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.674s) 2022-12-01T11:06:52.7482087Z test_comprehensive_nn_functional_max_unpool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.600s) 2022-12-01T11:06:52.7482323Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.294s) 2022-12-01T11:06:52.7482547Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.542s) 2022-12-01T11:06:52.7482782Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.539s) 2022-12-01T11:06:52.7483017Z test_comprehensive_nn_functional_max_unpool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.641s) 2022-12-01T11:06:52.7483248Z test_comprehensive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.977s) 2022-12-01T11:06:52.7483478Z test_comprehensive_nn_functional_max_unpool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.955s) 2022-12-01T11:06:52.7483710Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.7483946Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-12-01T11:06:52.7484188Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.549s) 2022-12-01T11:06:52.7484411Z test_comprehensive_nn_functional_mish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7484621Z test_comprehensive_nn_functional_mish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7484843Z test_comprehensive_nn_functional_mish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7485064Z test_comprehensive_nn_functional_mish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7485359Z test_comprehensive_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7485590Z test_comprehensive_nn_functional_mse_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7485813Z test_comprehensive_nn_functional_mse_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-12-01T11:06:52.7486030Z test_comprehensive_nn_functional_mse_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-12-01T11:06:52.7486276Z test_comprehensive_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7486521Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7486746Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7486982Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7487238Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7487490Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7487739Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7487987Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7488300Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7488563Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7488816Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.463s) 2022-12-01T11:06:52.7489049Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.449s) 2022-12-01T11:06:52.7489281Z test_comprehensive_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-12-01T11:06:52.7489509Z test_comprehensive_nn_functional_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-12-01T11:06:52.7489733Z test_comprehensive_nn_functional_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.893s) 2022-12-01T11:06:52.7489962Z test_comprehensive_nn_functional_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.863s) 2022-12-01T11:06:52.7490197Z test_comprehensive_nn_functional_normalize_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-12-01T11:06:52.7490437Z test_comprehensive_nn_functional_normalize_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.085s) 2022-12-01T11:06:52.7490677Z test_comprehensive_nn_functional_normalize_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.113s) 2022-12-01T11:06:52.7490904Z test_comprehensive_nn_functional_normalize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-12-01T11:06:52.7491118Z test_comprehensive_nn_functional_normalize_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.435s) 2022-12-01T11:06:52.7491342Z test_comprehensive_nn_functional_normalize_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.418s) 2022-12-01T11:06:52.7491565Z test_comprehensive_nn_functional_one_hot_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-12-01T11:06:52.7491875Z test_comprehensive_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7492173Z test_comprehensive_nn_functional_pad_circular_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7492475Z test_comprehensive_nn_functional_pad_circular_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7492831Z test_comprehensive_nn_functional_pad_circular_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7493131Z test_comprehensive_nn_functional_pad_circular_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7493435Z test_comprehensive_nn_functional_pad_circular_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7493737Z test_comprehensive_nn_functional_pad_circular_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7494034Z test_comprehensive_nn_functional_pad_circular_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7494306Z test_comprehensive_nn_functional_pad_circular_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7494588Z test_comprehensive_nn_functional_pad_circular_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7494879Z test_comprehensive_nn_functional_pad_circular_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7495212Z test_comprehensive_nn_functional_pad_circular_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.7495459Z test_comprehensive_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.7495692Z test_comprehensive_nn_functional_pad_constant_cuda_bool (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.7495933Z test_comprehensive_nn_functional_pad_constant_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.521s) 2022-12-01T11:06:52.7496176Z test_comprehensive_nn_functional_pad_constant_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.524s) 2022-12-01T11:06:52.7496414Z test_comprehensive_nn_functional_pad_constant_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7496634Z test_comprehensive_nn_functional_pad_constant_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.914s) 2022-12-01T11:06:52.7496871Z test_comprehensive_nn_functional_pad_constant_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.911s) 2022-12-01T11:06:52.7497106Z test_comprehensive_nn_functional_pad_constant_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-12-01T11:06:52.7497340Z test_comprehensive_nn_functional_pad_constant_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.7497567Z test_comprehensive_nn_functional_pad_constant_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-12-01T11:06:52.7497801Z test_comprehensive_nn_functional_pad_constant_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.7498030Z test_comprehensive_nn_functional_pad_constant_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.7498262Z test_comprehensive_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7498503Z test_comprehensive_nn_functional_pad_reflect_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7498725Z test_comprehensive_nn_functional_pad_reflect_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7498966Z test_comprehensive_nn_functional_pad_reflect_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7499194Z test_comprehensive_nn_functional_pad_reflect_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7499418Z test_comprehensive_nn_functional_pad_reflect_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7499710Z test_comprehensive_nn_functional_pad_replicate_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7499955Z test_comprehensive_nn_functional_pad_replicate_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7500196Z test_comprehensive_nn_functional_pad_replicate_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7500432Z test_comprehensive_nn_functional_pad_replicate_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7500667Z test_comprehensive_nn_functional_pad_replicate_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7500900Z test_comprehensive_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.7501152Z test_comprehensive_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.308s) 2022-12-01T11:06:52.7501399Z test_comprehensive_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.320s) 2022-12-01T11:06:52.7501644Z test_comprehensive_nn_functional_pairwise_distance_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.7501886Z test_comprehensive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-12-01T11:06:52.7502129Z test_comprehensive_nn_functional_pairwise_distance_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-12-01T11:06:52.7502367Z test_comprehensive_nn_functional_pairwise_distance_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7502644Z test_comprehensive_nn_functional_pairwise_distance_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7502892Z test_comprehensive_nn_functional_pairwise_distance_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7503115Z test_comprehensive_nn_functional_pairwise_distance_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7503362Z test_comprehensive_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-12-01T11:06:52.7503587Z test_comprehensive_nn_functional_pdist_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7503813Z test_comprehensive_nn_functional_pdist_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7504049Z test_comprehensive_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7504283Z test_comprehensive_nn_functional_pixel_shuffle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7504528Z test_comprehensive_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7504768Z test_comprehensive_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7505003Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7505224Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7505456Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7505689Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7505916Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7506140Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7506375Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7506610Z test_comprehensive_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7506853Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7507139Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7507368Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7507612Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7507848Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7508089Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7508320Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7508554Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7508783Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7509017Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7509252Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7509473Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7509716Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.635s) 2022-12-01T11:06:52.7509992Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.632s) 2022-12-01T11:06:52.7510449Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (15.453s) 2022-12-01T11:06:52.7510697Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (15.290s) 2022-12-01T11:06:52.7510939Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (5.445s) 2022-12-01T11:06:52.7511173Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (5.441s) 2022-12-01T11:06:52.7511401Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (5.425s) 2022-12-01T11:06:52.7511635Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (5.461s) 2022-12-01T11:06:52.7511858Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (5.451s) 2022-12-01T11:06:52.7512083Z test_comprehensive_nn_functional_prelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-12-01T11:06:52.7512305Z test_comprehensive_nn_functional_prelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.955s) 2022-12-01T11:06:52.7512527Z test_comprehensive_nn_functional_prelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.948s) 2022-12-01T11:06:52.7512839Z test_comprehensive_nn_functional_relu6_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.7513142Z test_comprehensive_nn_functional_relu6_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.7513434Z test_comprehensive_nn_functional_relu6_cuda_float32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.7513739Z test_comprehensive_nn_functional_relu6_cuda_float64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.7514029Z test_comprehensive_nn_functional_relu6_cuda_int16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.7514324Z test_comprehensive_nn_functional_relu6_cuda_int32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.7514694Z test_comprehensive_nn_functional_relu6_cuda_int64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.7514971Z test_comprehensive_nn_functional_relu6_cuda_int8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.7515259Z test_comprehensive_nn_functional_relu6_cuda_uint8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.7515488Z test_comprehensive_nn_functional_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7515713Z test_comprehensive_nn_functional_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7515934Z test_comprehensive_nn_functional_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7516160Z test_comprehensive_nn_functional_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7516379Z test_comprehensive_nn_functional_relu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7516596Z test_comprehensive_nn_functional_relu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7516808Z test_comprehensive_nn_functional_relu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7517010Z test_comprehensive_nn_functional_relu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7517302Z test_comprehensive_nn_functional_relu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7517542Z test_comprehensive_nn_functional_rrelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7517767Z test_comprehensive_nn_functional_rrelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7517989Z test_comprehensive_nn_functional_rrelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7518214Z test_comprehensive_nn_functional_rrelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7518432Z test_comprehensive_nn_functional_selu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7518653Z test_comprehensive_nn_functional_selu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7518855Z test_comprehensive_nn_functional_selu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7519076Z test_comprehensive_nn_functional_selu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7519335Z test_comprehensive_nn_functional_silu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7519553Z test_comprehensive_nn_functional_silu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7519766Z test_comprehensive_nn_functional_silu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7519988Z test_comprehensive_nn_functional_silu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7520225Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7520455Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7520689Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7520916Z test_comprehensive_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7521158Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7521397Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.7521637Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-12-01T11:06:52.7521928Z test_comprehensive_nn_functional_softmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7522160Z test_comprehensive_nn_functional_softmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7522387Z test_comprehensive_nn_functional_softmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-12-01T11:06:52.7522613Z test_comprehensive_nn_functional_softmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-12-01T11:06:52.7522862Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7523093Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.357s) 2022-12-01T11:06:52.7523341Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.362s) 2022-12-01T11:06:52.7523588Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7523834Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-12-01T11:06:52.7524077Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-12-01T11:06:52.7524316Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-12-01T11:06:52.7524554Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-12-01T11:06:52.7524819Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-12-01T11:06:52.7525067Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-12-01T11:06:52.7525284Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.7525521Z test_comprehensive_nn_functional_softplus_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7525752Z test_comprehensive_nn_functional_softplus_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7525977Z test_comprehensive_nn_functional_softplus_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7526206Z test_comprehensive_nn_functional_softplus_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7526445Z test_comprehensive_nn_functional_softshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7526681Z test_comprehensive_nn_functional_softshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7526913Z test_comprehensive_nn_functional_softshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.7527241Z test_comprehensive_nn_functional_softshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.7527466Z test_comprehensive_nn_functional_softsign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7527723Z test_comprehensive_nn_functional_softsign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7527991Z test_comprehensive_nn_functional_softsign_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-12-01T11:06:52.7528262Z test_comprehensive_nn_functional_softsign_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-12-01T11:06:52.7528534Z test_comprehensive_nn_functional_softsign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7528809Z test_comprehensive_nn_functional_softsign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-12-01T11:06:52.7529046Z test_comprehensive_nn_functional_softsign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-12-01T11:06:52.7529487Z test_comprehensive_nn_functional_softsign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7529839Z test_comprehensive_nn_functional_softsign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7530103Z test_comprehensive_nn_functional_softsign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7530371Z test_comprehensive_nn_functional_softsign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7530621Z test_comprehensive_nn_functional_softsign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7530883Z test_comprehensive_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7531109Z test_comprehensive_nn_functional_tanhshrink_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.573s) 2022-12-01T11:06:52.7531388Z test_comprehensive_nn_functional_tanhshrink_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.445s) 2022-12-01T11:06:52.7531648Z test_comprehensive_nn_functional_tanhshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7531949Z test_comprehensive_nn_functional_tanhshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.7532212Z test_comprehensive_nn_functional_tanhshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7532477Z test_comprehensive_nn_functional_tanhshrink_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7532736Z test_comprehensive_nn_functional_tanhshrink_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7533061Z test_comprehensive_nn_functional_tanhshrink_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7533282Z test_comprehensive_nn_functional_tanhshrink_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7533559Z test_comprehensive_nn_functional_tanhshrink_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7533835Z test_comprehensive_nn_functional_threshold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7534107Z test_comprehensive_nn_functional_threshold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7534410Z test_comprehensive_nn_functional_threshold_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7534671Z test_comprehensive_nn_functional_threshold_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7534949Z test_comprehensive_nn_functional_threshold_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7535216Z test_comprehensive_nn_functional_threshold_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7535487Z test_comprehensive_nn_functional_threshold_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7535699Z test_comprehensive_nn_functional_threshold_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7535962Z test_comprehensive_nn_functional_threshold_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7536251Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-12-01T11:06:52.7536544Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.621s) 2022-12-01T11:06:52.7536865Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.634s) 2022-12-01T11:06:52.7537147Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-12-01T11:06:52.7537428Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.127s) 2022-12-01T11:06:52.7537711Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.098s) 2022-12-01T11:06:52.7537988Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.368s) 2022-12-01T11:06:52.7538268Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.368s) 2022-12-01T11:06:52.7538550Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.367s) 2022-12-01T11:06:52.7538832Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.368s) 2022-12-01T11:06:52.7539105Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.366s) 2022-12-01T11:06:52.7539449Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.233s) 2022-12-01T11:06:52.7539804Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.616s) 2022-12-01T11:06:52.7540110Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.636s) 2022-12-01T11:06:52.7540415Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-12-01T11:06:52.7540717Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.127s) 2022-12-01T11:06:52.7541017Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.100s) 2022-12-01T11:06:52.7541261Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-12-01T11:06:52.7541611Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-12-01T11:06:52.7541914Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-12-01T11:06:52.7542255Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-12-01T11:06:52.7542560Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-12-01T11:06:52.7542823Z test_comprehensive_nn_functional_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.896s) 2022-12-01T11:06:52.7543093Z test_comprehensive_nn_functional_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.575s) 2022-12-01T11:06:52.7543362Z test_comprehensive_nn_functional_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.653s) 2022-12-01T11:06:52.7543632Z test_comprehensive_nn_functional_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.893s) 2022-12-01T11:06:52.7543844Z test_comprehensive_nn_functional_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.142s) 2022-12-01T11:06:52.7544109Z test_comprehensive_nn_functional_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.119s) 2022-12-01T11:06:52.7544401Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7544761Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.7545043Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.7545327Z test_comprehensive_nn_functional_upsample_nearest_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7545606Z test_comprehensive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7545884Z test_comprehensive_nn_functional_upsample_nearest_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7546165Z test_comprehensive_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7546360Z test_comprehensive_nonzero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.7546670Z test_comprehensive_nonzero_cuda_bool (__main__.TestDecompCUDA) ... ok (0.079s) 2022-12-01T11:06:52.7546919Z test_comprehensive_nonzero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7547201Z test_comprehensive_nonzero_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7547441Z test_comprehensive_nonzero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-12-01T11:06:52.7547683Z test_comprehensive_nonzero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.7547930Z test_comprehensive_nonzero_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-12-01T11:06:52.7548183Z test_comprehensive_nonzero_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-12-01T11:06:52.7548429Z test_comprehensive_nonzero_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.7548618Z test_comprehensive_nonzero_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-12-01T11:06:52.7548863Z test_comprehensive_nonzero_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.7549143Z test_comprehensive_nonzero_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-12-01T11:06:52.7549414Z test_comprehensive_nonzero_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.7549651Z test_comprehensive_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.374s) 2022-12-01T11:06:52.7549892Z test_comprehensive_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.852s) 2022-12-01T11:06:52.7550378Z test_comprehensive_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.916s) 2022-12-01T11:06:52.7550722Z test_comprehensive_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.375s) 2022-12-01T11:06:52.7550920Z test_comprehensive_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.167s) 2022-12-01T11:06:52.7551160Z test_comprehensive_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.129s) 2022-12-01T11:06:52.7551407Z test_comprehensive_norm_fro_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7551669Z test_comprehensive_norm_fro_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-12-01T11:06:52.7551966Z test_comprehensive_norm_fro_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-12-01T11:06:52.7552212Z test_comprehensive_norm_fro_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7552461Z test_comprehensive_norm_fro_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.7552706Z test_comprehensive_norm_fro_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7552903Z test_comprehensive_norm_inf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-12-01T11:06:52.7553153Z test_comprehensive_norm_inf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-12-01T11:06:52.7553405Z test_comprehensive_norm_inf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-12-01T11:06:52.7553701Z test_comprehensive_norm_inf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-12-01T11:06:52.7553941Z test_comprehensive_norm_inf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-12-01T11:06:52.7554213Z test_comprehensive_norm_inf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-12-01T11:06:52.7554471Z test_comprehensive_norm_nuc_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.299s) 2022-12-01T11:06:52.7554717Z test_comprehensive_norm_nuc_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.296s) 2022-12-01T11:06:52.7554909Z test_comprehensive_norm_nuc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-12-01T11:06:52.7555155Z test_comprehensive_norm_nuc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-12-01T11:06:52.7555398Z test_comprehensive_normal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7555639Z test_comprehensive_normal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7555955Z test_comprehensive_normal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7556199Z test_comprehensive_normal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7556497Z test_comprehensive_normal_number_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7556757Z test_comprehensive_normal_number_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7557016Z test_comprehensive_normal_number_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7557224Z test_comprehensive_normal_number_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7557469Z test_comprehensive_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7557704Z test_comprehensive_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7557988Z test_comprehensive_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7558250Z test_comprehensive_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7558485Z test_comprehensive_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7558756Z test_comprehensive_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7558995Z test_comprehensive_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7559182Z test_comprehensive_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7559415Z test_comprehensive_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7559695Z test_comprehensive_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7559939Z test_comprehensive_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7560181Z test_comprehensive_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7560419Z test_comprehensive_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7560673Z test_comprehensive_ones_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7560948Z test_comprehensive_ones_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7561149Z test_comprehensive_ones_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7561399Z test_comprehensive_ones_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7561649Z test_comprehensive_ones_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7575550Z test_comprehensive_ones_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7575830Z test_comprehensive_ones_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7576044Z test_comprehensive_ones_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7576263Z test_comprehensive_ones_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7576465Z test_comprehensive_ones_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7576663Z test_comprehensive_ones_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7576849Z test_comprehensive_ones_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7577057Z test_comprehensive_ones_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7577270Z test_comprehensive_ormqr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.7577483Z test_comprehensive_ormqr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7577689Z test_comprehensive_ormqr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.7577893Z test_comprehensive_ormqr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.7578102Z test_comprehensive_outer_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7578427Z test_comprehensive_outer_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7578619Z test_comprehensive_outer_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-12-01T11:06:52.7578828Z test_comprehensive_outer_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.7579033Z test_comprehensive_outer_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7579234Z test_comprehensive_outer_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7579441Z test_comprehensive_outer_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7579644Z test_comprehensive_outer_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7579846Z test_comprehensive_outer_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7580050Z test_comprehensive_outer_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7580255Z test_comprehensive_outer_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7580434Z test_comprehensive_outer_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7580679Z test_comprehensive_pca_lowrank_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.009s) 2022-12-01T11:06:52.7580913Z test_comprehensive_pca_lowrank_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-12-01T11:06:52.7581127Z test_comprehensive_permute_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7581388Z test_comprehensive_permute_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7581612Z test_comprehensive_permute_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.7581827Z test_comprehensive_permute_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7582034Z test_comprehensive_permute_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.7582230Z test_comprehensive_permute_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7582432Z test_comprehensive_permute_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7582631Z test_comprehensive_permute_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7582835Z test_comprehensive_permute_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7583039Z test_comprehensive_permute_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7583239Z test_comprehensive_permute_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7583446Z test_comprehensive_permute_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7583648Z test_comprehensive_permute_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7583848Z test_comprehensive_pinverse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.402s) 2022-12-01T11:06:52.7584069Z test_comprehensive_pinverse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.396s) 2022-12-01T11:06:52.7584281Z test_comprehensive_pinverse_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.862s) 2022-12-01T11:06:52.7584485Z test_comprehensive_pinverse_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.851s) 2022-12-01T11:06:52.7584687Z test_comprehensive_polar_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.343s) 2022-12-01T11:06:52.7584893Z test_comprehensive_polar_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.347s) 2022-12-01T11:06:52.7585130Z test_comprehensive_polygamma_polygamma_n_0_cuda_bool (__main__.TestDecompCUDA) ... ok (1.265s) 2022-12-01T11:06:52.7585368Z test_comprehensive_polygamma_polygamma_n_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.244s) 2022-12-01T11:06:52.7585599Z test_comprehensive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.287s) 2022-12-01T11:06:52.7585882Z test_comprehensive_polygamma_polygamma_n_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.487s) 2022-12-01T11:06:52.7586111Z test_comprehensive_polygamma_polygamma_n_0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7586341Z test_comprehensive_polygamma_polygamma_n_0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7586571Z test_comprehensive_polygamma_polygamma_n_0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7586800Z test_comprehensive_polygamma_polygamma_n_0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7587029Z test_comprehensive_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7587259Z test_comprehensive_polygamma_polygamma_n_1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7587493Z test_comprehensive_polygamma_polygamma_n_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7587703Z test_comprehensive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.7587927Z test_comprehensive_polygamma_polygamma_n_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7588154Z test_comprehensive_polygamma_polygamma_n_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7588378Z test_comprehensive_polygamma_polygamma_n_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7588612Z test_comprehensive_polygamma_polygamma_n_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7588921Z test_comprehensive_polygamma_polygamma_n_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7589155Z test_comprehensive_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7589383Z test_comprehensive_polygamma_polygamma_n_2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7589617Z test_comprehensive_polygamma_polygamma_n_2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7589823Z test_comprehensive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7590052Z test_comprehensive_polygamma_polygamma_n_2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7590510Z test_comprehensive_polygamma_polygamma_n_2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7590747Z test_comprehensive_polygamma_polygamma_n_2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7590977Z test_comprehensive_polygamma_polygamma_n_2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7591208Z test_comprehensive_polygamma_polygamma_n_2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7591433Z test_comprehensive_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7591666Z test_comprehensive_polygamma_polygamma_n_3_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7591896Z test_comprehensive_polygamma_polygamma_n_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7592102Z test_comprehensive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7592328Z test_comprehensive_polygamma_polygamma_n_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7592554Z test_comprehensive_polygamma_polygamma_n_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7592782Z test_comprehensive_polygamma_polygamma_n_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7593008Z test_comprehensive_polygamma_polygamma_n_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7593236Z test_comprehensive_polygamma_polygamma_n_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7593459Z test_comprehensive_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7593793Z test_comprehensive_polygamma_polygamma_n_4_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7594017Z test_comprehensive_polygamma_polygamma_n_4_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7594221Z test_comprehensive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7594446Z test_comprehensive_polygamma_polygamma_n_4_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7594680Z test_comprehensive_polygamma_polygamma_n_4_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7594906Z test_comprehensive_polygamma_polygamma_n_4_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7595128Z test_comprehensive_polygamma_polygamma_n_4_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7595353Z test_comprehensive_polygamma_polygamma_n_4_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7595582Z test_comprehensive_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7595798Z test_comprehensive_positive_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7595996Z test_comprehensive_positive_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7596212Z test_comprehensive_positive_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7596428Z test_comprehensive_positive_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7596705Z test_comprehensive_positive_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7596924Z test_comprehensive_positive_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7597137Z test_comprehensive_positive_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7597350Z test_comprehensive_positive_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7597552Z test_comprehensive_positive_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7597752Z test_comprehensive_positive_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7597940Z test_comprehensive_positive_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7598150Z test_comprehensive_positive_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7598356Z test_comprehensive_pow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-12-01T11:06:52.7598570Z test_comprehensive_pow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.532s) 2022-12-01T11:06:52.7598779Z test_comprehensive_pow_cuda_complex32 (__main__.TestDecompCUDA) ... ok (2.700s) 2022-12-01T11:06:52.7598985Z test_comprehensive_pow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.541s) 2022-12-01T11:06:52.7599192Z test_comprehensive_pow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-12-01T11:06:52.7599393Z test_comprehensive_pow_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.401s) 2022-12-01T11:06:52.7599577Z test_comprehensive_pow_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.389s) 2022-12-01T11:06:52.7599778Z test_comprehensive_pow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7599976Z test_comprehensive_pow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7600171Z test_comprehensive_pow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7600374Z test_comprehensive_pow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7600566Z test_comprehensive_pow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7600773Z test_comprehensive_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-12-01T11:06:52.7600967Z test_comprehensive_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.244s) 2022-12-01T11:06:52.7601216Z test_comprehensive_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.228s) 2022-12-01T11:06:52.7601426Z test_comprehensive_prod_cuda_complex32 (__main__.TestDecompCUDA) ... ok (2.524s) 2022-12-01T11:06:52.7601630Z test_comprehensive_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.283s) 2022-12-01T11:06:52.7601835Z test_comprehensive_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-12-01T11:06:52.7602039Z test_comprehensive_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.023s) 2022-12-01T11:06:52.7602242Z test_comprehensive_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.043s) 2022-12-01T11:06:52.7602447Z test_comprehensive_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.073s) 2022-12-01T11:06:52.7602650Z test_comprehensive_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.074s) 2022-12-01T11:06:52.7602833Z test_comprehensive_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-12-01T11:06:52.7603042Z test_comprehensive_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.079s) 2022-12-01T11:06:52.7603241Z test_comprehensive_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.079s) 2022-12-01T11:06:52.7603445Z test_comprehensive_put_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.7603645Z test_comprehensive_put_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7603854Z test_comprehensive_put_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7604063Z test_comprehensive_put_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-12-01T11:06:52.7604309Z test_comprehensive_put_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.7604504Z test_comprehensive_put_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-12-01T11:06:52.7604705Z test_comprehensive_put_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-12-01T11:06:52.7604905Z test_comprehensive_put_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7605109Z test_comprehensive_put_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7605303Z test_comprehensive_put_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7605503Z test_comprehensive_put_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7605703Z test_comprehensive_put_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7605908Z test_comprehensive_qr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.534s) 2022-12-01T11:06:52.7606098Z test_comprehensive_qr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.571s) 2022-12-01T11:06:52.7606303Z test_comprehensive_qr_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.708s) 2022-12-01T11:06:52.7606504Z test_comprehensive_qr_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.671s) 2022-12-01T11:06:52.7606714Z test_comprehensive_quantile_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.086s) 2022-12-01T11:06:52.7606931Z test_comprehensive_quantile_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.981s) 2022-12-01T11:06:52.7607137Z test_comprehensive_rad2deg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7607343Z test_comprehensive_rad2deg_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7607553Z test_comprehensive_rad2deg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7607755Z test_comprehensive_rad2deg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7607936Z test_comprehensive_rad2deg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7608147Z test_comprehensive_rad2deg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7608352Z test_comprehensive_rad2deg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7608557Z test_comprehensive_rad2deg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7608820Z test_comprehensive_rad2deg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7609021Z test_comprehensive_rad2deg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7609235Z test_comprehensive_rand_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7609455Z test_comprehensive_rand_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7609653Z test_comprehensive_rand_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7609868Z test_comprehensive_rand_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7610082Z test_comprehensive_rand_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7610296Z test_comprehensive_rand_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7610499Z test_comprehensive_rand_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7610720Z test_comprehensive_randint_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7610935Z test_comprehensive_randint_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7611149Z test_comprehensive_randint_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7611339Z test_comprehensive_randint_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7611551Z test_comprehensive_randint_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7611810Z test_comprehensive_randint_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7612027Z test_comprehensive_randint_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7612239Z test_comprehensive_randint_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7612448Z test_comprehensive_randint_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7612689Z test_comprehensive_randn_cuda_bfloat16 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.7612926Z test_comprehensive_randn_cuda_complex128 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.7613154Z test_comprehensive_randn_cuda_complex32 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.7613371Z test_comprehensive_randn_cuda_complex64 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.7613586Z test_comprehensive_randn_cuda_float16 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.7613805Z test_comprehensive_randn_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.7614020Z test_comprehensive_randn_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.7614222Z test_comprehensive_randn_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7614432Z test_comprehensive_randn_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7614636Z test_comprehensive_randn_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7614834Z test_comprehensive_randn_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7615027Z test_comprehensive_randn_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7615232Z test_comprehensive_randn_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7615447Z test_comprehensive_randn_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7615654Z test_comprehensive_ravel_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7615855Z test_comprehensive_ravel_cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7616068Z test_comprehensive_ravel_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.7616331Z test_comprehensive_ravel_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7616535Z test_comprehensive_ravel_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-12-01T11:06:52.7616722Z test_comprehensive_ravel_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7616929Z test_comprehensive_ravel_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7617136Z test_comprehensive_ravel_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7617338Z test_comprehensive_ravel_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7617543Z test_comprehensive_ravel_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7617745Z test_comprehensive_ravel_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7617945Z test_comprehensive_ravel_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7618147Z test_comprehensive_ravel_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7618354Z test_comprehensive_real_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7618536Z test_comprehensive_real_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7618747Z test_comprehensive_real_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7618956Z test_comprehensive_real_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7619201Z test_comprehensive_real_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7619459Z test_comprehensive_real_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7619669Z test_comprehensive_real_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7619871Z test_comprehensive_real_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7620077Z test_comprehensive_real_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7620261Z test_comprehensive_real_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7620459Z test_comprehensive_real_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7620658Z test_comprehensive_real_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7620852Z test_comprehensive_real_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7621071Z test_comprehensive_reciprocal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7621286Z test_comprehensive_reciprocal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7621509Z test_comprehensive_reciprocal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7621728Z test_comprehensive_reciprocal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.7621923Z test_comprehensive_reciprocal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7622140Z test_comprehensive_reciprocal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.7622355Z test_comprehensive_reciprocal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.7622568Z test_comprehensive_reciprocal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7622775Z test_comprehensive_reciprocal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7622987Z test_comprehensive_reciprocal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7623201Z test_comprehensive_reciprocal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7623410Z test_comprehensive_reciprocal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7623602Z test_comprehensive_remainder_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7623814Z test_comprehensive_remainder_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7624071Z test_comprehensive_remainder_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.039s) 2022-12-01T11:06:52.7624282Z test_comprehensive_remainder_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.043s) 2022-12-01T11:06:52.7624490Z test_comprehensive_remainder_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7624692Z test_comprehensive_remainder_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7624891Z test_comprehensive_remainder_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7625102Z test_comprehensive_remainder_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7625305Z test_comprehensive_remainder_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7625495Z test_comprehensive_renorm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7625707Z test_comprehensive_renorm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.251s) 2022-12-01T11:06:52.7625925Z test_comprehensive_renorm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.263s) 2022-12-01T11:06:52.7626134Z test_comprehensive_renorm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7626336Z test_comprehensive_renorm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.800s) 2022-12-01T11:06:52.7626533Z test_comprehensive_renorm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.789s) 2022-12-01T11:06:52.7626744Z test_comprehensive_repeat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.7626995Z test_comprehensive_repeat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7627198Z test_comprehensive_repeat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.7627408Z test_comprehensive_repeat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-12-01T11:06:52.7627616Z test_comprehensive_repeat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.7627820Z test_comprehensive_repeat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-12-01T11:06:52.7628027Z test_comprehensive_repeat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.7628235Z test_comprehensive_repeat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7628441Z test_comprehensive_repeat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7628647Z test_comprehensive_repeat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.7628835Z test_comprehensive_repeat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7629040Z test_comprehensive_repeat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7629273Z test_comprehensive_repeat_interleave_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7629494Z test_comprehensive_repeat_interleave_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7629730Z test_comprehensive_repeat_interleave_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-12-01T11:06:52.7629961Z test_comprehensive_repeat_interleave_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.7630396Z test_comprehensive_repeat_interleave_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-12-01T11:06:52.7630634Z test_comprehensive_repeat_interleave_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7630861Z test_comprehensive_repeat_interleave_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7631066Z test_comprehensive_repeat_interleave_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7631288Z test_comprehensive_repeat_interleave_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7631508Z test_comprehensive_repeat_interleave_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7631852Z test_comprehensive_repeat_interleave_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7632073Z test_comprehensive_repeat_interleave_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7632289Z test_comprehensive_repeat_interleave_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7632506Z test_comprehensive_reshape_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7632719Z test_comprehensive_reshape_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7632923Z test_comprehensive_reshape_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-12-01T11:06:52.7633143Z test_comprehensive_reshape_as_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7633361Z test_comprehensive_reshape_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.7633575Z test_comprehensive_reshape_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7633792Z test_comprehensive_reshape_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.7634000Z test_comprehensive_reshape_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.7634213Z test_comprehensive_reshape_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7634417Z test_comprehensive_reshape_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7634600Z test_comprehensive_reshape_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7634868Z test_comprehensive_reshape_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7635090Z test_comprehensive_reshape_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7635299Z test_comprehensive_reshape_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7635506Z test_comprehensive_reshape_cuda_bool (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.7635727Z test_comprehensive_reshape_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-12-01T11:06:52.7635943Z test_comprehensive_reshape_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7636150Z test_comprehensive_reshape_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-12-01T11:06:52.7636360Z test_comprehensive_reshape_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7636546Z test_comprehensive_reshape_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-12-01T11:06:52.7636751Z test_comprehensive_reshape_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-12-01T11:06:52.7636958Z test_comprehensive_reshape_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.7637164Z test_comprehensive_reshape_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.7637370Z test_comprehensive_reshape_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.7637580Z test_comprehensive_reshape_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.7637783Z test_comprehensive_reshape_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.7637993Z test_comprehensive_resize__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7638177Z test_comprehensive_resize__cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7638389Z test_comprehensive_resize__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7638604Z test_comprehensive_resize__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7638812Z test_comprehensive_resize__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7639015Z test_comprehensive_resize__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7639213Z test_comprehensive_resize__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7639489Z test_comprehensive_resize__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7639692Z test_comprehensive_resize__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7639872Z test_comprehensive_resize__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7640073Z test_comprehensive_resize__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7640272Z test_comprehensive_resize__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7640487Z test_comprehensive_resize_as__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7640695Z test_comprehensive_resize_as__cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7640912Z test_comprehensive_resize_as__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7641128Z test_comprehensive_resize_as__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7641339Z test_comprehensive_resize_as__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7641529Z test_comprehensive_resize_as__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7641740Z test_comprehensive_resize_as__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7641950Z test_comprehensive_resize_as__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7642153Z test_comprehensive_resize_as__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7642404Z test_comprehensive_resize_as__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7642618Z test_comprehensive_resize_as__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7642824Z test_comprehensive_resize_as__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7643040Z test_comprehensive_resolve_conj_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7643258Z test_comprehensive_resolve_conj_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7643460Z test_comprehensive_resolve_conj_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7643680Z test_comprehensive_resolve_conj_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7643895Z test_comprehensive_resolve_conj_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7644108Z test_comprehensive_resolve_conj_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7644325Z test_comprehensive_resolve_conj_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7644534Z test_comprehensive_resolve_conj_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7644739Z test_comprehensive_resolve_conj_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7644952Z test_comprehensive_resolve_conj_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7645143Z test_comprehensive_resolve_conj_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7645353Z test_comprehensive_resolve_conj_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7645565Z test_comprehensive_resolve_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7645774Z test_comprehensive_resolve_neg_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7645991Z test_comprehensive_resolve_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7646210Z test_comprehensive_resolve_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7646428Z test_comprehensive_resolve_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7646642Z test_comprehensive_resolve_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7646908Z test_comprehensive_resolve_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7647099Z test_comprehensive_resolve_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7647309Z test_comprehensive_resolve_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7647513Z test_comprehensive_resolve_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7647717Z test_comprehensive_resolve_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7647924Z test_comprehensive_resolve_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7648135Z test_comprehensive_resolve_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7648339Z test_comprehensive_roll_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7648539Z test_comprehensive_roll_cuda_bool (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7648734Z test_comprehensive_roll_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.373s) 2022-12-01T11:06:52.7648941Z test_comprehensive_roll_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-12-01T11:06:52.7649149Z test_comprehensive_roll_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.376s) 2022-12-01T11:06:52.7649353Z test_comprehensive_roll_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7649557Z test_comprehensive_roll_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-12-01T11:06:52.7649759Z test_comprehensive_roll_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.7650003Z test_comprehensive_roll_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7650213Z test_comprehensive_roll_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7650393Z test_comprehensive_roll_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7650596Z test_comprehensive_roll_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7650797Z test_comprehensive_roll_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7651002Z test_comprehensive_rot90_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7651199Z test_comprehensive_rot90_cuda_bool (__main__.TestDecompCUDA) ... ok (0.345s) 2022-12-01T11:06:52.7651411Z test_comprehensive_rot90_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.550s) 2022-12-01T11:06:52.7651624Z test_comprehensive_rot90_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.554s) 2022-12-01T11:06:52.7651831Z test_comprehensive_rot90_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7652015Z test_comprehensive_rot90_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.933s) 2022-12-01T11:06:52.7652219Z test_comprehensive_rot90_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.923s) 2022-12-01T11:06:52.7652421Z test_comprehensive_rot90_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.347s) 2022-12-01T11:06:52.7652629Z test_comprehensive_rot90_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.345s) 2022-12-01T11:06:52.7652828Z test_comprehensive_rot90_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.345s) 2022-12-01T11:06:52.7653026Z test_comprehensive_rot90_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.348s) 2022-12-01T11:06:52.7653223Z test_comprehensive_rot90_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.344s) 2022-12-01T11:06:52.7653435Z test_comprehensive_round_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7653621Z test_comprehensive_round_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7653825Z test_comprehensive_round_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7654031Z test_comprehensive_round_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7654233Z test_comprehensive_round_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7654503Z test_comprehensive_round_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7654707Z test_comprehensive_round_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7654909Z test_comprehensive_round_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7655106Z test_comprehensive_round_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7655313Z test_comprehensive_round_decimals_0_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7655536Z test_comprehensive_round_decimals_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7655759Z test_comprehensive_round_decimals_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7655976Z test_comprehensive_round_decimals_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7656197Z test_comprehensive_round_decimals_3_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7656421Z test_comprehensive_round_decimals_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7656641Z test_comprehensive_round_decimals_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7656856Z test_comprehensive_round_decimals_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7657087Z test_comprehensive_round_decimals_neg_3_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7657296Z test_comprehensive_round_decimals_neg_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7657576Z test_comprehensive_round_decimals_neg_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7657811Z test_comprehensive_round_decimals_neg_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7658020Z test_comprehensive_rsqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7658228Z test_comprehensive_rsqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7658441Z test_comprehensive_rsqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7658654Z test_comprehensive_rsqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.800s) 2022-12-01T11:06:52.7658860Z test_comprehensive_rsqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7659046Z test_comprehensive_rsqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7659250Z test_comprehensive_rsqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.7659457Z test_comprehensive_rsqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7659657Z test_comprehensive_rsqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7659861Z test_comprehensive_rsqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7660065Z test_comprehensive_rsqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7660267Z test_comprehensive_rsqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7660463Z test_comprehensive_rsqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7660668Z test_comprehensive_rsub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.7660857Z test_comprehensive_rsub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.943s) 2022-12-01T11:06:52.7661067Z test_comprehensive_rsub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.944s) 2022-12-01T11:06:52.7661274Z test_comprehensive_rsub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.7661476Z test_comprehensive_rsub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.553s) 2022-12-01T11:06:52.7661679Z test_comprehensive_rsub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.552s) 2022-12-01T11:06:52.7661881Z test_comprehensive_rsub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7662134Z test_comprehensive_rsub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7662334Z test_comprehensive_rsub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7662515Z test_comprehensive_rsub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7662713Z test_comprehensive_rsub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7662930Z test_comprehensive_scatter_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7663145Z test_comprehensive_scatter_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7663367Z test_comprehensive_scatter_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7663586Z test_comprehensive_scatter_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7663804Z test_comprehensive_scatter_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7664022Z test_comprehensive_scatter_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7664218Z test_comprehensive_scatter_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7664428Z test_comprehensive_scatter_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7664631Z test_comprehensive_scatter_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7664830Z test_comprehensive_scatter_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7665082Z test_comprehensive_scatter_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7665293Z test_comprehensive_scatter_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7665501Z test_comprehensive_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7665709Z test_comprehensive_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7665910Z test_comprehensive_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7666122Z test_comprehensive_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7666331Z test_comprehensive_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7666535Z test_comprehensive_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7666746Z test_comprehensive_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7666953Z test_comprehensive_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7667158Z test_comprehensive_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7667362Z test_comprehensive_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7667567Z test_comprehensive_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7667755Z test_comprehensive_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7667989Z test_comprehensive_scatter_reduce_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.572s) 2022-12-01T11:06:52.7668216Z test_comprehensive_scatter_reduce_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.573s) 2022-12-01T11:06:52.7668442Z test_comprehensive_scatter_reduce_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.604s) 2022-12-01T11:06:52.7668668Z test_comprehensive_scatter_reduce_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.578s) 2022-12-01T11:06:52.7668892Z test_comprehensive_scatter_reduce_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7669114Z test_comprehensive_scatter_reduce_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7669334Z test_comprehensive_scatter_reduce_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7669588Z test_comprehensive_scatter_reduce_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7669808Z test_comprehensive_scatter_reduce_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7670037Z test_comprehensive_scatter_reduce_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.573s) 2022-12-01T11:06:52.7670470Z test_comprehensive_scatter_reduce_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.573s) 2022-12-01T11:06:52.7670701Z test_comprehensive_scatter_reduce_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.606s) 2022-12-01T11:06:52.7670929Z test_comprehensive_scatter_reduce_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.581s) 2022-12-01T11:06:52.7671152Z test_comprehensive_scatter_reduce_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7671374Z test_comprehensive_scatter_reduce_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7671591Z test_comprehensive_scatter_reduce_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7671796Z test_comprehensive_scatter_reduce_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7672014Z test_comprehensive_scatter_reduce_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7672239Z test_comprehensive_scatter_reduce_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.7672465Z test_comprehensive_scatter_reduce_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.7672762Z test_comprehensive_scatter_reduce_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.696s) 2022-12-01T11:06:52.7672991Z test_comprehensive_scatter_reduce_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.684s) 2022-12-01T11:06:52.7673212Z test_comprehensive_scatter_reduce_mean_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7673430Z test_comprehensive_scatter_reduce_mean_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7673632Z test_comprehensive_scatter_reduce_mean_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7673851Z test_comprehensive_scatter_reduce_mean_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7674068Z test_comprehensive_scatter_reduce_mean_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7674295Z test_comprehensive_scatter_reduce_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.543s) 2022-12-01T11:06:52.7674520Z test_comprehensive_scatter_reduce_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.541s) 2022-12-01T11:06:52.7674747Z test_comprehensive_scatter_reduce_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.399s) 2022-12-01T11:06:52.7674970Z test_comprehensive_scatter_reduce_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.368s) 2022-12-01T11:06:52.7675189Z test_comprehensive_scatter_reduce_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7675411Z test_comprehensive_scatter_reduce_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7675607Z test_comprehensive_scatter_reduce_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7675828Z test_comprehensive_scatter_reduce_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7676048Z test_comprehensive_scatter_reduce_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7676267Z test_comprehensive_scatter_reduce_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7676491Z test_comprehensive_scatter_reduce_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7676715Z test_comprehensive_scatter_reduce_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7676936Z test_comprehensive_scatter_reduce_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7677233Z test_comprehensive_scatter_reduce_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7677451Z test_comprehensive_scatter_reduce_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7677652Z test_comprehensive_scatter_reduce_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7677866Z test_comprehensive_scatter_reduce_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7678083Z test_comprehensive_scatter_reduce_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7678305Z test_comprehensive_scatter_reduce_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7678525Z test_comprehensive_searchsorted_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7678742Z test_comprehensive_searchsorted_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.7678960Z test_comprehensive_searchsorted_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.7679176Z test_comprehensive_searchsorted_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7679366Z test_comprehensive_searchsorted_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7679578Z test_comprehensive_searchsorted_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7679792Z test_comprehensive_searchsorted_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7680004Z test_comprehensive_searchsorted_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7680283Z test_comprehensive_segment_reduce_lengths_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-12-01T11:06:52.7680522Z test_comprehensive_segment_reduce_lengths_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-12-01T11:06:52.7680750Z test_comprehensive_segment_reduce_lengths_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-12-01T11:06:52.7680974Z test_comprehensive_segment_reduce_lengths_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-12-01T11:06:52.7681209Z test_comprehensive_segment_reduce_offsets_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-12-01T11:06:52.7681412Z test_comprehensive_segment_reduce_offsets_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-12-01T11:06:52.7681641Z test_comprehensive_segment_reduce_offsets_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7681867Z test_comprehensive_segment_reduce_offsets_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7682083Z test_comprehensive_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7682286Z test_comprehensive_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7682502Z test_comprehensive_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.7682714Z test_comprehensive_select_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7682927Z test_comprehensive_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.7683114Z test_comprehensive_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7683314Z test_comprehensive_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7683510Z test_comprehensive_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7683717Z test_comprehensive_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7683922Z test_comprehensive_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7684125Z test_comprehensive_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7684326Z test_comprehensive_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7684523Z test_comprehensive_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7684780Z test_comprehensive_select_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7684997Z test_comprehensive_select_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7685215Z test_comprehensive_select_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7685435Z test_comprehensive_select_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7685649Z test_comprehensive_select_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7685868Z test_comprehensive_select_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7686083Z test_comprehensive_select_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7686297Z test_comprehensive_select_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7686511Z test_comprehensive_select_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7686708Z test_comprehensive_select_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7686913Z test_comprehensive_sgn_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7687112Z test_comprehensive_sgn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7687323Z test_comprehensive_sgn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.613s) 2022-12-01T11:06:52.7687530Z test_comprehensive_sgn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.289s) 2022-12-01T11:06:52.7687778Z test_comprehensive_sgn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.615s) 2022-12-01T11:06:52.7687990Z test_comprehensive_sgn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7688192Z test_comprehensive_sgn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7688375Z test_comprehensive_sgn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7688578Z test_comprehensive_sgn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7688776Z test_comprehensive_sgn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7688970Z test_comprehensive_sgn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7689169Z test_comprehensive_sgn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7689366Z test_comprehensive_sgn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7689573Z test_comprehensive_short_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7689778Z test_comprehensive_short_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7689971Z test_comprehensive_short_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7690181Z test_comprehensive_short_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7690388Z test_comprehensive_short_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7690595Z test_comprehensive_short_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7690798Z test_comprehensive_short_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7690997Z test_comprehensive_short_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7691196Z test_comprehensive_short_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7691396Z test_comprehensive_short_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7691582Z test_comprehensive_short_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7691779Z test_comprehensive_short_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7691989Z test_comprehensive_sigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7692261Z test_comprehensive_sigmoid_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7692478Z test_comprehensive_sigmoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.323s) 2022-12-01T11:06:52.7692693Z test_comprehensive_sigmoid_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.706s) 2022-12-01T11:06:52.7692907Z test_comprehensive_sigmoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.083s) 2022-12-01T11:06:52.7693116Z test_comprehensive_sigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7693301Z test_comprehensive_sigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7693505Z test_comprehensive_sigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7693709Z test_comprehensive_sigmoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7693914Z test_comprehensive_sigmoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7694117Z test_comprehensive_sigmoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7694324Z test_comprehensive_sigmoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7694528Z test_comprehensive_sigmoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7694733Z test_comprehensive_sign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7694933Z test_comprehensive_sign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7695116Z test_comprehensive_sign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7695363Z test_comprehensive_sign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7695573Z test_comprehensive_sign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7695772Z test_comprehensive_sign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7695971Z test_comprehensive_sign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7696174Z test_comprehensive_sign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7696371Z test_comprehensive_sign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7696566Z test_comprehensive_sign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7696759Z test_comprehensive_signbit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7696961Z test_comprehensive_signbit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7697170Z test_comprehensive_signbit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7697378Z test_comprehensive_signbit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7697583Z test_comprehensive_signbit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7697785Z test_comprehensive_signbit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7697993Z test_comprehensive_signbit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7698194Z test_comprehensive_signbit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7698380Z test_comprehensive_signbit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7698584Z test_comprehensive_signbit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7698786Z test_comprehensive_sin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7698985Z test_comprehensive_sin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7699197Z test_comprehensive_sin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-12-01T11:06:52.7699403Z test_comprehensive_sin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7699606Z test_comprehensive_sin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-12-01T11:06:52.7699863Z test_comprehensive_sin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7700045Z test_comprehensive_sin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.7700246Z test_comprehensive_sin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-12-01T11:06:52.7700443Z test_comprehensive_sin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7700643Z test_comprehensive_sin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7700837Z test_comprehensive_sin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7701038Z test_comprehensive_sin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7701239Z test_comprehensive_sin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7701438Z test_comprehensive_sinc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.622s) 2022-12-01T11:06:52.7701615Z test_comprehensive_sinc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.350s) 2022-12-01T11:06:52.7701832Z test_comprehensive_sinc_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.215s) 2022-12-01T11:06:52.7702044Z test_comprehensive_sinc_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.074s) 2022-12-01T11:06:52.7702247Z test_comprehensive_sinc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.334s) 2022-12-01T11:06:52.7702448Z test_comprehensive_sinc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.406s) 2022-12-01T11:06:52.7702648Z test_comprehensive_sinc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-12-01T11:06:52.7702849Z test_comprehensive_sinc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7703092Z test_comprehensive_sinc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7703279Z test_comprehensive_sinc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7703475Z test_comprehensive_sinc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7703674Z test_comprehensive_sinc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7703878Z test_comprehensive_sinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7704074Z test_comprehensive_sinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7704284Z test_comprehensive_sinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-12-01T11:06:52.7704491Z test_comprehensive_sinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7704697Z test_comprehensive_sinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-12-01T11:06:52.7704902Z test_comprehensive_sinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7705085Z test_comprehensive_sinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.7705286Z test_comprehensive_sinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.7705483Z test_comprehensive_sinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7705685Z test_comprehensive_sinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7705884Z test_comprehensive_sinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7706083Z test_comprehensive_sinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7706283Z test_comprehensive_sinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7706491Z test_comprehensive_slice_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7706675Z test_comprehensive_slice_cuda_bool (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7706893Z test_comprehensive_slice_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-12-01T11:06:52.7707106Z test_comprehensive_slice_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.7707311Z test_comprehensive_slice_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-12-01T11:06:52.7707630Z test_comprehensive_slice_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7707838Z test_comprehensive_slice_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-12-01T11:06:52.7708042Z test_comprehensive_slice_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-12-01T11:06:52.7708247Z test_comprehensive_slice_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7708428Z test_comprehensive_slice_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7708629Z test_comprehensive_slice_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.7708833Z test_comprehensive_slice_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7709036Z test_comprehensive_slice_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7709256Z test_comprehensive_slice_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7709474Z test_comprehensive_slice_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7709692Z test_comprehensive_slice_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7709910Z test_comprehensive_slice_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.264s) 2022-12-01T11:06:52.7710105Z test_comprehensive_slice_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-12-01T11:06:52.7710614Z test_comprehensive_slice_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7710907Z test_comprehensive_slice_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7711124Z test_comprehensive_slice_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7711341Z test_comprehensive_slice_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7711555Z test_comprehensive_slice_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7711774Z test_comprehensive_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7711984Z test_comprehensive_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7712170Z test_comprehensive_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7712375Z test_comprehensive_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7712607Z test_comprehensive_softmax_with_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7712834Z test_comprehensive_softmax_with_dtype_cuda_bool (__main__.TestDecompCUDA) ... ok (0.077s) 2022-12-01T11:06:52.7713067Z test_comprehensive_softmax_with_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-12-01T11:06:52.7713302Z test_comprehensive_softmax_with_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-12-01T11:06:52.7713535Z test_comprehensive_softmax_with_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7713762Z test_comprehensive_softmax_with_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-12-01T11:06:52.7713988Z test_comprehensive_softmax_with_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7714191Z test_comprehensive_softmax_with_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7714413Z test_comprehensive_softmax_with_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7714639Z test_comprehensive_softmax_with_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7714860Z test_comprehensive_softmax_with_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7715075Z test_comprehensive_softmax_with_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7715283Z test_comprehensive_sort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-12-01T11:06:52.7715557Z test_comprehensive_sort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7715762Z test_comprehensive_sort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.7715945Z test_comprehensive_sort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7716146Z test_comprehensive_sort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7716348Z test_comprehensive_sort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7716550Z test_comprehensive_sort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7716754Z test_comprehensive_sort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7716956Z test_comprehensive_sort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7717197Z test_comprehensive_sparse_sampled_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.7717437Z test_comprehensive_sparse_sampled_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7717673Z test_comprehensive_sparse_sampled_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.7717885Z test_comprehensive_sparse_sampled_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7718102Z test_comprehensive_special_airy_ai_cuda_bool (__main__.TestDecompCUDA) ... ok (0.540s) 2022-12-01T11:06:52.7718323Z test_comprehensive_special_airy_ai_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.654s) 2022-12-01T11:06:52.7718596Z test_comprehensive_special_airy_ai_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.693s) 2022-12-01T11:06:52.7718820Z test_comprehensive_special_airy_ai_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7719037Z test_comprehensive_special_airy_ai_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7719294Z test_comprehensive_special_airy_ai_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7719518Z test_comprehensive_special_airy_ai_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7719712Z test_comprehensive_special_airy_ai_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7719932Z test_comprehensive_special_bessel_j0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.958s) 2022-12-01T11:06:52.7720154Z test_comprehensive_special_bessel_j0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7720377Z test_comprehensive_special_bessel_j0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.464s) 2022-12-01T11:06:52.7720599Z test_comprehensive_special_bessel_j0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7720821Z test_comprehensive_special_bessel_j0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7721038Z test_comprehensive_special_bessel_j0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7721262Z test_comprehensive_special_bessel_j0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7721478Z test_comprehensive_special_bessel_j0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7721675Z test_comprehensive_special_bessel_j1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.582s) 2022-12-01T11:06:52.7721900Z test_comprehensive_special_bessel_j1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7722125Z test_comprehensive_special_bessel_j1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-12-01T11:06:52.7722342Z test_comprehensive_special_bessel_j1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7722559Z test_comprehensive_special_bessel_j1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7722770Z test_comprehensive_special_bessel_j1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7723045Z test_comprehensive_special_bessel_j1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7723264Z test_comprehensive_special_bessel_j1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7723463Z test_comprehensive_special_bessel_y0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.637s) 2022-12-01T11:06:52.7723688Z test_comprehensive_special_bessel_y0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.856s) 2022-12-01T11:06:52.7723909Z test_comprehensive_special_bessel_y0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.781s) 2022-12-01T11:06:52.7724125Z test_comprehensive_special_bessel_y0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7724340Z test_comprehensive_special_bessel_y0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7724555Z test_comprehensive_special_bessel_y0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7724775Z test_comprehensive_special_bessel_y0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7724990Z test_comprehensive_special_bessel_y0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7725204Z test_comprehensive_special_bessel_y1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.533s) 2022-12-01T11:06:52.7725401Z test_comprehensive_special_bessel_y1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.586s) 2022-12-01T11:06:52.7725621Z test_comprehensive_special_bessel_y1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.570s) 2022-12-01T11:06:52.7725837Z test_comprehensive_special_bessel_y1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7726097Z test_comprehensive_special_bessel_y1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7726319Z test_comprehensive_special_bessel_y1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7726539Z test_comprehensive_special_bessel_y1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7726757Z test_comprehensive_special_bessel_y1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7727002Z test_comprehensive_special_chebyshev_polynomial_t_cuda_bool (__main__.TestDecompCUDA) ... ok (4.810s) 2022-12-01T11:06:52.7727235Z test_comprehensive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.919s) 2022-12-01T11:06:52.7727485Z test_comprehensive_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.022s) 2022-12-01T11:06:52.7727728Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7727975Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7728217Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7728460Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7728706Z test_comprehensive_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7728946Z test_comprehensive_special_chebyshev_polynomial_u_cuda_bool (__main__.TestDecompCUDA) ... ok (5.413s) 2022-12-01T11:06:52.7729193Z test_comprehensive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.564s) 2022-12-01T11:06:52.7729420Z test_comprehensive_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.463s) 2022-12-01T11:06:52.7729664Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7729901Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7730144Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7730385Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7730685Z test_comprehensive_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7731298Z test_comprehensive_special_chebyshev_polynomial_v_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7731771Z test_comprehensive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7732235Z test_comprehensive_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7732694Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7733164Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7733599Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7734061Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7734577Z test_comprehensive_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7735040Z test_comprehensive_special_chebyshev_polynomial_w_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7735503Z test_comprehensive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7735963Z test_comprehensive_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7736417Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7736884Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7737341Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7737796Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7738252Z test_comprehensive_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7738477Z test_comprehensive_special_entr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.7738674Z test_comprehensive_special_entr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.288s) 2022-12-01T11:06:52.7738895Z test_comprehensive_special_entr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-12-01T11:06:52.7739116Z test_comprehensive_special_entr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.7739333Z test_comprehensive_special_entr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-12-01T11:06:52.7739548Z test_comprehensive_special_entr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7739761Z test_comprehensive_special_entr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7740021Z test_comprehensive_special_entr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7740233Z test_comprehensive_special_entr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7740429Z test_comprehensive_special_entr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7740651Z test_comprehensive_special_erfcx_cuda_bool (__main__.TestDecompCUDA) ... ok (1.298s) 2022-12-01T11:06:52.7740868Z test_comprehensive_special_erfcx_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.348s) 2022-12-01T11:06:52.7741086Z test_comprehensive_special_erfcx_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.158s) 2022-12-01T11:06:52.7741302Z test_comprehensive_special_erfcx_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7741517Z test_comprehensive_special_erfcx_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7741737Z test_comprehensive_special_erfcx_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7741952Z test_comprehensive_special_erfcx_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7742165Z test_comprehensive_special_erfcx_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7742388Z test_comprehensive_special_hermite_polynomial_h_cuda_bool (__main__.TestDecompCUDA) ... ok (4.421s) 2022-12-01T11:06:52.7742630Z test_comprehensive_special_hermite_polynomial_h_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.624s) 2022-12-01T11:06:52.7742919Z test_comprehensive_special_hermite_polynomial_h_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.624s) 2022-12-01T11:06:52.7743168Z test_comprehensive_special_hermite_polynomial_h_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7743404Z test_comprehensive_special_hermite_polynomial_h_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7743648Z test_comprehensive_special_hermite_polynomial_h_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7743886Z test_comprehensive_special_hermite_polynomial_h_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7744123Z test_comprehensive_special_hermite_polynomial_h_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7744361Z test_comprehensive_special_hermite_polynomial_he_cuda_bool (__main__.TestDecompCUDA) ... ok (4.404s) 2022-12-01T11:06:52.7744585Z test_comprehensive_special_hermite_polynomial_he_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.613s) 2022-12-01T11:06:52.7744832Z test_comprehensive_special_hermite_polynomial_he_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.612s) 2022-12-01T11:06:52.7745074Z test_comprehensive_special_hermite_polynomial_he_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7745320Z test_comprehensive_special_hermite_polynomial_he_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7745563Z test_comprehensive_special_hermite_polynomial_he_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7745799Z test_comprehensive_special_hermite_polynomial_he_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7746040Z test_comprehensive_special_hermite_polynomial_he_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7746259Z test_comprehensive_special_i0e_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.831s) 2022-12-01T11:06:52.7746454Z test_comprehensive_special_i0e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.334s) 2022-12-01T11:06:52.7746672Z test_comprehensive_special_i0e_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-12-01T11:06:52.7746881Z test_comprehensive_special_i0e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.284s) 2022-12-01T11:06:52.7747095Z test_comprehensive_special_i0e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.330s) 2022-12-01T11:06:52.7747305Z test_comprehensive_special_i0e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7747578Z test_comprehensive_special_i0e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7747781Z test_comprehensive_special_i0e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7747992Z test_comprehensive_special_i0e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7748203Z test_comprehensive_special_i0e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7748394Z test_comprehensive_special_i1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.343s) 2022-12-01T11:06:52.7748610Z test_comprehensive_special_i1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7748829Z test_comprehensive_special_i1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7749038Z test_comprehensive_special_i1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7749243Z test_comprehensive_special_i1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7749443Z test_comprehensive_special_i1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7749647Z test_comprehensive_special_i1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7749849Z test_comprehensive_special_i1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7750040Z test_comprehensive_special_i1e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.321s) 2022-12-01T11:06:52.7750598Z test_comprehensive_special_i1e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-12-01T11:06:52.7750900Z test_comprehensive_special_i1e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.7751119Z test_comprehensive_special_i1e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7751325Z test_comprehensive_special_i1e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7751538Z test_comprehensive_special_i1e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7751742Z test_comprehensive_special_i1e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7751948Z test_comprehensive_special_i1e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7752172Z test_comprehensive_special_laguerre_polynomial_l_cuda_bool (__main__.TestDecompCUDA) ... ok (4.595s) 2022-12-01T11:06:52.7752420Z test_comprehensive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.756s) 2022-12-01T11:06:52.7752660Z test_comprehensive_special_laguerre_polynomial_l_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.775s) 2022-12-01T11:06:52.7752902Z test_comprehensive_special_laguerre_polynomial_l_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7753144Z test_comprehensive_special_laguerre_polynomial_l_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7753388Z test_comprehensive_special_laguerre_polynomial_l_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7753628Z test_comprehensive_special_laguerre_polynomial_l_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7753869Z test_comprehensive_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7754362Z test_comprehensive_special_legendre_polynomial_p_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7754834Z test_comprehensive_special_legendre_polynomial_p_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7755283Z test_comprehensive_special_legendre_polynomial_p_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7755748Z test_comprehensive_special_legendre_polynomial_p_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7756294Z test_comprehensive_special_legendre_polynomial_p_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7756741Z test_comprehensive_special_legendre_polynomial_p_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7757200Z test_comprehensive_special_legendre_polynomial_p_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7757654Z test_comprehensive_special_legendre_polynomial_p_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7757874Z test_comprehensive_special_log_ndtr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.341s) 2022-12-01T11:06:52.7758105Z test_comprehensive_special_log_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.350s) 2022-12-01T11:06:52.7758330Z test_comprehensive_special_log_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.535s) 2022-12-01T11:06:52.7758549Z test_comprehensive_special_log_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7758746Z test_comprehensive_special_log_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7758960Z test_comprehensive_special_log_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7759222Z test_comprehensive_special_log_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7759445Z test_comprehensive_special_log_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7759681Z test_comprehensive_special_modified_bessel_i0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.342s) 2022-12-01T11:06:52.7759920Z test_comprehensive_special_modified_bessel_i0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-12-01T11:06:52.7760163Z test_comprehensive_special_modified_bessel_i0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.343s) 2022-12-01T11:06:52.7760401Z test_comprehensive_special_modified_bessel_i0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7760637Z test_comprehensive_special_modified_bessel_i0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7760845Z test_comprehensive_special_modified_bessel_i0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7761080Z test_comprehensive_special_modified_bessel_i0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7761308Z test_comprehensive_special_modified_bessel_i0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7761535Z test_comprehensive_special_modified_bessel_i1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.345s) 2022-12-01T11:06:52.7761771Z test_comprehensive_special_modified_bessel_i1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-12-01T11:06:52.7762003Z test_comprehensive_special_modified_bessel_i1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.346s) 2022-12-01T11:06:52.7762235Z test_comprehensive_special_modified_bessel_i1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7762460Z test_comprehensive_special_modified_bessel_i1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7762681Z test_comprehensive_special_modified_bessel_i1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7762891Z test_comprehensive_special_modified_bessel_i1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7763121Z test_comprehensive_special_modified_bessel_i1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7763346Z test_comprehensive_special_modified_bessel_k0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.423s) 2022-12-01T11:06:52.7763629Z test_comprehensive_special_modified_bessel_k0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.418s) 2022-12-01T11:06:52.7763863Z test_comprehensive_special_modified_bessel_k0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.522s) 2022-12-01T11:06:52.7764092Z test_comprehensive_special_modified_bessel_k0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7764317Z test_comprehensive_special_modified_bessel_k0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7764536Z test_comprehensive_special_modified_bessel_k0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7764770Z test_comprehensive_special_modified_bessel_k0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7764974Z test_comprehensive_special_modified_bessel_k0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7765200Z test_comprehensive_special_modified_bessel_k1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.408s) 2022-12-01T11:06:52.7765435Z test_comprehensive_special_modified_bessel_k1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.392s) 2022-12-01T11:06:52.7765667Z test_comprehensive_special_modified_bessel_k1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.538s) 2022-12-01T11:06:52.7765902Z test_comprehensive_special_modified_bessel_k1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7766129Z test_comprehensive_special_modified_bessel_k1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7766353Z test_comprehensive_special_modified_bessel_k1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7766625Z test_comprehensive_special_modified_bessel_k1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7766857Z test_comprehensive_special_modified_bessel_k1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7767058Z test_comprehensive_special_ndtr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7767276Z test_comprehensive_special_ndtr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7767502Z test_comprehensive_special_ndtr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7767719Z test_comprehensive_special_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7767934Z test_comprehensive_special_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.7768149Z test_comprehensive_special_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7768366Z test_comprehensive_special_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7768572Z test_comprehensive_special_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7768762Z test_comprehensive_special_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7768968Z test_comprehensive_special_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7769187Z test_comprehensive_special_ndtri_cuda_bool (__main__.TestDecompCUDA) ... ok (0.366s) 2022-12-01T11:06:52.7769405Z test_comprehensive_special_ndtri_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-12-01T11:06:52.7769618Z test_comprehensive_special_ndtri_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.454s) 2022-12-01T11:06:52.7769834Z test_comprehensive_special_ndtri_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7770048Z test_comprehensive_special_ndtri_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7770264Z test_comprehensive_special_ndtri_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7770459Z test_comprehensive_special_ndtri_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7770675Z test_comprehensive_special_ndtri_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7770936Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7771249Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7771503Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7771751Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7772009Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7772272Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7772529Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7772785Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7773021Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7773268Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.402s) 2022-12-01T11:06:52.7773517Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.381s) 2022-12-01T11:06:52.7773819Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.521s) 2022-12-01T11:06:52.7774116Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7774367Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7774612Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7774862Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7775103Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7775326Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.407s) 2022-12-01T11:06:52.7775569Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.393s) 2022-12-01T11:06:52.7775817Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.539s) 2022-12-01T11:06:52.7776062Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7776304Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7776540Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7776788Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7777030Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7777525Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7777995Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7778482Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7778963Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7779504Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7779979Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7780459Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7780938Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7781406Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7781894Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7782372Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7782892Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7783375Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7783850Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7784312Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7784787Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7785265Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7785742Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7786217Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7786697Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7787165Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7787636Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7788108Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7788574Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7789097Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7789574Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7790057Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7790746Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7791220Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7791698Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7792172Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7792717Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T11:06:52.7792968Z test_comprehensive_special_spherical_bessel_j0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.658s) 2022-12-01T11:06:52.7793212Z test_comprehensive_special_spherical_bessel_j0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7793458Z test_comprehensive_special_spherical_bessel_j0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-12-01T11:06:52.7793697Z test_comprehensive_special_spherical_bessel_j0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7793928Z test_comprehensive_special_spherical_bessel_j0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7794166Z test_comprehensive_special_spherical_bessel_j0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7794384Z test_comprehensive_special_spherical_bessel_j0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7794621Z test_comprehensive_special_spherical_bessel_j0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7794854Z test_comprehensive_special_xlog1py_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.7795076Z test_comprehensive_special_xlog1py_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7795305Z test_comprehensive_special_xlog1py_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-12-01T11:06:52.7795529Z test_comprehensive_special_xlog1py_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.206s) 2022-12-01T11:06:52.7795748Z test_comprehensive_special_xlog1py_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.203s) 2022-12-01T11:06:52.7795966Z test_comprehensive_special_xlog1py_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7796164Z test_comprehensive_special_xlog1py_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7796381Z test_comprehensive_special_xlog1py_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7796597Z test_comprehensive_special_xlog1py_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7796817Z test_comprehensive_special_xlog1py_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7797032Z test_comprehensive_special_zeta_cuda_bool (__main__.TestDecompCUDA) ... ok (8.226s) 2022-12-01T11:06:52.7797318Z test_comprehensive_special_zeta_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.7797532Z test_comprehensive_special_zeta_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.076s) 2022-12-01T11:06:52.7797746Z test_comprehensive_special_zeta_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7797961Z test_comprehensive_special_zeta_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7798155Z test_comprehensive_special_zeta_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7798375Z test_comprehensive_special_zeta_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7798585Z test_comprehensive_special_zeta_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7798796Z test_comprehensive_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7799000Z test_comprehensive_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7799220Z test_comprehensive_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-12-01T11:06:52.7799433Z test_comprehensive_split_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7799640Z test_comprehensive_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-12-01T11:06:52.7799829Z test_comprehensive_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7800038Z test_comprehensive_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-12-01T11:06:52.7800292Z test_comprehensive_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-12-01T11:06:52.7800505Z test_comprehensive_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7800710Z test_comprehensive_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7800913Z test_comprehensive_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.7801122Z test_comprehensive_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.7801321Z test_comprehensive_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.7801528Z test_comprehensive_split_list_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7801749Z test_comprehensive_split_list_args_cuda_bool (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7801977Z test_comprehensive_split_list_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-12-01T11:06:52.7802207Z test_comprehensive_split_list_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.291s) 2022-12-01T11:06:52.7802429Z test_comprehensive_split_list_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7802649Z test_comprehensive_split_list_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.7802862Z test_comprehensive_split_list_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-12-01T11:06:52.7803081Z test_comprehensive_split_list_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7803291Z test_comprehensive_split_list_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7803488Z test_comprehensive_split_list_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7803703Z test_comprehensive_split_list_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7803919Z test_comprehensive_split_list_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7804145Z test_comprehensive_split_with_sizes_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7804361Z test_comprehensive_split_with_sizes_cuda_bool (__main__.TestDecompCUDA) ... ok (0.120s) 2022-12-01T11:06:52.7804596Z test_comprehensive_split_with_sizes_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.380s) 2022-12-01T11:06:52.7804894Z test_comprehensive_split_with_sizes_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-12-01T11:06:52.7805119Z test_comprehensive_split_with_sizes_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.379s) 2022-12-01T11:06:52.7805322Z test_comprehensive_split_with_sizes_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7805542Z test_comprehensive_split_with_sizes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.7805761Z test_comprehensive_split_with_sizes_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-12-01T11:06:52.7805982Z test_comprehensive_split_with_sizes_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-12-01T11:06:52.7806196Z test_comprehensive_split_with_sizes_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.7806405Z test_comprehensive_split_with_sizes_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.7806619Z test_comprehensive_split_with_sizes_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.7806835Z test_comprehensive_split_with_sizes_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-12-01T11:06:52.7807043Z test_comprehensive_sqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7807225Z test_comprehensive_sqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7807437Z test_comprehensive_sqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-12-01T11:06:52.7807645Z test_comprehensive_sqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.599s) 2022-12-01T11:06:52.7807915Z test_comprehensive_sqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-12-01T11:06:52.7808129Z test_comprehensive_sqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7808336Z test_comprehensive_sqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.7808540Z test_comprehensive_sqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-12-01T11:06:52.7808746Z test_comprehensive_sqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7808926Z test_comprehensive_sqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7809125Z test_comprehensive_sqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7809326Z test_comprehensive_sqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7809525Z test_comprehensive_sqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7809737Z test_comprehensive_square_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7809940Z test_comprehensive_square_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7810155Z test_comprehensive_square_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-12-01T11:06:52.7810369Z test_comprehensive_square_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7810563Z test_comprehensive_square_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7810765Z test_comprehensive_square_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7810972Z test_comprehensive_square_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7811174Z test_comprehensive_square_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7811377Z test_comprehensive_square_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7811579Z test_comprehensive_square_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7811785Z test_comprehensive_square_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7811990Z test_comprehensive_square_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7812183Z test_comprehensive_squeeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7812441Z test_comprehensive_squeeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7812655Z test_comprehensive_squeeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-12-01T11:06:52.7812871Z test_comprehensive_squeeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.7813080Z test_comprehensive_squeeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-12-01T11:06:52.7813290Z test_comprehensive_squeeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7813492Z test_comprehensive_squeeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.7813696Z test_comprehensive_squeeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-12-01T11:06:52.7813904Z test_comprehensive_squeeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7814090Z test_comprehensive_squeeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7814298Z test_comprehensive_squeeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7814501Z test_comprehensive_squeeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7814703Z test_comprehensive_squeeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7814916Z test_comprehensive_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7815119Z test_comprehensive_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7815332Z test_comprehensive_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.7815582Z test_comprehensive_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7815777Z test_comprehensive_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.7815983Z test_comprehensive_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.7816191Z test_comprehensive_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7816396Z test_comprehensive_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7816599Z test_comprehensive_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7816802Z test_comprehensive_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7817002Z test_comprehensive_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7817202Z test_comprehensive_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7817383Z test_comprehensive_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7817588Z test_comprehensive_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7817797Z test_comprehensive_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.959s) 2022-12-01T11:06:52.7818002Z test_comprehensive_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.973s) 2022-12-01T11:06:52.7818203Z test_comprehensive_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7818401Z test_comprehensive_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.648s) 2022-12-01T11:06:52.7818601Z test_comprehensive_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.637s) 2022-12-01T11:06:52.7818812Z test_comprehensive_std_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.7819007Z test_comprehensive_std_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.766s) 2022-12-01T11:06:52.7819269Z test_comprehensive_std_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.790s) 2022-12-01T11:06:52.7819486Z test_comprehensive_std_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.7819694Z test_comprehensive_std_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.135s) 2022-12-01T11:06:52.7819906Z test_comprehensive_std_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.120s) 2022-12-01T11:06:52.7820171Z test_comprehensive_stft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.637s) 2022-12-01T11:06:52.7820380Z test_comprehensive_stft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.791s) 2022-12-01T11:06:52.7820585Z test_comprehensive_stft_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.787s) 2022-12-01T11:06:52.7820769Z test_comprehensive_stft_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.780s) 2022-12-01T11:06:52.7820976Z test_comprehensive_sub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7821184Z test_comprehensive_sub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.949s) 2022-12-01T11:06:52.7821391Z test_comprehensive_sub_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-12-01T11:06:52.7821596Z test_comprehensive_sub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.947s) 2022-12-01T11:06:52.7821796Z test_comprehensive_sub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.7822000Z test_comprehensive_sub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.556s) 2022-12-01T11:06:52.7822204Z test_comprehensive_sub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.554s) 2022-12-01T11:06:52.7822386Z test_comprehensive_sub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-12-01T11:06:52.7822585Z test_comprehensive_sub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.7822778Z test_comprehensive_sub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.7822977Z test_comprehensive_sub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.7823217Z test_comprehensive_sub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-12-01T11:06:52.7823432Z test_comprehensive_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7823636Z test_comprehensive_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7823846Z test_comprehensive_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-12-01T11:06:52.7824057Z test_comprehensive_sum_cuda_complex32 (__main__.TestDecompCUDA) ... ok (2.513s) 2022-12-01T11:06:52.7824245Z test_comprehensive_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-12-01T11:06:52.7824444Z test_comprehensive_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7824643Z test_comprehensive_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-12-01T11:06:52.7824842Z test_comprehensive_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-12-01T11:06:52.7825040Z test_comprehensive_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7825237Z test_comprehensive_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7825432Z test_comprehensive_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.7825632Z test_comprehensive_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7825815Z test_comprehensive_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7826028Z test_comprehensive_sum_to_size_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7826237Z test_comprehensive_sum_to_size_cuda_bool (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7826456Z test_comprehensive_sum_to_size_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-12-01T11:06:52.7826671Z test_comprehensive_sum_to_size_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-12-01T11:06:52.7826887Z test_comprehensive_sum_to_size_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7827100Z test_comprehensive_sum_to_size_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.7827312Z test_comprehensive_sum_to_size_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7827504Z test_comprehensive_sum_to_size_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.7827760Z test_comprehensive_sum_to_size_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.7827966Z test_comprehensive_sum_to_size_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7828174Z test_comprehensive_sum_to_size_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7828377Z test_comprehensive_sum_to_size_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7828591Z test_comprehensive_svd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (26.950s) 2022-12-01T11:06:52.7828802Z test_comprehensive_svd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (26.748s) 2022-12-01T11:06:52.7829008Z test_comprehensive_svd_cuda_float32 (__main__.TestDecompCUDA) ... ok (17.393s) 2022-12-01T11:06:52.7829192Z test_comprehensive_svd_cuda_float64 (__main__.TestDecompCUDA) ... ok (17.130s) 2022-12-01T11:06:52.7829435Z test_comprehensive_svd_lowrank_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-12-01T11:06:52.7829670Z test_comprehensive_svd_lowrank_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.004s) 2022-12-01T11:06:52.7829882Z test_comprehensive_symeig_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.813s) 2022-12-01T11:06:52.7830091Z test_comprehensive_symeig_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.809s) 2022-12-01T11:06:52.7830511Z test_comprehensive_symeig_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.552s) 2022-12-01T11:06:52.7830722Z test_comprehensive_symeig_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.545s) 2022-12-01T11:06:52.7831064Z test_comprehensive_t_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7831273Z test_comprehensive_t_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7831457Z test_comprehensive_t_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7831661Z test_comprehensive_t_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7831863Z test_comprehensive_t_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7832060Z test_comprehensive_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7832256Z test_comprehensive_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7832452Z test_comprehensive_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7832651Z test_comprehensive_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7832842Z test_comprehensive_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7833023Z test_comprehensive_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7833219Z test_comprehensive_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7833438Z test_comprehensive_take_along_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7833655Z test_comprehensive_take_along_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7833882Z test_comprehensive_take_along_dim_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.7834106Z test_comprehensive_take_along_dim_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7834323Z test_comprehensive_take_along_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7834539Z test_comprehensive_take_along_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.7834734Z test_comprehensive_take_along_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.7834949Z test_comprehensive_take_along_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7835166Z test_comprehensive_take_along_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7835374Z test_comprehensive_take_along_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7835651Z test_comprehensive_take_along_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7835866Z test_comprehensive_take_along_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7836071Z test_comprehensive_take_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7836272Z test_comprehensive_take_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7836464Z test_comprehensive_take_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7836677Z test_comprehensive_take_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7836883Z test_comprehensive_take_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7837087Z test_comprehensive_take_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7837293Z test_comprehensive_take_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7837498Z test_comprehensive_take_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7837698Z test_comprehensive_take_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7837900Z test_comprehensive_take_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7838101Z test_comprehensive_take_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7838282Z test_comprehensive_take_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7838487Z test_comprehensive_tan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7838731Z test_comprehensive_tan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7838950Z test_comprehensive_tan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.332s) 2022-12-01T11:06:52.7839159Z test_comprehensive_tan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7839373Z test_comprehensive_tan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.325s) 2022-12-01T11:06:52.7839579Z test_comprehensive_tan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7839782Z test_comprehensive_tan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-12-01T11:06:52.7839965Z test_comprehensive_tan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-12-01T11:06:52.7840163Z test_comprehensive_tan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7840361Z test_comprehensive_tan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7840561Z test_comprehensive_tan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7840758Z test_comprehensive_tan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7840956Z test_comprehensive_tan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7841162Z test_comprehensive_tanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7841362Z test_comprehensive_tanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7841554Z test_comprehensive_tanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-12-01T11:06:52.7841764Z test_comprehensive_tanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.7841966Z test_comprehensive_tanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-12-01T11:06:52.7842168Z test_comprehensive_tanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7842376Z test_comprehensive_tanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.7842579Z test_comprehensive_tanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.7842779Z test_comprehensive_tanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7842979Z test_comprehensive_tanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7843215Z test_comprehensive_tanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7843414Z test_comprehensive_tanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7843615Z test_comprehensive_tanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7843832Z test_comprehensive_tensor_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-12-01T11:06:52.7844046Z test_comprehensive_tensor_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.312s) 2022-12-01T11:06:52.7844267Z test_comprehensive_tensor_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.544s) 2022-12-01T11:06:52.7844489Z test_comprehensive_tensor_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.557s) 2022-12-01T11:06:52.7844705Z test_comprehensive_tensor_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7844901Z test_comprehensive_tensor_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.954s) 2022-12-01T11:06:52.7845116Z test_comprehensive_tensor_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.943s) 2022-12-01T11:06:52.7845329Z test_comprehensive_tensor_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.314s) 2022-12-01T11:06:52.7845541Z test_comprehensive_tensor_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.311s) 2022-12-01T11:06:52.7845750Z test_comprehensive_tensor_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.310s) 2022-12-01T11:06:52.7845962Z test_comprehensive_tensor_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.311s) 2022-12-01T11:06:52.7846218Z test_comprehensive_tensor_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.308s) 2022-12-01T11:06:52.7846439Z test_comprehensive_tensordot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7846655Z test_comprehensive_tensordot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7846853Z test_comprehensive_tensordot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.7847069Z test_comprehensive_tensordot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7847281Z test_comprehensive_tensordot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-12-01T11:06:52.7847485Z test_comprehensive_tensordot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-12-01T11:06:52.7847692Z test_comprehensive_tile_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.7847893Z test_comprehensive_tile_cuda_bool (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7848107Z test_comprehensive_tile_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-12-01T11:06:52.7848315Z test_comprehensive_tile_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.284s) 2022-12-01T11:06:52.7848500Z test_comprehensive_tile_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.7848704Z test_comprehensive_tile_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-12-01T11:06:52.7848910Z test_comprehensive_tile_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-12-01T11:06:52.7849111Z test_comprehensive_tile_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7849310Z test_comprehensive_tile_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7849504Z test_comprehensive_tile_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.7849703Z test_comprehensive_tile_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7849902Z test_comprehensive_tile_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7850089Z test_comprehensive_to_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7850289Z test_comprehensive_to_cuda_bool (__main__.TestDecompCUDA) ... ok (1.121s) 2022-12-01T11:06:52.7850498Z test_comprehensive_to_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.810s) 2022-12-01T11:06:52.7850755Z test_comprehensive_to_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.830s) 2022-12-01T11:06:52.7850956Z test_comprehensive_to_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7851156Z test_comprehensive_to_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.849s) 2022-12-01T11:06:52.7851354Z test_comprehensive_to_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.017s) 2022-12-01T11:06:52.7851552Z test_comprehensive_to_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.122s) 2022-12-01T11:06:52.7851730Z test_comprehensive_to_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.112s) 2022-12-01T11:06:52.7851931Z test_comprehensive_to_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.121s) 2022-12-01T11:06:52.7852127Z test_comprehensive_to_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.120s) 2022-12-01T11:06:52.7852322Z test_comprehensive_to_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.116s) 2022-12-01T11:06:52.7852536Z test_comprehensive_to_sparse_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7852751Z test_comprehensive_to_sparse_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7852968Z test_comprehensive_to_sparse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7853185Z test_comprehensive_to_sparse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7853377Z test_comprehensive_to_sparse_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7853583Z test_comprehensive_to_sparse_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7853825Z test_comprehensive_to_sparse_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7854045Z test_comprehensive_to_sparse_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7854249Z test_comprehensive_to_sparse_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7854459Z test_comprehensive_to_sparse_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7854669Z test_comprehensive_to_sparse_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7854875Z test_comprehensive_to_sparse_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7855084Z test_comprehensive_topk_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7855272Z test_comprehensive_topk_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7855476Z test_comprehensive_topk_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7855679Z test_comprehensive_topk_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7855880Z test_comprehensive_topk_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7856080Z test_comprehensive_topk_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7856281Z test_comprehensive_topk_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7856485Z test_comprehensive_topk_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7856684Z test_comprehensive_topk_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7856874Z test_comprehensive_trace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7857076Z test_comprehensive_trace_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7857288Z test_comprehensive_trace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7857499Z test_comprehensive_trace_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7857708Z test_comprehensive_trace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7857915Z test_comprehensive_trace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7858119Z test_comprehensive_trace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7858390Z test_comprehensive_trace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7858573Z test_comprehensive_trace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7858777Z test_comprehensive_trace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7858979Z test_comprehensive_trace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7859179Z test_comprehensive_trace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7859377Z test_comprehensive_trace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7859597Z test_comprehensive_transpose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7859810Z test_comprehensive_transpose_cuda_bool (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7860029Z test_comprehensive_transpose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-12-01T11:06:52.7860226Z test_comprehensive_transpose_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.7860441Z test_comprehensive_transpose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-12-01T11:06:52.7860655Z test_comprehensive_transpose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7860863Z test_comprehensive_transpose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7861070Z test_comprehensive_transpose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.7861278Z test_comprehensive_transpose_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7861528Z test_comprehensive_transpose_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7861746Z test_comprehensive_transpose_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7861936Z test_comprehensive_transpose_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7862152Z test_comprehensive_transpose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7862370Z test_comprehensive_trapezoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-12-01T11:06:52.7862589Z test_comprehensive_trapezoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.028s) 2022-12-01T11:06:52.7862803Z test_comprehensive_trapezoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.088s) 2022-12-01T11:06:52.7863016Z test_comprehensive_trapezoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-12-01T11:06:52.7863224Z test_comprehensive_trapezoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.644s) 2022-12-01T11:06:52.7863429Z test_comprehensive_trapezoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.607s) 2022-12-01T11:06:52.7863637Z test_comprehensive_trapezoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7863826Z test_comprehensive_trapezoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.7864035Z test_comprehensive_trapezoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.7864245Z test_comprehensive_trapezoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7864450Z test_comprehensive_trapezoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7864656Z test_comprehensive_trapz_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-12-01T11:06:52.7864868Z test_comprehensive_trapz_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.028s) 2022-12-01T11:06:52.7865073Z test_comprehensive_trapz_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.084s) 2022-12-01T11:06:52.7865283Z test_comprehensive_trapz_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-12-01T11:06:52.7865471Z test_comprehensive_trapz_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.643s) 2022-12-01T11:06:52.7865678Z test_comprehensive_trapz_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.606s) 2022-12-01T11:06:52.7865881Z test_comprehensive_trapz_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7866134Z test_comprehensive_trapz_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7866337Z test_comprehensive_trapz_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.7866538Z test_comprehensive_trapz_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7866740Z test_comprehensive_trapz_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.7866971Z test_comprehensive_triangular_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.396s) 2022-12-01T11:06:52.7867185Z test_comprehensive_triangular_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-12-01T11:06:52.7867411Z test_comprehensive_triangular_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-12-01T11:06:52.7867632Z test_comprehensive_triangular_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-12-01T11:06:52.7867836Z test_comprehensive_tril_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7868044Z test_comprehensive_tril_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.389s) 2022-12-01T11:06:52.7868253Z test_comprehensive_tril_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-12-01T11:06:52.7868455Z test_comprehensive_tril_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.390s) 2022-12-01T11:06:52.7868661Z test_comprehensive_tril_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7868844Z test_comprehensive_tril_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.7869090Z test_comprehensive_tril_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-12-01T11:06:52.7869299Z test_comprehensive_tril_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7869499Z test_comprehensive_tril_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7869699Z test_comprehensive_tril_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7869902Z test_comprehensive_tril_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7870102Z test_comprehensive_tril_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7870515Z test_comprehensive_tril_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7870734Z test_comprehensive_tril_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7870917Z test_comprehensive_triu_cuda_bool (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7871131Z test_comprehensive_triu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.388s) 2022-12-01T11:06:52.7871340Z test_comprehensive_triu_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-12-01T11:06:52.7871551Z test_comprehensive_triu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.391s) 2022-12-01T11:06:52.7871755Z test_comprehensive_triu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7871963Z test_comprehensive_triu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.7872166Z test_comprehensive_triu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.7872367Z test_comprehensive_triu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7872550Z test_comprehensive_triu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7872749Z test_comprehensive_triu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7872947Z test_comprehensive_triu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7873149Z test_comprehensive_triu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.7873360Z test_comprehensive_triu_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7873571Z test_comprehensive_triu_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.7873878Z test_comprehensive_true_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.7874090Z test_comprehensive_true_divide_cuda_bool (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7874291Z test_comprehensive_true_divide_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.667s) 2022-12-01T11:06:52.7874510Z test_comprehensive_true_divide_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-12-01T11:06:52.7874727Z test_comprehensive_true_divide_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.686s) 2022-12-01T11:06:52.7874939Z test_comprehensive_true_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.7875149Z test_comprehensive_true_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.352s) 2022-12-01T11:06:52.7875365Z test_comprehensive_true_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.348s) 2022-12-01T11:06:52.7875576Z test_comprehensive_true_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7875787Z test_comprehensive_true_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7875968Z test_comprehensive_true_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7876178Z test_comprehensive_true_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7876387Z test_comprehensive_true_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7876594Z test_comprehensive_trunc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7876798Z test_comprehensive_trunc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7877060Z test_comprehensive_trunc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7877275Z test_comprehensive_trunc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7877477Z test_comprehensive_trunc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7877684Z test_comprehensive_trunc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7877868Z test_comprehensive_trunc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7878074Z test_comprehensive_trunc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7878272Z test_comprehensive_trunc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7878482Z test_comprehensive_unbind_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7878683Z test_comprehensive_unbind_cuda_bool (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7878896Z test_comprehensive_unbind_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.354s) 2022-12-01T11:06:52.7879109Z test_comprehensive_unbind_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-12-01T11:06:52.7879313Z test_comprehensive_unbind_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.360s) 2022-12-01T11:06:52.7879506Z test_comprehensive_unbind_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7879707Z test_comprehensive_unbind_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-12-01T11:06:52.7879913Z test_comprehensive_unbind_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-12-01T11:06:52.7880121Z test_comprehensive_unbind_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.7880326Z test_comprehensive_unbind_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7880526Z test_comprehensive_unbind_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7880733Z test_comprehensive_unbind_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7880933Z test_comprehensive_unbind_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7881128Z test_comprehensive_unflatten_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7881338Z test_comprehensive_unflatten_cuda_bool (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7881611Z test_comprehensive_unflatten_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.7881830Z test_comprehensive_unflatten_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.7882046Z test_comprehensive_unflatten_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-12-01T11:06:52.7882261Z test_comprehensive_unflatten_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7882469Z test_comprehensive_unflatten_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7882674Z test_comprehensive_unflatten_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7882866Z test_comprehensive_unflatten_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7883072Z test_comprehensive_unflatten_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7883277Z test_comprehensive_unflatten_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.7883485Z test_comprehensive_unflatten_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7883695Z test_comprehensive_unflatten_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7883899Z test_comprehensive_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.7884103Z test_comprehensive_unfold_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7884315Z test_comprehensive_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7884573Z test_comprehensive_unfold_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7884774Z test_comprehensive_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7884981Z test_comprehensive_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7885181Z test_comprehensive_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7885381Z test_comprehensive_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7885587Z test_comprehensive_unfold_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7885791Z test_comprehensive_unfold_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7885993Z test_comprehensive_unfold_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7886194Z test_comprehensive_unfold_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7886379Z test_comprehensive_unfold_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7886591Z test_comprehensive_uniform_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7886804Z test_comprehensive_uniform_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7887017Z test_comprehensive_uniform_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7887226Z test_comprehensive_uniform_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7887427Z test_comprehensive_uniform_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7887629Z test_comprehensive_uniform_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7887849Z test_comprehensive_unique_consecutive_cuda_bool (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7888058Z test_comprehensive_unique_consecutive_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.7888288Z test_comprehensive_unique_consecutive_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.7888514Z test_comprehensive_unique_consecutive_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.7888735Z test_comprehensive_unique_consecutive_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7889009Z test_comprehensive_unique_consecutive_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7889228Z test_comprehensive_unique_consecutive_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7889450Z test_comprehensive_unique_consecutive_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7889672Z test_comprehensive_unique_consecutive_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7889877Z test_comprehensive_unique_cuda_bool (__main__.TestDecompCUDA) ... ok (0.241s) 2022-12-01T11:06:52.7890067Z test_comprehensive_unique_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-12-01T11:06:52.7890273Z test_comprehensive_unique_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-12-01T11:06:52.7890480Z test_comprehensive_unique_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-12-01T11:06:52.7890683Z test_comprehensive_unique_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-12-01T11:06:52.7890890Z test_comprehensive_unique_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-12-01T11:06:52.7891091Z test_comprehensive_unique_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-12-01T11:06:52.7891293Z test_comprehensive_unique_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-12-01T11:06:52.7891491Z test_comprehensive_unique_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-12-01T11:06:52.7891688Z test_comprehensive_unsqueeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7891897Z test_comprehensive_unsqueeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7892157Z test_comprehensive_unsqueeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-12-01T11:06:52.7892384Z test_comprehensive_unsqueeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-12-01T11:06:52.7892603Z test_comprehensive_unsqueeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-12-01T11:06:52.7892818Z test_comprehensive_unsqueeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7893025Z test_comprehensive_unsqueeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-12-01T11:06:52.7893227Z test_comprehensive_unsqueeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-12-01T11:06:52.7893417Z test_comprehensive_unsqueeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7893620Z test_comprehensive_unsqueeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7893820Z test_comprehensive_unsqueeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7894030Z test_comprehensive_unsqueeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7894238Z test_comprehensive_unsqueeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7894442Z test_comprehensive_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.7894654Z test_comprehensive_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.830s) 2022-12-01T11:06:52.7894861Z test_comprehensive_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.843s) 2022-12-01T11:06:52.7895043Z test_comprehensive_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-12-01T11:06:52.7895246Z test_comprehensive_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.525s) 2022-12-01T11:06:52.7895446Z test_comprehensive_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.521s) 2022-12-01T11:06:52.7895657Z test_comprehensive_var_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.7895876Z test_comprehensive_var_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.640s) 2022-12-01T11:06:52.7896089Z test_comprehensive_var_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.673s) 2022-12-01T11:06:52.7896302Z test_comprehensive_var_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.7896561Z test_comprehensive_var_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.019s) 2022-12-01T11:06:52.7896747Z test_comprehensive_var_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.009s) 2022-12-01T11:06:52.7896953Z test_comprehensive_vdot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7897164Z test_comprehensive_vdot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-12-01T11:06:52.7897373Z test_comprehensive_vdot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7897578Z test_comprehensive_vdot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7897786Z test_comprehensive_vdot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7897991Z test_comprehensive_vdot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.7898212Z test_comprehensive_view_as_complex_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7898436Z test_comprehensive_view_as_complex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7898633Z test_comprehensive_view_as_complex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7898842Z test_comprehensive_view_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7899044Z test_comprehensive_view_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7899259Z test_comprehensive_view_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.7899469Z test_comprehensive_view_as_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7899723Z test_comprehensive_view_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.7899938Z test_comprehensive_view_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7900141Z test_comprehensive_view_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.7900324Z test_comprehensive_view_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.7900528Z test_comprehensive_view_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7900733Z test_comprehensive_view_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7900935Z test_comprehensive_view_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7901139Z test_comprehensive_view_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7901340Z test_comprehensive_view_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7901561Z test_comprehensive_view_as_real_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7901781Z test_comprehensive_view_as_real_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7901964Z test_comprehensive_view_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7902170Z test_comprehensive_view_cuda_bool (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.7902377Z test_comprehensive_view_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-12-01T11:06:52.7902585Z test_comprehensive_view_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-12-01T11:06:52.7902785Z test_comprehensive_view_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-12-01T11:06:52.7902989Z test_comprehensive_view_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7903192Z test_comprehensive_view_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-12-01T11:06:52.7903397Z test_comprehensive_view_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-12-01T11:06:52.7903576Z test_comprehensive_view_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.7903777Z test_comprehensive_view_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.7903977Z test_comprehensive_view_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.7904230Z test_comprehensive_view_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.7904426Z test_comprehensive_view_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.7904636Z test_comprehensive_vsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.7904846Z test_comprehensive_vsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7905059Z test_comprehensive_vsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-12-01T11:06:52.7905273Z test_comprehensive_vsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.7905460Z test_comprehensive_vsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-12-01T11:06:52.7905665Z test_comprehensive_vsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7905866Z test_comprehensive_vsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-12-01T11:06:52.7906077Z test_comprehensive_vsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-12-01T11:06:52.7906280Z test_comprehensive_vsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7906482Z test_comprehensive_vsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7906685Z test_comprehensive_vsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7906889Z test_comprehensive_vsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7907073Z test_comprehensive_vsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7907329Z test_comprehensive_vstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7907542Z test_comprehensive_vstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7907754Z test_comprehensive_vstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7907966Z test_comprehensive_vstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.7908172Z test_comprehensive_vstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.7908378Z test_comprehensive_vstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.7908584Z test_comprehensive_vstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7908767Z test_comprehensive_vstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7908970Z test_comprehensive_vstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7909175Z test_comprehensive_vstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7909378Z test_comprehensive_vstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7909578Z test_comprehensive_vstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7909781Z test_comprehensive_vstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.7909988Z test_comprehensive_where_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7910583Z test_comprehensive_where_cuda_bool (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.7910959Z test_comprehensive_where_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.191s) 2022-12-01T11:06:52.7911193Z test_comprehensive_where_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-12-01T11:06:52.7911394Z test_comprehensive_where_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.194s) 2022-12-01T11:06:52.7911605Z test_comprehensive_where_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7911811Z test_comprehensive_where_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.706s) 2022-12-01T11:06:52.7912015Z test_comprehensive_where_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.702s) 2022-12-01T11:06:52.7912343Z test_comprehensive_where_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.7912546Z test_comprehensive_where_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.7912726Z test_comprehensive_where_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.7912929Z test_comprehensive_where_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.7913126Z test_comprehensive_where_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.7913334Z test_comprehensive_xlogy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-12-01T11:06:52.7913537Z test_comprehensive_xlogy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7913741Z test_comprehensive_xlogy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-12-01T11:06:52.7913946Z test_comprehensive_xlogy_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.484s) 2022-12-01T11:06:52.7914151Z test_comprehensive_xlogy_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.477s) 2022-12-01T11:06:52.7914353Z test_comprehensive_xlogy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7914533Z test_comprehensive_xlogy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7914730Z test_comprehensive_xlogy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.7914930Z test_comprehensive_xlogy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7915128Z test_comprehensive_xlogy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7915335Z test_comprehensive_zero__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7915594Z test_comprehensive_zero__cuda_bool (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7915818Z test_comprehensive_zero__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.7916030Z test_comprehensive_zero__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7916217Z test_comprehensive_zero__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7916421Z test_comprehensive_zero__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7916622Z test_comprehensive_zero__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7916823Z test_comprehensive_zero__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7917021Z test_comprehensive_zero__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7917220Z test_comprehensive_zero__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7917420Z test_comprehensive_zero__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7917617Z test_comprehensive_zero__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7917805Z test_comprehensive_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7918012Z test_comprehensive_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7918225Z test_comprehensive_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7918436Z test_comprehensive_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7918642Z test_comprehensive_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7918846Z test_comprehensive_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7919048Z test_comprehensive_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7919299Z test_comprehensive_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7919486Z test_comprehensive_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7919689Z test_comprehensive_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7919890Z test_comprehensive_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7920144Z test_comprehensive_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7920341Z test_comprehensive_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7920558Z test_comprehensive_zeros_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7920768Z test_comprehensive_zeros_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7920985Z test_comprehensive_zeros_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7921186Z test_comprehensive_zeros_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7921399Z test_comprehensive_zeros_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7921613Z test_comprehensive_zeros_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7921824Z test_comprehensive_zeros_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7922038Z test_comprehensive_zeros_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7922247Z test_comprehensive_zeros_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7922456Z test_comprehensive_zeros_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7922661Z test_comprehensive_zeros_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7922866Z test_comprehensive_zeros_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7923092Z test_comprehensive_zeros_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7923293Z test_quick_abs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7923481Z test_quick_abs_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7923677Z test_quick_abs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7923872Z test_quick_abs_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7924065Z test_quick_abs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7924255Z test_quick_abs_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7924426Z test_quick_abs_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7924615Z test_quick_abs_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7924799Z test_quick_abs_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7924982Z test_quick_abs_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7925162Z test_quick_abs_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7925346Z test_quick_abs_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7925525Z test_quick_abs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7925719Z test_quick_acos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7925883Z test_quick_acos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7926080Z test_quick_acos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7926272Z test_quick_acos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7926465Z test_quick_acos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7926657Z test_quick_acos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7926851Z test_quick_acos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7927041Z test_quick_acos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7927227Z test_quick_acos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7927391Z test_quick_acos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7927631Z test_quick_acos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7927816Z test_quick_acos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7928001Z test_quick_acos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7928194Z test_quick_acosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7928378Z test_quick_acosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7928576Z test_quick_acosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7928773Z test_quick_acosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7928949Z test_quick_acosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7929139Z test_quick_acosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7929322Z test_quick_acosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7929516Z test_quick_acosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7929703Z test_quick_acosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7929889Z test_quick_acosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7930075Z test_quick_acosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7930260Z test_quick_acosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7930426Z test_quick_acosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7930661Z test_quick_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7930855Z test_quick_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.7931048Z test_quick_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-12-01T11:06:52.7931240Z test_quick_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-12-01T11:06:52.7931433Z test_quick_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-12-01T11:06:52.7931619Z test_quick_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7931800Z test_quick_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-12-01T11:06:52.7931968Z test_quick_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-12-01T11:06:52.7932155Z test_quick_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.7932335Z test_quick_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.7932511Z test_quick_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7932697Z test_quick_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.7932881Z test_quick_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7933079Z test_quick_addcdiv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7933283Z test_quick_addcdiv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-12-01T11:06:52.7933464Z test_quick_addcdiv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-12-01T11:06:52.7933657Z test_quick_addcdiv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7933850Z test_quick_addcdiv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.7934042Z test_quick_addcdiv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.7934236Z test_quick_addcmul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7934437Z test_quick_addcmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-12-01T11:06:52.7934634Z test_quick_addcmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-12-01T11:06:52.7934823Z test_quick_addcmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7934995Z test_quick_addcmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-12-01T11:06:52.7935239Z test_quick_addcmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-12-01T11:06:52.7935429Z test_quick_addcmul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-12-01T11:06:52.7935617Z test_quick_addcmul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-12-01T11:06:52.7935805Z test_quick_addcmul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.7935994Z test_quick_addcmul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-12-01T11:06:52.7936181Z test_quick_addcmul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-12-01T11:06:52.7936377Z test_quick_addmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7936557Z test_quick_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-12-01T11:06:52.7936753Z test_quick_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.7936940Z test_quick_addmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7937141Z test_quick_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7937322Z test_quick_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7937537Z test_quick_addmm_decomposed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7937751Z test_quick_addmm_decomposed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-12-01T11:06:52.7937967Z test_quick_addmm_decomposed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.7938158Z test_quick_addmm_decomposed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7938408Z test_quick_addmm_decomposed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7938626Z test_quick_addmm_decomposed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.7938817Z test_quick_addr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7939007Z test_quick_addr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7939200Z test_quick_addr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.7939393Z test_quick_addr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.7939582Z test_quick_addr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7939747Z test_quick_addr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.7939935Z test_quick_addr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.7940123Z test_quick_addr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7940308Z test_quick_addr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7940491Z test_quick_addr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7940674Z test_quick_addr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7940861Z test_quick_addr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7941047Z test_quick_all_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7941215Z test_quick_all_cuda_bool (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7941408Z test_quick_all_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.7941600Z test_quick_all_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7941794Z test_quick_all_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.7941978Z test_quick_all_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.7942167Z test_quick_all_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.7942352Z test_quick_all_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7942530Z test_quick_all_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7942745Z test_quick_all_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7942929Z test_quick_all_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7943111Z test_quick_all_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.7943301Z test_quick_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7943479Z test_quick_amax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7943667Z test_quick_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7943853Z test_quick_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.7944045Z test_quick_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7944213Z test_quick_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7944397Z test_quick_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7944580Z test_quick_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7944764Z test_quick_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7944947Z test_quick_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7945138Z test_quick_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7945323Z test_quick_amin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7945489Z test_quick_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.7945673Z test_quick_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.7945905Z test_quick_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7946096Z test_quick_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7946281Z test_quick_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7946488Z test_quick_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7946678Z test_quick_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.7946862Z test_quick_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.7947032Z test_quick_any_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7947219Z test_quick_any_cuda_bool (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7947412Z test_quick_any_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7947604Z test_quick_any_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.7947795Z test_quick_any_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7947983Z test_quick_any_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-12-01T11:06:52.7948171Z test_quick_any_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-12-01T11:06:52.7948376Z test_quick_any_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7948541Z test_quick_any_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7948721Z test_quick_any_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7948903Z test_quick_any_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.7949081Z test_quick_any_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.7949274Z test_quick_arange_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7949468Z test_quick_arange_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.7949661Z test_quick_arange_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7949860Z test_quick_arange_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7950030Z test_quick_arange_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7950428Z test_quick_arange_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7950762Z test_quick_arange_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7950948Z test_quick_arange_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7951135Z test_quick_arange_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.7951325Z test_quick_asin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7951510Z test_quick_asin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7951703Z test_quick_asin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7951879Z test_quick_asin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7952072Z test_quick_asin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7952259Z test_quick_asin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7952443Z test_quick_asin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7952632Z test_quick_asin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7952816Z test_quick_asin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7953001Z test_quick_asin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7953186Z test_quick_asin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7953352Z test_quick_asin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7953534Z test_quick_asin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7953782Z test_quick_asinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7953975Z test_quick_asinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7954174Z test_quick_asinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7954370Z test_quick_asinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7954567Z test_quick_asinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7954760Z test_quick_asinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7954931Z test_quick_asinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7955122Z test_quick_asinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7955308Z test_quick_asinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7955494Z test_quick_asinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7955681Z test_quick_asinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7955865Z test_quick_asinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7956054Z test_quick_asinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7956245Z test_quick_atan2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7956413Z test_quick_atan2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7956600Z test_quick_atan2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7956788Z test_quick_atan2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-12-01T11:06:52.7956970Z test_quick_atan2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.7957152Z test_quick_atan2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7957335Z test_quick_atan2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7957521Z test_quick_atan2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7957705Z test_quick_atan2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7957869Z test_quick_atan2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7958053Z test_quick_atan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7958311Z test_quick_atan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7958508Z test_quick_atan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7958704Z test_quick_atan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7958897Z test_quick_atan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7959086Z test_quick_atan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7959252Z test_quick_atan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7959442Z test_quick_atan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7959627Z test_quick_atan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7959809Z test_quick_atan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7959994Z test_quick_atan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.7960182Z test_quick_atan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7960362Z test_quick_atan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7960553Z test_quick_atanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7960715Z test_quick_atanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7960914Z test_quick_atanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7961109Z test_quick_atanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.7961348Z test_quick_atanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.7961543Z test_quick_atanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7961738Z test_quick_atanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7961927Z test_quick_atanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.7962120Z test_quick_atanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7962287Z test_quick_atanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7962473Z test_quick_atanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7962656Z test_quick_atanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7962840Z test_quick_atanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7963035Z test_quick_bitwise_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7963234Z test_quick_bitwise_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7963430Z test_quick_bitwise_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7963619Z test_quick_bitwise_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7963795Z test_quick_bitwise_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7963994Z test_quick_bitwise_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7964200Z test_quick_bitwise_left_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7964400Z test_quick_bitwise_left_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7964597Z test_quick_bitwise_left_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7964799Z test_quick_bitwise_left_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7965008Z test_quick_bitwise_left_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7965205Z test_quick_bitwise_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7965379Z test_quick_bitwise_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7965571Z test_quick_bitwise_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7965822Z test_quick_bitwise_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7966012Z test_quick_bitwise_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7966205Z test_quick_bitwise_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.7966397Z test_quick_bitwise_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7966590Z test_quick_bitwise_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7966780Z test_quick_bitwise_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7966953Z test_quick_bitwise_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7967144Z test_quick_bitwise_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7967334Z test_quick_bitwise_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7967548Z test_quick_bitwise_right_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7967754Z test_quick_bitwise_right_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7967949Z test_quick_bitwise_right_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7968154Z test_quick_bitwise_right_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.7968352Z test_quick_bitwise_right_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7968545Z test_quick_bitwise_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7968719Z test_quick_bitwise_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7968959Z test_quick_bitwise_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7969159Z test_quick_bitwise_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7969349Z test_quick_bitwise_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.7969542Z test_quick_bitwise_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7969730Z test_quick_cat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7969917Z test_quick_cat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7970110Z test_quick_cat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.7970283Z test_quick_cat_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-12-01T11:06:52.7970472Z test_quick_cat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-12-01T11:06:52.7970661Z test_quick_cat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7970844Z test_quick_cat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7971030Z test_quick_cat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7971214Z test_quick_cat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7971397Z test_quick_cat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7971554Z test_quick_cat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7971739Z test_quick_cat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7971923Z test_quick_cat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.7972110Z test_quick_ceil_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7972300Z test_quick_ceil_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.7972486Z test_quick_ceil_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7972679Z test_quick_ceil_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.7972863Z test_quick_ceil_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7973026Z test_quick_ceil_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7973266Z test_quick_ceil_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7973450Z test_quick_ceil_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7973635Z test_quick_ceil_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.7973830Z test_quick_clamp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7974022Z test_quick_clamp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7974211Z test_quick_clamp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-12-01T11:06:52.7974399Z test_quick_clamp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-12-01T11:06:52.7974569Z test_quick_clamp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-12-01T11:06:52.7974757Z test_quick_clamp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-12-01T11:06:52.7974945Z test_quick_clamp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-12-01T11:06:52.7975131Z test_quick_clamp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-12-01T11:06:52.7975322Z test_quick_clamp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-12-01T11:06:52.7975521Z test_quick_clamp_max_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7975714Z test_quick_clamp_max_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7975910Z test_quick_clamp_max_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7976086Z test_quick_clamp_max_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.7976280Z test_quick_clamp_max_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.7976513Z test_quick_clamp_max_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7976713Z test_quick_clamp_max_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.7976902Z test_quick_clamp_max_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7977101Z test_quick_clamp_max_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7977292Z test_quick_clamp_max_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7977488Z test_quick_clamp_min_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7977661Z test_quick_clamp_min_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7977858Z test_quick_clamp_min_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7978053Z test_quick_clamp_min_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.7978246Z test_quick_clamp_min_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.7978436Z test_quick_clamp_min_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7978629Z test_quick_clamp_min_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7978822Z test_quick_clamp_min_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.7979017Z test_quick_clamp_min_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7979189Z test_quick_clamp_min_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.7979379Z test_quick_clone_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7979568Z test_quick_clone_cuda_bool (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7979766Z test_quick_clone_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7979961Z test_quick_clone_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-12-01T11:06:52.7980154Z test_quick_clone_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7980343Z test_quick_clone_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.7980534Z test_quick_clone_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7980704Z test_quick_clone_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.7980948Z test_quick_clone_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7981129Z test_quick_clone_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7981316Z test_quick_clone_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7981504Z test_quick_clone_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7981689Z test_quick_clone_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7981898Z test_quick_conj_physical_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7982420Z test_quick_conj_physical_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.7982615Z test_quick_conj_physical_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7983045Z test_quick_conj_physical_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.7983262Z test_quick_conj_physical_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7983466Z test_quick_conj_physical_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7983671Z test_quick_conj_physical_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7983876Z test_quick_conj_physical_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-12-01T11:06:52.7984290Z test_quick_conj_physical_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.7984747Z test_quick_conj_physical_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.7985166Z test_quick_conj_physical_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.7985585Z test_quick_conj_physical_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.7985980Z test_quick_conj_physical_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.7986190Z test_quick_constant_pad_nd_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7986396Z test_quick_constant_pad_nd_cuda_bool (__main__.TestDecompCUDA) ... ok (0.258s) 2022-12-01T11:06:52.7986608Z test_quick_constant_pad_nd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.562s) 2022-12-01T11:06:52.7986823Z test_quick_constant_pad_nd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.568s) 2022-12-01T11:06:52.7987029Z test_quick_constant_pad_nd_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.7987227Z test_quick_constant_pad_nd_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.351s) 2022-12-01T11:06:52.7987429Z test_quick_constant_pad_nd_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.349s) 2022-12-01T11:06:52.7987613Z test_quick_constant_pad_nd_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-12-01T11:06:52.7987818Z test_quick_constant_pad_nd_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-12-01T11:06:52.7988019Z test_quick_constant_pad_nd_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-12-01T11:06:52.7988224Z test_quick_constant_pad_nd_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-12-01T11:06:52.7988431Z test_quick_constant_pad_nd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.7988632Z test_quick_copysign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7988825Z test_quick_copysign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.7989022Z test_quick_copysign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.7989256Z test_quick_copysign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-12-01T11:06:52.7989451Z test_quick_copysign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-12-01T11:06:52.7989643Z test_quick_copysign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-12-01T11:06:52.7989838Z test_quick_copysign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-12-01T11:06:52.7990027Z test_quick_copysign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.7990606Z test_quick_copysign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-12-01T11:06:52.7990950Z test_quick_copysign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.7991149Z test_quick_cos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7991316Z test_quick_cos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7991510Z test_quick_cos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7991706Z test_quick_cos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7991894Z test_quick_cos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7992080Z test_quick_cos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7992267Z test_quick_cos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7992453Z test_quick_cos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7992636Z test_quick_cos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7992796Z test_quick_cos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7993064Z test_quick_cos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7993259Z test_quick_cos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7993439Z test_quick_cos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7993632Z test_quick_cosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7993812Z test_quick_cosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7994007Z test_quick_cosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7994199Z test_quick_cosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.7994372Z test_quick_cosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.7994559Z test_quick_cosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.7994745Z test_quick_cosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.7994934Z test_quick_cosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.7995120Z test_quick_cosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7995300Z test_quick_cosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7995484Z test_quick_cosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7995673Z test_quick_cosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7995839Z test_quick_cosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7996033Z test_quick_cumsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7996233Z test_quick_cumsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.7996428Z test_quick_cumsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.7996619Z test_quick_cumsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.7996811Z test_quick_cumsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-12-01T11:06:52.7997000Z test_quick_cumsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.7997188Z test_quick_cumsum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7997426Z test_quick_cumsum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.7997609Z test_quick_cumsum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.7997797Z test_quick_cumsum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7997983Z test_quick_cumsum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.7998185Z test_quick_diag_embed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7998381Z test_quick_diag_embed_cuda_bool (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.7998587Z test_quick_diag_embed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-12-01T11:06:52.7998794Z test_quick_diag_embed_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.156s) 2022-12-01T11:06:52.7998978Z test_quick_diag_embed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.156s) 2022-12-01T11:06:52.7999178Z test_quick_diag_embed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.7999379Z test_quick_diag_embed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.7999575Z test_quick_diag_embed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.7999774Z test_quick_diag_embed_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.7999972Z test_quick_diag_embed_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.8000167Z test_quick_diag_embed_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.8000359Z test_quick_diag_embed_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-12-01T11:06:52.8000577Z test_quick_diag_embed_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.8000786Z test_quick_diagonal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.8000979Z test_quick_diagonal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.8001181Z test_quick_diagonal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-12-01T11:06:52.8001387Z test_quick_diagonal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-12-01T11:06:52.8001590Z test_quick_diagonal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-12-01T11:06:52.8001784Z test_quick_diagonal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8001982Z test_quick_diagonal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.8002156Z test_quick_diagonal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-12-01T11:06:52.8002353Z test_quick_diagonal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.8002547Z test_quick_diagonal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.8002735Z test_quick_diagonal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-12-01T11:06:52.8002926Z test_quick_diagonal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.8003124Z test_quick_diagonal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.8003314Z test_quick_digamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8003508Z test_quick_digamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8003681Z test_quick_digamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8003868Z test_quick_digamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8004058Z test_quick_digamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8004247Z test_quick_digamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8004440Z test_quick_digamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8004627Z test_quick_digamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8004818Z test_quick_digamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8005085Z test_quick_div_floor_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-12-01T11:06:52.8005276Z test_quick_div_floor_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-12-01T11:06:52.8005486Z test_quick_div_floor_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-12-01T11:06:52.8005693Z test_quick_div_floor_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.8005898Z test_quick_div_floor_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.8006096Z test_quick_div_floor_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8006298Z test_quick_div_floor_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8006500Z test_quick_div_floor_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.8006697Z test_quick_div_floor_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8006896Z test_quick_div_no_rounding_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8007103Z test_quick_div_no_rounding_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.8007318Z test_quick_div_no_rounding_mode_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-12-01T11:06:52.8007533Z test_quick_div_no_rounding_mode_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.8007745Z test_quick_div_no_rounding_mode_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-12-01T11:06:52.8007998Z test_quick_div_no_rounding_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8008216Z test_quick_div_no_rounding_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-12-01T11:06:52.8008421Z test_quick_div_no_rounding_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-12-01T11:06:52.8008629Z test_quick_div_no_rounding_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.8008819Z test_quick_div_no_rounding_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.8009026Z test_quick_div_no_rounding_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.8009231Z test_quick_div_no_rounding_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.8009433Z test_quick_div_no_rounding_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.8009643Z test_quick_div_trunc_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8009850Z test_quick_div_trunc_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8010054Z test_quick_div_trunc_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-12-01T11:06:52.8010254Z test_quick_div_trunc_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-12-01T11:06:52.8010442Z test_quick_div_trunc_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8010644Z test_quick_div_trunc_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8010840Z test_quick_div_trunc_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8011042Z test_quick_div_trunc_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8011239Z test_quick_div_trunc_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8011429Z test_quick_dot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8011627Z test_quick_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.8011821Z test_quick_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.8011990Z test_quick_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8012179Z test_quick_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8012417Z test_quick_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8012675Z test_quick_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.8012921Z test_quick_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: empty in torch.bool not supported (0.001s) 2022-12-01T11:06:52.8013188Z test_quick_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty in torch.complex128 not supported (0.001s) 2022-12-01T11:06:52.8013448Z test_quick_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty in torch.complex32 not supported (0.001s) 2022-12-01T11:06:52.8013708Z test_quick_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty in torch.complex64 not supported (0.001s) 2022-12-01T11:06:52.8013956Z test_quick_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.8014188Z test_quick_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.8014442Z test_quick_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.8014683Z test_quick_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.8014924Z test_quick_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.8015158Z test_quick_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.8015441Z test_quick_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.8015683Z test_quick_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.8015951Z test_quick_empty_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.8016212Z test_quick_empty_like_cuda_bool (__main__.TestDecompCUDA) ... skip: empty_like in torch.bool not supported (0.001s) 2022-12-01T11:06:52.8016483Z test_quick_empty_like_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-12-01T11:06:52.8016737Z test_quick_empty_like_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-12-01T11:06:52.8017011Z test_quick_empty_like_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-12-01T11:06:52.8017275Z test_quick_empty_like_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.8017536Z test_quick_empty_like_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.8017792Z test_quick_empty_like_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.8018050Z test_quick_empty_like_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.8018306Z test_quick_empty_like_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.8018557Z test_quick_empty_like_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.8018810Z test_quick_empty_like_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.8019044Z test_quick_empty_like_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.8019242Z test_quick_eq_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.8019473Z test_quick_eq_cuda_bool (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8019732Z test_quick_eq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-12-01T11:06:52.8019925Z test_quick_eq_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-12-01T11:06:52.8020116Z test_quick_eq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-12-01T11:06:52.8020302Z test_quick_eq_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.8020488Z test_quick_eq_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-12-01T11:06:52.8020654Z test_quick_eq_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-12-01T11:06:52.8020845Z test_quick_eq_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8021025Z test_quick_eq_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8021200Z test_quick_eq_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8021380Z test_quick_eq_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8021565Z test_quick_eq_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8021753Z test_quick_erf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8021931Z test_quick_erf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8022100Z test_quick_erf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8022286Z test_quick_erf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8022468Z test_quick_erf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8022652Z test_quick_erf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8022877Z test_quick_erf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8023062Z test_quick_erf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8023245Z test_quick_erf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8023427Z test_quick_erf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8023598Z test_quick_erfc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8023779Z test_quick_erfc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8023968Z test_quick_erfc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8024154Z test_quick_erfc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8024344Z test_quick_erfc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8024528Z test_quick_erfc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8024716Z test_quick_erfc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8024895Z test_quick_erfc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8025058Z test_quick_erfc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8025244Z test_quick_erfc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8025435Z test_quick_erfinv_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8025629Z test_quick_erfinv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8025820Z test_quick_erfinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8026012Z test_quick_erfinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8026199Z test_quick_erfinv_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8026385Z test_quick_erfinv_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8026550Z test_quick_erfinv_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8026736Z test_quick_erfinv_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8026923Z test_quick_erfinv_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8027113Z test_quick_exp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8027352Z test_quick_exp2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8027539Z test_quick_exp2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8027721Z test_quick_exp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8027911Z test_quick_exp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8028078Z test_quick_exp2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8028256Z test_quick_exp2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8028445Z test_quick_exp2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8028628Z test_quick_exp2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8028810Z test_quick_exp2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8028995Z test_quick_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8029184Z test_quick_exp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8029359Z test_quick_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8029552Z test_quick_exp_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8029745Z test_quick_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8029931Z test_quick_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8030117Z test_quick_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8030607Z test_quick_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8030803Z test_quick_exp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8030984Z test_quick_exp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8031141Z test_quick_exp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8031331Z test_quick_exp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8031512Z test_quick_exp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8031706Z test_quick_expand_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8031897Z test_quick_expand_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.8032097Z test_quick_expand_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.8032295Z test_quick_expand_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.8032492Z test_quick_expand_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8032666Z test_quick_expand_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.8032855Z test_quick_expand_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.8033047Z test_quick_expand_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8033238Z test_quick_expand_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8033425Z test_quick_expand_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.8033612Z test_quick_expand_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8033800Z test_quick_expand_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8033991Z test_quick_expm1_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8034159Z test_quick_expm1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8034350Z test_quick_expm1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8034540Z test_quick_expm1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8034728Z test_quick_expm1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8034913Z test_quick_expm1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8035168Z test_quick_expm1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8035351Z test_quick_expm1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8035536Z test_quick_expm1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8035704Z test_quick_expm1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8035893Z test_quick_eye_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.8036077Z test_quick_eye_cuda_bool (__main__.TestDecompCUDA) ... ok (0.063s) 2022-12-01T11:06:52.8036273Z test_quick_eye_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8036463Z test_quick_eye_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8036651Z test_quick_eye_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.8036836Z test_quick_eye_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.8037024Z test_quick_eye_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.8037187Z test_quick_eye_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.8037366Z test_quick_eye_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.8037548Z test_quick_eye_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-12-01T11:06:52.8037730Z test_quick_eye_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.8037912Z test_quick_eye_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.8038393Z test_quick_fft_fft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8038603Z test_quick_fft_fft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8038805Z test_quick_fft_fft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8038980Z test_quick_fft_fft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-12-01T11:06:52.8039178Z test_quick_fft_fft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-12-01T11:06:52.8039590Z test_quick_fft_fft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8039996Z test_quick_fft_fft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8040387Z test_quick_fft_fft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8040794Z test_quick_fft_fft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8041195Z test_quick_fft_fft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8041596Z test_quick_fft_fft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8041799Z test_quick_fft_fft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.8041978Z test_quick_fft_fft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.8042173Z test_quick_fft_fft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8042364Z test_quick_fft_fft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8042767Z test_quick_fft_fft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8043157Z test_quick_fft_fft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8043548Z test_quick_fft_fft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8044001Z test_quick_fft_fft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8044395Z test_quick_fft_fft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8044785Z test_quick_fft_fftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8044990Z test_quick_fft_fftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8045174Z test_quick_fft_fftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8045370Z test_quick_fft_fftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-12-01T11:06:52.8045566Z test_quick_fft_fftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-12-01T11:06:52.8045969Z test_quick_fft_fftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8046370Z test_quick_fft_fftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8046767Z test_quick_fft_fftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8047160Z test_quick_fft_fftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8047596Z test_quick_fft_fftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8048005Z test_quick_fft_hfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8048192Z test_quick_fft_hfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.275s) 2022-12-01T11:06:52.8048399Z test_quick_fft_hfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-12-01T11:06:52.8048595Z test_quick_fft_hfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.330s) 2022-12-01T11:06:52.8048790Z test_quick_fft_hfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.330s) 2022-12-01T11:06:52.8049193Z test_quick_fft_hfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8049593Z test_quick_fft_hfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8050000Z test_quick_fft_hfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8050397Z test_quick_fft_hfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8050801Z test_quick_fft_hfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8051199Z test_quick_fft_hfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8051384Z test_quick_fft_hfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-12-01T11:06:52.8051587Z test_quick_fft_hfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-12-01T11:06:52.8051782Z test_quick_fft_hfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-12-01T11:06:52.8051979Z test_quick_fft_hfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.8052378Z test_quick_fft_hfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8052775Z test_quick_fft_hfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8053220Z test_quick_fft_hfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8053613Z test_quick_fft_hfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8054011Z test_quick_fft_hfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8054390Z test_quick_fft_hfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8054598Z test_quick_fft_hfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.311s) 2022-12-01T11:06:52.8054799Z test_quick_fft_hfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.312s) 2022-12-01T11:06:52.8054996Z test_quick_fft_hfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.357s) 2022-12-01T11:06:52.8055194Z test_quick_fft_hfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-12-01T11:06:52.8055594Z test_quick_fft_hfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-12-01T11:06:52.8055985Z test_quick_fft_hfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8056380Z test_quick_fft_hfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8056820Z test_quick_fft_hfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8057209Z test_quick_fft_hfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8057608Z test_quick_fft_ifft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8057818Z test_quick_fft_ifft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.8058021Z test_quick_fft_ifft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.8058215Z test_quick_fft_ifft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-12-01T11:06:52.8058409Z test_quick_fft_ifft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-12-01T11:06:52.8058805Z test_quick_fft_ifft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8059206Z test_quick_fft_ifft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8059603Z test_quick_fft_ifft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8060008Z test_quick_fft_ifft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8060385Z test_quick_fft_ifft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8060783Z test_quick_fft_ifft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8060985Z test_quick_fft_ifft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.8061191Z test_quick_fft_ifft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.8061386Z test_quick_fft_ifft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8061581Z test_quick_fft_ifft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8061978Z test_quick_fft_ifft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8062436Z test_quick_fft_ifft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8062830Z test_quick_fft_ifft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8063203Z test_quick_fft_ifft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8063607Z test_quick_fft_ifft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8064002Z test_quick_fft_ifftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8064211Z test_quick_fft_ifftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8064417Z test_quick_fft_ifftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8064614Z test_quick_fft_ifftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-12-01T11:06:52.8064811Z test_quick_fft_ifftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-12-01T11:06:52.8065211Z test_quick_fft_ifftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8065611Z test_quick_fft_ifftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8066025Z test_quick_fft_ifftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8066432Z test_quick_fft_ifftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8066828Z test_quick_fft_ifftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8067230Z test_quick_fft_ihfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8067430Z test_quick_fft_ihfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.8067627Z test_quick_fft_ihfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.8068027Z test_quick_fft_ihfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8068429Z test_quick_fft_ihfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8068836Z test_quick_fft_ihfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8069233Z test_quick_fft_ihfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8069627Z test_quick_fft_ihfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8070008Z test_quick_fft_ihfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8070403Z test_quick_fft_ihfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8070614Z test_quick_fft_ihfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8071020Z test_quick_fft_ihfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8071418Z test_quick_fft_ihfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8071893Z test_quick_fft_ihfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8072291Z test_quick_fft_ihfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8072688Z test_quick_fft_ihfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8073085Z test_quick_fft_ihfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8073270Z test_quick_fft_ihfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.8073468Z test_quick_fft_ihfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.8073922Z test_quick_fft_ihfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8074329Z test_quick_fft_ihfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8074728Z test_quick_fft_ihfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8075126Z test_quick_fft_ihfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8075637Z test_quick_fft_ihfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8076051Z test_quick_fft_irfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8076256Z test_quick_fft_irfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.8076468Z test_quick_fft_irfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.8076647Z test_quick_fft_irfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-12-01T11:06:52.8076845Z test_quick_fft_irfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-12-01T11:06:52.8077250Z test_quick_fft_irfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8077651Z test_quick_fft_irfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8078054Z test_quick_fft_irfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8078454Z test_quick_fft_irfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8078856Z test_quick_fft_irfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8079259Z test_quick_fft_irfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8079467Z test_quick_fft_irfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.8079650Z test_quick_fft_irfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.8079849Z test_quick_fft_irfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-12-01T11:06:52.8080049Z test_quick_fft_irfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-12-01T11:06:52.8080446Z test_quick_fft_irfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8080845Z test_quick_fft_irfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8081309Z test_quick_fft_irfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8081706Z test_quick_fft_irfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8082105Z test_quick_fft_irfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8082502Z test_quick_fft_irfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8082714Z test_quick_fft_irfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8082901Z test_quick_fft_irfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8083100Z test_quick_fft_irfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-12-01T11:06:52.8083300Z test_quick_fft_irfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-12-01T11:06:52.8083701Z test_quick_fft_irfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8084104Z test_quick_fft_irfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8084499Z test_quick_fft_irfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8084941Z test_quick_fft_irfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8085347Z test_quick_fft_irfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8085748Z test_quick_fft_rfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8085932Z test_quick_fft_rfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.8086131Z test_quick_fft_rfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.8086527Z test_quick_fft_rfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8086917Z test_quick_fft_rfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8087314Z test_quick_fft_rfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8087710Z test_quick_fft_rfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8088103Z test_quick_fft_rfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8088508Z test_quick_fft_rfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8088707Z test_quick_fft_rfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8088903Z test_quick_fft_rfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8089282Z test_quick_fft_rfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8089680Z test_quick_fft_rfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8090077Z test_quick_fft_rfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8090473Z test_quick_fft_rfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8090927Z test_quick_fft_rfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8091324Z test_quick_fft_rfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8091525Z test_quick_fft_rfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.8091725Z test_quick_fft_rfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.8092127Z test_quick_fft_rfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8092523Z test_quick_fft_rfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8092906Z test_quick_fft_rfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8093300Z test_quick_fft_rfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8093696Z test_quick_fft_rfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8093893Z test_quick_flip_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8094082Z test_quick_flip_cuda_bool (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.8094325Z test_quick_flip_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-12-01T11:06:52.8094532Z test_quick_flip_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-12-01T11:06:52.8094725Z test_quick_flip_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8094895Z test_quick_flip_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.8095090Z test_quick_flip_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-12-01T11:06:52.8095280Z test_quick_flip_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.8095469Z test_quick_flip_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.8095651Z test_quick_flip_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.8095835Z test_quick_flip_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.8096021Z test_quick_flip_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.8096217Z test_quick_floor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8096388Z test_quick_floor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8096577Z test_quick_floor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8096761Z test_quick_floor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8096956Z test_quick_floor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8097142Z test_quick_floor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8097327Z test_quick_floor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8097511Z test_quick_floor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8097697Z test_quick_floor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8097884Z test_quick_floor_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.8098090Z test_quick_floor_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.8098292Z test_quick_floor_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-12-01T11:06:52.8098494Z test_quick_floor_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-12-01T11:06:52.8098743Z test_quick_floor_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.8098939Z test_quick_floor_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.8099136Z test_quick_floor_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8099333Z test_quick_floor_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-12-01T11:06:52.8099512Z test_quick_floor_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8099704Z test_quick_fmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8099891Z test_quick_fmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8100078Z test_quick_fmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8100261Z test_quick_fmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.8100447Z test_quick_fmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8100635Z test_quick_fmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8100820Z test_quick_fmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8100985Z test_quick_fmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8101171Z test_quick_fmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8101354Z test_quick_fmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8101543Z test_quick_fmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8101729Z test_quick_fmin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8101963Z test_quick_fmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8102159Z test_quick_fmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.8102348Z test_quick_fmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.8102514Z test_quick_fmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8102698Z test_quick_fmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8102879Z test_quick_fmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8103064Z test_quick_fmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8103249Z test_quick_fmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8103438Z test_quick_fmod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8103625Z test_quick_fmod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8103814Z test_quick_fmod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-12-01T11:06:52.8103978Z test_quick_fmod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-12-01T11:06:52.8104160Z test_quick_fmod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8104347Z test_quick_fmod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8104529Z test_quick_fmod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8104711Z test_quick_fmod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8104898Z test_quick_fmod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8105088Z test_quick_frac_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8105275Z test_quick_frac_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8105442Z test_quick_frac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8105631Z test_quick_frac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8105813Z test_quick_gcd_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8105995Z test_quick_gcd_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8106171Z test_quick_gcd_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8106406Z test_quick_gcd_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8106585Z test_quick_gcd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8106775Z test_quick_ge_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8106941Z test_quick_ge_cuda_bool (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8107126Z test_quick_ge_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.8107310Z test_quick_ge_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.8107498Z test_quick_ge_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.8107681Z test_quick_ge_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8107863Z test_quick_ge_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8108046Z test_quick_ge_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8108210Z test_quick_ge_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8108390Z test_quick_ge_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8108576Z test_quick_gt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8108758Z test_quick_gt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8108943Z test_quick_gt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8109125Z test_quick_gt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.8109351Z test_quick_gt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.8109541Z test_quick_gt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8109700Z test_quick_gt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8109876Z test_quick_gt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8110061Z test_quick_gt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8110449Z test_quick_gt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8110664Z test_quick_heaviside_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8110860Z test_quick_heaviside_cuda_bool (__main__.TestDecompCUDA) ... ok (0.106s) 2022-12-01T11:06:52.8111061Z test_quick_heaviside_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8111261Z test_quick_heaviside_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-12-01T11:06:52.8111436Z test_quick_heaviside_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-12-01T11:06:52.8111636Z test_quick_heaviside_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.8111832Z test_quick_heaviside_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.8112021Z test_quick_heaviside_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.8112217Z test_quick_heaviside_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-12-01T11:06:52.8112405Z test_quick_heaviside_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-12-01T11:06:52.8112593Z test_quick_hypot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8112786Z test_quick_hypot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8112956Z test_quick_hypot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.8113145Z test_quick_hypot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8113335Z test_quick_igamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.8113527Z test_quick_igamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.8113720Z test_quick_igammac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.8113916Z test_quick_igammac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.8114201Z test_quick_index_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8114392Z test_quick_index_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.8114577Z test_quick_index_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8114781Z test_quick_index_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8114984Z test_quick_index_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8115181Z test_quick_index_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8115381Z test_quick_index_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-12-01T11:06:52.8115575Z test_quick_index_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.8115765Z test_quick_index_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8115954Z test_quick_index_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8116126Z test_quick_index_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8116319Z test_quick_index_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8116509Z test_quick_index_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8116710Z test_quick_index_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8116900Z test_quick_index_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8117106Z test_quick_index_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.8117381Z test_quick_index_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.8117592Z test_quick_index_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8117771Z test_quick_index_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.8117973Z test_quick_index_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.8118170Z test_quick_index_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8118365Z test_quick_index_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8118558Z test_quick_index_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8118753Z test_quick_index_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8118952Z test_quick_index_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8119155Z test_quick_index_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8119364Z test_quick_index_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8119570Z test_quick_index_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8119773Z test_quick_index_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.8119975Z test_quick_index_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8120172Z test_quick_index_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8120369Z test_quick_index_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8120565Z test_quick_index_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8120758Z test_quick_index_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8120929Z test_quick_index_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8121123Z test_quick_index_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8121315Z test_quick_index_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8121517Z test_quick_index_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8121771Z test_quick_index_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8121981Z test_quick_index_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8122189Z test_quick_index_select_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8122396Z test_quick_index_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8122576Z test_quick_index_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8122780Z test_quick_index_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8122984Z test_quick_index_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8123181Z test_quick_index_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8123378Z test_quick_index_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8123573Z test_quick_index_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8123773Z test_quick_index_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8123969Z test_quick_index_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8124142Z test_quick_isinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8124329Z test_quick_isinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8124527Z test_quick_isinf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.8124720Z test_quick_isinf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.8124955Z test_quick_isinf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.8125153Z test_quick_isinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8125343Z test_quick_isinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8125535Z test_quick_isinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8125705Z test_quick_isinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8125892Z test_quick_isinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8126075Z test_quick_isinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8126262Z test_quick_isinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8126447Z test_quick_isinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8126639Z test_quick_isnan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8126829Z test_quick_isnan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8127029Z test_quick_isnan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.8127206Z test_quick_isnan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8127403Z test_quick_isnan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8127589Z test_quick_isnan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8127777Z test_quick_isnan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8127963Z test_quick_isnan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8128145Z test_quick_isnan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8128332Z test_quick_isnan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8128518Z test_quick_isnan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8128688Z test_quick_isnan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8128888Z test_quick_isneginf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8129075Z test_quick_isneginf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8129320Z test_quick_isneginf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8129516Z test_quick_isneginf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8129708Z test_quick_isneginf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8129901Z test_quick_isneginf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8130093Z test_quick_isneginf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8130260Z test_quick_isneginf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8130454Z test_quick_isneginf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8130641Z test_quick_isneginf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8130840Z test_quick_isposinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8131031Z test_quick_isposinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8131230Z test_quick_isposinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8131425Z test_quick_isposinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8131618Z test_quick_isposinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8131786Z test_quick_isposinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8131978Z test_quick_isposinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8132168Z test_quick_isposinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8132401Z test_quick_isposinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8132600Z test_quick_isposinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8132789Z test_quick_lcm_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8132970Z test_quick_lcm_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8133153Z test_quick_lcm_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8133319Z test_quick_lcm_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8133497Z test_quick_lcm_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8133683Z test_quick_le_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8133868Z test_quick_le_cuda_bool (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8134055Z test_quick_le_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8134239Z test_quick_le_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.8134428Z test_quick_le_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.8134612Z test_quick_le_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8134771Z test_quick_le_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8134954Z test_quick_le_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8135134Z test_quick_le_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8135316Z test_quick_le_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8135507Z test_quick_lgamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8135698Z test_quick_lgamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8135887Z test_quick_lgamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8136072Z test_quick_lgamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8136250Z test_quick_lgamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8136439Z test_quick_lgamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8136629Z test_quick_lgamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8136818Z test_quick_lgamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8137071Z test_quick_lgamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8137286Z test_quick_linalg_vector_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-12-01T11:06:52.8137502Z test_quick_linalg_vector_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.061s) 2022-12-01T11:06:52.8137717Z test_quick_linalg_vector_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.090s) 2022-12-01T11:06:52.8137906Z test_quick_linalg_vector_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-12-01T11:06:52.8138118Z test_quick_linalg_vector_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.730s) 2022-12-01T11:06:52.8138324Z test_quick_linalg_vector_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.711s) 2022-12-01T11:06:52.8138523Z test_quick_linspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8138727Z test_quick_linspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8138932Z test_quick_linspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-12-01T11:06:52.8139128Z test_quick_linspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8139325Z test_quick_linspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.8139498Z test_quick_linspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.8139727Z test_quick_linspace_cuda_int16 (__main__.TestDecompCUDA) ... expected failure (0.013s) 2022-12-01T11:06:52.8139986Z test_quick_linspace_cuda_int32 (__main__.TestDecompCUDA) ... expected failure (0.013s) 2022-12-01T11:06:52.8140207Z test_quick_linspace_cuda_int64 (__main__.TestDecompCUDA) ... expected failure (0.012s) 2022-12-01T11:06:52.8140419Z test_quick_linspace_cuda_int8 (__main__.TestDecompCUDA) ... expected failure (0.014s) 2022-12-01T11:06:52.8140633Z test_quick_linspace_cuda_uint8 (__main__.TestDecompCUDA) ... expected failure (0.025s) 2022-12-01T11:06:52.8140810Z test_quick_log10_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8140993Z test_quick_log10_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8141181Z test_quick_log10_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8141371Z test_quick_log10_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8141556Z test_quick_log10_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8141742Z test_quick_log10_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8141927Z test_quick_log10_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8142108Z test_quick_log10_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8142274Z test_quick_log10_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8142453Z test_quick_log10_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8142639Z test_quick_log10_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8142817Z test_quick_log10_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8143006Z test_quick_log1p_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8143192Z test_quick_log1p_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8143376Z test_quick_log1p_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8143562Z test_quick_log1p_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-12-01T11:06:52.8143737Z test_quick_log1p_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8143920Z test_quick_log1p_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8144100Z test_quick_log1p_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8144278Z test_quick_log1p_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8144514Z test_quick_log1p_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8144698Z test_quick_log1p_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8144884Z test_quick_log2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8145070Z test_quick_log2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8145246Z test_quick_log2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8145436Z test_quick_log2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8145625Z test_quick_log2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8145810Z test_quick_log2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8145997Z test_quick_log2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8146181Z test_quick_log2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8146363Z test_quick_log2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8146528Z test_quick_log2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8146710Z test_quick_log2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8146888Z test_quick_log2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8147078Z test_quick_log_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8147263Z test_quick_log_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8147500Z test_quick_log_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8147698Z test_quick_log_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8147886Z test_quick_log_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8148055Z test_quick_log_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8148244Z test_quick_log_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8148426Z test_quick_log_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8148610Z test_quick_log_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8148788Z test_quick_log_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8148962Z test_quick_log_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8149142Z test_quick_log_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8149322Z test_quick_log_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8149507Z test_quick_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8149707Z test_quick_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8149902Z test_quick_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.8150103Z test_quick_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.8150522Z test_quick_logical_and_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8150721Z test_quick_logical_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8150925Z test_quick_logical_and_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-12-01T11:06:52.8151130Z test_quick_logical_and_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-12-01T11:06:52.8151309Z test_quick_logical_and_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.8151507Z test_quick_logical_and_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.8151702Z test_quick_logical_and_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.8151897Z test_quick_logical_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8152179Z test_quick_logical_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8152373Z test_quick_logical_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8152564Z test_quick_logical_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8152754Z test_quick_logical_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8152936Z test_quick_logical_not_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8153132Z test_quick_logical_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8153336Z test_quick_logical_not_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8153539Z test_quick_logical_not_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8153736Z test_quick_logical_not_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8153930Z test_quick_logical_not_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8154128Z test_quick_logical_not_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8154318Z test_quick_logical_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8154509Z test_quick_logical_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8154687Z test_quick_logical_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8154880Z test_quick_logical_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8155070Z test_quick_logical_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8155321Z test_quick_logical_or_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.8155525Z test_quick_logical_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8155727Z test_quick_logical_or_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.215s) 2022-12-01T11:06:52.8155930Z test_quick_logical_or_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-12-01T11:06:52.8156125Z test_quick_logical_or_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.8156305Z test_quick_logical_or_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.8156497Z test_quick_logical_or_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.8156688Z test_quick_logical_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.8156879Z test_quick_logical_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8157072Z test_quick_logical_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.8157263Z test_quick_logical_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.8157450Z test_quick_logical_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8157649Z test_quick_logical_xor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8157828Z test_quick_logical_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8158031Z test_quick_logical_xor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-12-01T11:06:52.8158234Z test_quick_logical_xor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-12-01T11:06:52.8158432Z test_quick_logical_xor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8158626Z test_quick_logical_xor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8158824Z test_quick_logical_xor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.8159017Z test_quick_logical_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8159211Z test_quick_logical_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8159388Z test_quick_logical_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8159634Z test_quick_logical_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8159821Z test_quick_logical_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8160010Z test_quick_logit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8160194Z test_quick_logit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8160386Z test_quick_logit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8160568Z test_quick_logit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8160755Z test_quick_logit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8160923Z test_quick_logit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8161105Z test_quick_logit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8161288Z test_quick_logit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8161475Z test_quick_logit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8161658Z test_quick_logit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8161853Z test_quick_logspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-12-01T11:06:52.8162054Z test_quick_logspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.398s) 2022-12-01T11:06:52.8162253Z test_quick_logspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.413s) 2022-12-01T11:06:52.8162432Z test_quick_logspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-12-01T11:06:52.8162668Z test_quick_logspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.384s) 2022-12-01T11:06:52.8162870Z test_quick_logspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-12-01T11:06:52.8163085Z test_quick_logspace_cuda_int16 (__main__.TestDecompCUDA) ... expected failure (0.042s) 2022-12-01T11:06:52.8163299Z test_quick_logspace_cuda_int32 (__main__.TestDecompCUDA) ... expected failure (0.042s) 2022-12-01T11:06:52.8163516Z test_quick_logspace_cuda_int64 (__main__.TestDecompCUDA) ... expected failure (0.039s) 2022-12-01T11:06:52.8163704Z test_quick_logspace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.8163894Z test_quick_logspace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8164075Z test_quick_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8164268Z test_quick_logsumexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8164465Z test_quick_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8164662Z test_quick_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.8164854Z test_quick_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8165045Z test_quick_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8165239Z test_quick_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8165424Z test_quick_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8165597Z test_quick_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8165780Z test_quick_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8165963Z test_quick_lt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8166142Z test_quick_lt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8166330Z test_quick_lt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8166513Z test_quick_lt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8166696Z test_quick_lt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.8166878Z test_quick_lt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8167093Z test_quick_lt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8167271Z test_quick_lt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8167447Z test_quick_lt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-12-01T11:06:52.8167623Z test_quick_lt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8167825Z test_quick_masked_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8168019Z test_quick_masked_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.8168224Z test_quick_masked_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-12-01T11:06:52.8168429Z test_quick_masked_fill_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-12-01T11:06:52.8168616Z test_quick_masked_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-12-01T11:06:52.8168811Z test_quick_masked_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8169009Z test_quick_masked_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8169202Z test_quick_masked_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.8169397Z test_quick_masked_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.8169588Z test_quick_masked_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.8169783Z test_quick_masked_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-12-01T11:06:52.8169972Z test_quick_masked_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.8170191Z test_quick_masked_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.8170391Z test_quick_maximum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8170583Z test_quick_maximum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8170773Z test_quick_maximum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8170967Z test_quick_maximum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.8171154Z test_quick_maximum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.8171339Z test_quick_maximum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8171526Z test_quick_maximum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8171696Z test_quick_maximum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8171880Z test_quick_maximum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8172070Z test_quick_maximum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8172252Z test_quick_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8172446Z test_quick_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-12-01T11:06:52.8172639Z test_quick_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-12-01T11:06:52.8172830Z test_quick_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8173011Z test_quick_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-12-01T11:06:52.8173177Z test_quick_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-12-01T11:06:52.8173460Z test_quick_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.8173734Z test_quick_meshgrid_list_of_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T11:06:52.8174028Z test_quick_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T11:06:52.8174317Z test_quick_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T11:06:52.8174649Z test_quick_meshgrid_list_of_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.8174923Z test_quick_meshgrid_list_of_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.8175196Z test_quick_meshgrid_list_of_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.8175465Z test_quick_meshgrid_list_of_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.8175728Z test_quick_meshgrid_list_of_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.8175966Z test_quick_meshgrid_list_of_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.8176229Z test_quick_meshgrid_list_of_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.8176506Z test_quick_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.8176793Z test_quick_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.8177065Z test_quick_meshgrid_variadic_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-12-01T11:06:52.8177398Z test_quick_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-12-01T11:06:52.8177695Z test_quick_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-12-01T11:06:52.8177973Z test_quick_meshgrid_variadic_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.8178257Z test_quick_meshgrid_variadic_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.8178533Z test_quick_meshgrid_variadic_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.8178787Z test_quick_meshgrid_variadic_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.8179057Z test_quick_meshgrid_variadic_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.8179318Z test_quick_meshgrid_variadic_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.8179590Z test_quick_meshgrid_variadic_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.8179867Z test_quick_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.8180063Z test_quick_minimum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8180251Z test_quick_minimum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8180444Z test_quick_minimum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8180637Z test_quick_minimum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-12-01T11:06:52.8180813Z test_quick_minimum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8181003Z test_quick_minimum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8181189Z test_quick_minimum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8181375Z test_quick_minimum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8181613Z test_quick_minimum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8181800Z test_quick_minimum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8181985Z test_quick_mul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8182167Z test_quick_mul_cuda_bool (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8182343Z test_quick_mul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.215s) 2022-12-01T11:06:52.8182534Z test_quick_mul_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-12-01T11:06:52.8182725Z test_quick_mul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-12-01T11:06:52.8182911Z test_quick_mul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8183091Z test_quick_mul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.8183276Z test_quick_mul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8183460Z test_quick_mul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8183637Z test_quick_mul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8183795Z test_quick_mul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8183978Z test_quick_mul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8184158Z test_quick_mul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8184342Z test_quick_mv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8184579Z test_quick_mv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8184778Z test_quick_mv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8184963Z test_quick_mv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8185148Z test_quick_mv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8185317Z test_quick_mv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8185532Z test_quick_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8185745Z test_quick_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8185956Z test_quick_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.8186164Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8186372Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8186578Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8186786Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8186978Z test_quick_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8187194Z test_quick_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8187402Z test_quick_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8187608Z test_quick_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.8187817Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8188020Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8188227Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.8188433Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8188639Z test_quick_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8188835Z test_quick_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8189113Z test_quick_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8189322Z test_quick_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.8189524Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8189723Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8189928Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8190296Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8190520Z test_quick_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8190703Z test_quick_nan_to_num_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8190894Z test_quick_nan_to_num_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8191093Z test_quick_nan_to_num_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8191287Z test_quick_nan_to_num_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8191482Z test_quick_nan_to_num_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8191673Z test_quick_nan_to_num_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8191864Z test_quick_nan_to_num_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8192054Z test_quick_nan_to_num_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8192293Z test_quick_nan_to_num_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8192494Z test_quick_nan_to_num_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8192699Z test_quick_native_batch_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8192909Z test_quick_native_batch_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8193111Z test_quick_native_batch_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.345s) 2022-12-01T11:06:52.8193313Z test_quick_native_batch_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.335s) 2022-12-01T11:06:52.8193514Z test_quick_native_layer_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.8193713Z test_quick_native_layer_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.8193890Z test_quick_native_layer_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-12-01T11:06:52.8194089Z test_quick_native_layer_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.8194276Z test_quick_ne_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.8194457Z test_quick_ne_cuda_bool (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8194651Z test_quick_ne_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-12-01T11:06:52.8194842Z test_quick_ne_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-12-01T11:06:52.8195025Z test_quick_ne_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.8195210Z test_quick_ne_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.8195373Z test_quick_ne_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-12-01T11:06:52.8195557Z test_quick_ne_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8195733Z test_quick_ne_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8195908Z test_quick_ne_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8196085Z test_quick_ne_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8196262Z test_quick_ne_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8196449Z test_quick_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8196741Z test_quick_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8196915Z test_quick_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.8197106Z test_quick_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8197292Z test_quick_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8197478Z test_quick_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8197661Z test_quick_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8197846Z test_quick_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8198023Z test_quick_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8198200Z test_quick_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8198363Z test_quick_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8198541Z test_quick_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8198807Z test_quick_new_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.8199062Z test_quick_new_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: new_empty in torch.bool not supported (0.001s) 2022-12-01T11:06:52.8199333Z test_quick_new_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-12-01T11:06:52.8199644Z test_quick_new_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-12-01T11:06:52.8199917Z test_quick_new_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-12-01T11:06:52.8200175Z test_quick_new_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.8200436Z test_quick_new_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.8200676Z test_quick_new_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.8200928Z test_quick_new_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.8201178Z test_quick_new_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.8201423Z test_quick_new_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.8201672Z test_quick_new_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.8201919Z test_quick_new_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.8202201Z test_quick_new_empty_strided_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8202473Z test_quick_new_empty_strided_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8202753Z test_quick_new_empty_strided_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8203037Z test_quick_new_empty_strided_cuda_complex32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8203294Z test_quick_new_empty_strided_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8203575Z test_quick_new_empty_strided_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8203901Z test_quick_new_empty_strided_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8204177Z test_quick_new_empty_strided_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8204447Z test_quick_new_empty_strided_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8204712Z test_quick_new_empty_strided_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8204973Z test_quick_new_empty_strided_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8205240Z test_quick_new_empty_strided_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8205513Z test_quick_new_empty_strided_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T11:06:52.8205712Z test_quick_new_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8205885Z test_quick_new_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8206085Z test_quick_new_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.8206283Z test_quick_new_full_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.8206482Z test_quick_new_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.8206715Z test_quick_new_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8206917Z test_quick_new_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8207104Z test_quick_new_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8207293Z test_quick_new_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8207468Z test_quick_new_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8207654Z test_quick_new_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8207840Z test_quick_new_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8208024Z test_quick_new_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8208216Z test_quick_new_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8208402Z test_quick_new_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8208602Z test_quick_new_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.8208800Z test_quick_new_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.8208980Z test_quick_new_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.8209179Z test_quick_new_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8209372Z test_quick_new_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8209559Z test_quick_new_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8209746Z test_quick_new_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8209930Z test_quick_new_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8210113Z test_quick_new_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8210298Z test_quick_new_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8210469Z test_quick_new_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8210664Z test_quick_new_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8210848Z test_quick_new_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8211101Z test_quick_new_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.8211299Z test_quick_new_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.8211496Z test_quick_new_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-12-01T11:06:52.8211689Z test_quick_new_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8211895Z test_quick_new_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8212054Z test_quick_new_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8212247Z test_quick_new_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8212435Z test_quick_new_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8212624Z test_quick_new_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8212810Z test_quick_new_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8212997Z test_quick_new_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8213191Z test_quick_nextafter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8213387Z test_quick_nextafter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.8213564Z test_quick_nextafter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8213808Z test_quick_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.8214081Z test_quick_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.8214323Z test_quick_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.581s) 2022-12-01T11:06:52.8214546Z test_quick_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.570s) 2022-12-01T11:06:52.8214803Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.8215052Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.8215289Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-12-01T11:06:52.8215536Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.283s) 2022-12-01T11:06:52.8215727Z test_quick_nn_functional_elu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8215937Z test_quick_nn_functional_elu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8216135Z test_quick_nn_functional_elu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8216332Z test_quick_nn_functional_elu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8216557Z test_quick_nn_functional_embedding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8216774Z test_quick_nn_functional_embedding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8216991Z test_quick_nn_functional_embedding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.8217201Z test_quick_nn_functional_embedding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.8217411Z test_quick_nn_functional_gelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8217603Z test_quick_nn_functional_gelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8217810Z test_quick_nn_functional_gelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-12-01T11:06:52.8218019Z test_quick_nn_functional_gelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-12-01T11:06:52.8218225Z test_quick_nn_functional_glu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.8218487Z test_quick_nn_functional_glu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.8218694Z test_quick_nn_functional_glu_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.447s) 2022-12-01T11:06:52.8218893Z test_quick_nn_functional_glu_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.440s) 2022-12-01T11:06:52.8219116Z test_quick_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8219316Z test_quick_nn_functional_hardshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8219588Z test_quick_nn_functional_hardshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-12-01T11:06:52.8219804Z test_quick_nn_functional_hardshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.8220032Z test_quick_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8220255Z test_quick_nn_functional_hardsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8220477Z test_quick_nn_functional_hardsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8220689Z test_quick_nn_functional_hardsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8220907Z test_quick_nn_functional_hardswish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8221123Z test_quick_nn_functional_hardswish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8221323Z test_quick_nn_functional_hardswish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-12-01T11:06:52.8221582Z test_quick_nn_functional_hardswish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.8221800Z test_quick_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8222014Z test_quick_nn_functional_hardtanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8222231Z test_quick_nn_functional_hardtanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.8222436Z test_quick_nn_functional_hardtanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.8222647Z test_quick_nn_functional_hardtanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8222859Z test_quick_nn_functional_hardtanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8223049Z test_quick_nn_functional_hardtanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8223265Z test_quick_nn_functional_hardtanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8223485Z test_quick_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.8223703Z test_quick_nn_functional_huber_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8223920Z test_quick_nn_functional_huber_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.408s) 2022-12-01T11:06:52.8224135Z test_quick_nn_functional_huber_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.403s) 2022-12-01T11:06:52.8224352Z test_quick_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8224562Z test_quick_nn_functional_leaky_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8224773Z test_quick_nn_functional_leaky_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-12-01T11:06:52.8224964Z test_quick_nn_functional_leaky_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-12-01T11:06:52.8225184Z test_quick_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8225401Z test_quick_nn_functional_logsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8225614Z test_quick_nn_functional_logsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-12-01T11:06:52.8225879Z test_quick_nn_functional_logsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-12-01T11:06:52.8226088Z test_quick_nn_functional_mish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8226293Z test_quick_nn_functional_mish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8226501Z test_quick_nn_functional_mish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8226692Z test_quick_nn_functional_mish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8226910Z test_quick_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8227122Z test_quick_nn_functional_mse_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8227333Z test_quick_nn_functional_mse_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-12-01T11:06:52.8227545Z test_quick_nn_functional_mse_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-12-01T11:06:52.8227770Z test_quick_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.8227989Z test_quick_nn_functional_pad_constant_cuda_bool (__main__.TestDecompCUDA) ... ok (0.257s) 2022-12-01T11:06:52.8228214Z test_quick_nn_functional_pad_constant_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.562s) 2022-12-01T11:06:52.8228438Z test_quick_nn_functional_pad_constant_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.570s) 2022-12-01T11:06:52.8228684Z test_quick_nn_functional_pad_constant_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-12-01T11:06:52.8228912Z test_quick_nn_functional_pad_constant_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.352s) 2022-12-01T11:06:52.8229130Z test_quick_nn_functional_pad_constant_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.351s) 2022-12-01T11:06:52.8229347Z test_quick_nn_functional_pad_constant_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-12-01T11:06:52.8229566Z test_quick_nn_functional_pad_constant_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-12-01T11:06:52.8229780Z test_quick_nn_functional_pad_constant_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-12-01T11:06:52.8229994Z test_quick_nn_functional_pad_constant_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-12-01T11:06:52.8230411Z test_quick_nn_functional_pad_constant_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-12-01T11:06:52.8230617Z test_quick_nn_functional_prelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-12-01T11:06:52.8230825Z test_quick_nn_functional_prelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.960s) 2022-12-01T11:06:52.8231036Z test_quick_nn_functional_prelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.951s) 2022-12-01T11:06:52.8231332Z test_quick_nn_functional_relu6_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-12-01T11:06:52.8231628Z test_quick_nn_functional_relu6_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float16 not supported (0.001s) 2022-12-01T11:06:52.8231916Z test_quick_nn_functional_relu6_cuda_float32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-12-01T11:06:52.8232202Z test_quick_nn_functional_relu6_cuda_float64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-12-01T11:06:52.8232482Z test_quick_nn_functional_relu6_cuda_int16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-12-01T11:06:52.8232764Z test_quick_nn_functional_relu6_cuda_int32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-12-01T11:06:52.8233034Z test_quick_nn_functional_relu6_cuda_int64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-12-01T11:06:52.8233380Z test_quick_nn_functional_relu6_cuda_int8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-12-01T11:06:52.8233662Z test_quick_nn_functional_relu6_cuda_uint8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-12-01T11:06:52.8233872Z test_quick_nn_functional_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8234079Z test_quick_nn_functional_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8234292Z test_quick_nn_functional_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.8234499Z test_quick_nn_functional_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.8234704Z test_quick_nn_functional_relu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.8234902Z test_quick_nn_functional_relu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.8235108Z test_quick_nn_functional_relu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8235291Z test_quick_nn_functional_relu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8235493Z test_quick_nn_functional_relu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.8235702Z test_quick_nn_functional_rrelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8235910Z test_quick_nn_functional_rrelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8236172Z test_quick_nn_functional_rrelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8236388Z test_quick_nn_functional_rrelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8236595Z test_quick_nn_functional_silu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8236799Z test_quick_nn_functional_silu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8236992Z test_quick_nn_functional_silu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8237191Z test_quick_nn_functional_silu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8237408Z test_quick_nn_functional_softplus_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8237622Z test_quick_nn_functional_softplus_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8237834Z test_quick_nn_functional_softplus_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8238043Z test_quick_nn_functional_softplus_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8238265Z test_quick_nn_functional_softshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8238481Z test_quick_nn_functional_softshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8238700Z test_quick_nn_functional_softshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.8238893Z test_quick_nn_functional_softshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-12-01T11:06:52.8239102Z test_quick_nn_functional_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.375s) 2022-12-01T11:06:52.8239318Z test_quick_nn_functional_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.990s) 2022-12-01T11:06:52.8239532Z test_quick_nn_functional_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.025s) 2022-12-01T11:06:52.8239745Z test_quick_nn_functional_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.372s) 2022-12-01T11:06:52.8239956Z test_quick_nn_functional_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.880s) 2022-12-01T11:06:52.8240165Z test_quick_nn_functional_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.856s) 2022-12-01T11:06:52.8240352Z test_quick_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.8240596Z test_quick_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.488s) 2022-12-01T11:06:52.8240790Z test_quick_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.501s) 2022-12-01T11:06:52.8240978Z test_quick_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.8241164Z test_quick_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.302s) 2022-12-01T11:06:52.8241348Z test_quick_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.297s) 2022-12-01T11:06:52.8241542Z test_quick_norm_inf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8241744Z test_quick_norm_inf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.8241942Z test_quick_norm_inf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.8242117Z test_quick_norm_inf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8242309Z test_quick_norm_inf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8242502Z test_quick_norm_inf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-12-01T11:06:52.8242688Z test_quick_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8242873Z test_quick_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8243064Z test_quick_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8243257Z test_quick_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8243448Z test_quick_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8243660Z test_quick_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8243848Z test_quick_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8244031Z test_quick_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8244214Z test_quick_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8244399Z test_quick_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8244580Z test_quick_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8244760Z test_quick_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8244940Z test_quick_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8245118Z test_quick_permute_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8245308Z test_quick_permute_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8245511Z test_quick_permute_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8245709Z test_quick_permute_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8245905Z test_quick_permute_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8246096Z test_quick_permute_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8246292Z test_quick_permute_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8246478Z test_quick_permute_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-12-01T11:06:52.8246652Z test_quick_permute_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8246838Z test_quick_permute_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8247024Z test_quick_permute_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8247211Z test_quick_permute_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8247401Z test_quick_permute_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8247588Z test_quick_pow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8247781Z test_quick_pow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.215s) 2022-12-01T11:06:52.8248025Z test_quick_pow_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-12-01T11:06:52.8248195Z test_quick_pow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-12-01T11:06:52.8248382Z test_quick_pow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8248565Z test_quick_pow_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-12-01T11:06:52.8248749Z test_quick_pow_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8248932Z test_quick_pow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8249106Z test_quick_pow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8249290Z test_quick_pow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8249475Z test_quick_pow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8249641Z test_quick_pow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-12-01T11:06:52.8249826Z test_quick_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.8250011Z test_quick_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.244s) 2022-12-01T11:06:52.8250201Z test_quick_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.522s) 2022-12-01T11:06:52.8250393Z test_quick_prod_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.524s) 2022-12-01T11:06:52.8250584Z test_quick_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.527s) 2022-12-01T11:06:52.8250770Z test_quick_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-12-01T11:06:52.8250956Z test_quick_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.321s) 2022-12-01T11:06:52.8251171Z test_quick_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.317s) 2022-12-01T11:06:52.8251365Z test_quick_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-12-01T11:06:52.8251546Z test_quick_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-12-01T11:06:52.8251726Z test_quick_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-12-01T11:06:52.8251914Z test_quick_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-12-01T11:06:52.8252096Z test_quick_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-12-01T11:06:52.8252308Z test_quick_randn_cuda_bfloat16 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8252527Z test_quick_randn_cuda_complex128 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8252726Z test_quick_randn_cuda_complex32 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8252935Z test_quick_randn_cuda_complex64 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8253146Z test_quick_randn_cuda_float16 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8253359Z test_quick_randn_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8253569Z test_quick_randn_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8253775Z test_quick_reciprocal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8253968Z test_quick_reciprocal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8254173Z test_quick_reciprocal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8254359Z test_quick_reciprocal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8254560Z test_quick_reciprocal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8254756Z test_quick_reciprocal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8254957Z test_quick_reciprocal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8255153Z test_quick_reciprocal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8255347Z test_quick_reciprocal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8255610Z test_quick_reciprocal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8255803Z test_quick_reciprocal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8255973Z test_quick_reciprocal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8256169Z test_quick_remainder_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8256369Z test_quick_remainder_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8256565Z test_quick_remainder_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-12-01T11:06:52.8256757Z test_quick_remainder_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-12-01T11:06:52.8256947Z test_quick_remainder_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.8257136Z test_quick_remainder_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8257322Z test_quick_remainder_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.8257501Z test_quick_remainder_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8257692Z test_quick_remainder_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.8257883Z test_quick_repeat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8258072Z test_quick_repeat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.8258269Z test_quick_repeat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.8258462Z test_quick_repeat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-12-01T11:06:52.8258694Z test_quick_repeat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-12-01T11:06:52.8258891Z test_quick_repeat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-12-01T11:06:52.8259059Z test_quick_repeat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.8259247Z test_quick_repeat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-12-01T11:06:52.8259439Z test_quick_repeat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.8259625Z test_quick_repeat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8259809Z test_quick_repeat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.8259996Z test_quick_repeat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.8260182Z test_quick_roll_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8260365Z test_quick_roll_cuda_bool (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8260546Z test_quick_roll_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-12-01T11:06:52.8260737Z test_quick_roll_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-12-01T11:06:52.8260929Z test_quick_roll_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-12-01T11:06:52.8261113Z test_quick_roll_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8261300Z test_quick_roll_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.8261483Z test_quick_roll_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-12-01T11:06:52.8261665Z test_quick_roll_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8261846Z test_quick_roll_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8262006Z test_quick_roll_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.8262186Z test_quick_roll_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8262371Z test_quick_roll_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8262556Z test_quick_rot90_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.8262733Z test_quick_rot90_cuda_bool (__main__.TestDecompCUDA) ... ok (0.345s) 2022-12-01T11:06:52.8262926Z test_quick_rot90_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.758s) 2022-12-01T11:06:52.8263186Z test_quick_rot90_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.766s) 2022-12-01T11:06:52.8263371Z test_quick_rot90_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-12-01T11:06:52.8263540Z test_quick_rot90_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.452s) 2022-12-01T11:06:52.8263723Z test_quick_rot90_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.448s) 2022-12-01T11:06:52.8263908Z test_quick_rot90_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.347s) 2022-12-01T11:06:52.8264091Z test_quick_rot90_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.345s) 2022-12-01T11:06:52.8264270Z test_quick_rot90_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.342s) 2022-12-01T11:06:52.8264453Z test_quick_rot90_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.346s) 2022-12-01T11:06:52.8264633Z test_quick_rot90_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.344s) 2022-12-01T11:06:52.8264825Z test_quick_rsqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8264994Z test_quick_rsqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8265189Z test_quick_rsqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8265379Z test_quick_rsqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8265570Z test_quick_rsqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8265758Z test_quick_rsqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8265942Z test_quick_rsqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8266169Z test_quick_rsqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8266359Z test_quick_rsqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8266521Z test_quick_rsqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8266702Z test_quick_rsqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8266886Z test_quick_rsqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8267072Z test_quick_rsqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8267258Z test_quick_rsub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8267449Z test_quick_rsub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-12-01T11:06:52.8267637Z test_quick_rsub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-12-01T11:06:52.8267808Z test_quick_rsub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8268001Z test_quick_rsub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-12-01T11:06:52.8268187Z test_quick_rsub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-12-01T11:06:52.8268368Z test_quick_rsub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.8268549Z test_quick_rsub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.8268730Z test_quick_rsub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.8268912Z test_quick_rsub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-12-01T11:06:52.8269093Z test_quick_rsub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-12-01T11:06:52.8269268Z test_quick_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8269767Z test_quick_select_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8269968Z test_quick_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-12-01T11:06:52.8270693Z test_quick_select_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8270898Z test_quick_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-12-01T11:06:52.8271086Z test_quick_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8271365Z test_quick_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8271548Z test_quick_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8271961Z test_quick_select_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8272343Z test_quick_select_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8272744Z test_quick_select_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8273139Z test_quick_select_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8273528Z test_quick_select_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-12-01T11:06:52.8273722Z test_quick_sgn_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8273908Z test_quick_sgn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8274101Z test_quick_sgn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8274291Z test_quick_sgn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8274480Z test_quick_sgn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8274648Z test_quick_sgn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8274895Z test_quick_sgn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8275094Z test_quick_sgn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8275275Z test_quick_sgn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8275453Z test_quick_sgn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8275633Z test_quick_sgn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8275815Z test_quick_sgn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8275994Z test_quick_sgn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8276173Z test_quick_sigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8276363Z test_quick_sigmoid_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8276564Z test_quick_sigmoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-12-01T11:06:52.8276765Z test_quick_sigmoid_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8276965Z test_quick_sigmoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-12-01T11:06:52.8277157Z test_quick_sigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8277346Z test_quick_sigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8277536Z test_quick_sigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8277710Z test_quick_sigmoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8277896Z test_quick_sigmoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8278079Z test_quick_sigmoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8278265Z test_quick_sigmoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8278449Z test_quick_sigmoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8278637Z test_quick_sign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8278819Z test_quick_sign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8279003Z test_quick_sign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8279167Z test_quick_sign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8279405Z test_quick_sign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8279588Z test_quick_sign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8279770Z test_quick_sign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8279952Z test_quick_sign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8280134Z test_quick_sign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8280312Z test_quick_sign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8280511Z test_quick_signbit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8280683Z test_quick_signbit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8280932Z test_quick_signbit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-12-01T11:06:52.8281244Z test_quick_signbit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8281553Z test_quick_signbit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8281873Z test_quick_signbit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8282165Z test_quick_signbit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8282483Z test_quick_signbit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8282768Z test_quick_signbit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8283071Z test_quick_signbit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8283456Z test_quick_sin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8283797Z test_quick_sin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8284140Z test_quick_sin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8284484Z test_quick_sin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.8284771Z test_quick_sin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8285065Z test_quick_sin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8285359Z test_quick_sin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8285686Z test_quick_sin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8285903Z test_quick_sin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8286086Z test_quick_sin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8286263Z test_quick_sin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8286445Z test_quick_sin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8286620Z test_quick_sin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8286806Z test_quick_sinc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8286972Z test_quick_sinc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8287166Z test_quick_sinc_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8287355Z test_quick_sinc_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-12-01T11:06:52.8287544Z test_quick_sinc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8287729Z test_quick_sinc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8287914Z test_quick_sinc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8288100Z test_quick_sinc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8288282Z test_quick_sinc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8288447Z test_quick_sinc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8288629Z test_quick_sinc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8288897Z test_quick_sinc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8289088Z test_quick_sinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8289267Z test_quick_sinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-12-01T11:06:52.8289457Z test_quick_sinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8289647Z test_quick_sinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.8289835Z test_quick_sinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8290007Z test_quick_sinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8290191Z test_quick_sinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8290371Z test_quick_sinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8290552Z test_quick_sinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8290737Z test_quick_sinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8290948Z test_quick_sinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8291130Z test_quick_sinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8291311Z test_quick_sinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8291486Z test_quick_slice_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8291669Z test_quick_slice_cuda_bool (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.8291914Z test_quick_slice_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-12-01T11:06:52.8292118Z test_quick_slice_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-12-01T11:06:52.8292310Z test_quick_slice_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-12-01T11:06:52.8292495Z test_quick_slice_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8292743Z test_quick_slice_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.8292979Z test_quick_slice_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.8293149Z test_quick_slice_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.8293369Z test_quick_slice_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.8293621Z test_quick_slice_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8293841Z test_quick_slice_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.8294052Z test_quick_slice_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8294438Z test_quick_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8294667Z test_quick_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-12-01T11:06:52.8294907Z test_quick_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8295131Z test_quick_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-12-01T11:06:52.8295369Z test_quick_special_i0e_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8295575Z test_quick_special_i0e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8304663Z test_quick_special_i0e_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8304892Z test_quick_special_i0e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8305092Z test_quick_special_i0e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8305298Z test_quick_special_i0e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8305497Z test_quick_special_i0e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8305692Z test_quick_special_i0e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8306002Z test_quick_special_i0e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8306176Z test_quick_special_i0e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8306373Z test_quick_special_i1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8306569Z test_quick_special_i1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8306768Z test_quick_special_i1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8306964Z test_quick_special_i1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8307163Z test_quick_special_i1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8307354Z test_quick_special_i1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8307640Z test_quick_special_i1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8307945Z test_quick_special_i1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8308301Z test_quick_special_i1e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8308647Z test_quick_special_i1e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8308980Z test_quick_special_i1e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8309311Z test_quick_special_i1e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8309632Z test_quick_special_i1e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8309955Z test_quick_special_i1e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8310670Z test_quick_special_i1e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8310935Z test_quick_special_i1e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8311137Z test_quick_special_zeta_cuda_bool (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8311340Z test_quick_special_zeta_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.8311547Z test_quick_special_zeta_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8311745Z test_quick_special_zeta_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8311941Z test_quick_special_zeta_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8312136Z test_quick_special_zeta_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8312332Z test_quick_special_zeta_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8312515Z test_quick_special_zeta_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8312709Z test_quick_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8312897Z test_quick_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8313093Z test_quick_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8313292Z test_quick_split_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.8313487Z test_quick_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.8313675Z test_quick_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8313866Z test_quick_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.8314036Z test_quick_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-12-01T11:06:52.8314226Z test_quick_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8314412Z test_quick_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8314597Z test_quick_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-12-01T11:06:52.8314783Z test_quick_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8314968Z test_quick_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8315265Z test_quick_split_list_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8315468Z test_quick_split_list_args_cuda_bool (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.8315662Z test_quick_split_list_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-12-01T11:06:52.8315873Z test_quick_split_list_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.8316076Z test_quick_split_list_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-12-01T11:06:52.8316276Z test_quick_split_list_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-12-01T11:06:52.8316474Z test_quick_split_list_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.8316675Z test_quick_split_list_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.8316875Z test_quick_split_list_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.8317081Z test_quick_split_list_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.8317283Z test_quick_split_list_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-12-01T11:06:52.8317470Z test_quick_split_list_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.8317701Z test_quick_split_with_sizes_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8317900Z test_quick_split_with_sizes_cuda_bool (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.8318113Z test_quick_split_with_sizes_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-12-01T11:06:52.8318374Z test_quick_split_with_sizes_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-12-01T11:06:52.8318593Z test_quick_split_with_sizes_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-12-01T11:06:52.8318800Z test_quick_split_with_sizes_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8319006Z test_quick_split_with_sizes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-12-01T11:06:52.8319191Z test_quick_split_with_sizes_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-12-01T11:06:52.8319441Z test_quick_split_with_sizes_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.8319639Z test_quick_split_with_sizes_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.8319832Z test_quick_split_with_sizes_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.8320030Z test_quick_split_with_sizes_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-12-01T11:06:52.8320236Z test_quick_split_with_sizes_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-12-01T11:06:52.8320427Z test_quick_sqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8320614Z test_quick_sqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8320790Z test_quick_sqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-12-01T11:06:52.8320989Z test_quick_sqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8321183Z test_quick_sqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.8321373Z test_quick_sqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8321562Z test_quick_sqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8321751Z test_quick_sqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8321936Z test_quick_sqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8322124Z test_quick_sqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8322289Z test_quick_sqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8322473Z test_quick_sqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8322655Z test_quick_sqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8322912Z test_quick_squeeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8323102Z test_quick_squeeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8323308Z test_quick_squeeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-12-01T11:06:52.8323512Z test_quick_squeeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.8323710Z test_quick_squeeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-12-01T11:06:52.8323882Z test_quick_squeeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8324077Z test_quick_squeeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-12-01T11:06:52.8324265Z test_quick_squeeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.8324454Z test_quick_squeeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8324648Z test_quick_squeeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8324831Z test_quick_squeeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8325023Z test_quick_squeeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8325213Z test_quick_squeeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8325389Z test_quick_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8325579Z test_quick_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8325777Z test_quick_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.8326014Z test_quick_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.8326214Z test_quick_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-12-01T11:06:52.8326402Z test_quick_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8326592Z test_quick_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-12-01T11:06:52.8326781Z test_quick_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.8326949Z test_quick_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8327136Z test_quick_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8327321Z test_quick_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8327508Z test_quick_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8327697Z test_quick_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8327891Z test_quick_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8328087Z test_quick_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-12-01T11:06:52.8328278Z test_quick_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-12-01T11:06:52.8328450Z test_quick_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8328635Z test_quick_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-12-01T11:06:52.8328820Z test_quick_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-12-01T11:06:52.8329018Z test_quick_std_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8329221Z test_quick_std_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.380s) 2022-12-01T11:06:52.8329426Z test_quick_std_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.381s) 2022-12-01T11:06:52.8329623Z test_quick_std_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8329817Z test_quick_std_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-12-01T11:06:52.8329988Z test_quick_std_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-12-01T11:06:52.8330177Z test_quick_sub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8330427Z test_quick_sub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-12-01T11:06:52.8330616Z test_quick_sub_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-12-01T11:06:52.8330804Z test_quick_sub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-12-01T11:06:52.8330991Z test_quick_sub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-12-01T11:06:52.8331175Z test_quick_sub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-12-01T11:06:52.8331364Z test_quick_sub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-12-01T11:06:52.8331535Z test_quick_sub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-12-01T11:06:52.8331719Z test_quick_sub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.8331898Z test_quick_sub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-12-01T11:06:52.8332081Z test_quick_sub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.8332263Z test_quick_sub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-12-01T11:06:52.8332450Z test_quick_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8332635Z test_quick_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8332809Z test_quick_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-12-01T11:06:52.8332998Z test_quick_sum_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-12-01T11:06:52.8333188Z test_quick_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-12-01T11:06:52.8333376Z test_quick_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-12-01T11:06:52.8333625Z test_quick_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-12-01T11:06:52.8333819Z test_quick_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-12-01T11:06:52.8334002Z test_quick_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8334183Z test_quick_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8334340Z test_quick_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8334524Z test_quick_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8334700Z test_quick_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8334887Z test_quick_t_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8335067Z test_quick_t_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8335258Z test_quick_t_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8335449Z test_quick_t_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-12-01T11:06:52.8335631Z test_quick_t_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8335791Z test_quick_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8335966Z test_quick_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8336150Z test_quick_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8336328Z test_quick_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8336500Z test_quick_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8336677Z test_quick_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8336853Z test_quick_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8337041Z test_quick_tan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8337210Z test_quick_tan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8337404Z test_quick_tan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8337594Z test_quick_tan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.8337780Z test_quick_tan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8338022Z test_quick_tan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8338208Z test_quick_tan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8338395Z test_quick_tan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8338578Z test_quick_tan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8338740Z test_quick_tan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8338924Z test_quick_tan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8339105Z test_quick_tan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8339285Z test_quick_tan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8339474Z test_quick_tanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8339656Z test_quick_tanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8339853Z test_quick_tanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-12-01T11:06:52.8340047Z test_quick_tanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-12-01T11:06:52.8340221Z test_quick_tanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-12-01T11:06:52.8340410Z test_quick_tanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8340595Z test_quick_tanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.8340784Z test_quick_tanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.8340969Z test_quick_tanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8341197Z test_quick_tanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8341388Z test_quick_tanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8341572Z test_quick_tanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8341742Z test_quick_tanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8341935Z test_quick_trace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8342118Z test_quick_trace_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8342318Z test_quick_trace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8342512Z test_quick_trace_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8342706Z test_quick_trace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8342893Z test_quick_trace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8343083Z test_quick_trace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8343254Z test_quick_trace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-12-01T11:06:52.8343440Z test_quick_trace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8343628Z test_quick_trace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8343812Z test_quick_trace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8343997Z test_quick_trace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8344179Z test_quick_trace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-12-01T11:06:52.8344381Z test_quick_transpose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8344555Z test_quick_transpose_cuda_bool (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.8344765Z test_quick_transpose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-12-01T11:06:52.8344970Z test_quick_transpose_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.8345174Z test_quick_transpose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-12-01T11:06:52.8345371Z test_quick_transpose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8345620Z test_quick_transpose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-12-01T11:06:52.8345818Z test_quick_transpose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-12-01T11:06:52.8346010Z test_quick_transpose_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.8346184Z test_quick_transpose_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.8346375Z test_quick_transpose_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.8346568Z test_quick_transpose_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.8346759Z test_quick_transpose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-12-01T11:06:52.8346946Z test_quick_tril_cuda_bool (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8347138Z test_quick_tril_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.8347330Z test_quick_tril_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-12-01T11:06:52.8347526Z test_quick_tril_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-12-01T11:06:52.8347696Z test_quick_tril_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8347885Z test_quick_tril_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.8348067Z test_quick_tril_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-12-01T11:06:52.8348252Z test_quick_tril_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8348440Z test_quick_tril_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8348668Z test_quick_tril_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8348860Z test_quick_tril_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8349044Z test_quick_tril_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8349220Z test_quick_tril_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8349426Z test_quick_tril_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8349611Z test_quick_triu_cuda_bool (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.8349803Z test_quick_triu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-12-01T11:06:52.8349995Z test_quick_triu_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-12-01T11:06:52.8350414Z test_quick_triu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-12-01T11:06:52.8350760Z test_quick_triu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-12-01T11:06:52.8351036Z test_quick_triu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-12-01T11:06:52.8351206Z test_quick_triu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-12-01T11:06:52.8351391Z test_quick_triu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.8351574Z test_quick_triu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8351761Z test_quick_triu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8351942Z test_quick_triu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-12-01T11:06:52.8352123Z test_quick_triu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-12-01T11:06:52.8352322Z test_quick_triu_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8352521Z test_quick_triu_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8352695Z test_quick_trunc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8352892Z test_quick_trunc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8353079Z test_quick_trunc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-12-01T11:06:52.8353268Z test_quick_trunc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-12-01T11:06:52.8353455Z test_quick_trunc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8353737Z test_quick_trunc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8353924Z test_quick_trunc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8354108Z test_quick_trunc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8354274Z test_quick_trunc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-12-01T11:06:52.8354472Z test_quick_unbind_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8354659Z test_quick_unbind_cuda_bool (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8354863Z test_quick_unbind_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-12-01T11:06:52.8355060Z test_quick_unbind_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-12-01T11:06:52.8355259Z test_quick_unbind_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-12-01T11:06:52.8355452Z test_quick_unbind_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-12-01T11:06:52.8355647Z test_quick_unbind_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-12-01T11:06:52.8355813Z test_quick_unbind_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-12-01T11:06:52.8356004Z test_quick_unbind_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8356192Z test_quick_unbind_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8356382Z test_quick_unbind_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8356568Z test_quick_unbind_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-12-01T11:06:52.8356816Z test_quick_unbind_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8357048Z test_quick_uniform_cuda_bfloat16 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8357273Z test_quick_uniform_cuda_complex128 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8357480Z test_quick_uniform_cuda_complex64 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8357697Z test_quick_uniform_cuda_float16 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8357911Z test_quick_uniform_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8358125Z test_quick_uniform_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-12-01T11:06:52.8358324Z test_quick_unsqueeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8358516Z test_quick_unsqueeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.8358726Z test_quick_unsqueeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-12-01T11:06:52.8358930Z test_quick_unsqueeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-12-01T11:06:52.8359112Z test_quick_unsqueeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-12-01T11:06:52.8359312Z test_quick_unsqueeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8359511Z test_quick_unsqueeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-12-01T11:06:52.8359703Z test_quick_unsqueeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-12-01T11:06:52.8359895Z test_quick_unsqueeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.8360088Z test_quick_unsqueeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.8360279Z test_quick_unsqueeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.8360472Z test_quick_unsqueeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.8360643Z test_quick_unsqueeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-12-01T11:06:52.8360834Z test_quick_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-12-01T11:06:52.8361026Z test_quick_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-12-01T11:06:52.8361270Z test_quick_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-12-01T11:06:52.8361458Z test_quick_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8361645Z test_quick_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-12-01T11:06:52.8361832Z test_quick_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-12-01T11:06:52.8362029Z test_quick_var_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-12-01T11:06:52.8362210Z test_quick_var_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.377s) 2022-12-01T11:06:52.8362415Z test_quick_var_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.381s) 2022-12-01T11:06:52.8362612Z test_quick_var_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-12-01T11:06:52.8362807Z test_quick_var_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-12-01T11:06:52.8362997Z test_quick_var_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.224s) 2022-12-01T11:06:52.8363195Z test_quick_view_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8363379Z test_quick_view_cuda_bool (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.8363573Z test_quick_view_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-12-01T11:06:52.8363747Z test_quick_view_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-12-01T11:06:52.8363939Z test_quick_view_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-12-01T11:06:52.8364129Z test_quick_view_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8364406Z test_quick_view_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-12-01T11:06:52.8364601Z test_quick_view_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-12-01T11:06:52.8364786Z test_quick_view_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-12-01T11:06:52.8364969Z test_quick_view_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.8365157Z test_quick_view_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.8365322Z test_quick_view_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-12-01T11:06:52.8365506Z test_quick_view_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-12-01T11:06:52.8365697Z test_quick_where_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-12-01T11:06:52.8365881Z test_quick_where_cuda_bool (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.8366078Z test_quick_where_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-12-01T11:06:52.8366274Z test_quick_where_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-12-01T11:06:52.8366467Z test_quick_where_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-12-01T11:06:52.8366656Z test_quick_where_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-12-01T11:06:52.8366824Z test_quick_where_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-12-01T11:06:52.8367012Z test_quick_where_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-12-01T11:06:52.8367199Z test_quick_where_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.8367384Z test_quick_where_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-12-01T11:06:52.8367571Z test_quick_where_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.8367754Z test_quick_where_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.8367938Z test_quick_where_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-12-01T11:06:52.8368134Z test_quick_xlogy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8368302Z test_quick_xlogy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8368490Z test_quick_xlogy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-12-01T11:06:52.8368679Z test_quick_xlogy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-12-01T11:06:52.8368920Z test_quick_xlogy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-12-01T11:06:52.8369104Z test_quick_xlogy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8369285Z test_quick_xlogy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-12-01T11:06:52.8369463Z test_quick_xlogy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8369645Z test_quick_xlogy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-12-01T11:06:52.8369811Z test_quick_xlogy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-12-01T11:06:52.8370007Z test_quick_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8370191Z test_quick_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8370387Z test_quick_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8370581Z test_quick_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8370778Z test_quick_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8370966Z test_quick_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8371155Z test_quick_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8371322Z test_quick_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-12-01T11:06:52.8371506Z test_quick_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8371689Z test_quick_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8371915Z test_quick_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8372108Z test_quick_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8372294Z test_quick_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-12-01T11:06:52.8372320Z 2022-12-01T11:06:52.8372674Z ---------------------------------------------------------------------- 2022-12-01T11:06:52.8372803Z Ran 7276 tests in 2669.421s 2022-12-01T11:06:52.8372823Z 2022-12-01T11:06:52.8372947Z OK (skipped=396, expected failures=40) 2022-12-01T11:06:52.8372987Z 2022-12-01T11:06:52.8373096Z Generating XML reports... 2022-12-01T11:06:52.8373538Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCUDA-20221201102221.xml 2022-12-01T11:06:52.8373966Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCUDA-20221201102221.xml 2022-12-01T11:06:52.8373987Z 2022-12-01T11:06:52.8374629Z ##[endgroup] 2022-12-01T11:06:52.8375014Z FINISHED PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_slfco2ke) 2022-12-01T11:06:52.8375036Z 2022-12-01T11:06:53.1683698Z 2022-12-01T11:06:53.1684078Z real 44m39.649s 2022-12-01T11:06:53.1684383Z user 43m40.349s 2022-12-01T11:06:53.1684635Z sys 1m20.172s 2022-12-01T11:06:53.1684893Z + assert_git_not_dirty 2022-12-01T11:06:53.1685429Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T11:06:53.1685996Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T11:06:53.1688328Z ++ git status --porcelain 2022-12-01T11:06:54.2952516Z + git_status= 2022-12-01T11:06:54.2953334Z + [[ -n '' ]] 2022-12-01T11:06:54.2953747Z + test_libtorch 2022-12-01T11:06:54.2954193Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T11:06:54.2954541Z + echo 'Testing libtorch' 2022-12-01T11:06:54.2954802Z Testing libtorch 2022-12-01T11:06:54.2955361Z + ln -sf /opt/conda/lib/python3.10/site-packages/torch/lib/libbackend_with_compiler.so /opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T11:06:54.2966135Z + ln -sf /opt/conda/lib/python3.10/site-packages/torch/lib/libjitbackend_test.so /opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T11:06:54.2977353Z + ln -sf /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10d_cuda_test.so /opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T11:06:54.2988359Z + ln -sf /opt/conda/lib/python3.10/site-packages/torch/lib/libshm.so /opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T11:06:54.3001228Z + ln -sf /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_linalg.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T11:06:54.3013287Z + ln -sf '/opt/conda/lib/python3.10/site-packages/torch/lib/libtbb*' /opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T11:06:54.3025377Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-12-01T11:06:54.3026429Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-12-01T11:06:54.3026928Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-12-01T11:06:54.3040978Z + python test/cpp/jit/tests_setup.py setup 2022-12-01T11:06:54.3638363Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-12-01T11:06:54.7340501Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-12-01T11:06:54.7548723Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-12-01T11:06:54.8351401Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-12-01T11:06:55.7787618Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-12-01T11:06:55.7788245Z + /opt/conda/lib/python3.10/site-packages/torch/bin/test_jit --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_jit.xml 2022-12-01T11:06:56.2130003Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-12-01T11:06:56.2141299Z Note: Google Test filter = *-*_MultiCUDA 2022-12-01T11:06:56.2141908Z [==========] Running 1294 tests from 121 test suites. 2022-12-01T11:06:56.2142373Z [----------] Global test environment set-up. 2022-12-01T11:06:56.2142823Z [----------] 2 tests from AddIfThenElseOpTest 2022-12-01T11:06:56.2143484Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-12-01T11:06:56.2222918Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (8 ms) 2022-12-01T11:06:56.2223763Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-12-01T11:06:56.2224373Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-12-01T11:06:56.2224905Z [----------] 2 tests from AddIfThenElseOpTest (8 ms total) 2022-12-01T11:06:56.2225146Z 2022-12-01T11:06:56.2225578Z [----------] 15 tests from TopologicalMoveTest 2022-12-01T11:06:56.2226214Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-12-01T11:06:56.2226818Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-12-01T11:06:56.2227407Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-12-01T11:06:56.2228037Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-12-01T11:06:56.2229048Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-12-01T11:06:56.2230015Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-12-01T11:06:56.2231071Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-12-01T11:06:56.2231953Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-12-01T11:06:56.2232491Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-12-01T11:06:56.2233186Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-12-01T11:06:56.2234197Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-12-01T11:06:56.2235007Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-12-01T11:06:56.2235604Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-12-01T11:06:56.2236283Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-12-01T11:06:56.2236861Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-12-01T11:06:56.2237696Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-12-01T11:06:56.2238255Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-12-01T11:06:56.2238995Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-12-01T11:06:56.2239546Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-12-01T11:06:56.2240147Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-12-01T11:06:56.2240893Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-12-01T11:06:56.2241634Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-12-01T11:06:56.2242328Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-12-01T11:06:56.2243086Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-12-01T11:06:56.2243820Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-12-01T11:06:56.2244669Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-12-01T11:06:56.2245401Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-12-01T11:06:56.2246594Z [ OK ] TopologicalMoveTest.DepsDisallowMove (0 ms) 2022-12-01T11:06:56.2247190Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-12-01T11:06:56.2248537Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-12-01T11:06:56.2249056Z [----------] 15 tests from TopologicalMoveTest (2 ms total) 2022-12-01T11:06:56.2249302Z 2022-12-01T11:06:56.2249530Z [----------] 6 tests from AliasAnalysisTest 2022-12-01T11:06:56.2250008Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-12-01T11:06:56.2307496Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (5 ms) 2022-12-01T11:06:56.2308065Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-12-01T11:06:56.2308822Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-12-01T11:06:56.2309650Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-12-01T11:06:56.2310539Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-12-01T11:06:56.2311132Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-12-01T11:06:56.2311664Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (0 ms) 2022-12-01T11:06:56.2312251Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-12-01T11:06:56.2312963Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-12-01T11:06:56.2313707Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-12-01T11:06:56.2314677Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-12-01T11:06:56.2315560Z [----------] 6 tests from AliasAnalysisTest (6 ms total) 2022-12-01T11:06:56.2315898Z 2022-12-01T11:06:56.2316150Z [----------] 4 tests from WriteTrackingTest 2022-12-01T11:06:56.2316724Z [ RUN ] WriteTrackingTest.Basic 2022-12-01T11:06:56.2317692Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-12-01T11:06:56.2318316Z [ RUN ] WriteTrackingTest.IsMutable 2022-12-01T11:06:56.2318878Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-12-01T11:06:56.2319853Z [ RUN ] WriteTrackingTest.IsImmutable 2022-12-01T11:06:56.2320809Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-12-01T11:06:56.2321906Z [ RUN ] WriteTrackingTest.HasWriters 2022-12-01T11:06:56.2322813Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-12-01T11:06:56.2323301Z [----------] 4 tests from WriteTrackingTest (0 ms total) 2022-12-01T11:06:56.2323637Z 2022-12-01T11:06:56.2324138Z [----------] 13 tests from ContainerAliasingTest 2022-12-01T11:06:56.2325157Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-12-01T11:06:56.2325899Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-12-01T11:06:56.2326412Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-12-01T11:06:56.2326909Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-12-01T11:06:56.2327681Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-12-01T11:06:56.2328317Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-12-01T11:06:56.2328853Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-12-01T11:06:56.2329331Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-12-01T11:06:56.2330017Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-12-01T11:06:56.2330552Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-12-01T11:06:56.2331064Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-12-01T11:06:56.2331595Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-12-01T11:06:56.2332092Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-12-01T11:06:56.2332822Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-12-01T11:06:56.2333285Z [ RUN ] ContainerAliasingTest.Simple 2022-12-01T11:06:56.2333729Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-12-01T11:06:56.2334136Z [ RUN ] ContainerAliasingTest.Lists 2022-12-01T11:06:56.2334575Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-12-01T11:06:56.2335185Z [ RUN ] ContainerAliasingTest.Lists2 2022-12-01T11:06:56.2336191Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-12-01T11:06:56.2336935Z [ RUN ] ContainerAliasingTest.Conservative 2022-12-01T11:06:56.2337425Z [ OK ] ContainerAliasingTest.Conservative (0 ms) 2022-12-01T11:06:56.2338320Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-12-01T11:06:56.2339592Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (0 ms) 2022-12-01T11:06:56.2340282Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-12-01T11:06:56.2341633Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (0 ms) 2022-12-01T11:06:56.2342377Z [----------] 13 tests from ContainerAliasingTest (1 ms total) 2022-12-01T11:06:56.2342773Z 2022-12-01T11:06:56.2343273Z [----------] 3 tests from WildcardsTest 2022-12-01T11:06:56.2343987Z [ RUN ] WildcardsTest.Basic 2022-12-01T11:06:56.2344791Z [ OK ] WildcardsTest.Basic (0 ms) 2022-12-01T11:06:56.2345546Z [ RUN ] WildcardsTest.TypeIsolation 2022-12-01T11:06:56.2345992Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-12-01T11:06:56.2346462Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-12-01T11:06:56.2346978Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-12-01T11:06:56.2347448Z [----------] 3 tests from WildcardsTest (0 ms total) 2022-12-01T11:06:56.2347668Z 2022-12-01T11:06:56.2347915Z [----------] 18 tests from AliasRegistrationTest 2022-12-01T11:06:56.2348432Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-12-01T11:06:56.2349026Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-12-01T11:06:56.2349638Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-12-01T11:06:56.2350738Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-12-01T11:06:56.2351459Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-12-01T11:06:56.2385614Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (3 ms) 2022-12-01T11:06:56.2386583Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-12-01T11:06:56.2423356Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (3 ms) 2022-12-01T11:06:56.2424371Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-12-01T11:06:56.2438960Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (1 ms) 2022-12-01T11:06:56.2440324Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-12-01T11:06:56.2440993Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-12-01T11:06:56.2442066Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-12-01T11:06:56.2443184Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-12-01T11:06:56.2444164Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-12-01T11:06:56.2445248Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-12-01T11:06:56.2446317Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-12-01T11:06:56.2446902Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-12-01T11:06:56.2447504Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-12-01T11:06:56.2448014Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-12-01T11:06:56.2448546Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-12-01T11:06:56.2484595Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (3 ms) 2022-12-01T11:06:56.2485530Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-12-01T11:06:56.2486470Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-12-01T11:06:56.2487167Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-12-01T11:06:56.2488210Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-12-01T11:06:56.2489292Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-12-01T11:06:56.2489976Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-12-01T11:06:56.2490653Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-12-01T11:06:56.2491343Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-12-01T11:06:56.2491965Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-12-01T11:06:56.2492540Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-12-01T11:06:56.2493099Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-12-01T11:06:56.2493651Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-12-01T11:06:56.2494219Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-12-01T11:06:56.2528597Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (3 ms) 2022-12-01T11:06:56.2529181Z [----------] 18 tests from AliasRegistrationTest (18 ms total) 2022-12-01T11:06:56.2529644Z 2022-12-01T11:06:56.2530046Z [----------] 2 tests from IRNonDeterminismTest 2022-12-01T11:06:56.2530428Z [ RUN ] IRNonDeterminismTest.Basic 2022-12-01T11:06:56.2531135Z [ OK ] IRNonDeterminismTest.Basic (0 ms) 2022-12-01T11:06:56.2531559Z [ RUN ] IRNonDeterminismTest.DropoutSpecialCase 2022-12-01T11:06:56.2532393Z [ OK ] IRNonDeterminismTest.DropoutSpecialCase (0 ms) 2022-12-01T11:06:56.2533211Z [----------] 2 tests from IRNonDeterminismTest (0 ms total) 2022-12-01T11:06:56.2533458Z 2022-12-01T11:06:56.2533808Z [----------] 1 test from NonDeterminismBackwardsCompatibility 2022-12-01T11:06:56.2534714Z [ RUN ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility 2022-12-01T11:06:56.2535472Z [ OK ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility (0 ms) 2022-12-01T11:06:56.2536124Z [----------] 1 test from NonDeterminismBackwardsCompatibility (0 ms total) 2022-12-01T11:06:56.2536414Z 2022-12-01T11:06:56.2536630Z [----------] 2 tests from ArgumentSpecTest 2022-12-01T11:06:56.2537097Z [ RUN ] ArgumentSpecTest.CompleteArgumentSpec_CUDA 2022-12-01T11:06:57.5077404Z [ OK ] ArgumentSpecTest.CompleteArgumentSpec_CUDA (1254 ms) 2022-12-01T11:06:57.5078081Z [ RUN ] ArgumentSpecTest.Basic_CUDA 2022-12-01T11:06:57.5078999Z [ OK ] ArgumentSpecTest.Basic_CUDA (0 ms) 2022-12-01T11:06:57.5079978Z [----------] 2 tests from ArgumentSpecTest (1254 ms total) 2022-12-01T11:06:57.5080506Z 2022-12-01T11:06:57.5080835Z [----------] 3 tests from AutodiffTest 2022-12-01T11:06:57.5081231Z [ RUN ] AutodiffTest.ADFormulas 2022-12-01T11:06:57.5759268Z [ OK ] AutodiffTest.ADFormulas (67 ms) 2022-12-01T11:06:57.5760153Z [ RUN ] AutodiffTest.Differentiate 2022-12-01T11:06:57.5766158Z [ OK ] AutodiffTest.Differentiate (0 ms) 2022-12-01T11:06:57.5767436Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-12-01T11:06:57.5791701Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (2 ms) 2022-12-01T11:06:57.5792797Z [----------] 3 tests from AutodiffTest (71 ms total) 2022-12-01T11:06:57.5793058Z 2022-12-01T11:06:57.5793350Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-12-01T11:06:57.5793865Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-12-01T11:06:57.5809869Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (1 ms) 2022-12-01T11:06:57.5810924Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (1 ms total) 2022-12-01T11:06:57.5811211Z 2022-12-01T11:06:57.5811432Z [----------] 1 test from UpgraderLoad 2022-12-01T11:06:57.5811877Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-12-01T11:06:57.5877681Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (6 ms) 2022-12-01T11:06:57.5878753Z [----------] 1 test from UpgraderLoad (6 ms total) 2022-12-01T11:06:57.5879027Z 2022-12-01T11:06:57.5879259Z [----------] 4 tests from OpReplacementTest 2022-12-01T11:06:57.5879799Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-12-01T11:06:57.5880956Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (0 ms) 2022-12-01T11:06:57.5881954Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-12-01T11:06:57.5883480Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (0 ms) 2022-12-01T11:06:57.5884462Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-12-01T11:06:57.5886893Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (0 ms) 2022-12-01T11:06:57.5887940Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-12-01T11:06:57.5889170Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (0 ms) 2022-12-01T11:06:57.5890386Z [----------] 4 tests from OpReplacementTest (1 ms total) 2022-12-01T11:06:57.5890808Z 2022-12-01T11:06:57.5891017Z [----------] 4 tests from UpgraderUtils 2022-12-01T11:06:57.5891440Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-12-01T11:06:57.5891909Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-12-01T11:06:57.5892540Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-12-01T11:06:57.5892985Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-12-01T11:06:57.5893438Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-12-01T11:06:57.5893890Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-12-01T11:06:57.5894320Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-12-01T11:06:57.5894771Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-12-01T11:06:57.5895221Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-12-01T11:06:57.5895439Z 2022-12-01T11:06:57.5895633Z [----------] 9 tests from BackendTest 2022-12-01T11:06:57.5896006Z [ RUN ] BackendTest.ToBackend 2022-12-01T11:06:57.5960885Z [ OK ] BackendTest.ToBackend (6 ms) 2022-12-01T11:06:57.5961837Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-12-01T11:06:57.5994821Z [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-12-01T11:06:57.6019242Z [ OK ] BackendTest.ToBackendNotAvailable (5 ms) 2022-12-01T11:06:57.6020154Z [ RUN ] BackendTest.TestCompiler 2022-12-01T11:06:57.6103459Z [ OK ] BackendTest.TestCompiler (8 ms) 2022-12-01T11:06:57.6104515Z [ RUN ] BackendTest.TestCompilerWithStringTable 2022-12-01T11:06:57.6185356Z [ OK ] BackendTest.TestCompilerWithStringTable (8 ms) 2022-12-01T11:06:57.6186405Z [ RUN ] BackendTest.TestComposite 2022-12-01T11:06:57.6338021Z [ OK ] BackendTest.TestComposite (15 ms) 2022-12-01T11:06:57.6338927Z [ RUN ] BackendTest.TestPrimDtype 2022-12-01T11:06:57.6346477Z [ OK ] BackendTest.TestPrimDtype (0 ms) 2022-12-01T11:06:57.6347442Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-12-01T11:06:57.6502701Z [ OK ] BackendTest.TestCompositeWithSetStates (15 ms) 2022-12-01T11:06:57.6503659Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-12-01T11:06:57.6781738Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (27 ms) 2022-12-01T11:06:57.6782614Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-12-01T11:06:57.6804370Z [ OK ] BackendTest.TestCompilerNotSupport (2 ms) 2022-12-01T11:06:57.6805420Z [----------] 9 tests from BackendTest (91 ms total) 2022-12-01T11:06:57.6805725Z 2022-12-01T11:06:57.6805979Z [----------] 6 tests from BackendTestDebugInfo 2022-12-01T11:06:57.6806421Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-12-01T11:06:57.6965407Z [ OK ] BackendTestDebugInfo.TestCompiler (16 ms) 2022-12-01T11:06:57.6966409Z [ RUN ] BackendTestDebugInfo.TestCompilerWithStringTable 2022-12-01T11:06:57.7127585Z [ OK ] BackendTestDebugInfo.TestCompilerWithStringTable (16 ms) 2022-12-01T11:06:57.7128790Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-12-01T11:06:57.7293835Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (16 ms) 2022-12-01T11:06:57.7294888Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-12-01T11:06:57.7461053Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (16 ms) 2022-12-01T11:06:57.7462055Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-12-01T11:06:57.7631102Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (16 ms) 2022-12-01T11:06:57.7632226Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-12-01T11:06:57.7804828Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (17 ms) 2022-12-01T11:06:57.7805884Z [----------] 6 tests from BackendTestDebugInfo (99 ms total) 2022-12-01T11:06:57.7806124Z 2022-12-01T11:06:57.7806343Z [----------] 4 tests from ClassImportTest 2022-12-01T11:06:57.7806713Z [ RUN ] ClassImportTest.Basic 2022-12-01T11:06:57.7815303Z [ OK ] ClassImportTest.Basic (0 ms) 2022-12-01T11:06:57.7816217Z [ RUN ] ClassImportTest.ScriptObject 2022-12-01T11:06:57.7845828Z [ OK ] ClassImportTest.ScriptObject (3 ms) 2022-12-01T11:06:57.7846748Z [ RUN ] ClassImportTest.ClassDerive 2022-12-01T11:06:57.7847593Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-12-01T11:06:57.7848028Z [ RUN ] ClassImportTest.CustomClass 2022-12-01T11:06:57.7849407Z [ OK ] ClassImportTest.CustomClass (0 ms) 2022-12-01T11:06:57.7850371Z [----------] 4 tests from ClassImportTest (4 ms total) 2022-12-01T11:06:57.7850909Z 2022-12-01T11:06:57.7851294Z [----------] 1 test from ClassParserTest 2022-12-01T11:06:57.7851686Z [ RUN ] ClassParserTest.Basic 2022-12-01T11:06:57.7852062Z [ OK ] ClassParserTest.Basic (0 ms) 2022-12-01T11:06:57.7852495Z [----------] 1 test from ClassParserTest (0 ms total) 2022-12-01T11:06:57.7852713Z 2022-12-01T11:06:57.7852922Z [----------] 3 tests from ClassTypeTest 2022-12-01T11:06:57.7853294Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-12-01T11:06:57.7853846Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-12-01T11:06:57.7854304Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-12-01T11:06:57.7854754Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-12-01T11:06:57.7855220Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-12-01T11:06:57.7866581Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (1 ms) 2022-12-01T11:06:57.7867654Z [----------] 3 tests from ClassTypeTest (1 ms total) 2022-12-01T11:06:57.7868149Z 2022-12-01T11:06:57.7868577Z [----------] 2 tests from TestCodeTemplate 2022-12-01T11:06:57.7869044Z [ RUN ] TestCodeTemplate.Copying 2022-12-01T11:06:57.7869454Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-12-01T11:06:57.7869865Z [ RUN ] TestCodeTemplate.Formatting 2022-12-01T11:06:57.7870608Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-12-01T11:06:57.7871084Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-12-01T11:06:57.7871317Z 2022-12-01T11:06:57.7871530Z [----------] 13 tests from ConcatOptTest 2022-12-01T11:06:57.7872002Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-12-01T11:06:57.7923670Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (5 ms) 2022-12-01T11:06:57.7924858Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-12-01T11:06:57.7959447Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (3 ms) 2022-12-01T11:06:57.7960718Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-12-01T11:06:57.7996316Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (3 ms) 2022-12-01T11:06:57.7997543Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-12-01T11:06:57.8066503Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (6 ms) 2022-12-01T11:06:57.8067407Z [ RUN ] ConcatOptTest.ExpandConcat 2022-12-01T11:06:57.8097449Z [ OK ] ConcatOptTest.ExpandConcat (3 ms) 2022-12-01T11:06:57.8098364Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-12-01T11:06:57.8126652Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (2 ms) 2022-12-01T11:06:57.8127618Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-12-01T11:06:57.8155374Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (2 ms) 2022-12-01T11:06:57.8156268Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-12-01T11:06:57.8213522Z [ OK ] ConcatOptTest.UseVariadicCat (5 ms) 2022-12-01T11:06:57.8214508Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-12-01T11:06:57.8241812Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (2 ms) 2022-12-01T11:06:57.8242988Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-12-01T11:06:57.8276971Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (3 ms) 2022-12-01T11:06:57.8278177Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-12-01T11:06:57.8314854Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (3 ms) 2022-12-01T11:06:57.8316072Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-12-01T11:06:57.8373426Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (5 ms) 2022-12-01T11:06:57.8374879Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-12-01T11:06:57.8413505Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (3 ms) 2022-12-01T11:06:57.8414729Z [----------] 13 tests from ConcatOptTest (54 ms total) 2022-12-01T11:06:57.8415145Z 2022-12-01T11:06:57.8415554Z [----------] 1 test from OptimizeConcatTest 2022-12-01T11:06:57.8416668Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-12-01T11:06:57.8456687Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (4 ms) 2022-12-01T11:06:57.8457714Z [----------] 1 test from OptimizeConcatTest (4 ms total) 2022-12-01T11:06:57.8458154Z 2022-12-01T11:06:57.8458515Z [----------] 3 tests from ConcatOpt 2022-12-01T11:06:57.8459317Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-12-01T11:06:57.8460222Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (0 ms) 2022-12-01T11:06:57.8461115Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-12-01T11:06:57.8463435Z [ OK ] ConcatOpt.CombineConcatsLongChain (0 ms) 2022-12-01T11:06:57.8464321Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-12-01T11:06:57.8465191Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-12-01T11:06:57.8466135Z [----------] 3 tests from ConcatOpt (0 ms total) 2022-12-01T11:06:57.8466513Z 2022-12-01T11:06:57.8466932Z [----------] 4 tests from ConstantPoolingTest 2022-12-01T11:06:57.8467664Z [ RUN ] ConstantPoolingTest.Int 2022-12-01T11:06:57.8468389Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-12-01T11:06:57.8469238Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-12-01T11:06:57.8470603Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-12-01T11:06:57.8471602Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-12-01T11:06:57.8473002Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (0 ms) 2022-12-01T11:06:57.8473542Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-12-01T11:06:57.8474747Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-12-01T11:06:57.8475245Z [----------] 4 tests from ConstantPoolingTest (0 ms total) 2022-12-01T11:06:57.8475478Z 2022-12-01T11:06:57.8475693Z [----------] 1 test from CleanupPassTest 2022-12-01T11:06:57.8476085Z [ RUN ] CleanupPassTest.Basic 2022-12-01T11:06:57.8478298Z [ OK ] CleanupPassTest.Basic (0 ms) 2022-12-01T11:06:57.8478745Z [----------] 1 test from CleanupPassTest (0 ms total) 2022-12-01T11:06:57.8478975Z 2022-12-01T11:06:57.8479234Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-12-01T11:06:57.8479837Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-12-01T11:06:57.8484184Z [ OK ] CreateAutodiffSubgraphsTest.Basic (0 ms) 2022-12-01T11:06:57.8484720Z [----------] 1 test from CreateAutodiffSubgraphsTest (0 ms total) 2022-12-01T11:06:57.8484978Z 2022-12-01T11:06:57.8485196Z [----------] 4 tests from CustomClassTest 2022-12-01T11:06:57.8485619Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-12-01T11:06:57.8492615Z [ OK ] CustomClassTest.TorchbindIValueAPI (0 ms) 2022-12-01T11:06:57.8493087Z [ RUN ] CustomClassTest.ScalarTypeClass 2022-12-01T11:06:57.8495609Z [ OK ] CustomClassTest.ScalarTypeClass (0 ms) 2022-12-01T11:06:57.8496047Z [ RUN ] CustomClassTest.TestDocString 2022-12-01T11:06:57.8496486Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-12-01T11:06:57.8496916Z [ RUN ] CustomClassTest.Serialization 2022-12-01T11:06:57.8515923Z [ OK ] CustomClassTest.Serialization (1 ms) 2022-12-01T11:06:57.8516455Z [----------] 4 tests from CustomClassTest (3 ms total) 2022-12-01T11:06:57.8516860Z 2022-12-01T11:06:57.8517116Z [----------] 5 tests from CustomOperatorTest 2022-12-01T11:06:57.8517552Z [ RUN ] CustomOperatorTest.InferredSchema 2022-12-01T11:06:57.8519979Z [ OK ] CustomOperatorTest.InferredSchema (0 ms) 2022-12-01T11:06:57.8520435Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-12-01T11:06:57.8522428Z [ OK ] CustomOperatorTest.ExplicitSchema (0 ms) 2022-12-01T11:06:57.8523015Z [ RUN ] CustomOperatorTest.ListParameters 2022-12-01T11:06:57.8524196Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-12-01T11:06:57.8524676Z [ RUN ] CustomOperatorTest.ListParameters2 2022-12-01T11:06:57.8526953Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-12-01T11:06:57.8527656Z [ RUN ] CustomOperatorTest.Aliasing 2022-12-01T11:06:57.8529617Z [ OK ] CustomOperatorTest.Aliasing (0 ms) 2022-12-01T11:06:57.8530312Z [----------] 5 tests from CustomOperatorTest (1 ms total) 2022-12-01T11:06:57.8530551Z 2022-12-01T11:06:57.8530782Z [----------] 2 tests from TestCustomOperator 2022-12-01T11:06:57.8531269Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-12-01T11:06:57.8531818Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-12-01T11:06:57.8532554Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-12-01T11:06:57.8533101Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-12-01T11:06:57.8533587Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-12-01T11:06:57.8533823Z 2022-12-01T11:06:57.8534050Z [----------] 1 test from EliminateDeadCodeTest 2022-12-01T11:06:57.8534485Z [ RUN ] EliminateDeadCodeTest.Basic 2022-12-01T11:06:57.8535178Z [ OK ] EliminateDeadCodeTest.Basic (0 ms) 2022-12-01T11:06:57.8535629Z [----------] 1 test from EliminateDeadCodeTest (0 ms total) 2022-12-01T11:06:57.8535866Z 2022-12-01T11:06:57.8536072Z [----------] 5 tests from FuserTest 2022-12-01T11:06:57.8536449Z [ RUN ] FuserTest.TestSimple_CUDA 2022-12-01T11:06:58.0142355Z [ OK ] FuserTest.TestSimple_CUDA (160 ms) 2022-12-01T11:06:58.0142762Z [ RUN ] FuserTest.TestOne_CUDA 2022-12-01T11:06:58.6966972Z [ OK ] FuserTest.TestOne_CUDA (682 ms) 2022-12-01T11:06:58.6967692Z [ RUN ] FuserTest.FusedConcat_CUDA 2022-12-01T11:06:59.2274798Z [ OK ] FuserTest.FusedConcat_CUDA (530 ms) 2022-12-01T11:06:59.2275299Z [ RUN ] FuserTest.FusionAliasing 2022-12-01T11:06:59.2279567Z [ OK ] FuserTest.FusionAliasing (0 ms) 2022-12-01T11:06:59.2280193Z [ RUN ] FuserTest.KernelCaching 2022-12-01T11:06:59.2283708Z [ OK ] FuserTest.KernelCaching (0 ms) 2022-12-01T11:06:59.2284426Z [----------] 5 tests from FuserTest (1374 ms total) 2022-12-01T11:06:59.2284655Z 2022-12-01T11:06:59.2284893Z [----------] 2 tests from GraphExecutorTest 2022-12-01T11:06:59.2285402Z [ RUN ] GraphExecutorTest.Basic_CUDA 2022-12-01T11:06:59.6186552Z [ OK ] GraphExecutorTest.Basic_CUDA (390 ms) 2022-12-01T11:06:59.6187036Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-12-01T11:06:59.6239116Z [ OK ] GraphExecutorTest.runAsync_executor (5 ms) 2022-12-01T11:06:59.6239739Z [----------] 2 tests from GraphExecutorTest (395 ms total) 2022-12-01T11:06:59.6240170Z 2022-12-01T11:06:59.6240569Z [----------] 5 tests from GraphIteratorTest 2022-12-01T11:06:59.6241061Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-12-01T11:06:59.6241781Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-12-01T11:06:59.6242260Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-12-01T11:06:59.6243086Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-12-01T11:06:59.6243615Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-12-01T11:06:59.6244431Z [ OK ] GraphIteratorTest.GraphWithIf (0 ms) 2022-12-01T11:06:59.6245377Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-12-01T11:06:59.6245917Z [ OK ] GraphIteratorTest.GraphWithNestedIf (0 ms) 2022-12-01T11:06:59.6246398Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-12-01T11:06:59.6247198Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-12-01T11:06:59.6247703Z [----------] 5 tests from GraphIteratorTest (0 ms total) 2022-12-01T11:06:59.6247935Z 2022-12-01T11:06:59.6248199Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-12-01T11:06:59.6248695Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-12-01T11:06:59.6252923Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (0 ms) 2022-12-01T11:06:59.6254083Z [----------] 1 test from CSDebugInfoSerializaitionTest (0 ms total) 2022-12-01T11:06:59.6254365Z 2022-12-01T11:06:59.6254595Z [----------] 1 test from InlinerTest 2022-12-01T11:06:59.6254967Z [ RUN ] InlinerTest.Basic 2022-12-01T11:06:59.6257248Z [ OK ] InlinerTest.Basic (0 ms) 2022-12-01T11:06:59.6257960Z [----------] 1 test from InlinerTest (0 ms total) 2022-12-01T11:06:59.6258296Z 2022-12-01T11:06:59.6258784Z [----------] 1 test from InterfaceTest 2022-12-01T11:06:59.6259603Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-12-01T11:06:59.6277444Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (1 ms) 2022-12-01T11:06:59.6278548Z [----------] 1 test from InterfaceTest (1 ms total) 2022-12-01T11:06:59.6278828Z 2022-12-01T11:06:59.6279028Z [----------] 5 tests from TypeCheckTest 2022-12-01T11:06:59.6279582Z [ RUN ] TypeCheckTest.MatchingType 2022-12-01T11:06:59.6280421Z [ OK ] TypeCheckTest.MatchingType (0 ms) 2022-12-01T11:06:59.6281343Z [ RUN ] TypeCheckTest.SizeMismatch 2022-12-01T11:06:59.6282212Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-12-01T11:06:59.6283142Z [ RUN ] TypeCheckTest.GradientMismatch 2022-12-01T11:06:59.6284054Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-12-01T11:06:59.6284496Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-12-01T11:06:59.6285003Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-12-01T11:06:59.6285847Z [ RUN ] TypeCheckTest.DeviceMismatch_CUDA 2022-12-01T11:06:59.6286671Z [ OK ] TypeCheckTest.DeviceMismatch_CUDA (0 ms) 2022-12-01T11:06:59.6287505Z [----------] 5 tests from TypeCheckTest (0 ms total) 2022-12-01T11:06:59.6287887Z 2022-12-01T11:06:59.6288117Z [----------] 4 tests from InterpreterTest 2022-12-01T11:06:59.6288518Z [ RUN ] InterpreterTest.Basic_CUDA 2022-12-01T11:06:59.6294892Z [ OK ] InterpreterTest.Basic_CUDA (0 ms) 2022-12-01T11:06:59.6295929Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-12-01T11:06:59.6301172Z [ OK ] InterpreterTest.IgnorableArgsInSchema (0 ms) 2022-12-01T11:06:59.6302223Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-12-01T11:06:59.6302774Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-12-01T11:06:59.6303284Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-12-01T11:06:59.6333969Z [ OK ] InterpreterTest.runAsyncBasicTest (3 ms) 2022-12-01T11:06:59.6335080Z [----------] 4 tests from InterpreterTest (4 ms total) 2022-12-01T11:06:59.6335401Z 2022-12-01T11:06:59.6335691Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-12-01T11:06:59.6336484Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-12-01T11:06:59.6560672Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (22 ms) 2022-12-01T11:06:59.6561710Z [----------] 1 test from EnableRethrowCaughtExceptionTest (22 ms total) 2022-12-01T11:06:59.6561969Z 2022-12-01T11:06:59.6562138Z [----------] 4 tests from IRTest 2022-12-01T11:06:59.6562524Z [ RUN ] IRTest.Attributes 2022-12-01T11:06:59.6562878Z [ OK ] IRTest.Attributes (0 ms) 2022-12-01T11:06:59.6563353Z [ RUN ] IRTest.Blocks 2022-12-01T11:06:59.6563963Z [ OK ] IRTest.Blocks (0 ms) 2022-12-01T11:06:59.6564416Z [ RUN ] IRTest.CommonAncestor 2022-12-01T11:06:59.6564786Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-12-01T11:06:59.6565103Z [ RUN ] IRTest.OperatorMap 2022-12-01T11:06:59.6565827Z [ OK ] IRTest.OperatorMap (0 ms) 2022-12-01T11:06:59.6566524Z [----------] 4 tests from IRTest (0 ms total) 2022-12-01T11:06:59.6566753Z 2022-12-01T11:06:59.6566949Z [----------] 21 tests from IRParserTest 2022-12-01T11:06:59.6567321Z [ RUN ] IRParserTest.Basic 2022-12-01T11:06:59.6567647Z [ OK ] IRParserTest.Basic (0 ms) 2022-12-01T11:06:59.6568051Z [ RUN ] IRParserTest.NestedBlock 2022-12-01T11:06:59.6568441Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-12-01T11:06:59.6568804Z [ RUN ] IRParserTest.If 2022-12-01T11:06:59.6569191Z [ OK ] IRParserTest.If (0 ms) 2022-12-01T11:06:59.6569553Z [ RUN ] IRParserTest.If2 2022-12-01T11:06:59.6569889Z [ OK ] IRParserTest.If2 (0 ms) 2022-12-01T11:06:59.6570307Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-12-01T11:06:59.6570773Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-12-01T11:06:59.6571196Z [ RUN ] IRParserTest.ValueReuse 2022-12-01T11:06:59.6571582Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-12-01T11:06:59.6571942Z [ RUN ] IRParserTest.Attributes 2022-12-01T11:06:59.6572588Z [ OK ] IRParserTest.Attributes (0 ms) 2022-12-01T11:06:59.6573176Z [ RUN ] IRParserTest.OptionalTypes 2022-12-01T11:06:59.6573778Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-12-01T11:06:59.6574183Z [ RUN ] IRParserTest.StarTensor 2022-12-01T11:06:59.6574531Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-12-01T11:06:59.6574965Z [ RUN ] IRParserTest.UnshapedTensor 2022-12-01T11:06:59.6575423Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-12-01T11:06:59.6575821Z [ RUN ] IRParserTest.ShapedTensor 2022-12-01T11:06:59.6576230Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-12-01T11:06:59.6576795Z [ RUN ] IRParserTest.NestedContrainer 2022-12-01T11:06:59.6577441Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-12-01T11:06:59.6578093Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-12-01T11:06:59.6579176Z [ OK ] IRParserTest.MalformedShapeAnnotation (0 ms) 2022-12-01T11:06:59.6579686Z [ RUN ] IRParserTest.FileCheck 2022-12-01T11:06:59.6580296Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-12-01T11:06:59.6580694Z [ RUN ] IRParserTest.Strides 2022-12-01T11:06:59.6581382Z [ OK ] IRParserTest.Strides (0 ms) 2022-12-01T11:06:59.6582232Z [ RUN ] IRParserTest.MalformedStrides 2022-12-01T11:06:59.6583191Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-12-01T11:06:59.6584042Z [ RUN ] IRParserTest.TensorShapes 2022-12-01T11:06:59.6584498Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-12-01T11:06:59.6584913Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-12-01T11:06:59.6585436Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-12-01T11:06:59.6585875Z [ RUN ] IRParserTest.ListConstant 2022-12-01T11:06:59.6586290Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-12-01T11:06:59.6586717Z [ RUN ] IRParserTest.PartialStarTensor 2022-12-01T11:06:59.6587166Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-12-01T11:06:59.6587671Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-12-01T11:06:59.6588208Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-12-01T11:06:59.6588701Z [----------] 21 tests from IRParserTest (1 ms total) 2022-12-01T11:06:59.6588944Z 2022-12-01T11:06:59.6589108Z [----------] 2 tests from JitTypeTest 2022-12-01T11:06:59.6589487Z [ RUN ] JitTypeTest.IsComplete 2022-12-01T11:06:59.6589886Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-12-01T11:06:59.6590659Z [ RUN ] JitTypeTest.UnifyTypes 2022-12-01T11:06:59.6591061Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-12-01T11:06:59.6591468Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-12-01T11:06:59.6591654Z 2022-12-01T11:06:59.6591887Z [----------] 42 tests from LiteInterpreterTest 2022-12-01T11:06:59.6592323Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-12-01T11:06:59.6600674Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (1 ms) 2022-12-01T11:06:59.6601174Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-12-01T11:06:59.6603007Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-12-01T11:06:59.6603491Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-12-01T11:06:59.6642216Z [ OK ] LiteInterpreterTest.MethodInvocation (3 ms) 2022-12-01T11:06:59.6642678Z [ RUN ] LiteInterpreterTest.Conv 2022-12-01T11:06:59.6682622Z [ OK ] LiteInterpreterTest.Conv (4 ms) 2022-12-01T11:06:59.6683098Z [ RUN ] LiteInterpreterTest.Inline 2022-12-01T11:06:59.6696122Z [ OK ] LiteInterpreterTest.Inline (1 ms) 2022-12-01T11:06:59.6696567Z [ RUN ] LiteInterpreterTest.Tuple 2022-12-01T11:06:59.6706682Z [ OK ] LiteInterpreterTest.Tuple (1 ms) 2022-12-01T11:06:59.6707133Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-12-01T11:06:59.6716432Z [ OK ] LiteInterpreterTest.AtenFormat (0 ms) 2022-12-01T11:06:59.6716905Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-12-01T11:06:59.6723265Z [ OK ] LiteInterpreterTest.PrimDevice (0 ms) 2022-12-01T11:06:59.6723711Z [ RUN ] LiteInterpreterTest.Dict 2022-12-01T11:06:59.6733576Z [ OK ] LiteInterpreterTest.Dict (1 ms) 2022-12-01T11:06:59.6733980Z [ RUN ] LiteInterpreterTest.List 2022-12-01T11:06:59.6747261Z [ OK ] LiteInterpreterTest.List (1 ms) 2022-12-01T11:06:59.6747727Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-12-01T11:06:59.6748203Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-12-01T11:06:59.6748551Z [ RUN ] LiteInterpreterTest.Prim 2022-12-01T11:06:59.6754663Z [ OK ] LiteInterpreterTest.Prim (0 ms) 2022-12-01T11:06:59.6755104Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-12-01T11:06:59.6762288Z [ OK ] LiteInterpreterTest.PrimScalar (0 ms) 2022-12-01T11:06:59.6762748Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-12-01T11:06:59.6827977Z [ OK ] LiteInterpreterTest.LoadOrigJit (6 ms) 2022-12-01T11:06:59.6828462Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-12-01T11:06:59.6853014Z [ OK ] LiteInterpreterTest.WrongMethodName (2 ms) 2022-12-01T11:06:59.6853477Z [ RUN ] LiteInterpreterTest.SetState 2022-12-01T11:06:59.6889954Z [ OK ] LiteInterpreterTest.SetState (3 ms) 2022-12-01T11:06:59.6890397Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-12-01T11:06:59.6902511Z [ OK ] LiteInterpreterTest.BuiltinClass (1 ms) 2022-12-01T11:06:59.6902994Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-12-01T11:06:59.6908696Z [ OK ] LiteInterpreterTest.BuiltinFunction (0 ms) 2022-12-01T11:06:59.6909533Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-12-01T11:06:59.6910017Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-12-01T11:06:59.6911020Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-12-01T11:06:59.6911624Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-12-01T11:06:59.6912108Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-12-01T11:06:59.6913015Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-12-01T11:06:59.6913585Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-12-01T11:06:59.6914066Z [ OK ] LiteInterpreterTest.GetContainTypes (0 ms) 2022-12-01T11:06:59.6914609Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-12-01T11:06:59.8052882Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (113 ms) 2022-12-01T11:06:59.8053435Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-12-01T11:06:59.8128368Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (7 ms) 2022-12-01T11:06:59.8128888Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-12-01T11:06:59.8191187Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (6 ms) 2022-12-01T11:06:59.8191708Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-12-01T11:06:59.8318140Z [ OK ] LiteInterpreterTest.isCompatibleFail (12 ms) 2022-12-01T11:06:59.8318579Z [ RUN ] LiteInterpreterTest.Eval 2022-12-01T11:06:59.8330246Z [ OK ] LiteInterpreterTest.Eval (1 ms) 2022-12-01T11:06:59.8330737Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-12-01T11:06:59.8337253Z [ OK ] LiteInterpreterTest.FindWrongMethodName (0 ms) 2022-12-01T11:06:59.8337782Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-12-01T11:06:59.8348142Z [ OK ] LiteInterpreterTest.FindAndRunMethod (1 ms) 2022-12-01T11:06:59.8348653Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-12-01T11:06:59.8359130Z [ OK ] LiteInterpreterTest.RunMethodVariadic (1 ms) 2022-12-01T11:06:59.8359650Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-12-01T11:06:59.8375564Z [ OK ] LiteInterpreterTest.DuplicateSetState (1 ms) 2022-12-01T11:06:59.8376046Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-12-01T11:06:59.8383520Z [ OK ] LiteInterpreterTest.ExtraFiles (0 ms) 2022-12-01T11:06:59.8384199Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-12-01T11:06:59.8397540Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (1 ms) 2022-12-01T11:06:59.8398074Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-12-01T11:06:59.8418520Z [ OK ] LiteInterpreterTest.DefaultArgsConv (2 ms) 2022-12-01T11:06:59.8419074Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-12-01T11:06:59.8480515Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (6 ms) 2022-12-01T11:06:59.8481087Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T11:06:59.8494285Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-12-01T11:06:59.8494815Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-12-01T11:06:59.8519972Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (2 ms) 2022-12-01T11:06:59.8520524Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-12-01T11:06:59.8530555Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (1 ms) 2022-12-01T11:06:59.8531195Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-12-01T11:06:59.8648237Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (11 ms) 2022-12-01T11:06:59.8648854Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T11:06:59.8697203Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (4 ms) 2022-12-01T11:06:59.8697827Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-12-01T11:06:59.8704039Z [ OK ] LiteInterpreterTest.OperatorSize1 (0 ms) 2022-12-01T11:06:59.8704499Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-12-01T11:06:59.8729538Z [ OK ] LiteInterpreterTest.OperatorTest2 (2 ms) 2022-12-01T11:06:59.8730340Z [----------] 42 tests from LiteInterpreterTest (214 ms total) 2022-12-01T11:06:59.8730792Z 2022-12-01T11:06:59.8731267Z [----------] 3 tests from RunTimeTest 2022-12-01T11:06:59.8731761Z [ RUN ] RunTimeTest.ParseBytecode 2022-12-01T11:06:59.8732109Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-12-01T11:06:59.8732746Z [ RUN ] RunTimeTest.ParseOperator 2022-12-01T11:06:59.8733207Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-12-01T11:06:59.8733612Z [ RUN ] RunTimeTest.RuntimeCall 2022-12-01T11:06:59.8734012Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-12-01T11:06:59.8734428Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-12-01T11:06:59.8734689Z 2022-12-01T11:06:59.8734960Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-12-01T11:06:59.8735675Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-12-01T11:06:59.8736151Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (0 ms) 2022-12-01T11:06:59.8736646Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-12-01T11:06:59.8737504Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (0 ms) 2022-12-01T11:06:59.8738293Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-12-01T11:06:59.8740522Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-12-01T11:06:59.8741106Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-12-01T11:06:59.8742512Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (0 ms) 2022-12-01T11:06:59.8743473Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-12-01T11:06:59.8745226Z expect output: 0.5000 2022-12-01T11:06:59.8745756Z [ CPUFloatType{1} ]actual output: 0.5000 2022-12-01T11:06:59.8746359Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-12-01T11:06:59.8747223Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-12-01T11:06:59.8748028Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-12-01T11:06:59.8748594Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-12-01T11:06:59.8749710Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-12-01T11:06:59.8750555Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-12-01T11:06:59.8751320Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (0 ms) 2022-12-01T11:06:59.8751911Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-12-01T11:06:59.8754791Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-12-01T11:06:59.8755933Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-12-01T11:06:59.8756568Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-12-01T11:06:59.8757092Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-12-01T11:06:59.8757584Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-12-01T11:06:59.8758041Z [----------] 11 tests from LiteInterpreterUpgraderTest (2 ms total) 2022-12-01T11:06:59.8758301Z 2022-12-01T11:06:59.8758558Z [----------] 29 tests from LiteInterpreterDirectTest 2022-12-01T11:06:59.8759048Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-12-01T11:06:59.8768316Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (1 ms) 2022-12-01T11:06:59.8768957Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-12-01T11:06:59.8769469Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-12-01T11:06:59.8769990Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-12-01T11:06:59.8776638Z hello 2022-12-01T11:06:59.8776863Z hello 3 2022-12-01T11:06:59.8788075Z hello 2022-12-01T11:06:59.8788310Z hello 3 2022-12-01T11:06:59.8796782Z hello 2022-12-01T11:06:59.8797074Z hello 3 2022-12-01T11:06:59.8798310Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (2 ms) 2022-12-01T11:06:59.8798781Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-12-01T11:06:59.8822160Z [ OK ] LiteInterpreterDirectTest.Conv (2 ms) 2022-12-01T11:06:59.8822661Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-12-01T11:06:59.8830733Z [ OK ] LiteInterpreterDirectTest.Inline (0 ms) 2022-12-01T11:06:59.8831462Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-12-01T11:06:59.8837702Z [ OK ] LiteInterpreterDirectTest.Tuple (0 ms) 2022-12-01T11:06:59.8838164Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-12-01T11:06:59.8843697Z [ OK ] LiteInterpreterDirectTest.Dict (0 ms) 2022-12-01T11:06:59.8844141Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-12-01T11:06:59.8848463Z [ OK ] LiteInterpreterDirectTest.Prim (0 ms) 2022-12-01T11:06:59.8848948Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-12-01T11:06:59.8853780Z [ OK ] LiteInterpreterDirectTest.PrimScalar (0 ms) 2022-12-01T11:06:59.8854319Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-12-01T11:06:59.8876057Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (2 ms) 2022-12-01T11:06:59.8876569Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-12-01T11:06:59.8900848Z [ OK ] LiteInterpreterDirectTest.SetState (2 ms) 2022-12-01T11:06:59.8901370Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-12-01T11:06:59.8904773Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (0 ms) 2022-12-01T11:06:59.8905701Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-12-01T11:06:59.8906260Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-12-01T11:06:59.8907078Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-12-01T11:06:59.8907696Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-12-01T11:06:59.8908272Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-12-01T11:06:59.8908802Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-12-01T11:06:59.8909355Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-12-01T11:06:59.8961157Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (5 ms) 2022-12-01T11:06:59.8961661Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-12-01T11:06:59.8971374Z [ OK ] LiteInterpreterDirectTest.Eval (0 ms) 2022-12-01T11:06:59.8971997Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-12-01T11:06:59.8973531Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (0 ms) 2022-12-01T11:06:59.8974064Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-12-01T11:06:59.8982605Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (0 ms) 2022-12-01T11:06:59.8983148Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-12-01T11:06:59.8989815Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (0 ms) 2022-12-01T11:06:59.8990693Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-12-01T11:06:59.8998834Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (0 ms) 2022-12-01T11:06:59.8999519Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-12-01T11:06:59.9006273Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (0 ms) 2022-12-01T11:06:59.9006847Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-12-01T11:06:59.9022530Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (1 ms) 2022-12-01T11:06:59.9023096Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-12-01T11:06:59.9070357Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (4 ms) 2022-12-01T11:06:59.9071260Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T11:06:59.9080163Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-12-01T11:06:59.9080767Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-12-01T11:06:59.9105107Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (2 ms) 2022-12-01T11:06:59.9105675Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-12-01T11:06:59.9112380Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (0 ms) 2022-12-01T11:06:59.9113091Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-12-01T11:06:59.9223600Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (11 ms) 2022-12-01T11:06:59.9224299Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T11:06:59.9253458Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (2 ms) 2022-12-01T11:06:59.9254157Z [----------] 29 tests from LiteInterpreterDirectTest (49 ms total) 2022-12-01T11:06:59.9254368Z 2022-12-01T11:06:59.9254586Z [----------] 7 tests from LiteTrainerTest 2022-12-01T11:06:59.9254991Z [ RUN ] LiteTrainerTest.Params 2022-12-01T11:06:59.9369053Z [ OK ] LiteTrainerTest.Params (11 ms) 2022-12-01T11:06:59.9369676Z [ RUN ] LiteTrainerTest.SGD 2022-12-01T11:06:59.9484175Z [ OK ] LiteTrainerTest.SGD (11 ms) 2022-12-01T11:06:59.9484820Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-12-01T11:06:59.9485345Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-12-01T11:06:59.9486154Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-12-01T11:06:59.9486757Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-12-01T11:06:59.9487379Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-12-01T11:06:59.9488046Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T11:06:59.9488603Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-12-01T11:06:59.9489161Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-12-01T11:06:59.9489672Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-12-01T11:06:59.9490305Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:06:59.9490788Z [----------] 7 tests from LiteTrainerTest (23 ms total) 2022-12-01T11:06:59.9491016Z 2022-12-01T11:06:59.9491215Z [----------] 6 tests from MobileTest 2022-12-01T11:06:59.9491655Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-12-01T11:06:59.9494644Z [ OK ] MobileTest.SaveLoadParametersEmpty (0 ms) 2022-12-01T11:06:59.9495166Z [ RUN ] MobileTest.SaveParametersDefaultsToZip 2022-12-01T11:06:59.9495915Z [ OK ] MobileTest.SaveParametersDefaultsToZip (0 ms) 2022-12-01T11:06:59.9496423Z [ RUN ] MobileTest.SaveParametersCanUseFlatbuffer 2022-12-01T11:06:59.9496955Z [ OK ] MobileTest.SaveParametersCanUseFlatbuffer (0 ms) 2022-12-01T11:06:59.9497399Z [ RUN ] MobileTest.SaveLoadParametersUsingFlatbuffers 2022-12-01T11:06:59.9498134Z [ OK ] MobileTest.SaveLoadParametersUsingFlatbuffers (0 ms) 2022-12-01T11:06:59.9498684Z [ RUN ] MobileTest.LoadParametersUnexpectedFormatShouldThrow 2022-12-01T11:06:59.9522870Z [ OK ] MobileTest.LoadParametersUnexpectedFormatShouldThrow (2 ms) 2022-12-01T11:06:59.9523474Z [ RUN ] MobileTest.LoadParametersEmptyDataShouldThrow 2022-12-01T11:06:59.9547420Z [ OK ] MobileTest.LoadParametersEmptyDataShouldThrow (2 ms) 2022-12-01T11:06:59.9548125Z [----------] 6 tests from MobileTest (6 ms total) 2022-12-01T11:06:59.9548535Z 2022-12-01T11:06:59.9548942Z [----------] 1 test from MemoryDAGTest 2022-12-01T11:06:59.9549441Z [ RUN ] MemoryDAGTest.Basic 2022-12-01T11:06:59.9549785Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-12-01T11:06:59.9550639Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-12-01T11:06:59.9550885Z 2022-12-01T11:06:59.9551106Z [----------] 1 test from InternedStringsTest 2022-12-01T11:06:59.9551612Z [ RUN ] InternedStringsTest.Basic 2022-12-01T11:06:59.9551939Z [ OK ] InternedStringsTest.Basic (0 ms) 2022-12-01T11:06:59.9552386Z [----------] 1 test from InternedStringsTest (0 ms total) 2022-12-01T11:06:59.9552689Z 2022-12-01T11:06:59.9552930Z [----------] 1 test from FromQualStringTest 2022-12-01T11:06:59.9553486Z [ RUN ] FromQualStringTest.Basic 2022-12-01T11:06:59.9553843Z [ OK ] FromQualStringTest.Basic (0 ms) 2022-12-01T11:06:59.9554585Z [----------] 1 test from FromQualStringTest (0 ms total) 2022-12-01T11:06:59.9554874Z 2022-12-01T11:06:59.9555046Z [----------] 1 test from THNNConvTest 2022-12-01T11:06:59.9555349Z [ RUN ] THNNConvTest.Basic 2022-12-01T11:06:59.9570715Z [ OK ] THNNConvTest.Basic (2 ms) 2022-12-01T11:06:59.9571284Z [----------] 1 test from THNNConvTest (2 ms total) 2022-12-01T11:06:59.9571648Z 2022-12-01T11:06:59.9572055Z [----------] 1 test from ATenNativeBatchNormTest 2022-12-01T11:06:59.9572647Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-12-01T11:06:59.9591707Z [ OK ] ATenNativeBatchNormTest.Basic (2 ms) 2022-12-01T11:06:59.9592846Z [----------] 1 test from ATenNativeBatchNormTest (2 ms total) 2022-12-01T11:06:59.9593105Z 2022-12-01T11:06:59.9593299Z [----------] 2 tests from CustomFusionTest 2022-12-01T11:06:59.9593667Z [ RUN ] CustomFusionTest.Basic 2022-12-01T11:06:59.9594215Z [ OK ] CustomFusionTest.Basic (0 ms) 2022-12-01T11:06:59.9594900Z [ RUN ] CustomFusionTest.NestedBlocks 2022-12-01T11:06:59.9597011Z [ OK ] CustomFusionTest.NestedBlocks (0 ms) 2022-12-01T11:06:59.9597479Z [----------] 2 tests from CustomFusionTest (0 ms total) 2022-12-01T11:06:59.9597693Z 2022-12-01T11:06:59.9597918Z [----------] 1 test from ControlFlowTest 2022-12-01T11:06:59.9598268Z [ RUN ] ControlFlowTest.Basic 2022-12-01T11:06:59.9608255Z [ OK ] ControlFlowTest.Basic (1 ms) 2022-12-01T11:06:59.9608762Z [----------] 1 test from ControlFlowTest (1 ms total) 2022-12-01T11:06:59.9609172Z 2022-12-01T11:06:59.9609579Z [----------] 1 test from ProtoTest 2022-12-01T11:06:59.9610132Z [ RUN ] ProtoTest.Basic 2022-12-01T11:06:59.9610509Z [ OK ] ProtoTest.Basic (0 ms) 2022-12-01T11:06:59.9611249Z [----------] 1 test from ProtoTest (0 ms total) 2022-12-01T11:06:59.9611602Z 2022-12-01T11:06:59.9611899Z [----------] 9 tests from SchemaParserTest 2022-12-01T11:06:59.9612539Z [ RUN ] SchemaParserTest.NestedArrays 2022-12-01T11:06:59.9613299Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-12-01T11:06:59.9613749Z [ RUN ] SchemaParserTest.OutVariant 2022-12-01T11:06:59.9614180Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-12-01T11:06:59.9614627Z [ RUN ] SchemaParserTest.NamedReturns 2022-12-01T11:06:59.9615068Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-12-01T11:06:59.9615460Z [ RUN ] SchemaParserTest.Futures 2022-12-01T11:06:59.9616137Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-12-01T11:06:59.9616601Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-12-01T11:06:59.9617124Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-12-01T11:06:59.9617671Z [ RUN ] SchemaParserTest.TensorListAnnotatedAliasSets 2022-12-01T11:06:59.9618426Z [ OK ] SchemaParserTest.TensorListAnnotatedAliasSets (0 ms) 2022-12-01T11:06:59.9619043Z [ RUN ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet 2022-12-01T11:06:59.9619503Z [ OK ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet (0 ms) 2022-12-01T11:06:59.9620009Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-12-01T11:06:59.9620479Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-12-01T11:06:59.9620919Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-12-01T11:06:59.9621409Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-12-01T11:06:59.9621877Z [----------] 9 tests from SchemaParserTest (0 ms total) 2022-12-01T11:06:59.9622107Z 2022-12-01T11:06:59.9622342Z [----------] 2 tests from TopologicalIndexTest 2022-12-01T11:06:59.9622734Z [ RUN ] TopologicalIndexTest.Basic 2022-12-01T11:06:59.9623158Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-12-01T11:06:59.9623575Z [ RUN ] TopologicalIndexTest.Reindex 2022-12-01T11:06:59.9623989Z [ OK ] TopologicalIndexTest.Reindex (0 ms) 2022-12-01T11:06:59.9624455Z [----------] 2 tests from TopologicalIndexTest (0 ms total) 2022-12-01T11:06:59.9624690Z 2022-12-01T11:06:59.9624915Z [----------] 7 tests from RecordFunctionTest 2022-12-01T11:06:59.9625383Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-12-01T11:06:59.9628433Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (0 ms) 2022-12-01T11:06:59.9628942Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-12-01T11:06:59.9708110Z [ OK ] RecordFunctionTest.SampledCallbacks (7 ms) 2022-12-01T11:06:59.9708599Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-12-01T11:06:59.9709095Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-12-01T11:06:59.9709526Z [ RUN ] RecordFunctionTest.Callbacks 2022-12-01T11:06:59.9712183Z [ OK ] RecordFunctionTest.Callbacks (0 ms) 2022-12-01T11:06:59.9712638Z [ RUN ] RecordFunctionTest.ShouldRun 2022-12-01T11:06:59.9713058Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-12-01T11:06:59.9713419Z [ RUN ] RecordFunctionTest.Basic 2022-12-01T11:06:59.9715954Z [ OK ] RecordFunctionTest.Basic (0 ms) 2022-12-01T11:06:59.9716451Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-12-01T11:06:59.9716980Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-12-01T11:06:59.9717622Z [----------] 7 tests from RecordFunctionTest (9 ms total) 2022-12-01T11:06:59.9718017Z 2022-12-01T11:06:59.9718343Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-12-01T11:06:59.9718747Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-12-01T11:06:59.9719751Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-12-01T11:06:59.9720505Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-12-01T11:06:59.9720731Z 2022-12-01T11:06:59.9720982Z [----------] 1 test from TestSymIntArrayRef 2022-12-01T11:06:59.9721427Z [ RUN ] TestSymIntArrayRef.BasicConversion 2022-12-01T11:06:59.9722220Z [ OK ] TestSymIntArrayRef.BasicConversion (0 ms) 2022-12-01T11:06:59.9722862Z [----------] 1 test from TestSymIntArrayRef (0 ms total) 2022-12-01T11:06:59.9723106Z 2022-12-01T11:06:59.9723419Z [----------] 5 tests from TestSymInt 2022-12-01T11:06:59.9724026Z [ RUN ] TestSymInt.NarrowCopyWithSymbolicInt 2022-12-01T11:06:59.9724529Z [ OK ] TestSymInt.NarrowCopyWithSymbolicInt (0 ms) 2022-12-01T11:06:59.9724926Z [ RUN ] TestSymInt.NarrowCopy 2022-12-01T11:06:59.9725317Z [ OK ] TestSymInt.NarrowCopy (0 ms) 2022-12-01T11:06:59.9725702Z [ RUN ] TestSymInt.AddSymbolicInt 2022-12-01T11:06:59.9726045Z [ OK ] TestSymInt.AddSymbolicInt (0 ms) 2022-12-01T11:06:59.9726817Z [ RUN ] TestSymInt.TestIntrusive 2022-12-01T11:06:59.9727186Z [ OK ] TestSymInt.TestIntrusive (0 ms) 2022-12-01T11:06:59.9727669Z [ RUN ] TestSymInt.TestSymIntToSymIntNodeDispatch 2022-12-01T11:06:59.9728216Z [ OK ] TestSymInt.TestSymIntToSymIntNodeDispatch (0 ms) 2022-12-01T11:06:59.9728704Z [----------] 5 tests from TestSymInt (0 ms total) 2022-12-01T11:06:59.9728911Z 2022-12-01T11:06:59.9729119Z [----------] 1 test from FallbackGraphsTest 2022-12-01T11:06:59.9729434Z [ RUN ] FallbackGraphsTest.Basic 2022-12-01T11:06:59.9740606Z [ OK ] FallbackGraphsTest.Basic (1 ms) 2022-12-01T11:06:59.9741067Z [----------] 1 test from FallbackGraphsTest (1 ms total) 2022-12-01T11:06:59.9741318Z 2022-12-01T11:06:59.9741586Z [----------] 1 test from NoneSchemaMatchTest 2022-12-01T11:06:59.9742299Z [ RUN ] NoneSchemaMatchTest.Basic 2022-12-01T11:06:59.9742717Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-12-01T11:06:59.9743192Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-12-01T11:06:59.9743409Z 2022-12-01T11:06:59.9743647Z [----------] 1 test from PassManagementTest 2022-12-01T11:06:59.9744060Z [ RUN ] PassManagementTest.Basic 2022-12-01T11:06:59.9744438Z [ OK ] PassManagementTest.Basic (0 ms) 2022-12-01T11:06:59.9744830Z [----------] 1 test from PassManagementTest (0 ms total) 2022-12-01T11:06:59.9745058Z 2022-12-01T11:06:59.9745255Z [----------] 5 tests from LoopPeelerTest 2022-12-01T11:06:59.9745839Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-12-01T11:06:59.9750236Z [ OK ] LoopPeelerTest.NoInductionVariableUse (0 ms) 2022-12-01T11:06:59.9750715Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-12-01T11:06:59.9755695Z [ OK ] LoopPeelerTest.YesInductionVariableUse (0 ms) 2022-12-01T11:06:59.9756232Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-12-01T11:06:59.9762642Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (0 ms) 2022-12-01T11:06:59.9763126Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-12-01T11:06:59.9771431Z [ OK ] LoopPeelerTest.SimpleNestedLoops (0 ms) 2022-12-01T11:06:59.9771906Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-12-01T11:06:59.9783878Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (1 ms) 2022-12-01T11:06:59.9784364Z [----------] 5 tests from LoopPeelerTest (4 ms total) 2022-12-01T11:06:59.9784580Z 2022-12-01T11:06:59.9784764Z [----------] 1 test from JitTracing 2022-12-01T11:06:59.9785033Z [ RUN ] JitTracing.Basic 2022-12-01T11:06:59.9947806Z [ OK ] JitTracing.Basic (16 ms) 2022-12-01T11:06:59.9948251Z [----------] 1 test from JitTracing (16 ms total) 2022-12-01T11:06:59.9948486Z 2022-12-01T11:06:59.9948788Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-12-01T11:06:59.9949228Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-12-01T11:06:59.9956380Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (0 ms) 2022-12-01T11:06:59.9957387Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (0 ms total) 2022-12-01T11:06:59.9957689Z 2022-12-01T11:06:59.9957893Z [----------] 1 test from InsertBailOutsTest 2022-12-01T11:06:59.9958481Z [ RUN ] InsertBailOutsTest.Basic 2022-12-01T11:06:59.9969825Z [ OK ] InsertBailOutsTest.Basic (1 ms) 2022-12-01T11:06:59.9970279Z [----------] 1 test from InsertBailOutsTest (1 ms total) 2022-12-01T11:06:59.9970519Z 2022-12-01T11:06:59.9970718Z [----------] 2 tests from ProfilerTest 2022-12-01T11:06:59.9971082Z [ RUN ] ProfilerTest.Basic 2022-12-01T11:07:00.0096536Z [ OK ] ProfilerTest.Basic (12 ms) 2022-12-01T11:07:00.0096924Z [ RUN ] ProfilerTest.OptionalProfiling 2022-12-01T11:07:00.0099344Z [ OK ] ProfilerTest.OptionalProfiling (0 ms) 2022-12-01T11:07:00.0099825Z [----------] 2 tests from ProfilerTest (12 ms total) 2022-12-01T11:07:00.0100051Z 2022-12-01T11:07:00.0100260Z [----------] 2 tests from CallStackTest 2022-12-01T11:07:00.0100639Z [ RUN ] CallStackTest.Basic 2022-12-01T11:07:00.0106894Z [ OK ] CallStackTest.Basic (0 ms) 2022-12-01T11:07:00.0107287Z [ RUN ] CallStackTest.Caching 2022-12-01T11:07:00.0112205Z [ OK ] CallStackTest.Caching (0 ms) 2022-12-01T11:07:00.0112631Z [----------] 2 tests from CallStackTest (1 ms total) 2022-12-01T11:07:00.0112855Z 2022-12-01T11:07:00.0113088Z [----------] 2 tests from InlinedCallStackTest 2022-12-01T11:07:00.0113458Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-12-01T11:07:00.0122652Z [ OK ] InlinedCallStackTest.BlockAnnotation (0 ms) 2022-12-01T11:07:00.0123126Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-12-01T11:07:00.0136237Z [ OK ] InlinedCallStackTest.SelfCallMethods (1 ms) 2022-12-01T11:07:00.0136762Z [----------] 2 tests from InlinedCallStackTest (2 ms total) 2022-12-01T11:07:00.0137009Z 2022-12-01T11:07:00.0137245Z [----------] 1 test from AutogradSymbolsTest 2022-12-01T11:07:00.0137611Z [ RUN ] AutogradSymbolsTest.Basic 2022-12-01T11:07:00.0138051Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-12-01T11:07:00.0138886Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-12-01T11:07:00.0139171Z 2022-12-01T11:07:00.0139458Z [----------] 1 test from DefaultArgTypeHintingTest 2022-12-01T11:07:00.0139885Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-12-01T11:07:00.0140474Z [ OK ] DefaultArgTypeHintingTest.Basic (0 ms) 2022-12-01T11:07:00.0141115Z [----------] 1 test from DefaultArgTypeHintingTest (0 ms total) 2022-12-01T11:07:00.0141420Z 2022-12-01T11:07:00.0141663Z [----------] 5 tests from FuturesTest 2022-12-01T11:07:00.0142024Z [ RUN ] FuturesTest.Basic 2022-12-01T11:07:00.0142393Z [ OK ] FuturesTest.Basic (0 ms) 2022-12-01T11:07:00.0142752Z [ RUN ] FuturesTest.Error 2022-12-01T11:07:00.0155068Z [ OK ] FuturesTest.Error (1 ms) 2022-12-01T11:07:00.0155735Z [ RUN ] FuturesTest.Then 2022-12-01T11:07:00.0156115Z [ OK ] FuturesTest.Then (0 ms) 2022-12-01T11:07:00.0156455Z [ RUN ] FuturesTest.CollectAll 2022-12-01T11:07:00.0156845Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-12-01T11:07:00.0157328Z [ RUN ] FuturesTest.CollectAny 2022-12-01T11:07:00.0157949Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-12-01T11:07:00.0158475Z [----------] 5 tests from FuturesTest (1 ms total) 2022-12-01T11:07:00.0158957Z 2022-12-01T11:07:00.0159446Z [----------] 1 test from TLSFutureCallbacksTest 2022-12-01T11:07:00.0159844Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-12-01T11:07:00.0160292Z [ OK ] TLSFutureCallbacksTest.Basic (0 ms) 2022-12-01T11:07:00.0160809Z [----------] 1 test from TLSFutureCallbacksTest (0 ms total) 2022-12-01T11:07:00.0161168Z 2022-12-01T11:07:00.0161691Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-12-01T11:07:00.0162238Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-12-01T11:07:00.0163291Z [ OK ] ProfilerDisableInCallbackTest.Basic (0 ms) 2022-12-01T11:07:00.0164018Z [----------] 1 test from ProfilerDisableInCallbackTest (0 ms total) 2022-12-01T11:07:00.0164211Z 2022-12-01T11:07:00.0164387Z [----------] 2 tests from RecordDebugHandles 2022-12-01T11:07:00.0164792Z [ RUN ] RecordDebugHandles.Basic 2022-12-01T11:07:00.3945969Z STAGE:2022-12-01 11:07:00 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:07:00.3953678Z STAGE:2022-12-01 11:07:00 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:07:00.3955780Z [ OK ] RecordDebugHandles.Basic (379 ms) 2022-12-01T11:07:00.3956244Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-12-01T11:07:00.3963330Z STAGE:2022-12-01 11:07:00 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:07:00.3976444Z STAGE:2022-12-01 11:07:00 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:07:00.3985051Z STAGE:2022-12-01 11:07:00 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:07:00.3997469Z STAGE:2022-12-01 11:07:00 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:07:00.4005436Z STAGE:2022-12-01 11:07:00 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:07:00.4020649Z STAGE:2022-12-01 11:07:00 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:07:00.4021206Z [ OK ] RecordDebugHandles.ScopedCallbacks (6 ms) 2022-12-01T11:07:00.4021610Z [----------] 2 tests from RecordDebugHandles (385 ms total) 2022-12-01T11:07:00.4021849Z 2022-12-01T11:07:00.4022068Z [----------] 1 test from IValueKWargsTest 2022-12-01T11:07:00.4022437Z [ RUN ] IValueKWargsTest.Basic 2022-12-01T11:07:00.4030179Z [ OK ] IValueKWargsTest.Basic (0 ms) 2022-12-01T11:07:00.4031780Z [----------] 1 test from IValueKWargsTest (0 ms total) 2022-12-01T11:07:00.4032129Z 2022-12-01T11:07:00.4032339Z [----------] 1 test from ComputeFlopsTest 2022-12-01T11:07:00.4032685Z [ RUN ] ComputeFlopsTest.Basic 2022-12-01T11:07:00.4033147Z [W util.cpp:507] Warning: Failed to compute flops for op aten::conv2d because both input and weight must be size 4. (function computeFlops) 2022-12-01T11:07:00.4033778Z [W util.cpp:522] Warning: Failed to compute flops for op aten::conv2d because stride must be size 2 and cannot be 0. (function computeFlops) 2022-12-01T11:07:00.4034416Z [W util.cpp:478] Warning: Calculating flops for aten::conv2d requires groups, padding, stride, dilation, input_size, and weight_size in saved arguments. (function computeFlops) 2022-12-01T11:07:00.4035042Z [W util.cpp:551] Warning: Calculating flops for aten::mm requires mat1_size and mat2_size in saved arguments. (function computeFlops) 2022-12-01T11:07:00.4035970Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-12-01T11:07:00.4036655Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-12-01T11:07:00.4037044Z 2022-12-01T11:07:00.4037307Z [----------] 1 test from TestConstant 2022-12-01T11:07:00.4037683Z [ RUN ] TestConstant.TensorGrad 2022-12-01T11:07:00.4038054Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-12-01T11:07:00.4038454Z [----------] 1 test from TestConstant (0 ms total) 2022-12-01T11:07:00.4038646Z 2022-12-01T11:07:00.4038848Z [----------] 1 test from TestMutation 2022-12-01T11:07:00.4039204Z [ RUN ] TestMutation.Basic 2022-12-01T11:07:00.4039723Z [ OK ] TestMutation.Basic (0 ms) 2022-12-01T11:07:00.4040139Z [----------] 1 test from TestMutation (0 ms total) 2022-12-01T11:07:00.4040350Z 2022-12-01T11:07:00.4040626Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-12-01T11:07:00.4041124Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-12-01T11:07:00.4041622Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-12-01T11:07:00.4042169Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-12-01T11:07:00.4042440Z 2022-12-01T11:07:00.4042667Z [----------] 1 test from TestRegisterShapeOp 2022-12-01T11:07:00.4043068Z [ RUN ] TestRegisterShapeOp.Basic 2022-12-01T11:07:00.5569696Z [ OK ] TestRegisterShapeOp.Basic (152 ms) 2022-12-01T11:07:00.5570202Z [----------] 1 test from TestRegisterShapeOp (153 ms total) 2022-12-01T11:07:00.5570394Z 2022-12-01T11:07:00.5570692Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-12-01T11:07:00.5571258Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-12-01T11:07:00.5571698Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-12-01T11:07:00.5572248Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-12-01T11:07:00.5572582Z 2022-12-01T11:07:00.5572761Z [----------] 2 tests from TestFunctionExecutor 2022-12-01T11:07:00.5573201Z [ RUN ] TestFunctionExecutor.SimpleExecutorTest 2022-12-01T11:07:00.5577210Z [ OK ] TestFunctionExecutor.SimpleExecutorTest (0 ms) 2022-12-01T11:07:00.5577699Z [ RUN ] TestFunctionExecutor.RunDecompositionTest 2022-12-01T11:07:00.5602263Z [ OK ] TestFunctionExecutor.RunDecompositionTest (2 ms) 2022-12-01T11:07:00.5602788Z [----------] 2 tests from TestFunctionExecutor (3 ms total) 2022-12-01T11:07:00.5603023Z 2022-12-01T11:07:00.5603240Z [----------] 1 test from TestShapeGraphLinting 2022-12-01T11:07:00.5603637Z [ RUN ] TestShapeGraphLinting.Basic 2022-12-01T11:07:00.5608410Z [ OK ] TestShapeGraphLinting.Basic (0 ms) 2022-12-01T11:07:00.5608932Z [----------] 1 test from TestShapeGraphLinting (0 ms total) 2022-12-01T11:07:00.5609394Z 2022-12-01T11:07:00.5609538Z [----------] 1 test from Composed 2022-12-01T11:07:00.5609900Z [ RUN ] Composed.ComposedOp 2022-12-01T11:07:00.9668187Z [ OK ] Composed.ComposedOp (405 ms) 2022-12-01T11:07:00.9668871Z [----------] 1 test from Composed (405 ms total) 2022-12-01T11:07:00.9669109Z 2022-12-01T11:07:00.9669329Z [----------] 1 test from ConstantPropagation 2022-12-01T11:07:00.9669729Z [ RUN ] ConstantPropagation.CustomClassesCanBePropagated 2022-12-01T11:07:00.9675922Z [ OK ] ConstantPropagation.CustomClassesCanBePropagated (0 ms) 2022-12-01T11:07:00.9676746Z [----------] 1 test from ConstantPropagation (0 ms total) 2022-12-01T11:07:00.9677016Z 2022-12-01T11:07:00.9677272Z [----------] 19 tests from MobileTypeParserTest 2022-12-01T11:07:00.9677674Z [ RUN ] MobileTypeParserTest.Int 2022-12-01T11:07:00.9678108Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-12-01T11:07:00.9678615Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-12-01T11:07:00.9679248Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-12-01T11:07:00.9679801Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-12-01T11:07:00.9680300Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-12-01T11:07:00.9680801Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-12-01T11:07:00.9681347Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-12-01T11:07:00.9681981Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-12-01T11:07:00.9682915Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-12-01T11:07:00.9683525Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-12-01T11:07:00.9683999Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-12-01T11:07:00.9684559Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-12-01T11:07:00.9685158Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-12-01T11:07:00.9685795Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-12-01T11:07:00.9686463Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-12-01T11:07:00.9687070Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-12-01T11:07:00.9687668Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-12-01T11:07:00.9688172Z [ RUN ] MobileTypeParserTest.Empty 2022-12-01T11:07:00.9716489Z [ OK ] MobileTypeParserTest.Empty (3 ms) 2022-12-01T11:07:00.9716930Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-12-01T11:07:00.9758898Z [ OK ] MobileTypeParserTest.TypoRaises (4 ms) 2022-12-01T11:07:00.9759409Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-12-01T11:07:00.9801683Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (4 ms) 2022-12-01T11:07:00.9802245Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-12-01T11:07:00.9844397Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (4 ms) 2022-12-01T11:07:00.9844947Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-12-01T11:07:00.9881028Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (3 ms) 2022-12-01T11:07:00.9881614Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-12-01T11:07:00.9923744Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (4 ms) 2022-12-01T11:07:00.9924328Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-12-01T11:07:00.9959787Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (3 ms) 2022-12-01T11:07:00.9960389Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-12-01T11:07:00.9984389Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (2 ms) 2022-12-01T11:07:00.9984962Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-12-01T11:07:01.0008474Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (2 ms) 2022-12-01T11:07:01.0009085Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-12-01T11:07:01.0057920Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (4 ms) 2022-12-01T11:07:01.0058516Z [----------] 19 tests from MobileTypeParserTest (38 ms total) 2022-12-01T11:07:01.0058789Z 2022-12-01T11:07:01.0058958Z [----------] 14 tests from ModuleAPITest 2022-12-01T11:07:01.0059368Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-12-01T11:07:01.0097288Z [ OK ] ModuleAPITest.MethodRunAsync (3 ms) 2022-12-01T11:07:01.0097731Z [ RUN ] ModuleAPITest.Clone 2022-12-01T11:07:01.0098130Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-12-01T11:07:01.0098576Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-12-01T11:07:01.0110577Z [ OK ] ModuleAPITest.CloneWithModuleInterface (1 ms) 2022-12-01T11:07:01.0111492Z [ RUN ] ModuleAPITest.Copy 2022-12-01T11:07:01.0111866Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-12-01T11:07:01.0112427Z [ RUN ] ModuleAPITest.DeepCopy 2022-12-01T11:07:01.0113003Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-12-01T11:07:01.0113398Z [ RUN ] ModuleAPITest.DeepCopyString 2022-12-01T11:07:01.0114025Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-12-01T11:07:01.0114453Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-12-01T11:07:01.0115217Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-12-01T11:07:01.0115698Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-12-01T11:07:01.0116151Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-12-01T11:07:01.0116589Z [ RUN ] ModuleAPITest.Constants 2022-12-01T11:07:01.0116993Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-12-01T11:07:01.0117395Z [ RUN ] ModuleAPITest.Parameters 2022-12-01T11:07:01.0117814Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-12-01T11:07:01.0118191Z [ RUN ] ModuleAPITest.Define 2022-12-01T11:07:01.0122750Z [ OK ] ModuleAPITest.Define (0 ms) 2022-12-01T11:07:01.0123154Z [ RUN ] ModuleAPITest.Freezing 2022-12-01T11:07:01.0163572Z [ OK ] ModuleAPITest.Freezing (4 ms) 2022-12-01T11:07:01.0164083Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-12-01T11:07:01.0202187Z [ OK ] ModuleAPITest.OfiFreezesTraining (3 ms) 2022-12-01T11:07:01.0202607Z [ RUN ] ModuleAPITest.To_CUDA 2022-12-01T11:07:01.0205352Z [ OK ] ModuleAPITest.To_CUDA (0 ms) 2022-12-01T11:07:01.0206256Z [----------] 14 tests from ModuleAPITest (14 ms total) 2022-12-01T11:07:01.0206744Z 2022-12-01T11:07:01.0207167Z [----------] 6 tests from PeepholeOptimizeTest 2022-12-01T11:07:01.0208057Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-12-01T11:07:01.0208960Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-12-01T11:07:01.0209432Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-12-01T11:07:01.0210475Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-12-01T11:07:01.0211427Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-12-01T11:07:01.0212142Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-12-01T11:07:01.0212768Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-12-01T11:07:01.0213782Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-12-01T11:07:01.0214836Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-12-01T11:07:01.0215881Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-12-01T11:07:01.0216314Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-12-01T11:07:01.0216762Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-12-01T11:07:01.0217256Z [----------] 6 tests from PeepholeOptimizeTest (0 ms total) 2022-12-01T11:07:01.0217495Z 2022-12-01T11:07:01.0217718Z [----------] 5 tests from QualifiedNameTest 2022-12-01T11:07:01.0218147Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-12-01T11:07:01.0218646Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-12-01T11:07:01.0219181Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-12-01T11:07:01.0219669Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-12-01T11:07:01.0220118Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-12-01T11:07:01.0267909Z [ OK ] QualifiedNameTest.BadInputRaises (5 ms) 2022-12-01T11:07:01.0268877Z [ RUN ] QualifiedNameTest.Equality 2022-12-01T11:07:01.0269715Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-12-01T11:07:01.0270127Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-12-01T11:07:01.0271021Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-12-01T11:07:01.0271743Z [----------] 5 tests from QualifiedNameTest (5 ms total) 2022-12-01T11:07:01.0272244Z 2022-12-01T11:07:01.0272715Z [----------] 7 tests from SerializationTest 2022-12-01T11:07:01.0273256Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-12-01T11:07:01.0274027Z [W export_module.cpp:583] Warning: An extra files hook attempted to write metadata.json but this is already written in extra files and so will be skipped. This warning will only appear once per process. (function operator()) 2022-12-01T11:07:01.0280667Z [ OK ] SerializationTest.ExtraFilesHookPreference (1 ms) 2022-12-01T11:07:01.0281566Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-12-01T11:07:01.0282741Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-12-01T11:07:01.0283627Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-12-01T11:07:01.0284910Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-12-01T11:07:01.0285920Z [ RUN ] SerializationTest.TypeTags 2022-12-01T11:07:01.0290942Z [ OK ] SerializationTest.TypeTags (0 ms) 2022-12-01T11:07:01.0291863Z [ RUN ] SerializationTest.TestJitStream_CUDA 2022-12-01T11:07:01.0454044Z [ OK ] SerializationTest.TestJitStream_CUDA (16 ms) 2022-12-01T11:07:01.0455134Z [ RUN ] SerializationTest.ParentDirNotExist 2022-12-01T11:07:01.0495473Z [ OK ] SerializationTest.ParentDirNotExist (4 ms) 2022-12-01T11:07:01.0496519Z [ RUN ] SerializationTest.CalculateNecessaryArgsTest 2022-12-01T11:07:01.0497562Z [ OK ] SerializationTest.CalculateNecessaryArgsTest (0 ms) 2022-12-01T11:07:01.0498557Z [----------] 7 tests from SerializationTest (22 ms total) 2022-12-01T11:07:01.0498985Z 2022-12-01T11:07:01.0499409Z [----------] 3 tests from TestSourceRoundTrip 2022-12-01T11:07:01.0500275Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-12-01T11:07:01.0519117Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (2 ms) 2022-12-01T11:07:01.0520143Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-12-01T11:07:01.0521115Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-12-01T11:07:01.0522027Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-12-01T11:07:01.0600073Z [ OK ] TestSourceRoundTrip.MethodInvocation (7 ms) 2022-12-01T11:07:01.0601206Z [----------] 3 tests from TestSourceRoundTrip (10 ms total) 2022-12-01T11:07:01.0601710Z 2022-12-01T11:07:01.0602280Z [----------] 2 tests from FunctionSchemaIsAliasingTest 2022-12-01T11:07:01.0603524Z [ RUN ] FunctionSchemaIsAliasingTest.Basic 2022-12-01T11:07:01.0604547Z [ OK ] FunctionSchemaIsAliasingTest.Basic (0 ms) 2022-12-01T11:07:01.0605642Z [ RUN ] FunctionSchemaIsAliasingTest.InvalidArgument 2022-12-01T11:07:01.0627849Z [ OK ] FunctionSchemaIsAliasingTest.InvalidArgument (2 ms) 2022-12-01T11:07:01.0629067Z [----------] 2 tests from FunctionSchemaIsAliasingTest (2 ms total) 2022-12-01T11:07:01.0629601Z 2022-12-01T11:07:01.0630446Z [----------] 2 tests from FunctionSchemaIsMutableTest 2022-12-01T11:07:01.0631456Z [ RUN ] FunctionSchemaIsMutableTest.Basic 2022-12-01T11:07:01.0632424Z [ OK ] FunctionSchemaIsMutableTest.Basic (0 ms) 2022-12-01T11:07:01.0633467Z [ RUN ] FunctionSchemaIsMutableTest.InvalidArgument 2022-12-01T11:07:01.0666956Z [ OK ] FunctionSchemaIsMutableTest.InvalidArgument (3 ms) 2022-12-01T11:07:01.0668141Z [----------] 2 tests from FunctionSchemaIsMutableTest (3 ms total) 2022-12-01T11:07:01.0668646Z 2022-12-01T11:07:01.0669162Z [----------] 5 tests from SchemaInfoIsMutableTest 2022-12-01T11:07:01.0670049Z [ RUN ] SchemaInfoIsMutableTest.Basic 2022-12-01T11:07:01.0671354Z [ OK ] SchemaInfoIsMutableTest.Basic (0 ms) 2022-12-01T11:07:01.0672314Z [ RUN ] SchemaInfoIsMutableTest.InvalidArgument 2022-12-01T11:07:01.0708352Z [ OK ] SchemaInfoIsMutableTest.InvalidArgument (3 ms) 2022-12-01T11:07:01.0709423Z [ RUN ] SchemaInfoIsMutableTest.AliasingInputs 2022-12-01T11:07:01.0710932Z [ OK ] SchemaInfoIsMutableTest.AliasingInputs (0 ms) 2022-12-01T11:07:01.0712005Z [ RUN ] SchemaInfoIsMutableTest.InstanceNorm 2022-12-01T11:07:01.0713032Z [ OK ] SchemaInfoIsMutableTest.InstanceNorm (0 ms) 2022-12-01T11:07:01.0714015Z [ RUN ] SchemaInfoIsMutableTest.BatchNorm 2022-12-01T11:07:01.0715010Z [ OK ] SchemaInfoIsMutableTest.BatchNorm (0 ms) 2022-12-01T11:07:01.0716064Z [----------] 5 tests from SchemaInfoIsMutableTest (4 ms total) 2022-12-01T11:07:01.0716573Z 2022-12-01T11:07:01.0717154Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest 2022-12-01T11:07:01.0718181Z [ RUN ] SchemaInfoIsNonDeterministicTest.Basic 2022-12-01T11:07:01.0719257Z [ OK ] SchemaInfoIsNonDeterministicTest.Basic (0 ms) 2022-12-01T11:07:01.0720335Z [ RUN ] SchemaInfoIsNonDeterministicTest.Dropout 2022-12-01T11:07:01.0721427Z [ OK ] SchemaInfoIsNonDeterministicTest.Dropout (0 ms) 2022-12-01T11:07:01.0722565Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest (0 ms total) 2022-12-01T11:07:01.0723125Z 2022-12-01T11:07:01.0723658Z [----------] 3 tests from FunctionSchemaMayAliasTest 2022-12-01T11:07:01.0724585Z [ RUN ] FunctionSchemaMayAliasTest.Basic 2022-12-01T11:07:01.0725546Z [ OK ] FunctionSchemaMayAliasTest.Basic (0 ms) 2022-12-01T11:07:01.0726550Z [ RUN ] FunctionSchemaMayAliasTest.InvalidArgument 2022-12-01T11:07:01.0748768Z [ OK ] FunctionSchemaMayAliasTest.InvalidArgument (3 ms) 2022-12-01T11:07:01.0749830Z [ RUN ] FunctionSchemaMayAliasTest.Wildcard 2022-12-01T11:07:01.0751084Z [ OK ] FunctionSchemaMayAliasTest.Wildcard (0 ms) 2022-12-01T11:07:01.0752076Z [----------] 3 tests from FunctionSchemaMayAliasTest (3 ms total) 2022-12-01T11:07:01.0752569Z 2022-12-01T11:07:01.0753068Z [----------] 7 tests from SchemaInfoMayAliasTest 2022-12-01T11:07:01.0753986Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputs 2022-12-01T11:07:01.0754962Z [ OK ] SchemaInfoMayAliasTest.AliasingInputs (0 ms) 2022-12-01T11:07:01.0755926Z [ RUN ] SchemaInfoMayAliasTest.AliasingOutputs 2022-12-01T11:07:01.0756966Z [ OK ] SchemaInfoMayAliasTest.AliasingOutputs (0 ms) 2022-12-01T11:07:01.0758198Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputOutput 2022-12-01T11:07:01.0759213Z [ OK ] SchemaInfoMayAliasTest.AliasingInputOutput (0 ms) 2022-12-01T11:07:01.0760273Z [ RUN ] SchemaInfoMayAliasTest.MultipleWildcardInputs 2022-12-01T11:07:01.0761358Z [ OK ] SchemaInfoMayAliasTest.MultipleWildcardInputs (0 ms) 2022-12-01T11:07:01.0762429Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs 2022-12-01T11:07:01.0763546Z [W schema_info.cpp:333] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-12-01T11:07:01.0764861Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs (0 ms) 2022-12-01T11:07:01.0765999Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs 2022-12-01T11:07:01.0767114Z [W schema_info.cpp:333] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-12-01T11:07:01.0768407Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs (0 ms) 2022-12-01T11:07:01.0769491Z [ RUN ] SchemaInfoMayAliasTest.MismatchingTypes 2022-12-01T11:07:01.0770483Z [ OK ] SchemaInfoMayAliasTest.MismatchingTypes (0 ms) 2022-12-01T11:07:01.0771490Z [----------] 7 tests from SchemaInfoMayAliasTest (0 ms total) 2022-12-01T11:07:01.0771957Z 2022-12-01T11:07:01.0772515Z [----------] 3 tests from FunctionSchemaMayContainAliasTest 2022-12-01T11:07:01.0773673Z [ RUN ] FunctionSchemaMayContainAliasTest.Basic 2022-12-01T11:07:01.0774689Z [ OK ] FunctionSchemaMayContainAliasTest.Basic (0 ms) 2022-12-01T11:07:01.0775703Z [ RUN ] FunctionSchemaMayContainAliasTest.Wildcard 2022-12-01T11:07:01.0776776Z [ OK ] FunctionSchemaMayContainAliasTest.Wildcard (0 ms) 2022-12-01T11:07:01.0777926Z [ RUN ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers 2022-12-01T11:07:01.0779338Z [ OK ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-12-01T11:07:01.0780554Z [----------] 3 tests from FunctionSchemaMayContainAliasTest (0 ms total) 2022-12-01T11:07:01.0781095Z 2022-12-01T11:07:01.0781620Z [----------] 6 tests from SchemaInfoMayContainAliasTest 2022-12-01T11:07:01.0782691Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual 2022-12-01T11:07:01.0783883Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual (0 ms) 2022-12-01T11:07:01.0785117Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained 2022-12-01T11:07:01.0786382Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained (0 ms) 2022-12-01T11:07:01.0787538Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasOutputs 2022-12-01T11:07:01.0788668Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasOutputs (0 ms) 2022-12-01T11:07:01.0789831Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput 2022-12-01T11:07:01.0791310Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput (0 ms) 2022-12-01T11:07:01.0792513Z [ RUN ] SchemaInfoMayContainAliasTest.InputAndOutputContainers 2022-12-01T11:07:01.0793734Z [ OK ] SchemaInfoMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-12-01T11:07:01.0794795Z [ RUN ] SchemaInfoMayContainAliasTest.Wildcard 2022-12-01T11:07:01.0795736Z [ OK ] SchemaInfoMayContainAliasTest.Wildcard (0 ms) 2022-12-01T11:07:01.0796755Z [----------] 6 tests from SchemaInfoMayContainAliasTest (0 ms total) 2022-12-01T11:07:01.0797242Z 2022-12-01T11:07:01.0797658Z [----------] 2 tests from SchemaMatchingTest 2022-12-01T11:07:01.0798398Z [ RUN ] SchemaMatchingTest.VarType 2022-12-01T11:07:01.0799395Z [ OK ] SchemaMatchingTest.VarType (0 ms) 2022-12-01T11:07:01.0800174Z [ RUN ] SchemaMatchingTest.VarType2 2022-12-01T11:07:01.0801008Z [ OK ] SchemaMatchingTest.VarType2 (0 ms) 2022-12-01T11:07:01.0801845Z [----------] 2 tests from SchemaMatchingTest (1 ms total) 2022-12-01T11:07:01.0802271Z 2022-12-01T11:07:01.0802643Z [----------] 6 tests from StackOptTest 2022-12-01T11:07:01.0803395Z [ RUN ] StackOptTest.UseVariadicStack 2022-12-01T11:07:01.0915049Z [ OK ] StackOptTest.UseVariadicStack (13 ms) 2022-12-01T11:07:01.0916113Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-12-01T11:07:01.0984055Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (6 ms) 2022-12-01T11:07:01.0985221Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-12-01T11:07:01.1024275Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (4 ms) 2022-12-01T11:07:01.1024934Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-12-01T11:07:01.1074993Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (5 ms) 2022-12-01T11:07:01.1075635Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-12-01T11:07:01.1137778Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (6 ms) 2022-12-01T11:07:01.1138434Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-12-01T11:07:01.1245695Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (10 ms) 2022-12-01T11:07:01.1246855Z [----------] 6 tests from StackOptTest (46 ms total) 2022-12-01T11:07:01.1247127Z 2022-12-01T11:07:01.1247351Z [----------] 16 tests from SubgraphMatcherTest 2022-12-01T11:07:01.1247788Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-12-01T11:07:01.1248274Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-12-01T11:07:01.1248709Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-12-01T11:07:01.1249168Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-12-01T11:07:01.1249771Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-12-01T11:07:01.1250436Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-12-01T11:07:01.1251050Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-12-01T11:07:01.1251521Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-12-01T11:07:01.1252043Z [ RUN ] SubgraphMatcherTest.Linear1 2022-12-01T11:07:01.1252598Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-12-01T11:07:01.1253198Z [ RUN ] SubgraphMatcherTest.Linear2 2022-12-01T11:07:01.1253640Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-12-01T11:07:01.1254113Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-12-01T11:07:01.1254547Z [ OK ] SubgraphMatcherTest.Diamond1 (0 ms) 2022-12-01T11:07:01.1254991Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-12-01T11:07:01.1255418Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-12-01T11:07:01.1256230Z [ RUN ] SubgraphMatcherTest.XPattern 2022-12-01T11:07:01.1257029Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-12-01T11:07:01.1271672Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-12-01T11:07:01.1272201Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-12-01T11:07:01.1272684Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-12-01T11:07:01.1273179Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-12-01T11:07:01.1273690Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-12-01T11:07:01.1274180Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-12-01T11:07:01.1274685Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-12-01T11:07:01.1275375Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-12-01T11:07:01.1275854Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-12-01T11:07:01.1276374Z [ OK ] SubgraphMatcherTest.MatchesAttributes (0 ms) 2022-12-01T11:07:01.1276844Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-12-01T11:07:01.1294960Z [ OK ] SubgraphMatcherTest.BadPattern (3 ms) 2022-12-01T11:07:01.1295569Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-12-01T11:07:01.1296320Z [ OK ] SubgraphMatcherTest.MultiOutput (0 ms) 2022-12-01T11:07:01.1296945Z [----------] 16 tests from SubgraphMatcherTest (5 ms total) 2022-12-01T11:07:01.1297239Z 2022-12-01T11:07:01.1297547Z [----------] 4 tests from SubgraphRewriterTest 2022-12-01T11:07:01.1298256Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-12-01T11:07:01.1299152Z [ OK ] SubgraphRewriterTest.FilterMatch (0 ms) 2022-12-01T11:07:01.1299628Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-12-01T11:07:01.1300046Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-12-01T11:07:01.1300511Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-12-01T11:07:01.1305815Z [ OK ] SubgraphRewriterTest.MultiOutput (0 ms) 2022-12-01T11:07:01.1306439Z [ RUN ] SubgraphRewriterTest.OutputType 2022-12-01T11:07:01.1307494Z [ OK ] SubgraphRewriterTest.OutputType (0 ms) 2022-12-01T11:07:01.1308005Z [----------] 4 tests from SubgraphRewriterTest (1 ms total) 2022-12-01T11:07:01.1308233Z 2022-12-01T11:07:01.1308566Z [----------] 3 tests from SubgraphUtilsTest 2022-12-01T11:07:01.1308990Z [ RUN ] SubgraphUtilsTest.Basic 2022-12-01T11:07:01.1313686Z [ OK ] SubgraphUtilsTest.Basic (0 ms) 2022-12-01T11:07:01.1314105Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-12-01T11:07:01.1317862Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (0 ms) 2022-12-01T11:07:01.1318854Z [ RUN ] SubgraphUtilsTest.GraphName 2022-12-01T11:07:01.1319743Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-12-01T11:07:01.1320746Z [----------] 3 tests from SubgraphUtilsTest (1 ms total) 2022-12-01T11:07:01.1321260Z 2022-12-01T11:07:01.1321546Z [----------] 8 tests from UnionTypeTest 2022-12-01T11:07:01.1321972Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-12-01T11:07:01.1322989Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-12-01T11:07:01.1323814Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-12-01T11:07:01.1324338Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-12-01T11:07:01.1324857Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-12-01T11:07:01.1325337Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-12-01T11:07:01.1325866Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-12-01T11:07:01.1326425Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-12-01T11:07:01.1326946Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-12-01T11:07:01.1327421Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-12-01T11:07:01.1327944Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-12-01T11:07:01.1328552Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-12-01T11:07:01.1329072Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-12-01T11:07:01.1329522Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-12-01T11:07:01.1329957Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-12-01T11:07:01.1330413Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-12-01T11:07:01.1330869Z [----------] 8 tests from UnionTypeTest (0 ms total) 2022-12-01T11:07:01.1331231Z 2022-12-01T11:07:01.1331443Z [----------] 2 tests from ScriptProfileTest 2022-12-01T11:07:01.1331841Z [ RUN ] ScriptProfileTest.Basic 2022-12-01T11:07:01.1332245Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-12-01T11:07:01.1332666Z [ RUN ] ScriptProfileTest.CallingOrder 2022-12-01T11:07:01.1359532Z [ OK ] ScriptProfileTest.CallingOrder (3 ms) 2022-12-01T11:07:01.1360580Z [----------] 2 tests from ScriptProfileTest (3 ms total) 2022-12-01T11:07:01.1361678Z 2022-12-01T11:07:01.1362349Z [----------] 7 tests from ShapeAnalysisTest 2022-12-01T11:07:01.1363237Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-12-01T11:07:01.1470334Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (11 ms) 2022-12-01T11:07:01.1471808Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-12-01T11:07:01.1495177Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (2 ms) 2022-12-01T11:07:01.1496057Z [ RUN ] ShapeAnalysisTest.SymbolicShapeAPI 2022-12-01T11:07:01.1602016Z [ OK ] ShapeAnalysisTest.SymbolicShapeAPI (10 ms) 2022-12-01T11:07:01.1602927Z [ RUN ] ShapeAnalysisTest.BoundedSymbolicShapes 2022-12-01T11:07:01.1611891Z [ OK ] ShapeAnalysisTest.BoundedSymbolicShapes (0 ms) 2022-12-01T11:07:01.1612776Z [ RUN ] ShapeAnalysisTest.SymbolicShapeCaching 2022-12-01T11:07:01.1622047Z [ OK ] ShapeAnalysisTest.SymbolicShapeCaching (0 ms) 2022-12-01T11:07:01.1623135Z [ RUN ] ShapeAnalysisTest.ShapeCacheMultipleFns 2022-12-01T11:07:01.1663423Z [ OK ] ShapeAnalysisTest.ShapeCacheMultipleFns (4 ms) 2022-12-01T11:07:01.1663938Z [ RUN ] ShapeAnalysisTest.TestShapeMultipleReturns 2022-12-01T11:07:01.1682407Z [ OK ] ShapeAnalysisTest.TestShapeMultipleReturns (1 ms) 2022-12-01T11:07:01.1683249Z [----------] 7 tests from ShapeAnalysisTest (32 ms total) 2022-12-01T11:07:01.1683626Z 2022-12-01T11:07:01.1684026Z [----------] 5 tests from JitLoggingTest 2022-12-01T11:07:01.1684613Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-12-01T11:07:01.1685086Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-12-01T11:07:01.1685616Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-12-01T11:07:01.1686114Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-12-01T11:07:01.1686584Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-12-01T11:07:01.1687126Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-12-01T11:07:01.1687640Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-12-01T11:07:01.1688125Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-12-01T11:07:01.1688626Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-12-01T11:07:01.1689140Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-12-01T11:07:01.1689607Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-12-01T11:07:01.1689847Z 2022-12-01T11:07:01.1690063Z [----------] 9 tests from FileFormatTest 2022-12-01T11:07:01.1690516Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-12-01T11:07:01.1691039Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-12-01T11:07:01.1691510Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-12-01T11:07:01.1691985Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-12-01T11:07:01.1692471Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-12-01T11:07:01.1692969Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-12-01T11:07:01.1693467Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-12-01T11:07:01.1694086Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-12-01T11:07:01.1694561Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-12-01T11:07:01.1695020Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-12-01T11:07:01.1695494Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-12-01T11:07:01.1695972Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-12-01T11:07:01.1696415Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-12-01T11:07:01.1696879Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-12-01T11:07:01.1697402Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-12-01T11:07:01.1697985Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-12-01T11:07:01.1698502Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-12-01T11:07:01.1698960Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-12-01T11:07:01.1699402Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-12-01T11:07:01.1699601Z 2022-12-01T11:07:01.1699817Z [----------] 35 tests from FlatbufferTest 2022-12-01T11:07:01.1700285Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-12-01T11:07:01.1700735Z [ OK ] FlatbufferTest.UpsampleNearest2d (1 ms) 2022-12-01T11:07:01.1701226Z [ RUN ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory 2022-12-01T11:07:01.1712757Z [ OK ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory (1 ms) 2022-12-01T11:07:01.1713240Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-12-01T11:07:01.1713842Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-12-01T11:07:01.1714237Z [ RUN ] FlatbufferTest.MethodInvocation 2022-12-01T11:07:01.1745711Z [ OK ] FlatbufferTest.MethodInvocation (3 ms) 2022-12-01T11:07:01.1746228Z [ RUN ] FlatbufferTest.FlatbufferBackPortTest 2022-12-01T11:07:01.1789075Z [ OK ] FlatbufferTest.FlatbufferBackPortTest (4 ms) 2022-12-01T11:07:01.1789558Z [ RUN ] FlatbufferTest.ExtraFiles 2022-12-01T11:07:01.1794903Z [ OK ] FlatbufferTest.ExtraFiles (0 ms) 2022-12-01T11:07:01.1795338Z [ RUN ] FlatbufferTest.Conv 2022-12-01T11:07:01.1830261Z [ OK ] FlatbufferTest.Conv (3 ms) 2022-12-01T11:07:01.1831021Z [ RUN ] FlatbufferTest.ConvWithCopyTensorMemory 2022-12-01T11:07:01.1866372Z [ OK ] FlatbufferTest.ConvWithCopyTensorMemory (3 ms) 2022-12-01T11:07:01.1866851Z [ RUN ] FlatbufferTest.Inline 2022-12-01T11:07:01.1877201Z [ OK ] FlatbufferTest.Inline (1 ms) 2022-12-01T11:07:01.1877695Z [ RUN ] FlatbufferTest.InlineWithCopyTensorMemory 2022-12-01T11:07:01.1887420Z [ OK ] FlatbufferTest.InlineWithCopyTensorMemory (1 ms) 2022-12-01T11:07:01.1887930Z [ RUN ] FlatbufferTest.Tuple 2022-12-01T11:07:01.1895339Z [ OK ] FlatbufferTest.Tuple (0 ms) 2022-12-01T11:07:01.1895732Z [ RUN ] FlatbufferTest.Dict 2022-12-01T11:07:01.1904087Z [ OK ] FlatbufferTest.Dict (0 ms) 2022-12-01T11:07:01.1904854Z [ RUN ] FlatbufferTest.Prim 2022-12-01T11:07:01.1910617Z [ OK ] FlatbufferTest.Prim (0 ms) 2022-12-01T11:07:01.1911469Z [ RUN ] FlatbufferTest.PrimScalar 2022-12-01T11:07:01.1918195Z [ OK ] FlatbufferTest.PrimScalar (0 ms) 2022-12-01T11:07:01.1919159Z [ RUN ] FlatbufferTest.WrongMethodName 2022-12-01T11:07:01.1959356Z [ OK ] FlatbufferTest.WrongMethodName (4 ms) 2022-12-01T11:07:01.1960166Z [ RUN ] FlatbufferTest.SetState 2022-12-01T11:07:01.1989866Z [ OK ] FlatbufferTest.SetState (3 ms) 2022-12-01T11:07:01.1991020Z [ RUN ] FlatbufferTest.BuiltinClass 2022-12-01T11:07:01.1999733Z [ OK ] FlatbufferTest.BuiltinClass (0 ms) 2022-12-01T11:07:01.2000798Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-12-01T11:07:01.2003887Z [ OK ] FlatbufferTest.BuiltinFunction (0 ms) 2022-12-01T11:07:01.2004667Z [ RUN ] FlatbufferTest.Eval 2022-12-01T11:07:01.2014043Z [ OK ] FlatbufferTest.Eval (0 ms) 2022-12-01T11:07:01.2014884Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-12-01T11:07:01.2019123Z [ OK ] FlatbufferTest.FindWrongMethodName (0 ms) 2022-12-01T11:07:01.2020038Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-12-01T11:07:01.2030559Z [ OK ] FlatbufferTest.FindAndRunMethod (1 ms) 2022-12-01T11:07:01.2031505Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-12-01T11:07:01.2040468Z [ OK ] FlatbufferTest.RunMethodVariadic (0 ms) 2022-12-01T11:07:01.2041414Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-12-01T11:07:01.2054220Z [ OK ] FlatbufferTest.DuplicateSetState (1 ms) 2022-12-01T11:07:01.2055272Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-12-01T11:07:01.2064663Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (1 ms) 2022-12-01T11:07:01.2065670Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-12-01T11:07:01.2087654Z [ OK ] FlatbufferTest.DefaultArgsConv (2 ms) 2022-12-01T11:07:01.2088593Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-12-01T11:07:01.2162444Z [ OK ] FlatbufferTest.DefaultArgsPinv (7 ms) 2022-12-01T11:07:01.2163531Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T11:07:01.2177081Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-12-01T11:07:01.2178307Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-12-01T11:07:01.2204143Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (2 ms) 2022-12-01T11:07:01.2205195Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-12-01T11:07:01.2218620Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (1 ms) 2022-12-01T11:07:01.2219844Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T11:07:01.2255982Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-12-01T11:07:01.2257002Z [ RUN ] FlatbufferTest.OperatorSize1 2022-12-01T11:07:01.2260466Z [ OK ] FlatbufferTest.OperatorSize1 (0 ms) 2022-12-01T11:07:01.2261342Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-12-01T11:07:01.2262222Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-12-01T11:07:01.2263085Z [ RUN ] FlatbufferTest.OperatorTest2 2022-12-01T11:07:01.2280462Z [ OK ] FlatbufferTest.OperatorTest2 (1 ms) 2022-12-01T11:07:01.2281358Z [ RUN ] FlatbufferTest.DetachedBufferSmoke 2022-12-01T11:07:01.2282191Z [ OK ] FlatbufferTest.DetachedBufferSmoke (0 ms) 2022-12-01T11:07:01.2283107Z [ RUN ] FlatbufferTest.DetachedBufferNullOwner 2022-12-01T11:07:01.2284064Z [ OK ] FlatbufferTest.DetachedBufferNullOwner (0 ms) 2022-12-01T11:07:01.2284990Z [----------] 35 tests from FlatbufferTest (59 ms total) 2022-12-01T11:07:01.2285404Z 2022-12-01T11:07:01.2285814Z [----------] 3 tests from TestSourceFlatbuffer 2022-12-01T11:07:01.2286674Z [ RUN ] TestSourceFlatbuffer.UpsampleNearest2d 2022-12-01T11:07:01.2304215Z [ OK ] TestSourceFlatbuffer.UpsampleNearest2d (2 ms) 2022-12-01T11:07:01.2305240Z [ RUN ] TestSourceFlatbuffer.CheckAttrAccess 2022-12-01T11:07:01.2306119Z [ OK ] TestSourceFlatbuffer.CheckAttrAccess (0 ms) 2022-12-01T11:07:01.2307100Z [ RUN ] TestSourceFlatbuffer.MethodInvocation 2022-12-01T11:07:01.2391103Z [ OK ] TestSourceFlatbuffer.MethodInvocation (8 ms) 2022-12-01T11:07:01.2392533Z [----------] 3 tests from TestSourceFlatbuffer (10 ms total) 2022-12-01T11:07:01.2393000Z 2022-12-01T11:07:01.2393283Z [----------] 10 tests from FlatbufferUpgraderTest 2022-12-01T11:07:01.2393754Z [ RUN ] FlatbufferUpgraderTest.DivTensorV2 2022-12-01T11:07:01.2394519Z [ OK ] FlatbufferUpgraderTest.DivTensorV2 (0 ms) 2022-12-01T11:07:01.2395031Z [ RUN ] FlatbufferUpgraderTest.DivTensorOutV2 2022-12-01T11:07:01.2395761Z [ OK ] FlatbufferUpgraderTest.DivTensorOutV2 (0 ms) 2022-12-01T11:07:01.2396265Z [ RUN ] FlatbufferUpgraderTest.DivTensorInplaceV2 2022-12-01T11:07:01.2397070Z [ OK ] FlatbufferUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-12-01T11:07:01.2397994Z [ RUN ] FlatbufferUpgraderTest.DivScalarFloatV2 2022-12-01T11:07:01.2398538Z [ OK ] FlatbufferUpgraderTest.DivScalarFloatV2 (0 ms) 2022-12-01T11:07:01.2399294Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 2022-12-01T11:07:01.2400275Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-12-01T11:07:01.2401160Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 2022-12-01T11:07:01.2402202Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-12-01T11:07:01.2402774Z [ RUN ] FlatbufferUpgraderTest.DivScalarScalarV2 2022-12-01T11:07:01.2403274Z [ OK ] FlatbufferUpgraderTest.DivScalarScalarV2 (0 ms) 2022-12-01T11:07:01.2403774Z [ RUN ] FlatbufferUpgraderTest.DivScalarIntV2 2022-12-01T11:07:01.2404441Z [ OK ] FlatbufferUpgraderTest.DivScalarIntV2 (0 ms) 2022-12-01T11:07:01.2405209Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 2022-12-01T11:07:01.2405778Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-12-01T11:07:01.2406593Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 2022-12-01T11:07:01.2407155Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-12-01T11:07:01.2407964Z [----------] 10 tests from FlatbufferUpgraderTest (1 ms total) 2022-12-01T11:07:01.2408227Z 2022-12-01T11:07:01.2408437Z [----------] 713 tests from NVFuserTest 2022-12-01T11:07:01.2409094Z [ RUN ] NVFuserTest.FusionDefinition_CUDA 2022-12-01T11:07:01.2409514Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2410038Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2467462Z [ SKIPPED ] NVFuserTest.FusionDefinition_CUDA (6 ms) 2022-12-01T11:07:01.2468335Z [ RUN ] NVFuserTest.PyFusionCache_CUDA 2022-12-01T11:07:01.2469193Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2470544Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2471468Z [ SKIPPED ] NVFuserTest.PyFusionCache_CUDA (0 ms) 2022-12-01T11:07:01.2472465Z [ RUN ] NVFuserTest.RecordFunctorEquality_CUDA 2022-12-01T11:07:01.2473414Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2474254Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2475059Z [ SKIPPED ] NVFuserTest.RecordFunctorEquality_CUDA (0 ms) 2022-12-01T11:07:01.2476012Z [ RUN ] NVFuserTest.FusionIrGraphGenerator_CUDA 2022-12-01T11:07:01.2476847Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2477735Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2478605Z [ SKIPPED ] NVFuserTest.FusionIrGraphGenerator_CUDA (0 ms) 2022-12-01T11:07:01.2479553Z [ RUN ] NVFuserTest.FusionDispatch_CUDA 2022-12-01T11:07:01.2480375Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2481349Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2482412Z [ SKIPPED ] NVFuserTest.FusionDispatch_CUDA (0 ms) 2022-12-01T11:07:01.2483459Z [ RUN ] NVFuserTest.FusionExprEvalConstants_CUDA 2022-12-01T11:07:01.2484460Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2485294Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2486142Z [ SKIPPED ] NVFuserTest.FusionExprEvalConstants_CUDA (0 ms) 2022-12-01T11:07:01.2487187Z [ RUN ] NVFuserTest.FusionExprEvalDouble_CUDA 2022-12-01T11:07:01.2488069Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2489021Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2490026Z [ SKIPPED ] NVFuserTest.FusionExprEvalDouble_CUDA (0 ms) 2022-12-01T11:07:01.2491097Z [ RUN ] NVFuserTest.FusionExprEvalBindings_CUDA 2022-12-01T11:07:01.2492024Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2492963Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2493884Z [ SKIPPED ] NVFuserTest.FusionExprEvalBindings_CUDA (0 ms) 2022-12-01T11:07:01.2494713Z [ RUN ] NVFuserTest.FusionExprEvalBasic_CUDA 2022-12-01T11:07:01.2495492Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2496336Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2497070Z [ SKIPPED ] NVFuserTest.FusionExprEvalBasic_CUDA (0 ms) 2022-12-01T11:07:01.2498020Z [ RUN ] NVFuserTest.FusionExprEvalComplex_CUDA 2022-12-01T11:07:01.2498683Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2499469Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2499928Z [ SKIPPED ] NVFuserTest.FusionExprEvalComplex_CUDA (0 ms) 2022-12-01T11:07:01.2500736Z [ RUN ] NVFuserTest.FusionExprEvalPostLower_CUDA 2022-12-01T11:07:01.2501569Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2502099Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2502892Z [ SKIPPED ] NVFuserTest.FusionExprEvalPostLower_CUDA (0 ms) 2022-12-01T11:07:01.2503900Z [ RUN ] NVFuserTest.FusionKernelExprEvalConstants_CUDA 2022-12-01T11:07:01.2504696Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2505325Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2506240Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalConstants_CUDA (0 ms) 2022-12-01T11:07:01.2507277Z [ RUN ] NVFuserTest.FusionKernelExprEvalBindings_CUDA 2022-12-01T11:07:01.2508111Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2508591Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2509446Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalBindings_CUDA (0 ms) 2022-12-01T11:07:01.2510579Z [ RUN ] NVFuserTest.FusionClear_CUDA 2022-12-01T11:07:01.2511423Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2512397Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2513223Z [ SKIPPED ] NVFuserTest.FusionClear_CUDA (0 ms) 2022-12-01T11:07:01.2513837Z [ RUN ] NVFuserTest.FusionCopy_CUDA 2022-12-01T11:07:01.2514254Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2514680Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2515301Z [ SKIPPED ] NVFuserTest.FusionCopy_CUDA (0 ms) 2022-12-01T11:07:01.2516083Z [ RUN ] NVFuserTest.FusionMove_CUDA 2022-12-01T11:07:01.2517005Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2517726Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2518608Z [ SKIPPED ] NVFuserTest.FusionMove_CUDA (0 ms) 2022-12-01T11:07:01.2519614Z [ RUN ] NVFuserTest.FusionSimpleArith_CUDA 2022-12-01T11:07:01.2520545Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2521475Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2522380Z [ SKIPPED ] NVFuserTest.FusionSimpleArith_CUDA (0 ms) 2022-12-01T11:07:01.2523410Z [ RUN ] NVFuserTest.FusionScalarTypePromote_CUDA 2022-12-01T11:07:01.2524259Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2525271Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2526098Z [ SKIPPED ] NVFuserTest.FusionScalarTypePromote_CUDA (0 ms) 2022-12-01T11:07:01.2527003Z [ RUN ] NVFuserTest.FusionComplexAbsTypes_CUDA 2022-12-01T11:07:01.2527662Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2528187Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2529512Z [ SKIPPED ] NVFuserTest.FusionComplexAbsTypes_CUDA (0 ms) 2022-12-01T11:07:01.2530519Z [ RUN ] NVFuserTest.FusionRegister_CUDA 2022-12-01T11:07:01.2531211Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2531694Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2532336Z [ SKIPPED ] NVFuserTest.FusionRegister_CUDA (0 ms) 2022-12-01T11:07:01.2532967Z [ RUN ] NVFuserTest.FusionTopoSort_CUDA 2022-12-01T11:07:01.2533728Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2534583Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2535400Z [ SKIPPED ] NVFuserTest.FusionTopoSort_CUDA (0 ms) 2022-12-01T11:07:01.2536268Z [ RUN ] NVFuserTest.FusionTensor_CUDA 2022-12-01T11:07:01.2537059Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2537917Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2538706Z [ SKIPPED ] NVFuserTest.FusionTensor_CUDA (0 ms) 2022-12-01T11:07:01.2539488Z [ RUN ] NVFuserTest.FusionFilterVals_CUDA 2022-12-01T11:07:01.2540312Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2541125Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2541952Z [ SKIPPED ] NVFuserTest.FusionFilterVals_CUDA (0 ms) 2022-12-01T11:07:01.2542806Z [ RUN ] NVFuserTest.FusionTVSplit_CUDA 2022-12-01T11:07:01.2543601Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2544445Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2545243Z [ SKIPPED ] NVFuserTest.FusionTVSplit_CUDA (0 ms) 2022-12-01T11:07:01.2546097Z [ RUN ] NVFuserTest.FusionTVMerge_CUDA 2022-12-01T11:07:01.2546862Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2547716Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2548517Z [ SKIPPED ] NVFuserTest.FusionTVMerge_CUDA (0 ms) 2022-12-01T11:07:01.2549408Z [ RUN ] NVFuserTest.FusionTVReorder_CUDA 2022-12-01T11:07:01.2550355Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2551238Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2552060Z [ SKIPPED ] NVFuserTest.FusionTVReorder_CUDA (0 ms) 2022-12-01T11:07:01.2552965Z [ RUN ] NVFuserTest.FusionEquality_CUDA 2022-12-01T11:07:01.2553555Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2554001Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2554404Z [ SKIPPED ] NVFuserTest.FusionEquality_CUDA (0 ms) 2022-12-01T11:07:01.2555027Z [ RUN ] NVFuserTest.FusionDependency_CUDA 2022-12-01T11:07:01.2555754Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2556636Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2557575Z [ SKIPPED ] NVFuserTest.FusionDependency_CUDA (0 ms) 2022-12-01T11:07:01.2558482Z [ RUN ] NVFuserTest.FusionParser_CUDA 2022-12-01T11:07:01.2559329Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2560259Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2561003Z [ SKIPPED ] NVFuserTest.FusionParser_CUDA (0 ms) 2022-12-01T11:07:01.2561958Z [ RUN ] NVFuserTest.FusionOuterSplit_CUDA 2022-12-01T11:07:01.2562822Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2563758Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2564698Z [ SKIPPED ] NVFuserTest.FusionOuterSplit_CUDA (0 ms) 2022-12-01T11:07:01.2565528Z [ RUN ] NVFuserTest.FusionCodeGen_CUDA 2022-12-01T11:07:01.2566203Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2567135Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2568029Z [ SKIPPED ] NVFuserTest.FusionCodeGen_CUDA (0 ms) 2022-12-01T11:07:01.2568759Z [ RUN ] NVFuserTest.FusionCodeGen2_CUDA 2022-12-01T11:07:01.2569659Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2570533Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2571611Z [ SKIPPED ] NVFuserTest.FusionCodeGen2_CUDA (0 ms) 2022-12-01T11:07:01.2572164Z [ RUN ] NVFuserTest.FusionSimplePWise_CUDA 2022-12-01T11:07:01.2572597Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2573006Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2573667Z [ SKIPPED ] NVFuserTest.FusionSimplePWise_CUDA (0 ms) 2022-12-01T11:07:01.2574212Z [ RUN ] NVFuserTest.FusionSimpleAmperePipeline_CUDA 2022-12-01T11:07:01.2574823Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2575535Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2576420Z [ SKIPPED ] NVFuserTest.FusionSimpleAmperePipeline_CUDA (0 ms) 2022-12-01T11:07:01.2577623Z [ RUN ] NVFuserTest.FusionSimplePWiseDtypeComplex_CUDA 2022-12-01T11:07:01.2578587Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2579564Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2580644Z [ SKIPPED ] NVFuserTest.FusionSimplePWiseDtypeComplex_CUDA (0 ms) 2022-12-01T11:07:01.2581700Z [ RUN ] NVFuserTest.FusionExecKernel_CUDA 2022-12-01T11:07:01.2582640Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2583537Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2584449Z [ SKIPPED ] NVFuserTest.FusionExecKernel_CUDA (0 ms) 2022-12-01T11:07:01.2585534Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt1_CUDA 2022-12-01T11:07:01.2586099Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2586735Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2587745Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt1_CUDA (0 ms) 2022-12-01T11:07:01.2588411Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt2_CUDA 2022-12-01T11:07:01.2589342Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2590359Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2591074Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt2_CUDA (0 ms) 2022-12-01T11:07:01.2592060Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt3_CUDA 2022-12-01T11:07:01.2592986Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2593790Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2594516Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt3_CUDA (0 ms) 2022-12-01T11:07:01.2595441Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt4_CUDA 2022-12-01T11:07:01.2596153Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2596984Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2597930Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt4_CUDA (0 ms) 2022-12-01T11:07:01.2598989Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt5_CUDA 2022-12-01T11:07:01.2599915Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2600824Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2601806Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt5_CUDA (0 ms) 2022-12-01T11:07:01.2602799Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt6_CUDA 2022-12-01T11:07:01.2603774Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2604653Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2605635Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt6_CUDA (0 ms) 2022-12-01T11:07:01.2606692Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt7_CUDA 2022-12-01T11:07:01.2607577Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2608157Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2608894Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt7_CUDA (0 ms) 2022-12-01T11:07:01.2609393Z [ RUN ] NVFuserTest.FusionAdvancedComputeAt8_CUDA 2022-12-01T11:07:01.2609975Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2610877Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2611905Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt8_CUDA (0 ms) 2022-12-01T11:07:01.2612964Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith1_CUDA 2022-12-01T11:07:01.2613422Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2613849Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2614324Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith1_CUDA (0 ms) 2022-12-01T11:07:01.2615357Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith2_CUDA 2022-12-01T11:07:01.2616249Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2617158Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2618158Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith2_CUDA (0 ms) 2022-12-01T11:07:01.2618871Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith3_CUDA 2022-12-01T11:07:01.2619767Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2620576Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2621371Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith3_CUDA (0 ms) 2022-12-01T11:07:01.2622391Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith4_CUDA 2022-12-01T11:07:01.2623179Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2623848Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2624475Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith4_CUDA (0 ms) 2022-12-01T11:07:01.2625500Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith5_CUDA 2022-12-01T11:07:01.2626345Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2627088Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2627926Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith5_CUDA (0 ms) 2022-12-01T11:07:01.2629040Z [ RUN ] NVFuserTest.FusionAdvancedComputeWith6_CUDA 2022-12-01T11:07:01.2629893Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2630705Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2631601Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith6_CUDA (0 ms) 2022-12-01T11:07:01.2632706Z [ RUN ] NVFuserTest.FusionComputeAtMultiConsumers_CUDA 2022-12-01T11:07:01.2633320Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2633912Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2634893Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiConsumers_CUDA (0 ms) 2022-12-01T11:07:01.2636058Z [ RUN ] NVFuserTest.FusionComputeAtCommonConsumer1_CUDA 2022-12-01T11:07:01.2636560Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2637008Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2637665Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer1_CUDA (0 ms) 2022-12-01T11:07:01.2638831Z [ RUN ] NVFuserTest.FusionComputeAtCommonConsumer2_CUDA 2022-12-01T11:07:01.2639863Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2640654Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2641643Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer2_CUDA (0 ms) 2022-12-01T11:07:01.2642829Z [ RUN ] NVFuserTest.FusionComputeAtCommonConsumer3_CUDA 2022-12-01T11:07:01.2644098Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2645095Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2646070Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer3_CUDA (0 ms) 2022-12-01T11:07:01.2647328Z [ RUN ] NVFuserTest.FusionComputeAtNoCommonConsumer_CUDA 2022-12-01T11:07:01.2648409Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2649244Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2650179Z [ SKIPPED ] NVFuserTest.FusionComputeAtNoCommonConsumer_CUDA (0 ms) 2022-12-01T11:07:01.2651260Z [ RUN ] NVFuserTest.FusionRootMappingBasic_CUDA 2022-12-01T11:07:01.2652066Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2652743Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2653537Z [ SKIPPED ] NVFuserTest.FusionRootMappingBasic_CUDA (0 ms) 2022-12-01T11:07:01.2654481Z [ RUN ] NVFuserTest.FusionRootMappingRfactor_CUDA 2022-12-01T11:07:01.2655039Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2655732Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2656595Z [ SKIPPED ] NVFuserTest.FusionRootMappingRfactor_CUDA (0 ms) 2022-12-01T11:07:01.2657438Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency1_CUDA 2022-12-01T11:07:01.2657949Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2658373Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2658901Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency1_CUDA (0 ms) 2022-12-01T11:07:01.2659595Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency2_CUDA 2022-12-01T11:07:01.2660666Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2661603Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2662732Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency2_CUDA (0 ms) 2022-12-01T11:07:01.2663773Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency3_CUDA 2022-12-01T11:07:01.2665002Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2665828Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2666853Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency3_CUDA (0 ms) 2022-12-01T11:07:01.2668048Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency4_CUDA 2022-12-01T11:07:01.2668979Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2669787Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2671037Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency4_CUDA (0 ms) 2022-12-01T11:07:01.2672354Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency5_CUDA_CUDA 2022-12-01T11:07:01.2673322Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2674153Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2675323Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency5_CUDA_CUDA (0 ms) 2022-12-01T11:07:01.2676689Z [ RUN ] NVFuserTest.FusionRootMappingReductionDependency6_CUDA_CUDA 2022-12-01T11:07:01.2677524Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2678336Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2678996Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency6_CUDA_CUDA (0 ms) 2022-12-01T11:07:01.2679959Z [ RUN ] NVFuserTest.FusionRootMappingMultipleBroadcast_CUDA 2022-12-01T11:07:01.2681012Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2681691Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2682412Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.2683654Z [ RUN ] NVFuserTest.FusionRootMappingMultipleBroadcastWithNoCommonConsumer_CUDA 2022-12-01T11:07:01.2684625Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2685349Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2686461Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcastWithNoCommonConsumer_CUDA (0 ms) 2022-12-01T11:07:01.2687698Z [ RUN ] NVFuserTest.FusionRootMappingBroadcastNonUniqueSize_CUDA 2022-12-01T11:07:01.2688675Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2689539Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2690416Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcastNonUniqueSize_CUDA (0 ms) 2022-12-01T11:07:01.2691420Z [ RUN ] NVFuserTest.FusionRootMappingBroadcast_CUDA 2022-12-01T11:07:01.2692080Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2692492Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2693507Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.2694736Z [ RUN ] NVFuserTest.FusionRootMappingTrivialReduction_CUDA 2022-12-01T11:07:01.2695804Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2696587Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2697619Z [ SKIPPED ] NVFuserTest.FusionRootMappingTrivialReduction_CUDA (0 ms) 2022-12-01T11:07:01.2698821Z [ RUN ] NVFuserTest.FusionRootMappingRepro1950_CUDA 2022-12-01T11:07:01.2699754Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2700711Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2701798Z [ SKIPPED ] NVFuserTest.FusionRootMappingRepro1950_CUDA (0 ms) 2022-12-01T11:07:01.2702877Z [ RUN ] NVFuserTest.FusionDetectSelfMappedDomains_CUDA 2022-12-01T11:07:01.2703903Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2705051Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2706106Z [ SKIPPED ] NVFuserTest.FusionDetectSelfMappedDomains_CUDA (0 ms) 2022-12-01T11:07:01.2707196Z [ RUN ] NVFuserTest.FusionScalarInputs_CUDA 2022-12-01T11:07:01.2707755Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2708550Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2709477Z [ SKIPPED ] NVFuserTest.FusionScalarInputs_CUDA (0 ms) 2022-12-01T11:07:01.2710535Z [ RUN ] NVFuserTest.FusionLoopUnroll_CUDA 2022-12-01T11:07:01.2711107Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2711624Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2712335Z [ SKIPPED ] NVFuserTest.FusionLoopUnroll_CUDA (0 ms) 2022-12-01T11:07:01.2712985Z [ RUN ] NVFuserTest.FusionUnaryOps_CUDA 2022-12-01T11:07:01.2713560Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2714330Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2714775Z [ SKIPPED ] NVFuserTest.FusionUnaryOps_CUDA (0 ms) 2022-12-01T11:07:01.2715224Z [ RUN ] NVFuserTest.FusionBinaryOps_CUDA 2022-12-01T11:07:01.2715626Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2716051Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2716477Z [ SKIPPED ] NVFuserTest.FusionBinaryOps_CUDA (0 ms) 2022-12-01T11:07:01.2717027Z [ RUN ] NVFuserTest.FusionTernaryOps_CUDA 2022-12-01T11:07:01.2717473Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2717904Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2718335Z [ SKIPPED ] NVFuserTest.FusionTernaryOps_CUDA (0 ms) 2022-12-01T11:07:01.2718783Z [ RUN ] NVFuserTest.FusionCompoundOps_CUDA 2022-12-01T11:07:01.2719262Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2719688Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2720102Z [ SKIPPED ] NVFuserTest.FusionCompoundOps_CUDA (0 ms) 2022-12-01T11:07:01.2720553Z [ RUN ] NVFuserTest.FusionCastOps_CUDA 2022-12-01T11:07:01.2720972Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2721388Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2721815Z [ SKIPPED ] NVFuserTest.FusionCastOps_CUDA (0 ms) 2022-12-01T11:07:01.2722261Z [ RUN ] NVFuserTest.FusionReduction1_CUDA 2022-12-01T11:07:01.2722679Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2723084Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2723519Z [ SKIPPED ] NVFuserTest.FusionReduction1_CUDA (0 ms) 2022-12-01T11:07:01.2723970Z [ RUN ] NVFuserTest.FusionReduction2_CUDA 2022-12-01T11:07:01.2724373Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2724802Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2725231Z [ SKIPPED ] NVFuserTest.FusionReduction2_CUDA (0 ms) 2022-12-01T11:07:01.2725667Z [ RUN ] NVFuserTest.FusionReduction3_CUDA 2022-12-01T11:07:01.2726089Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2726515Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2726945Z [ SKIPPED ] NVFuserTest.FusionReduction3_CUDA (0 ms) 2022-12-01T11:07:01.2727388Z [ RUN ] NVFuserTest.FusionReduction4_CUDA 2022-12-01T11:07:01.2727809Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2728326Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2728737Z [ SKIPPED ] NVFuserTest.FusionReduction4_CUDA (0 ms) 2022-12-01T11:07:01.2729194Z [ RUN ] NVFuserTest.FusionReduction5_CUDA 2022-12-01T11:07:01.2729608Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2730014Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2730443Z [ SKIPPED ] NVFuserTest.FusionReduction5_CUDA (0 ms) 2022-12-01T11:07:01.2730896Z [ RUN ] NVFuserTest.FusionReduction6_CUDA 2022-12-01T11:07:01.2731314Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2731729Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2732156Z [ SKIPPED ] NVFuserTest.FusionReduction6_CUDA (0 ms) 2022-12-01T11:07:01.2732639Z [ RUN ] NVFuserTest.FusionMultiGridReduction_CUDA 2022-12-01T11:07:01.2733072Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2733503Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2733967Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction_CUDA (0 ms) 2022-12-01T11:07:01.2734462Z [ RUN ] NVFuserTest.FusionMultiGridReduction2_CUDA 2022-12-01T11:07:01.2734912Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2735334Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2735799Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction2_CUDA (0 ms) 2022-12-01T11:07:01.2736272Z [ RUN ] NVFuserTest.FusionReductionTFT_CUDA 2022-12-01T11:07:01.2736753Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2737192Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2737609Z [ SKIPPED ] NVFuserTest.FusionReductionTFT_CUDA (0 ms) 2022-12-01T11:07:01.2738104Z [ RUN ] NVFuserTest.FusionReductionOuterSplit_CUDA 2022-12-01T11:07:01.2738559Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2738959Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2739426Z [ SKIPPED ] NVFuserTest.FusionReductionOuterSplit_CUDA (0 ms) 2022-12-01T11:07:01.2739903Z [ RUN ] NVFuserTest.FusionBranches_CUDA 2022-12-01T11:07:01.2740322Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2740720Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2741139Z [ SKIPPED ] NVFuserTest.FusionBranches_CUDA (0 ms) 2022-12-01T11:07:01.2741602Z [ RUN ] NVFuserTest.FusionSimpleBCast1_CUDA 2022-12-01T11:07:01.2742014Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2742437Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2742871Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast1_CUDA (0 ms) 2022-12-01T11:07:01.2743327Z [ RUN ] NVFuserTest.FusionSimpleBCast2_CUDA 2022-12-01T11:07:01.2743755Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2744178Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2744614Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast2_CUDA (0 ms) 2022-12-01T11:07:01.2745064Z [ RUN ] NVFuserTest.FusionSimpleBCast3_CUDA 2022-12-01T11:07:01.2745489Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2745914Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2746335Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast3_CUDA (0 ms) 2022-12-01T11:07:01.2746804Z [ RUN ] NVFuserTest.FusionSimpleBCast4_CUDA 2022-12-01T11:07:01.2747229Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2747636Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2748142Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast4_CUDA (0 ms) 2022-12-01T11:07:01.2748609Z [ RUN ] NVFuserTest.FusionSimpleBCast5_CUDA 2022-12-01T11:07:01.2749035Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2749443Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2749874Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast5_CUDA (0 ms) 2022-12-01T11:07:01.2750531Z [ RUN ] NVFuserTest.FusionComplexBCast1_CUDA 2022-12-01T11:07:01.2750945Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2751374Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2751818Z [ SKIPPED ] NVFuserTest.FusionComplexBCast1_CUDA (0 ms) 2022-12-01T11:07:01.2752278Z [ RUN ] NVFuserTest.FusionComplexBCast2_CUDA 2022-12-01T11:07:01.2752715Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2753142Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2753582Z [ SKIPPED ] NVFuserTest.FusionComplexBCast2_CUDA (0 ms) 2022-12-01T11:07:01.2754055Z [ RUN ] NVFuserTest.FusionAdvancedIndexing1_CUDA 2022-12-01T11:07:01.2754494Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2754922Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2755363Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing1_CUDA (0 ms) 2022-12-01T11:07:01.2755866Z [ RUN ] NVFuserTest.FusionAdvancedIndexing2_CUDA 2022-12-01T11:07:01.2756387Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2756831Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2757273Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing2_CUDA (0 ms) 2022-12-01T11:07:01.2757774Z [ RUN ] NVFuserTest.FusionAdvancedIndexing3_CUDA 2022-12-01T11:07:01.2758217Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2758623Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2759076Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing3_CUDA (0 ms) 2022-12-01T11:07:01.2759578Z [ RUN ] NVFuserTest.FusionAdvancedIndexing4_CUDA 2022-12-01T11:07:01.2760000Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2760425Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2760879Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing4_CUDA (0 ms) 2022-12-01T11:07:01.2761386Z [ RUN ] NVFuserTest.FusionAdvancedIndexing5_CUDA 2022-12-01T11:07:01.2761808Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2762232Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2762690Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing5_CUDA (0 ms) 2022-12-01T11:07:01.2763177Z [ RUN ] NVFuserTest.FusionAdvancedIndexing6_CUDA 2022-12-01T11:07:01.2763622Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2764050Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2764491Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing6_CUDA (0 ms) 2022-12-01T11:07:01.2764992Z [ RUN ] NVFuserTest.FusionAdvancedIndexing7_CUDA 2022-12-01T11:07:01.2765437Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2765862Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2766309Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing7_CUDA (0 ms) 2022-12-01T11:07:01.2766868Z [ RUN ] NVFuserTest.FusionAdvancedIndexing8_CUDA 2022-12-01T11:07:01.2767308Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2767801Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2768257Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing8_CUDA (0 ms) 2022-12-01T11:07:01.2768760Z [ RUN ] NVFuserTest.FusionAdvancedIndexing9_CUDA 2022-12-01T11:07:01.2769183Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2769609Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2770066Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing9_CUDA (0 ms) 2022-12-01T11:07:01.2770572Z [ RUN ] NVFuserTest.FusionAdvancedIndexing10_CUDA 2022-12-01T11:07:01.2771007Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2771433Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2771896Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing10_CUDA (0 ms) 2022-12-01T11:07:01.2772390Z [ RUN ] NVFuserTest.FusionAdvancedIndexing11_CUDA 2022-12-01T11:07:01.2772841Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2773270Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2773735Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing11_CUDA (0 ms) 2022-12-01T11:07:01.2774224Z [ RUN ] NVFuserTest.FusionAdvancedLowering1_CUDA 2022-12-01T11:07:01.2774668Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2775091Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2775529Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering1_CUDA (0 ms) 2022-12-01T11:07:01.2776081Z [ RUN ] NVFuserTest.FusionAdvancedLowering2_CUDA 2022-12-01T11:07:01.2776535Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2776946Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2777403Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering2_CUDA (0 ms) 2022-12-01T11:07:01.2777914Z [ RUN ] NVFuserTest.FusionAdvancedLowering3_CUDA 2022-12-01T11:07:01.2778353Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2778758Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2779213Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering3_CUDA (0 ms) 2022-12-01T11:07:01.2779711Z [ RUN ] NVFuserTest.FusionAdvancedLowering4_CUDA 2022-12-01T11:07:01.2780131Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2780556Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2781017Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering4_CUDA (0 ms) 2022-12-01T11:07:01.2781499Z [ RUN ] NVFuserTest.FusionAdvancedLowering5_CUDA 2022-12-01T11:07:01.2781940Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2782368Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2782835Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering5_CUDA (0 ms) 2022-12-01T11:07:01.2783320Z [ RUN ] NVFuserTest.FusionAdvancedLowering6_CUDA 2022-12-01T11:07:01.2783760Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2784183Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2784622Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering6_CUDA (0 ms) 2022-12-01T11:07:01.2785097Z [ RUN ] NVFuserTest.FusionSimpleGemm_CUDA 2022-12-01T11:07:01.2785520Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2785925Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2786357Z [ SKIPPED ] NVFuserTest.FusionSimpleGemm_CUDA (0 ms) 2022-12-01T11:07:01.2786811Z [ RUN ] NVFuserTest.FusionSoftmax1D_CUDA 2022-12-01T11:07:01.2787233Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2787713Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2788137Z [ SKIPPED ] NVFuserTest.FusionSoftmax1D_CUDA (0 ms) 2022-12-01T11:07:01.2788619Z [ RUN ] NVFuserTest.FusionSoftmax1DNormalized_CUDA 2022-12-01T11:07:01.2789047Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2789472Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2789935Z [ SKIPPED ] NVFuserTest.FusionSoftmax1DNormalized_CUDA (0 ms) 2022-12-01T11:07:01.2790592Z [ RUN ] NVFuserTest.FusionSoftmax3D_CUDA 2022-12-01T11:07:01.2791025Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2791451Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2791878Z [ SKIPPED ] NVFuserTest.FusionSoftmax3D_CUDA (0 ms) 2022-12-01T11:07:01.2792345Z [ RUN ] NVFuserTest.FusionSoftmax3DNormalized_CUDA 2022-12-01T11:07:01.2792795Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2793223Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2793667Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DNormalized_CUDA (0 ms) 2022-12-01T11:07:01.2794173Z [ RUN ] NVFuserTest.FusionSoftmaxComputeAt_CUDA 2022-12-01T11:07:01.2794615Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2795040Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2795478Z [ SKIPPED ] NVFuserTest.FusionSoftmaxComputeAt_CUDA (0 ms) 2022-12-01T11:07:01.2796071Z [ RUN ] NVFuserTest.FusionGridReduction1_CUDA 2022-12-01T11:07:01.2796516Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2796926Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2797372Z [ SKIPPED ] NVFuserTest.FusionGridReduction1_CUDA (0 ms) 2022-12-01T11:07:01.2797862Z [ RUN ] NVFuserTest.FusionGridReduction2_CUDA 2022-12-01T11:07:01.2798275Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2798702Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2799150Z [ SKIPPED ] NVFuserTest.FusionGridReduction2_CUDA (0 ms) 2022-12-01T11:07:01.2799649Z [ RUN ] NVFuserTest.FusionGridReduction3dim1_CUDA 2022-12-01T11:07:01.2800080Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2800505Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2800974Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim1_CUDA (0 ms) 2022-12-01T11:07:01.2801463Z [ RUN ] NVFuserTest.FusionGridReduction3dim0_CUDA 2022-12-01T11:07:01.2801906Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2802331Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2802779Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim0_CUDA (0 ms) 2022-12-01T11:07:01.2803271Z [ RUN ] NVFuserTest.FusionGridReduction4_CUDA 2022-12-01T11:07:01.2803695Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2804118Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2804548Z [ SKIPPED ] NVFuserTest.FusionGridReduction4_CUDA (0 ms) 2022-12-01T11:07:01.2805029Z [ RUN ] NVFuserTest.FusionGridReduction5_CUDA 2022-12-01T11:07:01.2805455Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2805864Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2806314Z [ SKIPPED ] NVFuserTest.FusionGridReduction5_CUDA (0 ms) 2022-12-01T11:07:01.2806794Z [ RUN ] NVFuserTest.FusionGridReduction6_CUDA 2022-12-01T11:07:01.2807202Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2807706Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2808150Z [ SKIPPED ] NVFuserTest.FusionGridReduction6_CUDA (0 ms) 2022-12-01T11:07:01.2808629Z [ RUN ] NVFuserTest.FusionGridReduction7_CUDA 2022-12-01T11:07:01.2809040Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2809464Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2809906Z [ SKIPPED ] NVFuserTest.FusionGridReduction7_CUDA (0 ms) 2022-12-01T11:07:01.2810366Z [ RUN ] NVFuserTest.FusionGridReduction8_CUDA 2022-12-01T11:07:01.2810794Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2811219Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2811646Z [ SKIPPED ] NVFuserTest.FusionGridReduction8_CUDA (0 ms) 2022-12-01T11:07:01.2812121Z [ RUN ] NVFuserTest.FusionGridReduction9_CUDA 2022-12-01T11:07:01.2812558Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2812978Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2813401Z [ SKIPPED ] NVFuserTest.FusionGridReduction9_CUDA (0 ms) 2022-12-01T11:07:01.2813888Z [ RUN ] NVFuserTest.FusionGridReduction10_CUDA 2022-12-01T11:07:01.2814325Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2814730Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2815177Z [ SKIPPED ] NVFuserTest.FusionGridReduction10_CUDA (0 ms) 2022-12-01T11:07:01.2815724Z [ RUN ] NVFuserTest.FusionNonRedAxisBind_CUDA 2022-12-01T11:07:01.2816148Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2816575Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2817019Z [ SKIPPED ] NVFuserTest.FusionNonRedAxisBind_CUDA (0 ms) 2022-12-01T11:07:01.2817492Z [ RUN ] NVFuserTest.FusionSplitBCast_CUDA 2022-12-01T11:07:01.2817901Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2818325Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2818755Z [ SKIPPED ] NVFuserTest.FusionSplitBCast_CUDA (0 ms) 2022-12-01T11:07:01.2819246Z [ RUN ] NVFuserTest.FusionBCastInnerDim_CUDA 2022-12-01T11:07:01.2819676Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2820098Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2820524Z [ SKIPPED ] NVFuserTest.FusionBCastInnerDim_CUDA (0 ms) 2022-12-01T11:07:01.2820989Z [ RUN ] NVFuserTest.FusionBCastReduce_CUDA 2022-12-01T11:07:01.2821412Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2821833Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2822258Z [ SKIPPED ] NVFuserTest.FusionBCastReduce_CUDA (0 ms) 2022-12-01T11:07:01.2822767Z [ RUN ] NVFuserTest.FusionReductionMultiConsumer_CUDA 2022-12-01T11:07:01.2823223Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2823627Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2824105Z [ SKIPPED ] NVFuserTest.FusionReductionMultiConsumer_CUDA (0 ms) 2022-12-01T11:07:01.2824638Z [ RUN ] NVFuserTest.FusionComputeAtExprOrder1_CUDA 2022-12-01T11:07:01.2825072Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2825498Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2825967Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder1_CUDA (0 ms) 2022-12-01T11:07:01.2826486Z [ RUN ] NVFuserTest.FusionComputeAtExprOrder2_CUDA 2022-12-01T11:07:01.2826917Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2827409Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2827874Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder2_CUDA (0 ms) 2022-12-01T11:07:01.2828370Z [ RUN ] NVFuserTest.FusionComputeAtExprOrder3_CUDA 2022-12-01T11:07:01.2828822Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2829243Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2829709Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder3_CUDA (0 ms) 2022-12-01T11:07:01.2830407Z [ RUN ] NVFuserTest.FusionZeroDimComputeAt_CUDA 2022-12-01T11:07:01.2830867Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2831300Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2831739Z [ SKIPPED ] NVFuserTest.FusionZeroDimComputeAt_CUDA (0 ms) 2022-12-01T11:07:01.2832234Z [ RUN ] NVFuserTest.FusionZeroDimBroadcast_CUDA 2022-12-01T11:07:01.2832679Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2833087Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2833538Z [ SKIPPED ] NVFuserTest.FusionZeroDimBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.2834032Z [ RUN ] NVFuserTest.FusionZeroDimReduction_CUDA 2022-12-01T11:07:01.2834472Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2834878Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2835405Z [ SKIPPED ] NVFuserTest.FusionZeroDimReduction_CUDA (0 ms) 2022-12-01T11:07:01.2835922Z [ RUN ] NVFuserTest.FusionBCastAfterReduce_CUDA 2022-12-01T11:07:01.2836344Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2836765Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2837217Z [ SKIPPED ] NVFuserTest.FusionBCastAfterReduce_CUDA (0 ms) 2022-12-01T11:07:01.2837700Z [ RUN ] NVFuserTest.FusionOutputBroadcast_CUDA 2022-12-01T11:07:01.2838140Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2838560Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2839036Z [ SKIPPED ] NVFuserTest.FusionOutputBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.2839542Z [ RUN ] NVFuserTest.FusionReductionKeepDimBasic_CUDA 2022-12-01T11:07:01.2839998Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2840425Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2840885Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimBasic_CUDA (0 ms) 2022-12-01T11:07:01.2841434Z [ RUN ] NVFuserTest.FusionReductionKeepDimScheduler_CUDA 2022-12-01T11:07:01.2841657Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2841849Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2842170Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimScheduler_CUDA (0 ms) 2022-12-01T11:07:01.2842391Z [ RUN ] NVFuserTest.FusionSumTo_CUDA 2022-12-01T11:07:01.2842591Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2842776Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2843020Z [ SKIPPED ] NVFuserTest.FusionSumTo_CUDA (0 ms) 2022-12-01T11:07:01.2843257Z [ RUN ] NVFuserTest.FusionSumToNoop_CUDA 2022-12-01T11:07:01.2843480Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2843665Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2843924Z [ SKIPPED ] NVFuserTest.FusionSumToNoop_CUDA (0 ms) 2022-12-01T11:07:01.2844175Z [ RUN ] NVFuserTest.FusionReductionScheduler_CUDA 2022-12-01T11:07:01.2844480Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2844672Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2844964Z [ SKIPPED ] NVFuserTest.FusionReductionScheduler_CUDA (0 ms) 2022-12-01T11:07:01.2845231Z [ RUN ] NVFuserTest.FusionSymbolicReduction_CUDA 2022-12-01T11:07:01.2845448Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2845633Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2845921Z [ SKIPPED ] NVFuserTest.FusionSymbolicReduction_CUDA (0 ms) 2022-12-01T11:07:01.2846253Z [ RUN ] NVFuserTest.FusionReductionSchedulerMultiDimNonFastest_CUDA 2022-12-01T11:07:01.2846472Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2846660Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2847029Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimNonFastest_CUDA (0 ms) 2022-12-01T11:07:01.2847367Z [ RUN ] NVFuserTest.FusionReductionSchedulerMultiDimFastest_CUDA 2022-12-01T11:07:01.2847591Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2847775Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2848131Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimFastest_CUDA (0 ms) 2022-12-01T11:07:01.2848428Z [ RUN ] NVFuserTest.FusionReductionSchedulerNoODimShmoo_CUDA 2022-12-01T11:07:01.2848648Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2848879Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2849228Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerNoODimShmoo_CUDA (0 ms) 2022-12-01T11:07:01.2849531Z [ RUN ] NVFuserTest.FusionReductionSchedulerDimShmoo_CUDA 2022-12-01T11:07:01.2849752Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2849942Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2850265Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerDimShmoo_CUDA (0 ms) 2022-12-01T11:07:01.2850487Z [ RUN ] NVFuserTest.FusionCacheBefore_CUDA 2022-12-01T11:07:01.2850707Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2850891Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2851153Z [ SKIPPED ] NVFuserTest.FusionCacheBefore_CUDA (0 ms) 2022-12-01T11:07:01.2851391Z [ RUN ] NVFuserTest.FusionCacheAfter_CUDA 2022-12-01T11:07:01.2851614Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2851799Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2852043Z [ SKIPPED ] NVFuserTest.FusionCacheAfter_CUDA (0 ms) 2022-12-01T11:07:01.2852282Z [ RUN ] NVFuserTest.FusionCacheFork_CUDA 2022-12-01T11:07:01.2852507Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2852693Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2852949Z [ SKIPPED ] NVFuserTest.FusionCacheFork_CUDA (0 ms) 2022-12-01T11:07:01.2853199Z [ RUN ] NVFuserTest.FusionCacheIndirect_CUDA 2022-12-01T11:07:01.2853420Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2853606Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2853860Z [ SKIPPED ] NVFuserTest.FusionCacheIndirect_CUDA (0 ms) 2022-12-01T11:07:01.2854103Z [ RUN ] NVFuserTest.FusionCacheBcast_CUDA 2022-12-01T11:07:01.2854322Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2854506Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2854766Z [ SKIPPED ] NVFuserTest.FusionCacheBcast_CUDA (0 ms) 2022-12-01T11:07:01.2855092Z [ RUN ] NVFuserTest.FusionCacheMultiConsumer_CUDA 2022-12-01T11:07:01.2855314Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2855501Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2855775Z [ SKIPPED ] NVFuserTest.FusionCacheMultiConsumer_CUDA (0 ms) 2022-12-01T11:07:01.2855993Z [ RUN ] NVFuserTest.FusionSmem_CUDA 2022-12-01T11:07:01.2856211Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2856395Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2856636Z [ SKIPPED ] NVFuserTest.FusionSmem_CUDA (0 ms) 2022-12-01T11:07:01.2856876Z [ RUN ] NVFuserTest.FusionSmemReduce_CUDA 2022-12-01T11:07:01.2857097Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2857264Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2857528Z [ SKIPPED ] NVFuserTest.FusionSmemReduce_CUDA (0 ms) 2022-12-01T11:07:01.2857777Z [ RUN ] NVFuserTest.FusionSmemBlockGemm_CUDA 2022-12-01T11:07:01.2858001Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2858186Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2858456Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemm_CUDA (0 ms) 2022-12-01T11:07:01.2858727Z [ RUN ] NVFuserTest.FusionSmemBlockGemmCache_CUDA 2022-12-01T11:07:01.2858946Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2859158Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2859463Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCache_CUDA (0 ms) 2022-12-01T11:07:01.2859783Z [ RUN ] NVFuserTest.FusionSmemDynamicPersistentSoftmax2D_CUDA 2022-12-01T11:07:01.2860005Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2860193Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2860542Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentSoftmax2D_CUDA (0 ms) 2022-12-01T11:07:01.2860829Z [ RUN ] NVFuserTest.FusionMagicSchedulerSoftmax_CUDA 2022-12-01T11:07:01.2861053Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2861219Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2861525Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerSoftmax_CUDA (0 ms) 2022-12-01T11:07:01.2861784Z [ RUN ] NVFuserTest.FusionTestMaskSoftmax_CUDA 2022-12-01T11:07:01.2862009Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2862192Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2862474Z [ SKIPPED ] NVFuserTest.FusionTestMaskSoftmax_CUDA (0 ms) 2022-12-01T11:07:01.2862797Z [ RUN ] NVFuserTest.FusionMagicSchedulerLayerNormBackward_CUDA 2022-12-01T11:07:01.2863002Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2863187Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2863537Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormBackward_CUDA (0 ms) 2022-12-01T11:07:01.2863853Z [ RUN ] NVFuserTest.FusionMagicSchedulerRMSNormBackward_CUDA 2022-12-01T11:07:01.2864072Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2864260Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2864606Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerRMSNormBackward_CUDA (0 ms) 2022-12-01T11:07:01.2864936Z [ RUN ] NVFuserTest.FusionMagicSchedulerLayerNormalization_CUDA 2022-12-01T11:07:01.2865138Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2865325Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2865737Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormalization_CUDA (0 ms) 2022-12-01T11:07:01.2866057Z [ RUN ] NVFuserTest.FusionMagicSchedulerRMSNormalization_CUDA 2022-12-01T11:07:01.2866279Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2866465Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2867956Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerRMSNormalization_CUDA (0 ms) 2022-12-01T11:07:01.2868286Z [ RUN ] NVFuserTest.FusionMagicSchedulerBatchNormalization_CUDA 2022-12-01T11:07:01.2868512Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2868679Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2869026Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerBatchNormalization_CUDA (0 ms) 2022-12-01T11:07:01.2869369Z [ RUN ] NVFuserTest.FusionMagicSchedulerInstanceNormalization_CUDA 2022-12-01T11:07:01.2869595Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2869780Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2870363Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerInstanceNormalization_CUDA (0 ms) 2022-12-01T11:07:01.2870764Z [ RUN ] NVFuserTest.FusionMagicSchedulerInstanceNormalizationBackward_CUDA 2022-12-01T11:07:01.2870990Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2871158Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2871685Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerInstanceNormalizationBackward_CUDA (0 ms) 2022-12-01T11:07:01.2872009Z [ RUN ] NVFuserTest.FusionPersistentSoftmaxLocalSmem_CUDA 2022-12-01T11:07:01.2872231Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2872414Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2872749Z [ SKIPPED ] NVFuserTest.FusionPersistentSoftmaxLocalSmem_CUDA (0 ms) 2022-12-01T11:07:01.2873048Z [ RUN ] NVFuserTest.FusionPersistentNormLocalShared_CUDA 2022-12-01T11:07:01.2873252Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2873442Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2873765Z [ SKIPPED ] NVFuserTest.FusionPersistentNormLocalShared_CUDA (0 ms) 2022-12-01T11:07:01.2874066Z [ RUN ] NVFuserTest.FusionSmemDynamicPersistentNorm_CUDA 2022-12-01T11:07:01.2874292Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2874482Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2874800Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentNorm_CUDA (0 ms) 2022-12-01T11:07:01.2875109Z [ RUN ] NVFuserTest.FusionSmemDynamicReductionSymbolic_CUDA 2022-12-01T11:07:01.2875315Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2875502Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2875834Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolic_CUDA (0 ms) 2022-12-01T11:07:01.2876158Z [ RUN ] NVFuserTest.FusionSmemDynamicReductionSymbolicArg_CUDA 2022-12-01T11:07:01.2876381Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2876564Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2876912Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolicArg_CUDA (0 ms) 2022-12-01T11:07:01.2877250Z [ RUN ] NVFuserTest.FusionSmemDynamicPwiseMulSymbolicArgWAR_CUDA 2022-12-01T11:07:01.2877451Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2877637Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2878071Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPwiseMulSymbolicArgWAR_CUDA (0 ms) 2022-12-01T11:07:01.2878349Z [ RUN ] NVFuserTest.FusionSmemDynamicTiledGemm_CUDA 2022-12-01T11:07:01.2878573Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2878759Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2879056Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicTiledGemm_CUDA (0 ms) 2022-12-01T11:07:01.2879326Z [ RUN ] NVFuserTest.FusionGlobalIntermediate_CUDA 2022-12-01T11:07:01.2879532Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2879723Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2880018Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediate_CUDA (0 ms) 2022-12-01T11:07:01.2880351Z [ RUN ] NVFuserTest.FusionGlobalIntermediateDefaultSchedule_CUDA 2022-12-01T11:07:01.2880574Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2880763Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2881114Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediateDefaultSchedule_CUDA (0 ms) 2022-12-01T11:07:01.2881355Z [ RUN ] NVFuserTest.FusionConstCheck_CUDA 2022-12-01T11:07:01.2881557Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2881742Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2882005Z [ SKIPPED ] NVFuserTest.FusionConstCheck_CUDA (0 ms) 2022-12-01T11:07:01.2882263Z [ RUN ] NVFuserTest.FusionUnrollWithAlloc_CUDA 2022-12-01T11:07:01.2882532Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2882725Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2883008Z [ SKIPPED ] NVFuserTest.FusionUnrollWithAlloc_CUDA (0 ms) 2022-12-01T11:07:01.2883225Z [ RUN ] NVFuserTest.FusionIsZeroInt_CUDA 2022-12-01T11:07:01.2883451Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2883639Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2883895Z [ SKIPPED ] NVFuserTest.FusionIsZeroInt_CUDA (0 ms) 2022-12-01T11:07:01.2884126Z [ RUN ] NVFuserTest.FusionIsOneInt_CUDA 2022-12-01T11:07:01.2884348Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2884534Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2884786Z [ SKIPPED ] NVFuserTest.FusionIsOneInt_CUDA (0 ms) 2022-12-01T11:07:01.2885090Z [ RUN ] NVFuserTest.FusionComputeAtNonterminatingOutput_CUDA 2022-12-01T11:07:01.2885313Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2885500Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2885840Z [ SKIPPED ] NVFuserTest.FusionComputeAtNonterminatingOutput_CUDA (0 ms) 2022-12-01T11:07:01.2886101Z [ RUN ] NVFuserTest.FusionTraversalOrder1_CUDA 2022-12-01T11:07:01.2886323Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2886507Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2886789Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder1_CUDA (0 ms) 2022-12-01T11:07:01.2887027Z [ RUN ] NVFuserTest.FusionTraversalOrder2_CUDA 2022-12-01T11:07:01.2887247Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2887432Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2887716Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder2_CUDA (0 ms) 2022-12-01T11:07:01.2887971Z [ RUN ] NVFuserTest.FusionTraversalOrder3_CUDA 2022-12-01T11:07:01.2888192Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2888447Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2888708Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder3_CUDA (0 ms) 2022-12-01T11:07:01.2888965Z [ RUN ] NVFuserTest.FusionTraversalOrder4_CUDA 2022-12-01T11:07:01.2889187Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2889369Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2889647Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder4_CUDA (0 ms) 2022-12-01T11:07:01.2889904Z [ RUN ] NVFuserTest.FusionTraversalOrder5_CUDA 2022-12-01T11:07:01.2890127Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2890312Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2890570Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder5_CUDA (0 ms) 2022-12-01T11:07:01.2890826Z [ RUN ] NVFuserTest.FusionTraversalOrder6_CUDA 2022-12-01T11:07:01.2891047Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2891237Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2891514Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder6_CUDA (0 ms) 2022-12-01T11:07:01.2891769Z [ RUN ] NVFuserTest.FusionTraversalOrder7_CUDA 2022-12-01T11:07:01.2891991Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2892174Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2892433Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder7_CUDA (0 ms) 2022-12-01T11:07:01.2892737Z [ RUN ] NVFuserTest.FusionThreadPredicate_CUDA 2022-12-01T11:07:01.2892967Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2893154Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2893432Z [ SKIPPED ] NVFuserTest.FusionThreadPredicate_CUDA (0 ms) 2022-12-01T11:07:01.2893667Z [ RUN ] NVFuserTest.FusionLSTMCell_CUDA 2022-12-01T11:07:01.2893887Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2894053Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2894305Z [ SKIPPED ] NVFuserTest.FusionLSTMCell_CUDA (0 ms) 2022-12-01T11:07:01.2894578Z [ RUN ] NVFuserTest.FusionComputeAtMultiBCast_CUDA 2022-12-01T11:07:01.2894799Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2894981Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2895280Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiBCast_CUDA (0 ms) 2022-12-01T11:07:01.2895530Z [ RUN ] NVFuserTest.FusionReductionHalf_CUDA 2022-12-01T11:07:01.2895749Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2895917Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2896186Z [ SKIPPED ] NVFuserTest.FusionReductionHalf_CUDA (0 ms) 2022-12-01T11:07:01.2896438Z [ RUN ] NVFuserTest.FusionReduceSingle_CUDA 2022-12-01T11:07:01.2896662Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2896849Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2897117Z [ SKIPPED ] NVFuserTest.FusionReduceSingle_CUDA (0 ms) 2022-12-01T11:07:01.2897408Z [ RUN ] NVFuserTest.FusionReduceImplicitBroadcast_CUDA 2022-12-01T11:07:01.2897610Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2897802Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2898117Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.2898416Z [ RUN ] NVFuserTest.FusionReduceImplicitBroadcast2_CUDA 2022-12-01T11:07:01.2898634Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2898874Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2899191Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast2_CUDA (0 ms) 2022-12-01T11:07:01.2899483Z [ RUN ] NVFuserTest.FusionReduceImplicitBroadcast3_CUDA 2022-12-01T11:07:01.2899683Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2899866Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2900176Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast3_CUDA (0 ms) 2022-12-01T11:07:01.2900438Z [ RUN ] NVFuserTest.FusionTrivialReduction_CUDA 2022-12-01T11:07:01.2900663Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2900847Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2901130Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction_CUDA (0 ms) 2022-12-01T11:07:01.2901397Z [ RUN ] NVFuserTest.FusionTrivialReduction2_CUDA 2022-12-01T11:07:01.2901601Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2901784Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2902074Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction2_CUDA (0 ms) 2022-12-01T11:07:01.2902340Z [ RUN ] NVFuserTest.FusionTrivialReduction3_CUDA 2022-12-01T11:07:01.2902563Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2902747Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2903034Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction3_CUDA (0 ms) 2022-12-01T11:07:01.2903380Z [ RUN ] NVFuserTest.FusionDetectTrivialReduction1_CUDA 2022-12-01T11:07:01.2903591Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2903778Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2904090Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction1_CUDA (0 ms) 2022-12-01T11:07:01.2904385Z [ RUN ] NVFuserTest.FusionDetectTrivialReduction2_CUDA 2022-12-01T11:07:01.2904608Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2904792Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2905104Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction2_CUDA (0 ms) 2022-12-01T11:07:01.2905342Z [ RUN ] NVFuserTest.FusionInputsIdLookup_CUDA 2022-12-01T11:07:01.2905563Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2905752Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2906032Z [ SKIPPED ] NVFuserTest.FusionInputsIdLookup_CUDA (0 ms) 2022-12-01T11:07:01.2906320Z [ RUN ] NVFuserTest.FusionGroupGuardSimpleTensor_CUDA 2022-12-01T11:07:01.2906540Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2906730Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2907039Z [ SKIPPED ] NVFuserTest.FusionGroupGuardSimpleTensor_CUDA (0 ms) 2022-12-01T11:07:01.2907322Z [ RUN ] NVFuserTest.FusionGroupGuardBroadcastTensor_CUDA 2022-12-01T11:07:01.2907540Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2907727Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2908048Z [ SKIPPED ] NVFuserTest.FusionGroupGuardBroadcastTensor_CUDA (0 ms) 2022-12-01T11:07:01.2908344Z [ RUN ] NVFuserTest.FusionGroupGuardPermutedTensor_CUDA 2022-12-01T11:07:01.2908569Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2908753Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2909071Z [ SKIPPED ] NVFuserTest.FusionGroupGuardPermutedTensor_CUDA (0 ms) 2022-12-01T11:07:01.2909340Z [ RUN ] NVFuserTest.FusionGroupGuardRelaxedCheck_CUDA 2022-12-01T11:07:01.2909613Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2909802Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2910109Z [ SKIPPED ] NVFuserTest.FusionGroupGuardRelaxedCheck_CUDA (0 ms) 2022-12-01T11:07:01.2910563Z [ RUN ] NVFuserTest.FusionDisjointSet_CUDA 2022-12-01T11:07:01.2910786Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2910970Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2911214Z [ SKIPPED ] NVFuserTest.FusionDisjointSet_CUDA (0 ms) 2022-12-01T11:07:01.2911505Z [ RUN ] NVFuserTest.FusionNonUniqueBroadcastSize_CUDA 2022-12-01T11:07:01.2911722Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2911906Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2912210Z [ SKIPPED ] NVFuserTest.FusionNonUniqueBroadcastSize_CUDA (0 ms) 2022-12-01T11:07:01.2912456Z [ RUN ] NVFuserTest.FusionBiasGeluFwd_CUDA 2022-12-01T11:07:01.2912672Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2912859Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2913101Z [ SKIPPED ] NVFuserTest.FusionBiasGeluFwd_CUDA (0 ms) 2022-12-01T11:07:01.2913340Z [ RUN ] NVFuserTest.FusionBiasGeluBwd_CUDA 2022-12-01T11:07:01.2913563Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2913748Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2914080Z [ SKIPPED ] NVFuserTest.FusionBiasGeluBwd_CUDA (0 ms) 2022-12-01T11:07:01.2914329Z [ RUN ] NVFuserTest.FusionIssue459_CUDA 2022-12-01T11:07:01.2914553Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2914742Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2914975Z [ SKIPPED ] NVFuserTest.FusionIssue459_CUDA (0 ms) 2022-12-01T11:07:01.2915243Z [ RUN ] NVFuserTest.FusionSmemIndexingSimple_CUDA 2022-12-01T11:07:01.2915462Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2915645Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2915937Z [ SKIPPED ] NVFuserTest.FusionSmemIndexingSimple_CUDA (0 ms) 2022-12-01T11:07:01.2916184Z [ RUN ] NVFuserTest.FusionSmemIndexing_CUDA 2022-12-01T11:07:01.2916405Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2916572Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2916841Z [ SKIPPED ] NVFuserTest.FusionSmemIndexing_CUDA (0 ms) 2022-12-01T11:07:01.2917117Z [ RUN ] NVFuserTest.FusionCacheBeforeReduction_CUDA 2022-12-01T11:07:01.2917333Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2917522Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2917821Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction_CUDA (0 ms) 2022-12-01T11:07:01.2918103Z [ RUN ] NVFuserTest.FusionCacheBeforeReduction2_CUDA 2022-12-01T11:07:01.2918326Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2918496Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2918801Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction2_CUDA (0 ms) 2022-12-01T11:07:01.2919068Z [ RUN ] NVFuserTest.FusionIssue367_CUDA 2022-12-01T11:07:01.2919294Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2919481Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2919733Z [ SKIPPED ] NVFuserTest.FusionIssue367_CUDA (0 ms) 2022-12-01T11:07:01.2919960Z [ RUN ] NVFuserTest.FusionIssue468_CUDA 2022-12-01T11:07:01.2920251Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2920419Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2920670Z [ SKIPPED ] NVFuserTest.FusionIssue468_CUDA (0 ms) 2022-12-01T11:07:01.2920898Z [ RUN ] NVFuserTest.FusionIssue363_CUDA 2022-12-01T11:07:01.2921113Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2921296Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2921543Z [ SKIPPED ] NVFuserTest.FusionIssue363_CUDA (0 ms) 2022-12-01T11:07:01.2921774Z [ RUN ] NVFuserTest.FusionIssue484_CUDA 2022-12-01T11:07:01.2921969Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2922153Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2922399Z [ SKIPPED ] NVFuserTest.FusionIssue484_CUDA (0 ms) 2022-12-01T11:07:01.2922633Z [ RUN ] NVFuserTest.FusionIssue329_CUDA 2022-12-01T11:07:01.2922846Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2923032Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2923276Z [ SKIPPED ] NVFuserTest.FusionIssue329_CUDA (0 ms) 2022-12-01T11:07:01.2923502Z [ RUN ] NVFuserTest.FusionIssue382_CUDA 2022-12-01T11:07:01.2923696Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2923879Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2924171Z [ SKIPPED ] NVFuserTest.FusionIssue382_CUDA (0 ms) 2022-12-01T11:07:01.2924408Z [ RUN ] NVFuserTest.FusionIssue507_CUDA 2022-12-01T11:07:01.2924620Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2924803Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2925051Z [ SKIPPED ] NVFuserTest.FusionIssue507_CUDA (0 ms) 2022-12-01T11:07:01.2925257Z [ RUN ] NVFuserTest.FusionIssue532_CUDA 2022-12-01T11:07:01.2925471Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2925654Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2925899Z [ SKIPPED ] NVFuserTest.FusionIssue532_CUDA (0 ms) 2022-12-01T11:07:01.2926150Z [ RUN ] NVFuserTest.FusionLoopUnswitch_CUDA 2022-12-01T11:07:01.2926369Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2926555Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2926827Z [ SKIPPED ] NVFuserTest.FusionLoopUnswitch_CUDA (0 ms) 2022-12-01T11:07:01.2927040Z [ RUN ] NVFuserTest.FusionIssue549_CUDA 2022-12-01T11:07:01.2927264Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2927452Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2927703Z [ SKIPPED ] NVFuserTest.FusionIssue549_CUDA (0 ms) 2022-12-01T11:07:01.2927968Z [ RUN ] NVFuserTest.FusionSimpleCompileRtc_CUDA 2022-12-01T11:07:01.2928186Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2928367Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2928652Z [ SKIPPED ] NVFuserTest.FusionSimpleCompileRtc_CUDA (0 ms) 2022-12-01T11:07:01.2928884Z [ RUN ] NVFuserTest.FusionSerialWelford_CUDA 2022-12-01T11:07:01.2929110Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2929294Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2929566Z [ SKIPPED ] NVFuserTest.FusionSerialWelford_CUDA (0 ms) 2022-12-01T11:07:01.2929813Z [ RUN ] NVFuserTest.FusionBlockWelford_CUDA 2022-12-01T11:07:01.2930035Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2930275Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2930525Z [ SKIPPED ] NVFuserTest.FusionBlockWelford_CUDA (0 ms) 2022-12-01T11:07:01.2930794Z [ RUN ] NVFuserTest.FusionBlockWelfordNoInit_CUDA 2022-12-01T11:07:01.2931017Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2931203Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2931496Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordNoInit_CUDA (0 ms) 2022-12-01T11:07:01.2931763Z [ RUN ] NVFuserTest.FusionGridWelfordNoInit_CUDA 2022-12-01T11:07:01.2931987Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2932173Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2932443Z [ SKIPPED ] NVFuserTest.FusionGridWelfordNoInit_CUDA (0 ms) 2022-12-01T11:07:01.2932679Z [ RUN ] NVFuserTest.FusionWelfordOp_CUDA 2022-12-01T11:07:01.2932906Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2933091Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2933347Z [ SKIPPED ] NVFuserTest.FusionWelfordOp_CUDA (0 ms) 2022-12-01T11:07:01.2933602Z [ RUN ] NVFuserTest.FusionBlockWelfordOp_CUDA 2022-12-01T11:07:01.2933825Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2934013Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2934270Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordOp_CUDA (0 ms) 2022-12-01T11:07:01.2934568Z [ RUN ] NVFuserTest.FusionGridWelfordOp_CUDA 2022-12-01T11:07:01.2934795Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2934983Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2935257Z [ SKIPPED ] NVFuserTest.FusionGridWelfordOp_CUDA (0 ms) 2022-12-01T11:07:01.2935525Z [ RUN ] NVFuserTest.FusionRfactorWelfordOp_CUDA 2022-12-01T11:07:01.2935746Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2935915Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2936200Z [ SKIPPED ] NVFuserTest.FusionRfactorWelfordOp_CUDA (0 ms) 2022-12-01T11:07:01.2936457Z [ RUN ] NVFuserTest.FusionWelfordSchedule_CUDA 2022-12-01T11:07:01.2936677Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2936863Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2937145Z [ SKIPPED ] NVFuserTest.FusionWelfordSchedule_CUDA (0 ms) 2022-12-01T11:07:01.2937393Z [ RUN ] NVFuserTest.FusionWelfordShmoo_CUDA 2022-12-01T11:07:01.2937614Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2937785Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2938052Z [ SKIPPED ] NVFuserTest.FusionWelfordShmoo_CUDA (0 ms) 2022-12-01T11:07:01.2938278Z [ RUN ] NVFuserTest.FusionVarMean_CUDA 2022-12-01T11:07:01.2938498Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2938682Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2938931Z [ SKIPPED ] NVFuserTest.FusionVarMean_CUDA (0 ms) 2022-12-01T11:07:01.2939211Z [ RUN ] NVFuserTest.FusionSimpleGemmTransposed_CUDA 2022-12-01T11:07:01.2939415Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2939608Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2939910Z [ SKIPPED ] NVFuserTest.FusionSimpleGemmTransposed_CUDA (0 ms) 2022-12-01T11:07:01.2940187Z [ RUN ] NVFuserTest.FusionSoftmax3DTransposed_CUDA 2022-12-01T11:07:01.2940408Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2940650Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2940947Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DTransposed_CUDA (0 ms) 2022-12-01T11:07:01.2941259Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed1_CUDA 2022-12-01T11:07:01.2941461Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2941645Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2941980Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed1_CUDA (0 ms) 2022-12-01T11:07:01.2942298Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed2_CUDA 2022-12-01T11:07:01.2942519Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2942702Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2943037Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed2_CUDA (0 ms) 2022-12-01T11:07:01.2943351Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed3_CUDA 2022-12-01T11:07:01.2943554Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2943741Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2944069Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed3_CUDA (0 ms) 2022-12-01T11:07:01.2944379Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed4_CUDA 2022-12-01T11:07:01.2944597Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2944782Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2945156Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed4_CUDA (0 ms) 2022-12-01T11:07:01.2945479Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed5_CUDA 2022-12-01T11:07:01.2945682Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2945872Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2946206Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed5_CUDA (0 ms) 2022-12-01T11:07:01.2946516Z [ RUN ] NVFuserTest.FusionAdvancedComputeAtTransposed6_CUDA 2022-12-01T11:07:01.2946736Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2946919Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2947248Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed6_CUDA (0 ms) 2022-12-01T11:07:01.2947537Z [ RUN ] NVFuserTest.FusionSegmentReducePointwise_CUDA 2022-12-01T11:07:01.2947739Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2947924Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2948230Z [ SKIPPED ] NVFuserTest.FusionSegmentReducePointwise_CUDA (0 ms) 2022-12-01T11:07:01.2948497Z [ RUN ] NVFuserTest.FusionMultipleVectorize_CUDA 2022-12-01T11:07:01.2948721Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2948903Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2949195Z [ SKIPPED ] NVFuserTest.FusionMultipleVectorize_CUDA (0 ms) 2022-12-01T11:07:01.2949435Z [ RUN ] NVFuserTest.FusionVectorizeSimple_CUDA 2022-12-01T11:07:01.2949656Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2949841Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2950303Z [ SKIPPED ] NVFuserTest.FusionVectorizeSimple_CUDA (0 ms) 2022-12-01T11:07:01.2950623Z [ RUN ] NVFuserTest.FusionSimpleVectorizeUnroll_CUDA 2022-12-01T11:07:01.2950848Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2951032Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2951333Z [ SKIPPED ] NVFuserTest.FusionSimpleVectorizeUnroll_CUDA (0 ms) 2022-12-01T11:07:01.2951675Z [ RUN ] NVFuserTest.FusionSegmentReduceSoftmax_CUDA 2022-12-01T11:07:01.2951896Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2952080Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2952380Z [ SKIPPED ] NVFuserTest.FusionSegmentReduceSoftmax_CUDA (0 ms) 2022-12-01T11:07:01.2952610Z [ RUN ] NVFuserTest.FusionSwizzle1_CUDA 2022-12-01T11:07:01.2952834Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2953023Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2953277Z [ SKIPPED ] NVFuserTest.FusionSwizzle1_CUDA (0 ms) 2022-12-01T11:07:01.2953491Z [ RUN ] NVFuserTest.FusionSwizzle2_CUDA 2022-12-01T11:07:01.2953709Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2953899Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2954149Z [ SKIPPED ] NVFuserTest.FusionSwizzle2_CUDA (0 ms) 2022-12-01T11:07:01.2954406Z [ RUN ] NVFuserTest.FusionGridPersistence_CUDA 2022-12-01T11:07:01.2954627Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2954811Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2955074Z [ SKIPPED ] NVFuserTest.FusionGridPersistence_CUDA (0 ms) 2022-12-01T11:07:01.2955341Z [ RUN ] NVFuserTest.FusionGridPersistence2_CUDA 2022-12-01T11:07:01.2955620Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2955818Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2956104Z [ SKIPPED ] NVFuserTest.FusionGridPersistence2_CUDA (0 ms) 2022-12-01T11:07:01.2956373Z [ RUN ] NVFuserTest.FusionWelfordPersistence_CUDA 2022-12-01T11:07:01.2956589Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2956776Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2957052Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence_CUDA (0 ms) 2022-12-01T11:07:01.2957324Z [ RUN ] NVFuserTest.FusionWelfordPersistence2_CUDA 2022-12-01T11:07:01.2957547Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2957731Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2958025Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence2_CUDA (0 ms) 2022-12-01T11:07:01.2958259Z [ RUN ] NVFuserTest.FusionIssue633_CUDA 2022-12-01T11:07:01.2958479Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2958664Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2958897Z [ SKIPPED ] NVFuserTest.FusionIssue633_CUDA (0 ms) 2022-12-01T11:07:01.2959195Z [ RUN ] NVFuserTest.FusionBroadcastAcrossComputeAt_CUDA 2022-12-01T11:07:01.2959418Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2959600Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2959918Z [ SKIPPED ] NVFuserTest.FusionBroadcastAcrossComputeAt_CUDA (0 ms) 2022-12-01T11:07:01.2960228Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwise_CUDA 2022-12-01T11:07:01.2960449Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2960616Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2960957Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwise_CUDA (0 ms) 2022-12-01T11:07:01.2961320Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeContig_CUDA 2022-12-01T11:07:01.2961540Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2961725Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2962168Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeContig_CUDA (0 ms) 2022-12-01T11:07:01.2962559Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicPass_CUDA 2022-12-01T11:07:01.2962778Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2962944Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2963369Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicPass_CUDA (0 ms) 2022-12-01T11:07:01.2963765Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicFail_CUDA 2022-12-01T11:07:01.2963988Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2964171Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2964587Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicFail_CUDA (0 ms) 2022-12-01T11:07:01.2964896Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedRFactor_CUDA 2022-12-01T11:07:01.2965117Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2965283Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2965609Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedRFactor_CUDA (0 ms) 2022-12-01T11:07:01.2965932Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedWrongDimFail_CUDA 2022-12-01T11:07:01.2966156Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2966341Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2966730Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedWrongDimFail_CUDA (0 ms) 2022-12-01T11:07:01.2967040Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedStride_CUDA 2022-12-01T11:07:01.2967265Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2967437Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2967756Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStride_CUDA (0 ms) 2022-12-01T11:07:01.2968072Z [ RUN ] NVFuserTest.FusionVectorizeMisalignedStrideFail_CUDA 2022-12-01T11:07:01.2968295Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2968484Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2968823Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStrideFail_CUDA (0 ms) 2022-12-01T11:07:01.2969078Z [ RUN ] NVFuserTest.FusionVectorization1_CUDA 2022-12-01T11:07:01.2969305Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2969473Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2969751Z [ SKIPPED ] NVFuserTest.FusionVectorization1_CUDA (0 ms) 2022-12-01T11:07:01.2970006Z [ RUN ] NVFuserTest.FusionVectorization2_CUDA 2022-12-01T11:07:01.2970233Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2970420Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2970694Z [ SKIPPED ] NVFuserTest.FusionVectorization2_CUDA (0 ms) 2022-12-01T11:07:01.2970947Z [ RUN ] NVFuserTest.FusionVectorization3_CUDA 2022-12-01T11:07:01.2971170Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2971338Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2971612Z [ SKIPPED ] NVFuserTest.FusionVectorization3_CUDA (0 ms) 2022-12-01T11:07:01.2971893Z [ RUN ] NVFuserTest.FusionVectorizationRFactor_CUDA 2022-12-01T11:07:01.2972120Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2972304Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2972603Z [ SKIPPED ] NVFuserTest.FusionVectorizationRFactor_CUDA (0 ms) 2022-12-01T11:07:01.2972911Z [ RUN ] NVFuserTest.FusionSizeOneLoop1_CUDA 2022-12-01T11:07:01.2973113Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2973298Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2973565Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop1_CUDA (0 ms) 2022-12-01T11:07:01.2973813Z [ RUN ] NVFuserTest.FusionSizeOneLoop2_CUDA 2022-12-01T11:07:01.2974036Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2974221Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2974492Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop2_CUDA (0 ms) 2022-12-01T11:07:01.2974774Z [ RUN ] NVFuserTest.FusionValidateParallelize1_CUDA 2022-12-01T11:07:01.2974975Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2975159Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2975465Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize1_CUDA (0 ms) 2022-12-01T11:07:01.2975744Z [ RUN ] NVFuserTest.FusionValidateParallelize2_CUDA 2022-12-01T11:07:01.2975963Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2976145Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2976444Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize2_CUDA (0 ms) 2022-12-01T11:07:01.2976721Z [ RUN ] NVFuserTest.FusionValidateParallelize3_CUDA 2022-12-01T11:07:01.2976978Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2977172Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2977470Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize3_CUDA (0 ms) 2022-12-01T11:07:01.2977745Z [ RUN ] NVFuserTest.FusionValidateParallelize4_CUDA 2022-12-01T11:07:01.2977963Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2978150Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2978449Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize4_CUDA (0 ms) 2022-12-01T11:07:01.2978706Z [ RUN ] NVFuserTest.FusionValidateParallelize5_CUDA 2022-12-01T11:07:01.2978927Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2979110Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2979408Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize5_CUDA (0 ms) 2022-12-01T11:07:01.2979687Z [ RUN ] NVFuserTest.FusionValidateParallelize6_CUDA 2022-12-01T11:07:01.2979908Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2980092Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2980387Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize6_CUDA (0 ms) 2022-12-01T11:07:01.2980613Z [ RUN ] NVFuserTest.FusionDAGMerging_CUDA 2022-12-01T11:07:01.2980833Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2981020Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2981283Z [ SKIPPED ] NVFuserTest.FusionDAGMerging_CUDA (0 ms) 2022-12-01T11:07:01.2981549Z [ RUN ] NVFuserTest.FusionDAGScalarMerging_CUDA 2022-12-01T11:07:01.2981771Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2981958Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2982245Z [ SKIPPED ] NVFuserTest.FusionDAGScalarMerging_CUDA (0 ms) 2022-12-01T11:07:01.2982519Z [ RUN ] NVFuserTest.FusionBlockReduceInSerialLoop_CUDA 2022-12-01T11:07:01.2982736Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2982921Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2983322Z [ SKIPPED ] NVFuserTest.FusionBlockReduceInSerialLoop_CUDA (0 ms) 2022-12-01T11:07:01.2983619Z [ RUN ] NVFuserTest.FusionBlockWelfordInSerialLoop_CUDA 2022-12-01T11:07:01.2983836Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2984019Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2984337Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordInSerialLoop_CUDA (0 ms) 2022-12-01T11:07:01.2984635Z [ RUN ] NVFuserTest.FusionIOTensorTrivialReductionRepro_CUDA 2022-12-01T11:07:01.2984860Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2985047Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2985388Z [ SKIPPED ] NVFuserTest.FusionIOTensorTrivialReductionRepro_CUDA (0 ms) 2022-12-01T11:07:01.2985661Z [ RUN ] NVFuserTest.FusionReductionPredicate_CUDA 2022-12-01T11:07:01.2985881Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2986068Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2986344Z [ SKIPPED ] NVFuserTest.FusionReductionPredicate_CUDA (0 ms) 2022-12-01T11:07:01.2986578Z [ RUN ] NVFuserTest.FusionIssue728_CUDA 2022-12-01T11:07:01.2986798Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2986984Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2987235Z [ SKIPPED ] NVFuserTest.FusionIssue728_CUDA (0 ms) 2022-12-01T11:07:01.2987463Z [ RUN ] NVFuserTest.FusionIssue757_CUDA 2022-12-01T11:07:01.2987730Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2987925Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2988158Z [ SKIPPED ] NVFuserTest.FusionIssue757_CUDA (0 ms) 2022-12-01T11:07:01.2988454Z [ RUN ] NVFuserTest.FusionPredicatedBlockBroadcast_CUDA 2022-12-01T11:07:01.2988680Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2988867Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2989184Z [ SKIPPED ] NVFuserTest.FusionPredicatedBlockBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.2989459Z [ RUN ] NVFuserTest.FusionSegmentVerticalMerge_CUDA 2022-12-01T11:07:01.2989677Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2989861Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2990343Z [ SKIPPED ] NVFuserTest.FusionSegmentVerticalMerge_CUDA (0 ms) 2022-12-01T11:07:01.2990655Z [ RUN ] NVFuserTest.FusionSegmentHorizontalMerge_CUDA 2022-12-01T11:07:01.2990884Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2991068Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2991380Z [ SKIPPED ] NVFuserTest.FusionSegmentHorizontalMerge_CUDA (0 ms) 2022-12-01T11:07:01.2991653Z [ RUN ] NVFuserTest.FusionSegmentMixReduction_CUDA 2022-12-01T11:07:01.2991869Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2992034Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2992330Z [ SKIPPED ] NVFuserTest.FusionSegmentMixReduction_CUDA (0 ms) 2022-12-01T11:07:01.2992549Z [ RUN ] NVFuserTest.FusionSBAR_CUDA 2022-12-01T11:07:01.2992773Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2992961Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2993201Z [ SKIPPED ] NVFuserTest.FusionSBAR_CUDA (0 ms) 2022-12-01T11:07:01.2993453Z [ RUN ] NVFuserTest.FusionSingleElement_CUDA 2022-12-01T11:07:01.2993671Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2993922Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2994193Z [ SKIPPED ] NVFuserTest.FusionSingleElement_CUDA (0 ms) 2022-12-01T11:07:01.2994452Z [ RUN ] NVFuserTest.FusionBNBackwardRepro_CUDA 2022-12-01T11:07:01.2994673Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2994855Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2995135Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro_CUDA (0 ms) 2022-12-01T11:07:01.2995397Z [ RUN ] NVFuserTest.FusionBNBackwardRepro2_CUDA 2022-12-01T11:07:01.2995622Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2995788Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2996069Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro2_CUDA (0 ms) 2022-12-01T11:07:01.2996299Z [ RUN ] NVFuserTest.FusionBNRepro_CUDA 2022-12-01T11:07:01.2996523Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2996710Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2996961Z [ SKIPPED ] NVFuserTest.FusionBNRepro_CUDA (0 ms) 2022-12-01T11:07:01.2997194Z [ RUN ] NVFuserTest.FusionBNRepro2_CUDA 2022-12-01T11:07:01.2997399Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2997587Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2997843Z [ SKIPPED ] NVFuserTest.FusionBNRepro2_CUDA (0 ms) 2022-12-01T11:07:01.2998107Z [ RUN ] NVFuserTest.FusionZeroSizeTensorPW_CUDA 2022-12-01T11:07:01.2998385Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2998583Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2998868Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorPW_CUDA (0 ms) 2022-12-01T11:07:01.2999155Z [ RUN ] NVFuserTest.FusionZeroSizeTensorReduction_CUDA 2022-12-01T11:07:01.2999364Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.2999550Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.2999863Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorReduction_CUDA (0 ms) 2022-12-01T11:07:01.3000170Z [ RUN ] NVFuserTest.FusionZeroSizeTensorNormalization_CUDA 2022-12-01T11:07:01.3000391Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3000575Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3000903Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorNormalization_CUDA (0 ms) 2022-12-01T11:07:01.3001161Z [ RUN ] NVFuserTest.FusionSegmentIoAlias_CUDA 2022-12-01T11:07:01.3001365Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3001551Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3001830Z [ SKIPPED ] NVFuserTest.FusionSegmentIoAlias_CUDA (0 ms) 2022-12-01T11:07:01.3002086Z [ RUN ] NVFuserTest.FusionWelford1Output_CUDA 2022-12-01T11:07:01.3002308Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3002493Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3002769Z [ SKIPPED ] NVFuserTest.FusionWelford1Output_CUDA (0 ms) 2022-12-01T11:07:01.3003016Z [ RUN ] NVFuserTest.FusionTranslate1Welford_CUDA 2022-12-01T11:07:01.3003238Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3003426Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3003715Z [ SKIPPED ] NVFuserTest.FusionTranslate1Welford_CUDA (0 ms) 2022-12-01T11:07:01.3003981Z [ RUN ] NVFuserTest.FusionTranslate2Welford_CUDA 2022-12-01T11:07:01.3004203Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3004444Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3004729Z [ SKIPPED ] NVFuserTest.FusionTranslate2Welford_CUDA (0 ms) 2022-12-01T11:07:01.3005009Z [ RUN ] NVFuserTest.FusionLargeWelfordNormalization_CUDA 2022-12-01T11:07:01.3005226Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3005412Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3005731Z [ SKIPPED ] NVFuserTest.FusionLargeWelfordNormalization_CUDA (0 ms) 2022-12-01T11:07:01.3006022Z [ RUN ] NVFuserTest.FusionWelfordOuterPersistence_CUDA 2022-12-01T11:07:01.3006242Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3006427Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3006743Z [ SKIPPED ] NVFuserTest.FusionWelfordOuterPersistence_CUDA (0 ms) 2022-12-01T11:07:01.3006980Z [ RUN ] NVFuserTest.FusionSegmentIslands_CUDA 2022-12-01T11:07:01.3007206Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3007392Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3007665Z [ SKIPPED ] NVFuserTest.FusionSegmentIslands_CUDA (0 ms) 2022-12-01T11:07:01.3007948Z [ RUN ] NVFuserTest.FusionBackOffInnerBroadcast_CUDA 2022-12-01T11:07:01.3008171Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3008356Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3008685Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.3008986Z [ RUN ] NVFuserTest.FusionBackOffInnerBroadcast2_CUDA 2022-12-01T11:07:01.3009206Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3009390Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3009703Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast2_CUDA (0 ms) 2022-12-01T11:07:01.3009990Z [ RUN ] NVFuserTest.FusionBackOffInnerBroadcast3_CUDA 2022-12-01T11:07:01.3010211Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3010395Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3010684Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast3_CUDA (0 ms) 2022-12-01T11:07:01.3010925Z [ RUN ] NVFuserTest.FusionSimpleWarp_CUDA 2022-12-01T11:07:01.3011142Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3011329Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3011591Z [ SKIPPED ] NVFuserTest.FusionSimpleWarp_CUDA (0 ms) 2022-12-01T11:07:01.3011843Z [ RUN ] NVFuserTest.FusionSimpleWarpPad_CUDA 2022-12-01T11:07:01.3012066Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3012254Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3012507Z [ SKIPPED ] NVFuserTest.FusionSimpleWarpPad_CUDA (0 ms) 2022-12-01T11:07:01.3012775Z [ RUN ] NVFuserTest.FusionWarpPadMergeSplit_CUDA 2022-12-01T11:07:01.3012996Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3013183Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3013472Z [ SKIPPED ] NVFuserTest.FusionWarpPadMergeSplit_CUDA (0 ms) 2022-12-01T11:07:01.3013745Z [ RUN ] NVFuserTest.FusionSerialWarpReduction_CUDA 2022-12-01T11:07:01.3013972Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3014139Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3014439Z [ SKIPPED ] NVFuserTest.FusionSerialWarpReduction_CUDA (0 ms) 2022-12-01T11:07:01.3014716Z [ RUN ] NVFuserTest.FusionTrivialWarpReduction_CUDA 2022-12-01T11:07:01.3014986Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3015175Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3015477Z [ SKIPPED ] NVFuserTest.FusionTrivialWarpReduction_CUDA (0 ms) 2022-12-01T11:07:01.3015749Z [ RUN ] NVFuserTest.FusionMultipleDimBinding_CUDA 2022-12-01T11:07:01.3015970Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3016135Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3016427Z [ SKIPPED ] NVFuserTest.FusionMultipleDimBinding_CUDA (0 ms) 2022-12-01T11:07:01.3016692Z [ RUN ] NVFuserTest.FusionPadNoWarpReduce_CUDA 2022-12-01T11:07:01.3016911Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3017095Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3017374Z [ SKIPPED ] NVFuserTest.FusionPadNoWarpReduce_CUDA (0 ms) 2022-12-01T11:07:01.3017657Z [ RUN ] NVFuserTest.FusionWarpMutipleThreadDim_CUDA 2022-12-01T11:07:01.3017879Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3018045Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3018345Z [ SKIPPED ] NVFuserTest.FusionWarpMutipleThreadDim_CUDA (0 ms) 2022-12-01T11:07:01.3018646Z [ RUN ] NVFuserTest.FusionWarpReduceUnrollOuterLoop_CUDA 2022-12-01T11:07:01.3018866Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3019086Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3019456Z [ SKIPPED ] NVFuserTest.FusionWarpReduceUnrollOuterLoop_CUDA (0 ms) 2022-12-01T11:07:01.3019747Z [ RUN ] NVFuserTest.FusionWarpReducePredication_CUDA 2022-12-01T11:07:01.3019968Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3020139Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3020442Z [ SKIPPED ] NVFuserTest.FusionWarpReducePredication_CUDA (0 ms) 2022-12-01T11:07:01.3020710Z [ RUN ] NVFuserTest.FusionSegfaultReduction_CUDA 2022-12-01T11:07:01.3020934Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3021118Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3021404Z [ SKIPPED ] NVFuserTest.FusionSegfaultReduction_CUDA (0 ms) 2022-12-01T11:07:01.3021683Z [ RUN ] NVFuserTest.FusionPredicateElimination1_CUDA 2022-12-01T11:07:01.3021887Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3022076Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3022378Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination1_CUDA (0 ms) 2022-12-01T11:07:01.3022662Z [ RUN ] NVFuserTest.FusionPredicateElimination2_CUDA 2022-12-01T11:07:01.3022889Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3023075Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3023379Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination2_CUDA (0 ms) 2022-12-01T11:07:01.3023660Z [ RUN ] NVFuserTest.FusionPredicateElimination3_CUDA 2022-12-01T11:07:01.3023861Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3024044Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3024345Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination3_CUDA (0 ms) 2022-12-01T11:07:01.3024631Z [ RUN ] NVFuserTest.FusionPredicateElimination4_CUDA 2022-12-01T11:07:01.3024857Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3025040Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3025344Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination4_CUDA (0 ms) 2022-12-01T11:07:01.3025679Z [ RUN ] NVFuserTest.FusionPredicateElimination5_CUDA 2022-12-01T11:07:01.3025887Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3026070Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3026374Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination5_CUDA (0 ms) 2022-12-01T11:07:01.3026658Z [ RUN ] NVFuserTest.FusionPredicateElimination6_CUDA 2022-12-01T11:07:01.3026885Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3027071Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3027377Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination6_CUDA (0 ms) 2022-12-01T11:07:01.3027642Z [ RUN ] NVFuserTest.FusionPredicateElimination7_CUDA 2022-12-01T11:07:01.3027866Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3028054Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3028356Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination7_CUDA (0 ms) 2022-12-01T11:07:01.3028618Z [ RUN ] NVFuserTest.FusionForceFp16Simple_CUDA 2022-12-01T11:07:01.3028839Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3029025Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3029307Z [ SKIPPED ] NVFuserTest.FusionForceFp16Simple_CUDA (0 ms) 2022-12-01T11:07:01.3029545Z [ RUN ] NVFuserTest.FusionForceBf16Simple_CUDA 2022-12-01T11:07:01.3029813Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3030009Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3030479Z [ SKIPPED ] NVFuserTest.FusionForceBf16Simple_CUDA (0 ms) 2022-12-01T11:07:01.3030769Z [ RUN ] NVFuserTest.FusionForceFp16NotAllCast_CUDA 2022-12-01T11:07:01.3030993Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3031181Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3031481Z [ SKIPPED ] NVFuserTest.FusionForceFp16NotAllCast_CUDA (0 ms) 2022-12-01T11:07:01.3031735Z [ RUN ] NVFuserTest.FusionForceBf16NotAllCast_CUDA 2022-12-01T11:07:01.3031957Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3032144Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3032440Z [ SKIPPED ] NVFuserTest.FusionForceBf16NotAllCast_CUDA (0 ms) 2022-12-01T11:07:01.3032764Z [ RUN ] NVFuserTest.FusionBufferReuseBroadCastMultiVisit_CUDA 2022-12-01T11:07:01.3032982Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3033168Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3033515Z [ SKIPPED ] NVFuserTest.FusionBufferReuseBroadCastMultiVisit_CUDA (0 ms) 2022-12-01T11:07:01.3033785Z [ RUN ] NVFuserTest.FusionBufferReuseStressTest_CUDA 2022-12-01T11:07:01.3034009Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3034196Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3034499Z [ SKIPPED ] NVFuserTest.FusionBufferReuseStressTest_CUDA (0 ms) 2022-12-01T11:07:01.3034788Z [ RUN ] NVFuserTest.FusionBufferReuseLargeBuffer_CUDA 2022-12-01T11:07:01.3035007Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3035196Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3035488Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLargeBuffer_CUDA (0 ms) 2022-12-01T11:07:01.3035761Z [ RUN ] NVFuserTest.FusionBufferReuseNo2hop_CUDA 2022-12-01T11:07:01.3035985Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3036255Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3036545Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNo2hop_CUDA (0 ms) 2022-12-01T11:07:01.3036846Z [ RUN ] NVFuserTest.FusionBufferReuseAllocationOrder_CUDA 2022-12-01T11:07:01.3037067Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3037253Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3037559Z [ SKIPPED ] NVFuserTest.FusionBufferReuseAllocationOrder_CUDA (0 ms) 2022-12-01T11:07:01.3037845Z [ RUN ] NVFuserTest.FusionBufferReuseLiveInterval_CUDA 2022-12-01T11:07:01.3038071Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3038255Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3038565Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLiveInterval_CUDA (0 ms) 2022-12-01T11:07:01.3038878Z [ RUN ] NVFuserTest.FusionBufferReuseNoAcrossBroadcast_CUDA 2022-12-01T11:07:01.3039104Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3039289Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3039606Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNoAcrossBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.3039840Z [ RUN ] NVFuserTest.FusionIssue970_CUDA 2022-12-01T11:07:01.3040065Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3040251Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3040504Z [ SKIPPED ] NVFuserTest.FusionIssue970_CUDA (0 ms) 2022-12-01T11:07:01.3040806Z [ RUN ] NVFuserTest.FusionIssue1016_CUDA 2022-12-01T11:07:01.3041036Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3041204Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3041465Z [ SKIPPED ] NVFuserTest.FusionIssue1016_CUDA (0 ms) 2022-12-01T11:07:01.3041703Z [ RUN ] NVFuserTest.FusionIssue1021_CUDA 2022-12-01T11:07:01.3041927Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3042114Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3042370Z [ SKIPPED ] NVFuserTest.FusionIssue1021_CUDA (0 ms) 2022-12-01T11:07:01.3042638Z [ RUN ] NVFuserTest.FusionNonUniqueThreadDim_CUDA 2022-12-01T11:07:01.3042857Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3043023Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3043319Z [ SKIPPED ] NVFuserTest.FusionNonUniqueThreadDim_CUDA (0 ms) 2022-12-01T11:07:01.3043605Z [ RUN ] NVFuserTest.FusionParallelDimensionMap1_CUDA 2022-12-01T11:07:01.3043825Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3044014Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3044318Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap1_CUDA (0 ms) 2022-12-01T11:07:01.3044601Z [ RUN ] NVFuserTest.FusionParallelDimensionMap2_CUDA 2022-12-01T11:07:01.3044824Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3044992Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3045297Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap2_CUDA (0 ms) 2022-12-01T11:07:01.3045583Z [ RUN ] NVFuserTest.FusionParallelDimensionMap3_CUDA 2022-12-01T11:07:01.3045808Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3045995Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3046298Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap3_CUDA (0 ms) 2022-12-01T11:07:01.3046582Z [ RUN ] NVFuserTest.FusionParallelDimensionMap4_CUDA 2022-12-01T11:07:01.3046862Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3047032Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3047337Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap4_CUDA (0 ms) 2022-12-01T11:07:01.3047621Z [ RUN ] NVFuserTest.FusionParallelDimensionMap5_CUDA 2022-12-01T11:07:01.3047843Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3048025Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3048328Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap5_CUDA (0 ms) 2022-12-01T11:07:01.3048681Z [ RUN ] NVFuserTest.FusionSegmenterCombineReductionsCycleRepro_CUDA 2022-12-01T11:07:01.3048885Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3049074Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3049443Z [ SKIPPED ] NVFuserTest.FusionSegmenterCombineReductionsCycleRepro_CUDA (0 ms) 2022-12-01T11:07:01.3049753Z [ RUN ] NVFuserTest.FusionSerialAndParallelIndexing_CUDA 2022-12-01T11:07:01.3049974Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3050158Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3050478Z [ SKIPPED ] NVFuserTest.FusionSerialAndParallelIndexing_CUDA (0 ms) 2022-12-01T11:07:01.3050747Z [ RUN ] NVFuserTest.FusionWARSyncAliasedSmem_CUDA 2022-12-01T11:07:01.3050950Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3051191Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3051495Z [ SKIPPED ] NVFuserTest.FusionWARSyncAliasedSmem_CUDA (0 ms) 2022-12-01T11:07:01.3051729Z [ RUN ] NVFuserTest.FusionIssue1099_CUDA 2022-12-01T11:07:01.3051953Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3052145Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3052400Z [ SKIPPED ] NVFuserTest.FusionIssue1099_CUDA (0 ms) 2022-12-01T11:07:01.3052666Z [ RUN ] NVFuserTest.FusionUnswitchPredicate_CUDA 2022-12-01T11:07:01.3052868Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3053055Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3053347Z [ SKIPPED ] NVFuserTest.FusionUnswitchPredicate_CUDA (0 ms) 2022-12-01T11:07:01.3053582Z [ RUN ] NVFuserTest.FusionIssue1189_CUDA 2022-12-01T11:07:01.3053806Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3053994Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3054250Z [ SKIPPED ] NVFuserTest.FusionIssue1189_CUDA (0 ms) 2022-12-01T11:07:01.3054461Z [ RUN ] NVFuserTest.FusionIssue1052_CUDA 2022-12-01T11:07:01.3054684Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3054873Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3055127Z [ SKIPPED ] NVFuserTest.FusionIssue1052_CUDA (0 ms) 2022-12-01T11:07:01.3055398Z [ RUN ] NVFuserTest.FusionPointwiseBroadcast_CUDA 2022-12-01T11:07:01.3055623Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3055806Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3056097Z [ SKIPPED ] NVFuserTest.FusionPointwiseBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.3056351Z [ RUN ] NVFuserTest.FusionPointwiseVectorize_CUDA 2022-12-01T11:07:01.3056571Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3056757Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3057050Z [ SKIPPED ] NVFuserTest.FusionPointwiseVectorize_CUDA (0 ms) 2022-12-01T11:07:01.3057363Z [ RUN ] NVFuserTest.FusionSmemAliasSerial_CUDA 2022-12-01T11:07:01.3057582Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3057767Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3058048Z [ SKIPPED ] NVFuserTest.FusionSmemAliasSerial_CUDA (0 ms) 2022-12-01T11:07:01.3058411Z [ RUN ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions_CUDA 2022-12-01T11:07:01.3058633Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3058818Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3059230Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions_CUDA (0 ms) 2022-12-01T11:07:01.3059604Z [ RUN ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions_CUDA 2022-12-01T11:07:01.3059825Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3060011Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3060407Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions_CUDA (0 ms) 2022-12-01T11:07:01.3060776Z [ RUN ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions2_CUDA 2022-12-01T11:07:01.3061001Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3061185Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3061595Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions2_CUDA (0 ms) 2022-12-01T11:07:01.3062015Z [ RUN ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions2_CUDA 2022-12-01T11:07:01.3062245Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3062433Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3062839Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions2_CUDA (0 ms) 2022-12-01T11:07:01.3063143Z [ RUN ] NVFuserTest.FusionPredicateParallelizedDomains_CUDA 2022-12-01T11:07:01.3063364Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3063550Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3063883Z [ SKIPPED ] NVFuserTest.FusionPredicateParallelizedDomains_CUDA (0 ms) 2022-12-01T11:07:01.3064166Z [ RUN ] NVFuserTest.FusionSmemPredicateUnswitch_CUDA 2022-12-01T11:07:01.3064384Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3064565Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3064871Z [ SKIPPED ] NVFuserTest.FusionSmemPredicateUnswitch_CUDA (0 ms) 2022-12-01T11:07:01.3065088Z [ RUN ] NVFuserTest.FusionFloatPow_CUDA 2022-12-01T11:07:01.3065302Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3065490Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3065741Z [ SKIPPED ] NVFuserTest.FusionFloatPow_CUDA (0 ms) 2022-12-01T11:07:01.3065976Z [ RUN ] NVFuserTest.FusionIssue1127_CUDA 2022-12-01T11:07:01.3066188Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3066368Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3066650Z [ SKIPPED ] NVFuserTest.FusionIssue1127_CUDA (0 ms) 2022-12-01T11:07:01.3066922Z [ RUN ] NVFuserTest.FusionChannelsLastParser_CUDA 2022-12-01T11:07:01.3067145Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3067328Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3067620Z [ SKIPPED ] NVFuserTest.FusionChannelsLastParser_CUDA (0 ms) 2022-12-01T11:07:01.3067910Z [ RUN ] NVFuserTest.FusionThreadPredicateUnswitch_CUDA 2022-12-01T11:07:01.3068125Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3068370Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3068666Z [ SKIPPED ] NVFuserTest.FusionThreadPredicateUnswitch_CUDA (0 ms) 2022-12-01T11:07:01.3068926Z [ RUN ] NVFuserTest.FusionNonContigOutputs_CUDA 2022-12-01T11:07:01.3069148Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3069331Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3069612Z [ SKIPPED ] NVFuserTest.FusionNonContigOutputs_CUDA (0 ms) 2022-12-01T11:07:01.3069873Z [ RUN ] NVFuserTest.FusionTestWarpSoftMax_CUDA 2022-12-01T11:07:01.3070090Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3070499Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3070768Z [ SKIPPED ] NVFuserTest.FusionTestWarpSoftMax_CUDA (0 ms) 2022-12-01T11:07:01.3071006Z [ RUN ] NVFuserTest.FusionIssue1133_CUDA 2022-12-01T11:07:01.3071225Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3071409Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3071663Z [ SKIPPED ] NVFuserTest.FusionIssue1133_CUDA (0 ms) 2022-12-01T11:07:01.3071917Z [ RUN ] NVFuserTest.FusionRfactorContigIDs_CUDA 2022-12-01T11:07:01.3072138Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3072304Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3072659Z [ SKIPPED ] NVFuserTest.FusionRfactorContigIDs_CUDA (0 ms) 2022-12-01T11:07:01.3072989Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation1_CUDA 2022-12-01T11:07:01.3073211Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3073394Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3073733Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation1_CUDA (0 ms) 2022-12-01T11:07:01.3074045Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation2_CUDA 2022-12-01T11:07:01.3074263Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3074431Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3074761Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation2_CUDA (0 ms) 2022-12-01T11:07:01.3075070Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation3_CUDA 2022-12-01T11:07:01.3075290Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3075473Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3075801Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation3_CUDA (0 ms) 2022-12-01T11:07:01.3076108Z [ RUN ] NVFuserTest.FusionPersistentBufferCalculation4_CUDA 2022-12-01T11:07:01.3076328Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3076501Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3076832Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation4_CUDA (0 ms) 2022-12-01T11:07:01.3077138Z [ RUN ] NVFuserTest.FusionPersistentBufferProjection_CUDA 2022-12-01T11:07:01.3077361Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3077544Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3077867Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferProjection_CUDA (0 ms) 2022-12-01T11:07:01.3078103Z [ RUN ] NVFuserTest.FusionIssue1223_CUDA 2022-12-01T11:07:01.3078323Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3078490Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3078741Z [ SKIPPED ] NVFuserTest.FusionIssue1223_CUDA (0 ms) 2022-12-01T11:07:01.3079103Z [ RUN ] NVFuserTest.FusionRfactorPredication1_CUDA 2022-12-01T11:07:01.3079323Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3079506Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3079800Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication1_CUDA (0 ms) 2022-12-01T11:07:01.3080071Z [ RUN ] NVFuserTest.FusionRfactorPredication2_CUDA 2022-12-01T11:07:01.3080271Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3080454Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3080751Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication2_CUDA (0 ms) 2022-12-01T11:07:01.3081019Z [ RUN ] NVFuserTest.FusionRfactorIndirectRoot_CUDA 2022-12-01T11:07:01.3081240Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3081424Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3081724Z [ SKIPPED ] NVFuserTest.FusionRfactorIndirectRoot_CUDA (0 ms) 2022-12-01T11:07:01.3081996Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit1_CUDA 2022-12-01T11:07:01.3082200Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3082385Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3082680Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit1_CUDA (0 ms) 2022-12-01T11:07:01.3082947Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit2_CUDA 2022-12-01T11:07:01.3083212Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3083406Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3083696Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit2_CUDA (0 ms) 2022-12-01T11:07:01.3083963Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit3_CUDA 2022-12-01T11:07:01.3084165Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3084353Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3084643Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit3_CUDA (0 ms) 2022-12-01T11:07:01.3084914Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit4_CUDA 2022-12-01T11:07:01.3085135Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3085319Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3085604Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit4_CUDA (0 ms) 2022-12-01T11:07:01.3085859Z [ RUN ] NVFuserTest.FusionNonDivisibleSplit5_CUDA 2022-12-01T11:07:01.3086080Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3086265Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3086548Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit5_CUDA (0 ms) 2022-12-01T11:07:01.3086858Z [ RUN ] NVFuserTest.FusionNonDivisibleSplitVectorize1_CUDA 2022-12-01T11:07:01.3087079Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3087260Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3087585Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize1_CUDA (0 ms) 2022-12-01T11:07:01.3087873Z [ RUN ] NVFuserTest.FusionNonDivisibleSplitVectorize2_CUDA 2022-12-01T11:07:01.3088091Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3088274Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3088604Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize2_CUDA (0 ms) 2022-12-01T11:07:01.3088859Z [ RUN ] NVFuserTest.FusionIssue1284Repro_CUDA 2022-12-01T11:07:01.3089079Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3089263Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3089594Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro_CUDA (0 ms) 2022-12-01T11:07:01.3089836Z [ RUN ] NVFuserTest.FusionIssue1284Repro2_CUDA 2022-12-01T11:07:01.3090055Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3090239Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3090516Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro2_CUDA (0 ms) 2022-12-01T11:07:01.3090768Z [ RUN ] NVFuserTest.FusionIssue1305Repro_CUDA 2022-12-01T11:07:01.3090989Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3091175Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3091431Z [ SKIPPED ] NVFuserTest.FusionIssue1305Repro_CUDA (0 ms) 2022-12-01T11:07:01.3091696Z [ RUN ] NVFuserTest.FusionDoubleBuffering1_CUDA 2022-12-01T11:07:01.3091913Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3092097Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3092379Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering1_CUDA (0 ms) 2022-12-01T11:07:01.3092637Z [ RUN ] NVFuserTest.FusionDoubleBuffering2_CUDA 2022-12-01T11:07:01.3092853Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3093035Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3093294Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering2_CUDA (0 ms) 2022-12-01T11:07:01.3093550Z [ RUN ] NVFuserTest.FusionDoubleBuffering3_CUDA 2022-12-01T11:07:01.3093810Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3094003Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3094284Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering3_CUDA (0 ms) 2022-12-01T11:07:01.3094548Z [ RUN ] NVFuserTest.FusionDoubleBuffering4_CUDA 2022-12-01T11:07:01.3094772Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3094956Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3095219Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering4_CUDA (0 ms) 2022-12-01T11:07:01.3095475Z [ RUN ] NVFuserTest.FusionDoubleBuffering5_CUDA 2022-12-01T11:07:01.3095695Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3095875Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3096150Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering5_CUDA (0 ms) 2022-12-01T11:07:01.3096409Z [ RUN ] NVFuserTest.FusionDoubleBuffering6_CUDA 2022-12-01T11:07:01.3096622Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3096789Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3097066Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering6_CUDA (0 ms) 2022-12-01T11:07:01.3097323Z [ RUN ] NVFuserTest.FusionDoubleBuffering7_CUDA 2022-12-01T11:07:01.3097538Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3097718Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3097995Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering7_CUDA (0 ms) 2022-12-01T11:07:01.3098249Z [ RUN ] NVFuserTest.FusionDoubleBuffering8_CUDA 2022-12-01T11:07:01.3098461Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3098626Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3098906Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering8_CUDA (0 ms) 2022-12-01T11:07:01.3099162Z [ RUN ] NVFuserTest.FusionDoubleBuffering9_CUDA 2022-12-01T11:07:01.3099376Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3099616Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3099891Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering9_CUDA (0 ms) 2022-12-01T11:07:01.3100211Z [ RUN ] NVFuserTest.FusionSmemBlockGemmCacheDoubleBuffer_CUDA 2022-12-01T11:07:01.3100433Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3100599Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3100938Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCacheDoubleBuffer_CUDA (0 ms) 2022-12-01T11:07:01.3101244Z [ RUN ] NVFuserTest.FusionIntermediateTensorVectorize_CUDA 2022-12-01T11:07:01.3101466Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3101648Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3101976Z [ SKIPPED ] NVFuserTest.FusionIntermediateTensorVectorize_CUDA (0 ms) 2022-12-01T11:07:01.3102268Z [ RUN ] NVFuserTest.FusionBroadcastConcretization1_CUDA 2022-12-01T11:07:01.3102492Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3102658Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3102973Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization1_CUDA (0 ms) 2022-12-01T11:07:01.3103264Z [ RUN ] NVFuserTest.FusionBroadcastConcretization2_CUDA 2022-12-01T11:07:01.3103481Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3103664Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3104016Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization2_CUDA (0 ms) 2022-12-01T11:07:01.3104316Z [ RUN ] NVFuserTest.FusionBroadcastConcretization3_CUDA 2022-12-01T11:07:01.3104530Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3104696Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3105006Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization3_CUDA (0 ms) 2022-12-01T11:07:01.3105292Z [ RUN ] NVFuserTest.FusionBroadcastConcretization5_CUDA 2022-12-01T11:07:01.3105505Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3105687Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3105993Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization5_CUDA (0 ms) 2022-12-01T11:07:01.3106226Z [ RUN ] NVFuserTest.FusionIssue1430_CUDA 2022-12-01T11:07:01.3106422Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3106608Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3106863Z [ SKIPPED ] NVFuserTest.FusionIssue1430_CUDA (0 ms) 2022-12-01T11:07:01.3107154Z [ RUN ] NVFuserTest.FusionCodegenAllocatedScalars_CUDA 2022-12-01T11:07:01.3107366Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3107554Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3107864Z [ SKIPPED ] NVFuserTest.FusionCodegenAllocatedScalars_CUDA (0 ms) 2022-12-01T11:07:01.3108106Z [ RUN ] NVFuserTest.FusionIndexHoist1_CUDA 2022-12-01T11:07:01.3108301Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3108485Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3108745Z [ SKIPPED ] NVFuserTest.FusionIndexHoist1_CUDA (0 ms) 2022-12-01T11:07:01.3108983Z [ RUN ] NVFuserTest.FusionIndexHoist2_CUDA 2022-12-01T11:07:01.3109206Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3109389Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3109648Z [ SKIPPED ] NVFuserTest.FusionIndexHoist2_CUDA (0 ms) 2022-12-01T11:07:01.3109876Z [ RUN ] NVFuserTest.FusionTestGridComm_CUDA 2022-12-01T11:07:01.3110350Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3110557Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3110825Z [ SKIPPED ] NVFuserTest.FusionTestGridComm_CUDA (0 ms) 2022-12-01T11:07:01.3111075Z [ RUN ] NVFuserTest.FusionTestGridComm2_CUDA 2022-12-01T11:07:01.3111295Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3111476Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3111746Z [ SKIPPED ] NVFuserTest.FusionTestGridComm2_CUDA (0 ms) 2022-12-01T11:07:01.3112003Z [ RUN ] NVFuserTest.FusionDoubleBufferVector_CUDA 2022-12-01T11:07:01.3112222Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3112405Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3112696Z [ SKIPPED ] NVFuserTest.FusionDoubleBufferVector_CUDA (0 ms) 2022-12-01T11:07:01.3112933Z [ RUN ] NVFuserTest.FusionLargeSmem_CUDA 2022-12-01T11:07:01.3113157Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3113339Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3113596Z [ SKIPPED ] NVFuserTest.FusionLargeSmem_CUDA (0 ms) 2022-12-01T11:07:01.3113825Z [ RUN ] NVFuserTest.FusionTooLargeSmem_CUDA 2022-12-01T11:07:01.3114045Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3114227Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3114568Z [ SKIPPED ] NVFuserTest.FusionTooLargeSmem_CUDA (0 ms) 2022-12-01T11:07:01.3114832Z [ RUN ] NVFuserTest.FusionSmemAlignment_CUDA 2022-12-01T11:07:01.3115052Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3115234Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3115492Z [ SKIPPED ] NVFuserTest.FusionSmemAlignment_CUDA (0 ms) 2022-12-01T11:07:01.3115776Z [ RUN ] NVFuserTest.FusionImmediateValueAsInput_CUDA 2022-12-01T11:07:01.3115995Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3116177Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3116480Z [ SKIPPED ] NVFuserTest.FusionImmediateValueAsInput_CUDA (0 ms) 2022-12-01T11:07:01.3116755Z [ RUN ] NVFuserTest.FusionVectorizeContigIndex_CUDA 2022-12-01T11:07:01.3116974Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3117159Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3117439Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndex_CUDA (0 ms) 2022-12-01T11:07:01.3117731Z [ RUN ] NVFuserTest.FusionVectorizeContigIndexFail_CUDA 2022-12-01T11:07:01.3117952Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3118138Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3118454Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexFail_CUDA (0 ms) 2022-12-01T11:07:01.3118745Z [ RUN ] NVFuserTest.FusionVectorizeInputToOutput_CUDA 2022-12-01T11:07:01.3118966Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3119188Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3119479Z [ SKIPPED ] NVFuserTest.FusionVectorizeInputToOutput_CUDA (0 ms) 2022-12-01T11:07:01.3119820Z [ RUN ] NVFuserTest.FusionVectorizeContigIndexValidationFail_CUDA 2022-12-01T11:07:01.3120040Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3120222Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3120582Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexValidationFail_CUDA (0 ms) 2022-12-01T11:07:01.3120962Z [ RUN ] NVFuserTest.FusionContigIndexingWithBroadcast_CUDA 2022-12-01T11:07:01.3121181Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3121366Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3121674Z [ SKIPPED ] NVFuserTest.FusionContigIndexingWithBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.3122013Z [ RUN ] NVFuserTest.FusionVectorizeContigIndexValidationFail2_CUDA 2022-12-01T11:07:01.3122234Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3122415Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3122783Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexValidationFail2_CUDA (0 ms) 2022-12-01T11:07:01.3123115Z [ RUN ] NVFuserTest.FusionVectorizeContigIndexWithBroadcast_CUDA 2022-12-01T11:07:01.3123333Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3123521Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3123861Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexWithBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.3124214Z [ RUN ] NVFuserTest.FusionVectorizeContigIndexPointwiseSchedule_CUDA 2022-12-01T11:07:01.3124434Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3124617Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3124990Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexPointwiseSchedule_CUDA (0 ms) 2022-12-01T11:07:01.3125353Z [ RUN ] NVFuserTest.FusionTrivialReductionForwarding1_CUDA 2022-12-01T11:07:01.3125584Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3125771Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3126084Z [ SKIPPED ] NVFuserTest.FusionTrivialReductionForwarding1_CUDA (0 ms) 2022-12-01T11:07:01.3126390Z [ RUN ] NVFuserTest.FusionTrivialReductionForwarding2_CUDA 2022-12-01T11:07:01.3126638Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3126977Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3127614Z [ SKIPPED ] NVFuserTest.FusionTrivialReductionForwarding2_CUDA (0 ms) 2022-12-01T11:07:01.3128178Z [ RUN ] NVFuserTest.FusionTrivialReductionForwarding3_CUDA 2022-12-01T11:07:01.3128588Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3128902Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3129361Z [ SKIPPED ] NVFuserTest.FusionTrivialReductionForwarding3_CUDA (0 ms) 2022-12-01T11:07:01.3129674Z [ RUN ] NVFuserTest.FusionTrivialReductionForwarding4_CUDA 2022-12-01T11:07:01.3129900Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3130088Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3130413Z [ SKIPPED ] NVFuserTest.FusionTrivialReductionForwarding4_CUDA (0 ms) 2022-12-01T11:07:01.3130863Z [ RUN ] NVFuserTest.FusionRAWSyncInsertionPlace1_CUDA 2022-12-01T11:07:01.3131269Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3131454Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3131764Z [ SKIPPED ] NVFuserTest.FusionRAWSyncInsertionPlace1_CUDA (0 ms) 2022-12-01T11:07:01.3132051Z [ RUN ] NVFuserTest.FusionRAWSyncInsertionPlace2_CUDA 2022-12-01T11:07:01.3132281Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3132466Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3132772Z [ SKIPPED ] NVFuserTest.FusionRAWSyncInsertionPlace2_CUDA (0 ms) 2022-12-01T11:07:01.3133056Z [ RUN ] NVFuserTest.FusionRAWSyncInsertionPlace3_CUDA 2022-12-01T11:07:01.3133395Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3133568Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3133872Z [ SKIPPED ] NVFuserTest.FusionRAWSyncInsertionPlace3_CUDA (0 ms) 2022-12-01T11:07:01.3134158Z [ RUN ] NVFuserTest.FusionRAWSyncInsertionPlace4_CUDA 2022-12-01T11:07:01.3134381Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3134563Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3134868Z [ SKIPPED ] NVFuserTest.FusionRAWSyncInsertionPlace4_CUDA (0 ms) 2022-12-01T11:07:01.3135186Z [ RUN ] NVFuserTest.FusionSerialSmemWriteParallelRead1_CUDA 2022-12-01T11:07:01.3135408Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3135578Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3135913Z [ SKIPPED ] NVFuserTest.FusionSerialSmemWriteParallelRead1_CUDA (0 ms) 2022-12-01T11:07:01.3136230Z [ RUN ] NVFuserTest.FusionSerialSmemWriteParallelRead2_CUDA 2022-12-01T11:07:01.3136452Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3136637Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3136968Z [ SKIPPED ] NVFuserTest.FusionSerialSmemWriteParallelRead2_CUDA (0 ms) 2022-12-01T11:07:01.3137221Z [ RUN ] NVFuserTest.FusionSimpleCpAsync_CUDA 2022-12-01T11:07:01.3137423Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3137659Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3137941Z [ SKIPPED ] NVFuserTest.FusionSimpleCpAsync_CUDA (0 ms) 2022-12-01T11:07:01.3138221Z [ RUN ] NVFuserTest.FusionDoubleBufferCpAsync1_CUDA 2022-12-01T11:07:01.3138448Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3138636Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3138933Z [ SKIPPED ] NVFuserTest.FusionDoubleBufferCpAsync1_CUDA (0 ms) 2022-12-01T11:07:01.3139205Z [ RUN ] NVFuserTest.FusionDoubleBufferCpAsync2_CUDA 2022-12-01T11:07:01.3139407Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3139590Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3139892Z [ SKIPPED ] NVFuserTest.FusionDoubleBufferCpAsync2_CUDA (0 ms) 2022-12-01T11:07:01.3140158Z [ RUN ] NVFuserTest.FusionDoubleBufferNoSync_CUDA 2022-12-01T11:07:01.3140383Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3140568Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3140858Z [ SKIPPED ] NVFuserTest.FusionDoubleBufferNoSync_CUDA (0 ms) 2022-12-01T11:07:01.3141121Z [ RUN ] NVFuserTest.FusionCpAsyncPredicate_CUDA 2022-12-01T11:07:01.3141329Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3141510Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3141796Z [ SKIPPED ] NVFuserTest.FusionCpAsyncPredicate_CUDA (0 ms) 2022-12-01T11:07:01.3142058Z [ RUN ] NVFuserTest.FusionPredRemovalCheck_CUDA 2022-12-01T11:07:01.3142275Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3142457Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3142737Z [ SKIPPED ] NVFuserTest.FusionPredRemovalCheck_CUDA (0 ms) 2022-12-01T11:07:01.3143073Z [ RUN ] NVFuserTest.FusionPropagateParallelTypesToSiblings_CUDA 2022-12-01T11:07:01.3143275Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3143456Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3143809Z [ SKIPPED ] NVFuserTest.FusionPropagateParallelTypesToSiblings_CUDA (0 ms) 2022-12-01T11:07:01.3144136Z [ RUN ] NVFuserTest.FusionExactRootDomainMap_CUDA 2022-12-01T11:07:01.3144352Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3144532Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3144821Z [ SKIPPED ] NVFuserTest.FusionExactRootDomainMap_CUDA (0 ms) 2022-12-01T11:07:01.3145082Z [ RUN ] NVFuserTest.FusionIncompleteConcreteID_CUDA 2022-12-01T11:07:01.3145302Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3145489Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3145789Z [ SKIPPED ] NVFuserTest.FusionIncompleteConcreteID_CUDA (0 ms) 2022-12-01T11:07:01.3146085Z [ RUN ] NVFuserTest.FusionTestReEntrantGridWelford_CUDA 2022-12-01T11:07:01.3146306Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3146492Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3146805Z [ SKIPPED ] NVFuserTest.FusionTestReEntrantGridWelford_CUDA (0 ms) 2022-12-01T11:07:01.3147055Z [ RUN ] NVFuserTest.FusionRedundantPredSync_CUDA 2022-12-01T11:07:01.3147277Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3147459Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3147750Z [ SKIPPED ] NVFuserTest.FusionRedundantPredSync_CUDA (0 ms) 2022-12-01T11:07:01.3148018Z [ RUN ] NVFuserTest.FusionRedundantPredSync2_CUDA 2022-12-01T11:07:01.3148306Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3148501Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3148797Z [ SKIPPED ] NVFuserTest.FusionRedundantPredSync2_CUDA (0 ms) 2022-12-01T11:07:01.3149048Z [ RUN ] NVFuserTest.FusionRedundantPredSync3_CUDA 2022-12-01T11:07:01.3149270Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3149454Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3149745Z [ SKIPPED ] NVFuserTest.FusionRedundantPredSync3_CUDA (0 ms) 2022-12-01T11:07:01.3150010Z [ RUN ] NVFuserTest.FusionRedundantUseCheck_CUDA 2022-12-01T11:07:01.3150636Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3150858Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3151134Z [ SKIPPED ] NVFuserTest.FusionRedundantUseCheck_CUDA (0 ms) 2022-12-01T11:07:01.3151395Z [ RUN ] NVFuserTest.FusionSimpleSwizzle0_CUDA 2022-12-01T11:07:01.3151613Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3151796Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3152070Z [ SKIPPED ] NVFuserTest.FusionSimpleSwizzle0_CUDA (0 ms) 2022-12-01T11:07:01.3152330Z [ RUN ] NVFuserTest.FusionSimpleSwizzle1_CUDA 2022-12-01T11:07:01.3152549Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3152731Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3152989Z [ SKIPPED ] NVFuserTest.FusionSimpleSwizzle1_CUDA (0 ms) 2022-12-01T11:07:01.3153242Z [ RUN ] NVFuserTest.FusionSimpleSwizzle2_CUDA 2022-12-01T11:07:01.3153462Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3153644Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3153922Z [ SKIPPED ] NVFuserTest.FusionSimpleSwizzle2_CUDA (0 ms) 2022-12-01T11:07:01.3154177Z [ RUN ] NVFuserTest.FusionSwizzleMapping_CUDA 2022-12-01T11:07:01.3154399Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3154581Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3154964Z [ SKIPPED ] NVFuserTest.FusionSwizzleMapping_CUDA (0 ms) 2022-12-01T11:07:01.3155212Z [ RUN ] NVFuserTest.FusionLoopSwizzle0_CUDA 2022-12-01T11:07:01.3155432Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3155615Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3155882Z [ SKIPPED ] NVFuserTest.FusionLoopSwizzle0_CUDA (0 ms) 2022-12-01T11:07:01.3156125Z [ RUN ] NVFuserTest.FusionLoopSwizzle1_CUDA 2022-12-01T11:07:01.3156347Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3156518Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3156786Z [ SKIPPED ] NVFuserTest.FusionLoopSwizzle1_CUDA (0 ms) 2022-12-01T11:07:01.3157051Z [ RUN ] NVFuserTest.FusionLoopSwizzleCheck0_CUDA 2022-12-01T11:07:01.3157273Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3157461Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3157751Z [ SKIPPED ] NVFuserTest.FusionLoopSwizzleCheck0_CUDA (0 ms) 2022-12-01T11:07:01.3158017Z [ RUN ] NVFuserTest.FusionLoopSwizzleCheck1_CUDA 2022-12-01T11:07:01.3158233Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3158399Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3158682Z [ SKIPPED ] NVFuserTest.FusionLoopSwizzleCheck1_CUDA (0 ms) 2022-12-01T11:07:01.3158919Z [ RUN ] NVFuserTest.FusionUnsqueeze1_CUDA 2022-12-01T11:07:01.3159201Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3159395Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3159654Z [ SKIPPED ] NVFuserTest.FusionUnsqueeze1_CUDA (0 ms) 2022-12-01T11:07:01.3159884Z [ RUN ] NVFuserTest.FusionSqueeze1_CUDA 2022-12-01T11:07:01.3160107Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3160274Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3160524Z [ SKIPPED ] NVFuserTest.FusionSqueeze1_CUDA (0 ms) 2022-12-01T11:07:01.3160782Z [ RUN ] NVFuserTest.FusionContigPredicate_CUDA 2022-12-01T11:07:01.3161001Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3161182Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3161461Z [ SKIPPED ] NVFuserTest.FusionContigPredicate_CUDA (0 ms) 2022-12-01T11:07:01.3161710Z [ RUN ] NVFuserTest.FusionDivScalarLhs_CUDA 2022-12-01T11:07:01.3161912Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3162096Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3162359Z [ SKIPPED ] NVFuserTest.FusionDivScalarLhs_CUDA (0 ms) 2022-12-01T11:07:01.3162600Z [ RUN ] NVFuserTest.FusionRepro1713_CUDA 2022-12-01T11:07:01.3162820Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3163004Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3163259Z [ SKIPPED ] NVFuserTest.FusionRepro1713_CUDA (0 ms) 2022-12-01T11:07:01.3163482Z [ RUN ] NVFuserTest.FusionExpand_CUDA 2022-12-01T11:07:01.3163682Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3163864Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3164115Z [ SKIPPED ] NVFuserTest.FusionExpand_CUDA (0 ms) 2022-12-01T11:07:01.3164375Z [ RUN ] NVFuserTest.FusionExpandIssue1751_CUDA 2022-12-01T11:07:01.3164595Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3164780Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3165118Z [ SKIPPED ] NVFuserTest.FusionExpandIssue1751_CUDA (0 ms) 2022-12-01T11:07:01.3165365Z [ RUN ] NVFuserTest.FusionExpandToConcrete_CUDA 2022-12-01T11:07:01.3165586Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3165769Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3166051Z [ SKIPPED ] NVFuserTest.FusionExpandToConcrete_CUDA (0 ms) 2022-12-01T11:07:01.3166346Z [ RUN ] NVFuserTest.FusionReproNoncontigBroadcast_CUDA 2022-12-01T11:07:01.3166564Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3166748Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3167058Z [ SKIPPED ] NVFuserTest.FusionReproNoncontigBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.3167340Z [ RUN ] NVFuserTest.FusionTransformPropagateSibling_CUDA 2022-12-01T11:07:01.3167559Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3167746Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3168065Z [ SKIPPED ] NVFuserTest.FusionTransformPropagateSibling_CUDA (0 ms) 2022-12-01T11:07:01.3168400Z [ RUN ] NVFuserTest.FusionTransformPropagateSelectorSibling_CUDA 2022-12-01T11:07:01.3168618Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3168800Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3169157Z [ SKIPPED ] NVFuserTest.FusionTransformPropagateSelectorSibling_CUDA (0 ms) 2022-12-01T11:07:01.3169494Z [ RUN ] NVFuserTest.FusionTransformPropagatePosition_CUDA 2022-12-01T11:07:01.3169723Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3169912Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3170235Z [ SKIPPED ] NVFuserTest.FusionTransformPropagatePosition_CUDA (0 ms) 2022-12-01T11:07:01.3170523Z [ RUN ] NVFuserTest.FusionIgnoreZeroDimReduction_CUDA 2022-12-01T11:07:01.3170742Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3170923Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3171229Z [ SKIPPED ] NVFuserTest.FusionIgnoreZeroDimReduction_CUDA (0 ms) 2022-12-01T11:07:01.3171467Z [ RUN ] NVFuserTest.FusionIssue1770Repro_CUDA 2022-12-01T11:07:01.3171685Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3171868Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3172144Z [ SKIPPED ] NVFuserTest.FusionIssue1770Repro_CUDA (0 ms) 2022-12-01T11:07:01.3172452Z [ RUN ] NVFuserTest.FusionTransformPropagatorSelector_CUDA 2022-12-01T11:07:01.3172669Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3172852Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3173169Z [ SKIPPED ] NVFuserTest.FusionTransformPropagatorSelector_CUDA (0 ms) 2022-12-01T11:07:01.3173460Z [ RUN ] NVFuserTest.FusionTransformPropagatorPos_CUDA 2022-12-01T11:07:01.3173677Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3173858Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3174170Z [ SKIPPED ] NVFuserTest.FusionTransformPropagatorPos_CUDA (0 ms) 2022-12-01T11:07:01.3174536Z [ RUN ] NVFuserTest.FusionMaxRootDomainInfoSpanningTreePrintTwice_CUDA 2022-12-01T11:07:01.3174758Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3174940Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3175307Z [ SKIPPED ] NVFuserTest.FusionMaxRootDomainInfoSpanningTreePrintTwice_CUDA (0 ms) 2022-12-01T11:07:01.3175631Z [ RUN ] NVFuserTest.FusionTransformPropagatorNoOverwrite_CUDA 2022-12-01T11:07:01.3175909Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3176096Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3176438Z [ SKIPPED ] NVFuserTest.FusionTransformPropagatorNoOverwrite_CUDA (0 ms) 2022-12-01T11:07:01.3176692Z [ RUN ] NVFuserTest.FusionIssue1785Repro_CUDA 2022-12-01T11:07:01.3176911Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3177093Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3177348Z [ SKIPPED ] NVFuserTest.FusionIssue1785Repro_CUDA (0 ms) 2022-12-01T11:07:01.3177592Z [ RUN ] NVFuserTest.FusionSkipReplay_CUDA 2022-12-01T11:07:01.3177811Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3177992Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3178257Z [ SKIPPED ] NVFuserTest.FusionSkipReplay_CUDA (0 ms) 2022-12-01T11:07:01.3178518Z [ RUN ] NVFuserTest.FusionInlineRepro1803_CUDA 2022-12-01T11:07:01.3178737Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3178919Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3179182Z [ SKIPPED ] NVFuserTest.FusionInlineRepro1803_CUDA (0 ms) 2022-12-01T11:07:01.3179483Z [ RUN ] NVFuserTest.FusionBoundedDirectionSelection1_CUDA 2022-12-01T11:07:01.3179705Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3179886Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3180254Z [ SKIPPED ] NVFuserTest.FusionBoundedDirectionSelection1_CUDA (0 ms) 2022-12-01T11:07:01.3180519Z [ RUN ] NVFuserTest.FusionIssueRepro1844_CUDA 2022-12-01T11:07:01.3180735Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3180904Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3181179Z [ SKIPPED ] NVFuserTest.FusionIssueRepro1844_CUDA (0 ms) 2022-12-01T11:07:01.3181442Z [ RUN ] NVFuserTest.FusionInsertMagicZero1_CUDA 2022-12-01T11:07:01.3181661Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3181843Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3182124Z [ SKIPPED ] NVFuserTest.FusionInsertMagicZero1_CUDA (0 ms) 2022-12-01T11:07:01.3182356Z [ RUN ] NVFuserTest.FusionRepro1860_CUDA 2022-12-01T11:07:01.3182576Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3182742Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3183000Z [ SKIPPED ] NVFuserTest.FusionRepro1860_CUDA (0 ms) 2022-12-01T11:07:01.3183254Z [ RUN ] NVFuserTest.FusionExpandReduce_CUDA 2022-12-01T11:07:01.3183470Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3183658Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3183925Z [ SKIPPED ] NVFuserTest.FusionExpandReduce_CUDA (0 ms) 2022-12-01T11:07:01.3184177Z [ RUN ] NVFuserTest.FusionExpandReduce2_CUDA 2022-12-01T11:07:01.3184395Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3184563Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3184835Z [ SKIPPED ] NVFuserTest.FusionExpandReduce2_CUDA (0 ms) 2022-12-01T11:07:01.3185105Z [ RUN ] NVFuserTest.FusionExpandBadShapeTest_CUDA 2022-12-01T11:07:01.3185325Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3185508Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3185801Z [ SKIPPED ] NVFuserTest.FusionExpandBadShapeTest_CUDA (0 ms) 2022-12-01T11:07:01.3186216Z [ RUN ] NVFuserTest.FusionPointwiseScheduleWithBroadcastAndTrivialReduction_CUDA 2022-12-01T11:07:01.3186476Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3186664Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3187103Z [ SKIPPED ] NVFuserTest.FusionPointwiseScheduleWithBroadcastAndTrivialReduction_CUDA (0 ms) 2022-12-01T11:07:01.3187433Z [ RUN ] NVFuserTest.FusionInlinePropagatorMismatchedDims1_CUDA 2022-12-01T11:07:01.3187657Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3187840Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3188193Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorMismatchedDims1_CUDA (0 ms) 2022-12-01T11:07:01.3188519Z [ RUN ] NVFuserTest.FusionInlinePropagatorMismatchedDims2_CUDA 2022-12-01T11:07:01.3188720Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3188910Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3189257Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorMismatchedDims2_CUDA (0 ms) 2022-12-01T11:07:01.3189581Z [ RUN ] NVFuserTest.FusionInlinePropagatorMismatchedDims3_CUDA 2022-12-01T11:07:01.3189801Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3189984Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3190712Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorMismatchedDims3_CUDA (0 ms) 2022-12-01T11:07:01.3191066Z [ RUN ] NVFuserTest.FusionInlinePropagatorMismatchedDims4_CUDA 2022-12-01T11:07:01.3191351Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3191551Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3191900Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorMismatchedDims4_CUDA (0 ms) 2022-12-01T11:07:01.3192207Z [ RUN ] NVFuserTest.FusionInlinePropagatorBroadcast_CUDA 2022-12-01T11:07:01.3192427Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3192610Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3192930Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.3193304Z [ RUN ] NVFuserTest.FusionInlinePropagatorBroadcastTrivialReduction_CUDA 2022-12-01T11:07:01.3193510Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3193694Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3194090Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorBroadcastTrivialReduction_CUDA (0 ms) 2022-12-01T11:07:01.3194471Z [ RUN ] NVFuserTest.FusionMatchedLeafPosWithoutReplayTrivialReduction_CUDA 2022-12-01T11:07:01.3194691Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3194880Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3195286Z [ SKIPPED ] NVFuserTest.FusionMatchedLeafPosWithoutReplayTrivialReduction_CUDA (0 ms) 2022-12-01T11:07:01.3195635Z [ RUN ] NVFuserTest.FusionMatchedLeafPosWithoutReplayBroadcast_CUDA 2022-12-01T11:07:01.3195837Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3196021Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3196390Z [ SKIPPED ] NVFuserTest.FusionMatchedLeafPosWithoutReplayBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.3196687Z [ RUN ] NVFuserTest.FusionIdGraphTrivialReduction_CUDA 2022-12-01T11:07:01.3196907Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3197092Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3197404Z [ SKIPPED ] NVFuserTest.FusionIdGraphTrivialReduction_CUDA (0 ms) 2022-12-01T11:07:01.3197705Z [ RUN ] NVFuserTest.FusionPrint_CUDA 2022-12-01T11:07:01.3197912Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3198096Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3198339Z [ SKIPPED ] NVFuserTest.FusionPrint_CUDA (0 ms) 2022-12-01T11:07:01.3198615Z [ RUN ] NVFuserTest.FusionCheckedSymbolicShape_CUDA 2022-12-01T11:07:01.3198833Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3199015Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3199315Z [ SKIPPED ] NVFuserTest.FusionCheckedSymbolicShape_CUDA (0 ms) 2022-12-01T11:07:01.3199583Z [ RUN ] NVFuserTest.FusionSizeDependentData_CUDA 2022-12-01T11:07:01.3199788Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3199973Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3200264Z [ SKIPPED ] NVFuserTest.FusionSizeDependentData_CUDA (0 ms) 2022-12-01T11:07:01.3200554Z [ RUN ] NVFuserTest.FusionScheduleTransposeRepro1_CUDA 2022-12-01T11:07:01.3200778Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3200962Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3201275Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeRepro1_CUDA (0 ms) 2022-12-01T11:07:01.3201551Z [ RUN ] NVFuserTest.FusionInlineBroadcastIndexing0_CUDA 2022-12-01T11:07:01.3201772Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3202017Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3202344Z [ SKIPPED ] NVFuserTest.FusionInlineBroadcastIndexing0_CUDA (0 ms) 2022-12-01T11:07:01.3202604Z [ RUN ] NVFuserTest.FusionPredicateUnshare_CUDA 2022-12-01T11:07:01.3202826Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3203015Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3203298Z [ SKIPPED ] NVFuserTest.FusionPredicateUnshare_CUDA (0 ms) 2022-12-01T11:07:01.3203520Z [ RUN ] NVFuserTest.AsyncCompilation_CUDA 2022-12-01T11:07:01.3203738Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3203922Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3204180Z [ SKIPPED ] NVFuserTest.AsyncCompilation_CUDA (0 ms) 2022-12-01T11:07:01.3204518Z [ RUN ] NVFuserTest.FusionMergeBroadcastingTrivialReduction1_CUDA 2022-12-01T11:07:01.3204741Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3204922Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3205284Z [ SKIPPED ] NVFuserTest.FusionMergeBroadcastingTrivialReduction1_CUDA (0 ms) 2022-12-01T11:07:01.3205604Z [ RUN ] NVFuserTest.FusionMergeBroadcastingTrivialReduction2_CUDA 2022-12-01T11:07:01.3205826Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3206010Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3206366Z [ SKIPPED ] NVFuserTest.FusionMergeBroadcastingTrivialReduction2_CUDA (0 ms) 2022-12-01T11:07:01.3206629Z [ RUN ] NVFuserTest.FusionStandaloneARange_CUDA 2022-12-01T11:07:01.3206850Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3207032Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3207300Z [ SKIPPED ] NVFuserTest.FusionStandaloneARange_CUDA (0 ms) 2022-12-01T11:07:01.3207557Z [ RUN ] NVFuserTest.FusionGridAllreduce1_CUDA 2022-12-01T11:07:01.3207777Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3207960Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3208294Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce1_CUDA (0 ms) 2022-12-01T11:07:01.3208547Z [ RUN ] NVFuserTest.FusionGridAllreduce2_CUDA 2022-12-01T11:07:01.3208773Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3208958Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3209215Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce2_CUDA (0 ms) 2022-12-01T11:07:01.3209468Z [ RUN ] NVFuserTest.FusionGridAllreduce3_CUDA 2022-12-01T11:07:01.3209688Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3209879Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3210151Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce3_CUDA (0 ms) 2022-12-01T11:07:01.3210403Z [ RUN ] NVFuserTest.FusionGridAllreduce4_CUDA 2022-12-01T11:07:01.3210618Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3210805Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3211062Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce4_CUDA (0 ms) 2022-12-01T11:07:01.3211314Z [ RUN ] NVFuserTest.FusionGridAllreduce5_CUDA 2022-12-01T11:07:01.3211534Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3211717Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3211991Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce5_CUDA (0 ms) 2022-12-01T11:07:01.3212242Z [ RUN ] NVFuserTest.FusionGridAllreduce6_CUDA 2022-12-01T11:07:01.3212512Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3212688Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3212964Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce6_CUDA (0 ms) 2022-12-01T11:07:01.3213242Z [ RUN ] NVFuserTest.FusionGridAllreduceWelford1_CUDA 2022-12-01T11:07:01.3213471Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3213654Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3213956Z [ SKIPPED ] NVFuserTest.FusionGridAllreduceWelford1_CUDA (0 ms) 2022-12-01T11:07:01.3214235Z [ RUN ] NVFuserTest.FusionGridAllreduceWelford2_CUDA 2022-12-01T11:07:01.3214455Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3214622Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3214922Z [ SKIPPED ] NVFuserTest.FusionGridAllreduceWelford2_CUDA (0 ms) 2022-12-01T11:07:01.3215220Z [ RUN ] NVFuserTest.FusionFusedReductionBatchnorm_CUDA 2022-12-01T11:07:01.3215439Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3215623Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3215935Z [ SKIPPED ] NVFuserTest.FusionFusedReductionBatchnorm_CUDA (0 ms) 2022-12-01T11:07:01.3216206Z [ RUN ] NVFuserTest.FusionGroupedReduction1_CUDA 2022-12-01T11:07:01.3216426Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3216594Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3216879Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction1_CUDA (0 ms) 2022-12-01T11:07:01.3217143Z [ RUN ] NVFuserTest.FusionGroupedReduction2_CUDA 2022-12-01T11:07:01.3217362Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3217544Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3217836Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction2_CUDA (0 ms) 2022-12-01T11:07:01.3218102Z [ RUN ] NVFuserTest.FusionGroupedReduction3_CUDA 2022-12-01T11:07:01.3218322Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3218547Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3218833Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction3_CUDA (0 ms) 2022-12-01T11:07:01.3219142Z [ RUN ] NVFuserTest.FusionGroupedReduction4_CUDA 2022-12-01T11:07:01.3219363Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3219551Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3219836Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction4_CUDA (0 ms) 2022-12-01T11:07:01.3220100Z [ RUN ] NVFuserTest.FusionGroupedReduction5_CUDA 2022-12-01T11:07:01.3220309Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3220494Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3220779Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction5_CUDA (0 ms) 2022-12-01T11:07:01.3221043Z [ RUN ] NVFuserTest.FusionGroupedReduction6_CUDA 2022-12-01T11:07:01.3221266Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3221448Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3221734Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction6_CUDA (0 ms) 2022-12-01T11:07:01.3221997Z [ RUN ] NVFuserTest.FusionGroupedReduction7_CUDA 2022-12-01T11:07:01.3222198Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3222379Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3222661Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction7_CUDA (0 ms) 2022-12-01T11:07:01.3222999Z [ RUN ] NVFuserTest.FusionGroupedReductionRfactor1_CUDA 2022-12-01T11:07:01.3223225Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3223412Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3223726Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionRfactor1_CUDA (0 ms) 2022-12-01T11:07:01.3224021Z [ RUN ] NVFuserTest.FusionGroupedReductionRfactor2_CUDA 2022-12-01T11:07:01.3224220Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3224403Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3224714Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionRfactor2_CUDA (0 ms) 2022-12-01T11:07:01.3225036Z [ RUN ] NVFuserTest.FusionGroupedReductionAfterComputeAt_CUDA 2022-12-01T11:07:01.3225255Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3225440Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3225786Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionAfterComputeAt_CUDA (0 ms) 2022-12-01T11:07:01.3226027Z [ RUN ] NVFuserTest.FusionGroupAllreduce1_CUDA 2022-12-01T11:07:01.3226245Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3226433Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3226713Z [ SKIPPED ] NVFuserTest.FusionGroupAllreduce1_CUDA (0 ms) 2022-12-01T11:07:01.3226972Z [ RUN ] NVFuserTest.FusionGroupAllreduce2_CUDA 2022-12-01T11:07:01.3227193Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3227378Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3227657Z [ SKIPPED ] NVFuserTest.FusionGroupAllreduce2_CUDA (0 ms) 2022-12-01T11:07:01.3227896Z [ RUN ] NVFuserTest.FusionGroupAllreduce3_CUDA 2022-12-01T11:07:01.3228120Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3228304Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3228581Z [ SKIPPED ] NVFuserTest.FusionGroupAllreduce3_CUDA (0 ms) 2022-12-01T11:07:01.3228840Z [ RUN ] NVFuserTest.FusionGroupAllreduce4_CUDA 2022-12-01T11:07:01.3229110Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3229294Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3229574Z [ SKIPPED ] NVFuserTest.FusionGroupAllreduce4_CUDA (0 ms) 2022-12-01T11:07:01.3229816Z [ RUN ] NVFuserTest.FusionGroupAllreduce5_CUDA 2022-12-01T11:07:01.3230035Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3230569Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3230878Z [ SKIPPED ] NVFuserTest.FusionGroupAllreduce5_CUDA (0 ms) 2022-12-01T11:07:01.3231200Z [ RUN ] NVFuserTest.FusionPersistentBNBackwardAllreduce_CUDA 2022-12-01T11:07:01.3231422Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3231606Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3231928Z [ SKIPPED ] NVFuserTest.FusionPersistentBNBackwardAllreduce_CUDA (0 ms) 2022-12-01T11:07:01.3232238Z [ RUN ] NVFuserTest.FusionGroupedReductionReEntrant1_CUDA 2022-12-01T11:07:01.3232458Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3232642Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3232968Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionReEntrant1_CUDA (0 ms) 2022-12-01T11:07:01.3233341Z [ RUN ] NVFuserTest.FusionGroupedReductionChannelsLastBatchNormLike_CUDA 2022-12-01T11:07:01.3233562Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3233826Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3234218Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionChannelsLastBatchNormLike_CUDA (0 ms) 2022-12-01T11:07:01.3234643Z [ RUN ] NVFuserTest.FusionGroupedReductionPersistentChannelsLastBatchNormLike_CUDA 2022-12-01T11:07:01.3234860Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3235054Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3235500Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionPersistentChannelsLastBatchNormLike_CUDA (0 ms) 2022-12-01T11:07:01.3235843Z [ RUN ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce1_CUDA 2022-12-01T11:07:01.3236062Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3236245Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3236592Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce1_CUDA (0 ms) 2022-12-01T11:07:01.3236941Z [ RUN ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce2_CUDA 2022-12-01T11:07:01.3237159Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3237343Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3237706Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce2_CUDA (0 ms) 2022-12-01T11:07:01.3238052Z [ RUN ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce3_CUDA 2022-12-01T11:07:01.3238275Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3238456Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3238799Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce3_CUDA (0 ms) 2022-12-01T11:07:01.3239139Z [ RUN ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce4_CUDA 2022-12-01T11:07:01.3239356Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3239543Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3239906Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce4_CUDA (0 ms) 2022-12-01T11:07:01.3240279Z [ RUN ] NVFuserTest.FusionCrossIterationGroupedGridAllreduceWelford1_CUDA 2022-12-01T11:07:01.3240574Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3240758Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3241139Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduceWelford1_CUDA (0 ms) 2022-12-01T11:07:01.3241511Z [ RUN ] NVFuserTest.FusionCrossIterationGroupedGridAllreduceWelford2_CUDA 2022-12-01T11:07:01.3241731Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3241914Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3242313Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduceWelford2_CUDA (0 ms) 2022-12-01T11:07:01.3242707Z [ RUN ] NVFuserTest.FusionCrossIterationGroupedGridAllreduceWelfordShmoo_CUDA 2022-12-01T11:07:01.3242926Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3243111Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3243519Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduceWelfordShmoo_CUDA (0 ms) 2022-12-01T11:07:01.3243747Z [ RUN ] NVFuserTest.FusionShift1_CUDA 2022-12-01T11:07:01.3243965Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3244148Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3244393Z [ SKIPPED ] NVFuserTest.FusionShift1_CUDA (0 ms) 2022-12-01T11:07:01.3244617Z [ RUN ] NVFuserTest.FusionShift2_CUDA 2022-12-01T11:07:01.3244836Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3245070Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3245308Z [ SKIPPED ] NVFuserTest.FusionShift2_CUDA (0 ms) 2022-12-01T11:07:01.3245566Z [ RUN ] NVFuserTest.FusionShiftRightOfCA_CUDA 2022-12-01T11:07:01.3245786Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3245976Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3246254Z [ SKIPPED ] NVFuserTest.FusionShiftRightOfCA_CUDA (0 ms) 2022-12-01T11:07:01.3246503Z [ RUN ] NVFuserTest.FusionShiftLeftOfCA_CUDA 2022-12-01T11:07:01.3246721Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3246908Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3247162Z [ SKIPPED ] NVFuserTest.FusionShiftLeftOfCA_CUDA (0 ms) 2022-12-01T11:07:01.3247405Z [ RUN ] NVFuserTest.FusionShiftSplit1_CUDA 2022-12-01T11:07:01.3247627Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3247811Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3248073Z [ SKIPPED ] NVFuserTest.FusionShiftSplit1_CUDA (0 ms) 2022-12-01T11:07:01.3248314Z [ RUN ] NVFuserTest.FusionShiftSplit2_CUDA 2022-12-01T11:07:01.3248542Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3248709Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3248969Z [ SKIPPED ] NVFuserTest.FusionShiftSplit2_CUDA (0 ms) 2022-12-01T11:07:01.3249233Z [ RUN ] NVFuserTest.FusionShiftDoubleSplit_CUDA 2022-12-01T11:07:01.3249453Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3249637Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3249919Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplit_CUDA (0 ms) 2022-12-01T11:07:01.3250179Z [ RUN ] NVFuserTest.FusionShift3ptStencil_CUDA 2022-12-01T11:07:01.3250398Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3250566Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3250843Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencil_CUDA (0 ms) 2022-12-01T11:07:01.3251157Z [ RUN ] NVFuserTest.FusionShift5ptStencil_CUDA 2022-12-01T11:07:01.3251378Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3251562Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3251840Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencil_CUDA (0 ms) 2022-12-01T11:07:01.3252097Z [ RUN ] NVFuserTest.FusionShift9ptStencil_CUDA 2022-12-01T11:07:01.3252319Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3252485Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3252763Z [ SKIPPED ] NVFuserTest.FusionShift9ptStencil_CUDA (0 ms) 2022-12-01T11:07:01.3253029Z [ RUN ] NVFuserTest.FusionShiftSmemBlocking_CUDA 2022-12-01T11:07:01.3253251Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3253514Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3253843Z [ SKIPPED ] NVFuserTest.FusionShiftSmemBlocking_CUDA (0 ms) 2022-12-01T11:07:01.3254161Z [ RUN ] NVFuserTest.FusionShift3ptStencilParallel_CUDA 2022-12-01T11:07:01.3254548Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3254774Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3255128Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencilParallel_CUDA (0 ms) 2022-12-01T11:07:01.3255489Z [ RUN ] NVFuserTest.FusionShift5ptStencilParallel_CUDA 2022-12-01T11:07:01.3255744Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3255972Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3256322Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel_CUDA (0 ms) 2022-12-01T11:07:01.3256610Z [ RUN ] NVFuserTest.FusionShiftMerge1_CUDA 2022-12-01T11:07:01.3256865Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3257140Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3257448Z [ SKIPPED ] NVFuserTest.FusionShiftMerge1_CUDA (0 ms) 2022-12-01T11:07:01.3257675Z [ RUN ] NVFuserTest.FusionShiftMerge2_CUDA 2022-12-01T11:07:01.3257933Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3279318Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3279720Z [ SKIPPED ] NVFuserTest.FusionShiftMerge2_CUDA (0 ms) 2022-12-01T11:07:01.3279980Z [ RUN ] NVFuserTest.FusionShiftGlobal_CUDA 2022-12-01T11:07:01.3280207Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3280406Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3280676Z [ SKIPPED ] NVFuserTest.FusionShiftGlobal_CUDA (0 ms) 2022-12-01T11:07:01.3280971Z [ RUN ] NVFuserTest.FusionShiftDoubleSplitMerge1_CUDA 2022-12-01T11:07:01.3281205Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3281398Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3281711Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge1_CUDA (0 ms) 2022-12-01T11:07:01.3281981Z [ RUN ] NVFuserTest.FusionShiftDoubleSplitMerge2_CUDA 2022-12-01T11:07:01.3282210Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3282400Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3282711Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge2_CUDA (0 ms) 2022-12-01T11:07:01.3283068Z [ RUN ] NVFuserTest.FusionShift5ptStencilParallel1DThreadBlock_CUDA 2022-12-01T11:07:01.3283297Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3283486Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3284021Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel1DThreadBlock_CUDA (0 ms) 2022-12-01T11:07:01.3284247Z [ RUN ] NVFuserTest.FusionShiftChain1_CUDA 2022-12-01T11:07:01.3284472Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3284658Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3284927Z [ SKIPPED ] NVFuserTest.FusionShiftChain1_CUDA (0 ms) 2022-12-01T11:07:01.3285169Z [ RUN ] NVFuserTest.FusionShiftChain2_CUDA 2022-12-01T11:07:01.3285394Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3285586Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3285854Z [ SKIPPED ] NVFuserTest.FusionShiftChain2_CUDA (0 ms) 2022-12-01T11:07:01.3286079Z [ RUN ] NVFuserTest.FusionShiftChain3_CUDA 2022-12-01T11:07:01.3286303Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3286497Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3286759Z [ SKIPPED ] NVFuserTest.FusionShiftChain3_CUDA (0 ms) 2022-12-01T11:07:01.3287001Z [ RUN ] NVFuserTest.FusionShiftChain4_CUDA 2022-12-01T11:07:01.3287223Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3287409Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3287653Z [ SKIPPED ] NVFuserTest.FusionShiftChain4_CUDA (0 ms) 2022-12-01T11:07:01.3287935Z [ RUN ] NVFuserTest.FusionShift5ptStencilChain_CUDA 2022-12-01T11:07:01.3288249Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3288447Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3288749Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilChain_CUDA (0 ms) 2022-12-01T11:07:01.3289014Z [ RUN ] NVFuserTest.FusionShiftReduction1_CUDA 2022-12-01T11:07:01.3289246Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3289431Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3289695Z [ SKIPPED ] NVFuserTest.FusionShiftReduction1_CUDA (0 ms) 2022-12-01T11:07:01.3289955Z [ RUN ] NVFuserTest.FusionShiftReduction2_CUDA 2022-12-01T11:07:01.3290180Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3290368Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3290649Z [ SKIPPED ] NVFuserTest.FusionShiftReduction2_CUDA (0 ms) 2022-12-01T11:07:01.3290906Z [ RUN ] NVFuserTest.FusionShiftRfactor1_CUDA 2022-12-01T11:07:01.3291130Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3291318Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3291571Z [ SKIPPED ] NVFuserTest.FusionShiftRfactor1_CUDA (0 ms) 2022-12-01T11:07:01.3291819Z [ RUN ] NVFuserTest.FusionShiftBcast1_CUDA 2022-12-01T11:07:01.3292043Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3292229Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3292493Z [ SKIPPED ] NVFuserTest.FusionShiftBcast1_CUDA (0 ms) 2022-12-01T11:07:01.3292731Z [ RUN ] NVFuserTest.FusionShiftBcast2_CUDA 2022-12-01T11:07:01.3292952Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3293116Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3293385Z [ SKIPPED ] NVFuserTest.FusionShiftBcast2_CUDA (0 ms) 2022-12-01T11:07:01.3293628Z [ RUN ] NVFuserTest.FusionShiftBcast3_CUDA 2022-12-01T11:07:01.3293853Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3294035Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3294292Z [ SKIPPED ] NVFuserTest.FusionShiftBcast3_CUDA (0 ms) 2022-12-01T11:07:01.3294627Z [ RUN ] NVFuserTest.FusionShiftSyncPlacement1_CUDA 2022-12-01T11:07:01.3294848Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3295014Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3295312Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement1_CUDA (0 ms) 2022-12-01T11:07:01.3295583Z [ RUN ] NVFuserTest.FusionShiftSyncPlacement2_CUDA 2022-12-01T11:07:01.3295802Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3295985Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3296266Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement2_CUDA (0 ms) 2022-12-01T11:07:01.3296489Z [ RUN ] NVFuserTest.FusionHdiff_CUDA 2022-12-01T11:07:01.3296712Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3296885Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3297134Z [ SKIPPED ] NVFuserTest.FusionHdiff_CUDA (0 ms) 2022-12-01T11:07:01.3297442Z [ RUN ] NVFuserTest.FusionHdiffPartialSplitUnswitch_CUDA 2022-12-01T11:07:01.3297666Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3297855Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3298182Z [ SKIPPED ] NVFuserTest.FusionHdiffPartialSplitUnswitch_CUDA (0 ms) 2022-12-01T11:07:01.3298425Z [ RUN ] NVFuserTest.FusionMaxPooling_CUDA 2022-12-01T11:07:01.3298674Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3298869Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3299128Z [ SKIPPED ] NVFuserTest.FusionMaxPooling_CUDA (0 ms) 2022-12-01T11:07:01.3299347Z [ RUN ] NVFuserTest.FusionGather1_CUDA 2022-12-01T11:07:01.3299574Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3299759Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3300011Z [ SKIPPED ] NVFuserTest.FusionGather1_CUDA (0 ms) 2022-12-01T11:07:01.3300241Z [ RUN ] NVFuserTest.FusionGather2_CUDA 2022-12-01T11:07:01.3300445Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3300629Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3300881Z [ SKIPPED ] NVFuserTest.FusionGather2_CUDA (0 ms) 2022-12-01T11:07:01.3301111Z [ RUN ] NVFuserTest.FusionGather3_CUDA 2022-12-01T11:07:01.3301338Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3301523Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3301774Z [ SKIPPED ] NVFuserTest.FusionGather3_CUDA (0 ms) 2022-12-01T11:07:01.3301983Z [ RUN ] NVFuserTest.FusionGather4_CUDA 2022-12-01T11:07:01.3302215Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3302402Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3302651Z [ SKIPPED ] NVFuserTest.FusionGather4_CUDA (0 ms) 2022-12-01T11:07:01.3302877Z [ RUN ] NVFuserTest.FusionGather5_CUDA 2022-12-01T11:07:01.3303097Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3303282Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3303532Z [ SKIPPED ] NVFuserTest.FusionGather5_CUDA (0 ms) 2022-12-01T11:07:01.3303742Z [ RUN ] NVFuserTest.FusionGather6_CUDA 2022-12-01T11:07:01.3303966Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3304154Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3304403Z [ SKIPPED ] NVFuserTest.FusionGather6_CUDA (0 ms) 2022-12-01T11:07:01.3304685Z [ RUN ] NVFuserTest.FusionGather7_CUDA 2022-12-01T11:07:01.3304910Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3305096Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3305326Z [ SKIPPED ] NVFuserTest.FusionGather7_CUDA (0 ms) 2022-12-01T11:07:01.3305557Z [ RUN ] NVFuserTest.FusionGather8_CUDA 2022-12-01T11:07:01.3305778Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3305962Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3306210Z [ SKIPPED ] NVFuserTest.FusionGather8_CUDA (0 ms) 2022-12-01T11:07:01.3306441Z [ RUN ] NVFuserTest.FusionGather9_CUDA 2022-12-01T11:07:01.3306662Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3306845Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3307075Z [ SKIPPED ] NVFuserTest.FusionGather9_CUDA (0 ms) 2022-12-01T11:07:01.3307305Z [ RUN ] NVFuserTest.FusionConv2D_CUDA 2022-12-01T11:07:01.3307524Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3307710Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3307959Z [ SKIPPED ] NVFuserTest.FusionConv2D_CUDA (0 ms) 2022-12-01T11:07:01.3308222Z [ RUN ] NVFuserTest.FusionConv2DNoPadding_CUDA 2022-12-01T11:07:01.3308445Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3308612Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3308952Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPadding_CUDA (0 ms) 2022-12-01T11:07:01.3309246Z [ RUN ] NVFuserTest.FusionConv2DNoPaddingStrided_CUDA 2022-12-01T11:07:01.3309465Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3309651Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3309964Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPaddingStrided_CUDA (0 ms) 2022-12-01T11:07:01.3310575Z [ RUN ] NVFuserTest.FusionConv2DChain_CUDA 2022-12-01T11:07:01.3310833Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3311011Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3311276Z [ SKIPPED ] NVFuserTest.FusionConv2DChain_CUDA (0 ms) 2022-12-01T11:07:01.3311581Z [ RUN ] NVFuserTest.FusionConv2DStaticEvenSizedWindow_CUDA 2022-12-01T11:07:01.3311809Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3311997Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3312326Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticEvenSizedWindow_CUDA (0 ms) 2022-12-01T11:07:01.3312580Z [ RUN ] NVFuserTest.FusionConv4x4Pad1x1_CUDA 2022-12-01T11:07:01.3312805Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3312977Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3313252Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1_CUDA (0 ms) 2022-12-01T11:07:01.3313506Z [ RUN ] NVFuserTest.FusionConv4x5Pad1x2_CUDA 2022-12-01T11:07:01.3313730Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3313913Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3314186Z [ SKIPPED ] NVFuserTest.FusionConv4x5Pad1x2_CUDA (0 ms) 2022-12-01T11:07:01.3314468Z [ RUN ] NVFuserTest.FusionConv4x4Pad1x1Stride4_CUDA 2022-12-01T11:07:01.3314695Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3314861Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3315161Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1Stride4_CUDA (0 ms) 2022-12-01T11:07:01.3315495Z [ RUN ] NVFuserTest.FusionIm2Col_CUDA 2022-12-01T11:07:01.3315717Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3315902Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3316151Z [ SKIPPED ] NVFuserTest.FusionIm2Col_CUDA (0 ms) 2022-12-01T11:07:01.3316412Z [ RUN ] NVFuserTest.FusionShiftNoPadding1_CUDA 2022-12-01T11:07:01.3316616Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3316804Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3317085Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding1_CUDA (0 ms) 2022-12-01T11:07:01.3317349Z [ RUN ] NVFuserTest.FusionShiftNoPadding2_CUDA 2022-12-01T11:07:01.3317572Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3317758Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3318040Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding2_CUDA (0 ms) 2022-12-01T11:07:01.3318306Z [ RUN ] NVFuserTest.FusionShiftNoPadding3_CUDA 2022-12-01T11:07:01.3318510Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3318697Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3318976Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding3_CUDA (0 ms) 2022-12-01T11:07:01.3319318Z [ RUN ] NVFuserTest.FusionShiftNoPaddingContigMerge_CUDA 2022-12-01T11:07:01.3319539Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3319791Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3320130Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingContigMerge_CUDA (0 ms) 2022-12-01T11:07:01.3320386Z [ RUN ] NVFuserTest.FusionShiftNoPaddingChain_CUDA 2022-12-01T11:07:01.3320608Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3320798Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3321095Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingChain_CUDA (0 ms) 2022-12-01T11:07:01.3321377Z [ RUN ] NVFuserTest.FusionShiftNoPaddingRfactor_CUDA 2022-12-01T11:07:01.3321600Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3321785Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3322091Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingRfactor_CUDA (0 ms) 2022-12-01T11:07:01.3322329Z [ RUN ] NVFuserTest.FusionShiftPadding1_CUDA 2022-12-01T11:07:01.3322556Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3322743Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3323018Z [ SKIPPED ] NVFuserTest.FusionShiftPadding1_CUDA (0 ms) 2022-12-01T11:07:01.3323272Z [ RUN ] NVFuserTest.FusionPartialSplit1_CUDA 2022-12-01T11:07:01.3323497Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3323683Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3323956Z [ SKIPPED ] NVFuserTest.FusionPartialSplit1_CUDA (0 ms) 2022-12-01T11:07:01.3324191Z [ RUN ] NVFuserTest.FusionPartialSplit2_CUDA 2022-12-01T11:07:01.3324413Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3324598Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3324871Z [ SKIPPED ] NVFuserTest.FusionPartialSplit2_CUDA (0 ms) 2022-12-01T11:07:01.3325129Z [ RUN ] NVFuserTest.FusionPartialSplit3_CUDA 2022-12-01T11:07:01.3325351Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3325535Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3325789Z [ SKIPPED ] NVFuserTest.FusionPartialSplit3_CUDA (0 ms) 2022-12-01T11:07:01.3326366Z [ RUN ] NVFuserTest.FusionPartialSplit4_CUDA 2022-12-01T11:07:01.3326812Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3327248Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3327681Z [ SKIPPED ] NVFuserTest.FusionPartialSplit4_CUDA (0 ms) 2022-12-01T11:07:01.3328163Z [ RUN ] NVFuserTest.FusionPartialSplit5_CUDA 2022-12-01T11:07:01.3328596Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3329009Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3329457Z [ SKIPPED ] NVFuserTest.FusionPartialSplit5_CUDA (0 ms) 2022-12-01T11:07:01.3329942Z [ RUN ] NVFuserTest.FusionPartialSplit6_CUDA 2022-12-01T11:07:01.3330384Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3330800Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3331246Z [ SKIPPED ] NVFuserTest.FusionPartialSplit6_CUDA (0 ms) 2022-12-01T11:07:01.3331730Z [ RUN ] NVFuserTest.FusionShiftUnswitch1_CUDA 2022-12-01T11:07:01.3332149Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3332578Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3333027Z [ SKIPPED ] NVFuserTest.FusionShiftUnswitch1_CUDA (0 ms) 2022-12-01T11:07:01.3333501Z [ RUN ] NVFuserTest.FusionGatherUnswitch1_CUDA 2022-12-01T11:07:01.3333946Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3334433Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3334904Z [ SKIPPED ] NVFuserTest.FusionGatherUnswitch1_CUDA (0 ms) 2022-12-01T11:07:01.3335375Z [ RUN ] NVFuserTest.FusionGatherStrided1_CUDA 2022-12-01T11:07:01.3335860Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3336292Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3336737Z [ SKIPPED ] NVFuserTest.FusionGatherStrided1_CUDA (0 ms) 2022-12-01T11:07:01.3337203Z [ RUN ] NVFuserTest.FusionGatherStrided2_CUDA 2022-12-01T11:07:01.3337632Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3338051Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3338477Z [ SKIPPED ] NVFuserTest.FusionGatherStrided2_CUDA (0 ms) 2022-12-01T11:07:01.3338959Z [ RUN ] NVFuserTest.FusionGatherStrided3_CUDA 2022-12-01T11:07:01.3339388Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3339791Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3340222Z [ SKIPPED ] NVFuserTest.FusionGatherStrided3_CUDA (0 ms) 2022-12-01T11:07:01.3340702Z [ RUN ] NVFuserTest.FusionGatherStrided4_CUDA 2022-12-01T11:07:01.3341127Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3341532Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3341973Z [ SKIPPED ] NVFuserTest.FusionGatherStrided4_CUDA (0 ms) 2022-12-01T11:07:01.3342445Z [ RUN ] NVFuserTest.FusionGatherStrided5_CUDA 2022-12-01T11:07:01.3342856Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3343279Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3343721Z [ SKIPPED ] NVFuserTest.FusionGatherStrided5_CUDA (0 ms) 2022-12-01T11:07:01.3344183Z [ RUN ] NVFuserTest.FusionGatherStrided6_CUDA 2022-12-01T11:07:01.3344614Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3345035Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3345470Z [ SKIPPED ] NVFuserTest.FusionGatherStrided6_CUDA (0 ms) 2022-12-01T11:07:01.3345993Z [ RUN ] NVFuserTest.FusionGatherStrided7_CUDA 2022-12-01T11:07:01.3346422Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3346840Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3347268Z [ SKIPPED ] NVFuserTest.FusionGatherStrided7_CUDA (0 ms) 2022-12-01T11:07:01.3347746Z [ RUN ] NVFuserTest.FusionGatherStrided8_CUDA 2022-12-01T11:07:01.3348174Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3348576Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3349019Z [ SKIPPED ] NVFuserTest.FusionGatherStrided8_CUDA (0 ms) 2022-12-01T11:07:01.3349513Z [ RUN ] NVFuserTest.FusionGatherStridedChain_CUDA 2022-12-01T11:07:01.3349959Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3350763Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3351226Z [ SKIPPED ] NVFuserTest.FusionGatherStridedChain_CUDA (0 ms) 2022-12-01T11:07:01.3351734Z [ RUN ] NVFuserTest.FusionMaxPoolingStrided_CUDA 2022-12-01T11:07:01.3352158Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3352580Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3353035Z [ SKIPPED ] NVFuserTest.FusionMaxPoolingStrided_CUDA (0 ms) 2022-12-01T11:07:01.3353545Z [ RUN ] NVFuserTest.FusionConv2DStaticStrided_CUDA 2022-12-01T11:07:01.3353976Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3354499Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3354980Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticStrided_CUDA (0 ms) 2022-12-01T11:07:01.3355469Z [ RUN ] NVFuserTest.FusionNonDivisibleHalo1_CUDA 2022-12-01T11:07:01.3355898Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3356320Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3356759Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo1_CUDA (0 ms) 2022-12-01T11:07:01.3357248Z [ RUN ] NVFuserTest.FusionNonDivisibleHalo2_CUDA 2022-12-01T11:07:01.3357687Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3358099Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3358535Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo2_CUDA (0 ms) 2022-12-01T11:07:01.3359096Z [ RUN ] NVFuserTest.FusionGather9ptStencilDoubleBuffering_CUDA 2022-12-01T11:07:01.3359589Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3359995Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3360508Z [ SKIPPED ] NVFuserTest.FusionGather9ptStencilDoubleBuffering_CUDA (0 ms) 2022-12-01T11:07:01.3361078Z [ RUN ] NVFuserTest.FusionValidateParallelizeShift_CUDA 2022-12-01T11:07:01.3361532Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3361954Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3362439Z [ SKIPPED ] NVFuserTest.FusionValidateParallelizeShift_CUDA (0 ms) 2022-12-01T11:07:01.3362978Z [ RUN ] NVFuserTest.FusionGatherIterTypePromotion_CUDA 2022-12-01T11:07:01.3363422Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3363845Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3364328Z [ SKIPPED ] NVFuserTest.FusionGatherIterTypePromotion_CUDA (0 ms) 2022-12-01T11:07:01.3364807Z [ RUN ] NVFuserTest.FusionVoltaMMATT_CUDA 2022-12-01T11:07:01.3365214Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3365629Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3366116Z [ SKIPPED ] NVFuserTest.FusionVoltaMMATT_CUDA (0 ms) 2022-12-01T11:07:01.3366613Z [ RUN ] NVFuserTest.FusionVoltaMMATN_CUDA 2022-12-01T11:07:01.3367024Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3367449Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3367860Z [ SKIPPED ] NVFuserTest.FusionVoltaMMATN_CUDA (0 ms) 2022-12-01T11:07:01.3368308Z [ RUN ] NVFuserTest.FusionVoltaMMANT_CUDA 2022-12-01T11:07:01.3368721Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3369113Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3369538Z [ SKIPPED ] NVFuserTest.FusionVoltaMMANT_CUDA (0 ms) 2022-12-01T11:07:01.3369992Z [ RUN ] NVFuserTest.FusionVoltaMatmul_CUDA 2022-12-01T11:07:01.3370397Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3370819Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3371248Z [ SKIPPED ] NVFuserTest.FusionVoltaMatmul_CUDA (0 ms) 2022-12-01T11:07:01.3371756Z [ RUN ] NVFuserTest.FusionVoltaMatmulRegDoubleBuffer_CUDA 2022-12-01T11:07:01.3372208Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3372629Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3373122Z [ SKIPPED ] NVFuserTest.FusionVoltaMatmulRegDoubleBuffer_CUDA (0 ms) 2022-12-01T11:07:01.3373610Z [ RUN ] NVFuserTest.FusionAmpereMMATN_CUDA 2022-12-01T11:07:01.3374068Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3374495Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3374924Z [ SKIPPED ] NVFuserTest.FusionAmpereMMATN_CUDA (0 ms) 2022-12-01T11:07:01.3375370Z [ RUN ] NVFuserTest.FusionAmpereMMATT_CUDA 2022-12-01T11:07:01.3375791Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3376196Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3376606Z [ SKIPPED ] NVFuserTest.FusionAmpereMMATT_CUDA (0 ms) 2022-12-01T11:07:01.3377064Z [ RUN ] NVFuserTest.FusionAmpereMMANT_CUDA 2022-12-01T11:07:01.3377482Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3377871Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3378295Z [ SKIPPED ] NVFuserTest.FusionAmpereMMANT_CUDA (0 ms) 2022-12-01T11:07:01.3378758Z [ RUN ] NVFuserTest.FusionAmpereMatmul_CUDA 2022-12-01T11:07:01.3379183Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3379591Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3380023Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmul_CUDA (0 ms) 2022-12-01T11:07:01.3380536Z [ RUN ] NVFuserTest.FusionAmpereMatmulPipelineGmem_CUDA 2022-12-01T11:07:01.3380986Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3381408Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3381886Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmulPipelineGmem_CUDA (0 ms) 2022-12-01T11:07:01.3382438Z [ RUN ] NVFuserTest.FusionAmpereMatmulRegDbouleBuffer_CUDA 2022-12-01T11:07:01.3382917Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3383342Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3383842Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmulRegDbouleBuffer_CUDA (0 ms) 2022-12-01T11:07:01.3384366Z [ RUN ] NVFuserTest.FusionMatmulMatmulAmpere_CUDA 2022-12-01T11:07:01.3384807Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3385230Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3385728Z [ SKIPPED ] NVFuserTest.FusionMatmulMatmulAmpere_CUDA (0 ms) 2022-12-01T11:07:01.3386266Z [ RUN ] NVFuserTest.FusionMatmulSoftmaxMatmulAmpere_CUDA 2022-12-01T11:07:01.3386733Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3387130Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3387613Z [ SKIPPED ] NVFuserTest.FusionMatmulSoftmaxMatmulAmpere_CUDA (0 ms) 2022-12-01T11:07:01.3388112Z [ RUN ] NVFuserTest.FusionTuringMMATN_CUDA 2022-12-01T11:07:01.3388530Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3388932Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3389349Z [ SKIPPED ] NVFuserTest.FusionTuringMMATN_CUDA (0 ms) 2022-12-01T11:07:01.3389803Z [ RUN ] NVFuserTest.FusionTuringMMATT_CUDA 2022-12-01T11:07:01.3390534Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3391014Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3391447Z [ SKIPPED ] NVFuserTest.FusionTuringMMATT_CUDA (0 ms) 2022-12-01T11:07:01.3391885Z [ RUN ] NVFuserTest.FusionTuringMMANT_CUDA 2022-12-01T11:07:01.3392292Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3392706Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3393135Z [ SKIPPED ] NVFuserTest.FusionTuringMMANT_CUDA (0 ms) 2022-12-01T11:07:01.3393574Z [ RUN ] NVFuserTest.FusionTuringMatmul_CUDA 2022-12-01T11:07:01.3394089Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3394515Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3394929Z [ SKIPPED ] NVFuserTest.FusionTuringMatmul_CUDA (0 ms) 2022-12-01T11:07:01.3395435Z [ RUN ] NVFuserTest.FusionAmpereMatmulTNcpAsync_CUDA 2022-12-01T11:07:01.3395902Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3396315Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3396766Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmulTNcpAsync_CUDA (0 ms) 2022-12-01T11:07:01.3397326Z [ RUN ] NVFuserTest.FusionAmpereStridedBatchedMatmulTN_CUDA 2022-12-01T11:07:01.3397787Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3398189Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3398693Z [ SKIPPED ] NVFuserTest.FusionAmpereStridedBatchedMatmulTN_CUDA (0 ms) 2022-12-01T11:07:01.3399236Z [ RUN ] NVFuserTest.FusionAmpereViewMatmulTN_CUDA 2022-12-01T11:07:01.3399666Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3400077Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3400543Z [ SKIPPED ] NVFuserTest.FusionAmpereViewMatmulTN_CUDA (0 ms) 2022-12-01T11:07:01.3401060Z [ RUN ] NVFuserTest.FusionVoltaMatMulTNCrossWarp_CUDA 2022-12-01T11:07:01.3401499Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3401918Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3402393Z [ SKIPPED ] NVFuserTest.FusionVoltaMatMulTNCrossWarp_CUDA (0 ms) 2022-12-01T11:07:01.3402913Z [ RUN ] NVFuserTest.FusionVoltaMatMulTNCrossCTA_CUDA 2022-12-01T11:07:01.3403370Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3403781Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3404229Z [ SKIPPED ] NVFuserTest.FusionVoltaMatMulTNCrossCTA_CUDA (0 ms) 2022-12-01T11:07:01.3404763Z [ RUN ] NVFuserTest.FusionAmpereMatmulTNSwizzled_CUDA 2022-12-01T11:07:01.3405219Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3405709Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3406169Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmulTNSwizzled_CUDA (0 ms) 2022-12-01T11:07:01.3406695Z [ RUN ] NVFuserTest.FusionAmpereMatmulLargeLoad_CUDA 2022-12-01T11:07:01.3407152Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3407556Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3408027Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmulLargeLoad_CUDA (0 ms) 2022-12-01T11:07:01.3408556Z [ RUN ] NVFuserTest.FusionTuringMatmulLargeLoad_CUDA 2022-12-01T11:07:01.3408999Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3409401Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3409867Z [ SKIPPED ] NVFuserTest.FusionTuringMatmulLargeLoad_CUDA (0 ms) 2022-12-01T11:07:01.3410404Z [ RUN ] NVFuserTest.FusionViewDtypeSameSizeOutput_CUDA 2022-12-01T11:07:01.3410856Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3411271Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3411752Z [ SKIPPED ] NVFuserTest.FusionViewDtypeSameSizeOutput_CUDA (0 ms) 2022-12-01T11:07:01.3412293Z [ RUN ] NVFuserTest.FusionViewDtypeFailMismatchSize_CUDA 2022-12-01T11:07:01.3412753Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3413172Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3413705Z [ SKIPPED ] NVFuserTest.FusionViewDtypeFailMismatchSize_CUDA (0 ms) 2022-12-01T11:07:01.3414226Z [ RUN ] NVFuserTest.FusionViewAsRealOutput_CUDA 2022-12-01T11:07:01.3414654Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3415071Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3415511Z [ SKIPPED ] NVFuserTest.FusionViewAsRealOutput_CUDA (0 ms) 2022-12-01T11:07:01.3416057Z [ RUN ] NVFuserTest.FusionViewRfactorExtentReplacement_CUDA 2022-12-01T11:07:01.3416522Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3416944Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3417427Z [ SKIPPED ] NVFuserTest.FusionViewRfactorExtentReplacement_CUDA (0 ms) 2022-12-01T11:07:01.3417935Z [ RUN ] NVFuserTest.FusionViewOutput_CUDA 2022-12-01T11:07:01.3418352Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3418758Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3419226Z [ SKIPPED ] NVFuserTest.FusionViewOutput_CUDA (0 ms) 2022-12-01T11:07:01.3419713Z [ RUN ] NVFuserTest.FusionViewFailMismatchSize_CUDA 2022-12-01T11:07:01.3420145Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3420566Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3421031Z [ SKIPPED ] NVFuserTest.FusionViewFailMismatchSize_CUDA (0 ms) 2022-12-01T11:07:01.3421565Z [ RUN ] NVFuserTest.FusionViewFailMulitDimInference_CUDA 2022-12-01T11:07:01.3422014Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3422435Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3422923Z [ SKIPPED ] NVFuserTest.FusionViewFailMulitDimInference_CUDA (0 ms) 2022-12-01T11:07:01.3423437Z [ RUN ] NVFuserTest.FusionViewReductionShmoo_CUDA 2022-12-01T11:07:01.3423870Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3424288Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3424731Z [ SKIPPED ] NVFuserTest.FusionViewReductionShmoo_CUDA (0 ms) 2022-12-01T11:07:01.3425232Z [ RUN ] NVFuserTest.FusionViewPersistentShmoo_CUDA 2022-12-01T11:07:01.3425738Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3426159Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3426604Z [ SKIPPED ] NVFuserTest.FusionViewPersistentShmoo_CUDA (0 ms) 2022-12-01T11:07:01.3427082Z [ RUN ] NVFuserTest.FusionViewSplit_CUDA 2022-12-01T11:07:01.3427487Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3427890Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3428310Z [ SKIPPED ] NVFuserTest.FusionViewSplit_CUDA (0 ms) 2022-12-01T11:07:01.3428770Z [ RUN ] NVFuserTest.FusionViewBroadcast_CUDA 2022-12-01T11:07:01.3429178Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3429604Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3430042Z [ SKIPPED ] NVFuserTest.FusionViewBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.3430886Z [ RUN ] NVFuserTest.FusionViewMerge_CUDA 2022-12-01T11:07:01.3431294Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3431721Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3432141Z [ SKIPPED ] NVFuserTest.FusionViewMerge_CUDA (0 ms) 2022-12-01T11:07:01.3432584Z [ RUN ] NVFuserTest.FusionViewAllShmoo_CUDA 2022-12-01T11:07:01.3433004Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3433413Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3433912Z [ SKIPPED ] NVFuserTest.FusionViewAllShmoo_CUDA (0 ms) 2022-12-01T11:07:01.3434374Z [ RUN ] NVFuserTest.FusionViewStride_CUDA 2022-12-01T11:07:01.3434792Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3435217Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3435624Z [ SKIPPED ] NVFuserTest.FusionViewStride_CUDA (0 ms) 2022-12-01T11:07:01.3436059Z [ RUN ] NVFuserTest.FusionViewBinary_CUDA 2022-12-01T11:07:01.3436476Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3436879Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3437299Z [ SKIPPED ] NVFuserTest.FusionViewBinary_CUDA (0 ms) 2022-12-01T11:07:01.3437767Z [ RUN ] NVFuserTest.FusionViewConcreteDomain_CUDA 2022-12-01T11:07:01.3438193Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3438617Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3439076Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain_CUDA (0 ms) 2022-12-01T11:07:01.3439584Z [ RUN ] NVFuserTest.FusionViewConcreteDomain2_CUDA 2022-12-01T11:07:01.3440010Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3440435Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3440881Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain2_CUDA (0 ms) 2022-12-01T11:07:01.3441377Z [ RUN ] NVFuserTest.FusionViewConcreteDomain3_CUDA 2022-12-01T11:07:01.3441819Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3442227Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3442671Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain3_CUDA (0 ms) 2022-12-01T11:07:01.3443182Z [ RUN ] NVFuserTest.FusionViewConcreteDomain4_CUDA 2022-12-01T11:07:01.3443627Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3444043Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3444483Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain4_CUDA (0 ms) 2022-12-01T11:07:01.3444992Z [ RUN ] NVFuserTest.FusionViewConcreteDomain5_CUDA 2022-12-01T11:07:01.3445495Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3445900Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3446365Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain5_CUDA (0 ms) 2022-12-01T11:07:01.3446910Z [ RUN ] NVFuserTest.FusionFlattenAfterUnsqueezeOutput_CUDA 2022-12-01T11:07:01.3447377Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3447781Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3448280Z [ SKIPPED ] NVFuserTest.FusionFlattenAfterUnsqueezeOutput_CUDA (0 ms) 2022-12-01T11:07:01.3448863Z [ RUN ] NVFuserTest.FusionComputeAtRootDomainMapWithView_CUDA 2022-12-01T11:07:01.3449333Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3449755Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3450272Z [ SKIPPED ] NVFuserTest.FusionComputeAtRootDomainMapWithView_CUDA (0 ms) 2022-12-01T11:07:01.3450783Z [ RUN ] NVFuserTest.FusionExpandRepro_CUDA 2022-12-01T11:07:01.3451196Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3451615Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3452047Z [ SKIPPED ] NVFuserTest.FusionExpandRepro_CUDA (0 ms) 2022-12-01T11:07:01.3452491Z [ RUN ] NVFuserTest.FusionExpandView1_CUDA 2022-12-01T11:07:01.3452910Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3453374Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3453788Z [ SKIPPED ] NVFuserTest.FusionExpandView1_CUDA (0 ms) 2022-12-01T11:07:01.3454244Z [ RUN ] NVFuserTest.FusionExpandView2_CUDA 2022-12-01T11:07:01.3454651Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3455056Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3455483Z [ SKIPPED ] NVFuserTest.FusionExpandView2_CUDA (0 ms) 2022-12-01T11:07:01.3455964Z [ RUN ] NVFuserTest.FusionViewTransformCache_CUDA 2022-12-01T11:07:01.3456395Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3456793Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3457248Z [ SKIPPED ] NVFuserTest.FusionViewTransformCache_CUDA (0 ms) 2022-12-01T11:07:01.3457729Z [ RUN ] NVFuserTest.FusionViewIdGraph_CUDA 2022-12-01T11:07:01.3458136Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3458554Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3458975Z [ SKIPPED ] NVFuserTest.FusionViewIdGraph_CUDA (0 ms) 2022-12-01T11:07:01.3459425Z [ RUN ] NVFuserTest.FusionViewVectorize_CUDA 2022-12-01T11:07:01.3459856Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3460262Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3460695Z [ SKIPPED ] NVFuserTest.FusionViewVectorize_CUDA (0 ms) 2022-12-01T11:07:01.3461151Z [ RUN ] NVFuserTest.FusionExpandFlatten_CUDA 2022-12-01T11:07:01.3461567Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3461986Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3462406Z [ SKIPPED ] NVFuserTest.FusionExpandFlatten_CUDA (0 ms) 2022-12-01T11:07:01.3462924Z [ RUN ] NVFuserTest.FusionIllegalReductionFlatten_CUDA 2022-12-01T11:07:01.3463373Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3463792Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3464252Z [ SKIPPED ] NVFuserTest.FusionIllegalReductionFlatten_CUDA (0 ms) 2022-12-01T11:07:01.3464830Z [ RUN ] NVFuserTest.FusionReductionFlatten1_CUDA 2022-12-01T11:07:01.3465261Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3465665Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3466121Z [ SKIPPED ] NVFuserTest.FusionReductionFlatten1_CUDA (0 ms) 2022-12-01T11:07:01.3466597Z [ RUN ] NVFuserTest.FusionTranspose1_CUDA 2022-12-01T11:07:01.3466997Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3467405Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3467833Z [ SKIPPED ] NVFuserTest.FusionTranspose1_CUDA (0 ms) 2022-12-01T11:07:01.3468284Z [ RUN ] NVFuserTest.FusionTranspose2_CUDA 2022-12-01T11:07:01.3468676Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3469094Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3469530Z [ SKIPPED ] NVFuserTest.FusionTranspose2_CUDA (0 ms) 2022-12-01T11:07:01.3470004Z [ RUN ] NVFuserTest.FusionTransposeWithSwizzle_CUDA 2022-12-01T11:07:01.3470883Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3471321Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3471776Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle_CUDA (0 ms) 2022-12-01T11:07:01.3472352Z [ RUN ] NVFuserTest.FusionTransposeWithSwizzle1DThreadBlock_CUDA 2022-12-01T11:07:01.3472932Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3473366Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3473868Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle1DThreadBlock_CUDA (0 ms) 2022-12-01T11:07:01.3474439Z [ RUN ] NVFuserTest.FusionScheduleTransposeSimple_CUDA 2022-12-01T11:07:01.3474909Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3475319Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3475785Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSimple_CUDA (0 ms) 2022-12-01T11:07:01.3476372Z [ RUN ] NVFuserTest.FusionScheduleTransposeSinTransposeCos_CUDA 2022-12-01T11:07:01.3476860Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3477261Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3477782Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSinTransposeCos_CUDA (0 ms) 2022-12-01T11:07:01.3478398Z [ RUN ] NVFuserTest.FusionScheduleTransposeMultipleInput_CUDA 2022-12-01T11:07:01.3478862Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3479282Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3479787Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeMultipleInput_CUDA (0 ms) 2022-12-01T11:07:01.3480385Z [ RUN ] NVFuserTest.FusionScheduleTransposeMultipleOutput_CUDA 2022-12-01T11:07:01.3480873Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3481302Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3481808Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeMultipleOutput_CUDA (0 ms) 2022-12-01T11:07:01.3482426Z [ RUN ] NVFuserTest.FusionScheduleTransposeMultipleInputOutput_CUDA 2022-12-01T11:07:01.3482935Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3483349Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3483871Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeMultipleInputOutput_CUDA (0 ms) 2022-12-01T11:07:01.3484541Z [ RUN ] NVFuserTest.FusionScheduleTransposeMatchingSkipConnection_CUDA 2022-12-01T11:07:01.3485138Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3485562Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3486088Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeMatchingSkipConnection_CUDA (0 ms) 2022-12-01T11:07:01.3486703Z [ RUN ] NVFuserTest.FusionScheduleTransposeBroadcast_CUDA 2022-12-01T11:07:01.3487173Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3487577Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3488055Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeBroadcast_CUDA (0 ms) 2022-12-01T11:07:01.3488639Z [ RUN ] NVFuserTest.FusionScheduleTransposeNoReference_CUDA 2022-12-01T11:07:01.3489103Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3489512Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3490012Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeNoReference_CUDA (0 ms) 2022-12-01T11:07:01.3490569Z [ RUN ] NVFuserTest.FusionScheduleBroadcastOnly_CUDA 2022-12-01T11:07:01.3491006Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3491420Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3491891Z [ SKIPPED ] NVFuserTest.FusionScheduleBroadcastOnly_CUDA (0 ms) 2022-12-01T11:07:01.3492436Z [ RUN ] NVFuserTest.FusionScheduleTransposeComplexDAG1_CUDA 2022-12-01T11:07:01.3492912Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3493374Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3493888Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeComplexDAG1_CUDA (0 ms) 2022-12-01T11:07:01.3494485Z [ RUN ] NVFuserTest.FusionManualScheduleTransposeComplexDAG1_CUDA 2022-12-01T11:07:01.3494986Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3495404Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3495916Z [ SKIPPED ] NVFuserTest.FusionManualScheduleTransposeComplexDAG1_CUDA (0 ms) 2022-12-01T11:07:01.3496472Z [ RUN ] NVFuserTest.FusionViewNoTranspose_CUDA 2022-12-01T11:07:01.3496906Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3497298Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3497744Z [ SKIPPED ] NVFuserTest.FusionViewNoTranspose_CUDA (0 ms) 2022-12-01T11:07:01.3498283Z [ RUN ] NVFuserTest.FusionScheduleTransposeMissingDim_CUDA 2022-12-01T11:07:01.3498753Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3499157Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3499651Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeMissingDim_CUDA (0 ms) 2022-12-01T11:07:01.3500199Z [ RUN ] NVFuserTest.FusionScheduleTransposeSmall_CUDA 2022-12-01T11:07:01.3500635Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3501051Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3501525Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSmall_CUDA (0 ms) 2022-12-01T11:07:01.3502101Z [ RUN ] NVFuserTest.FusionScheduleTransposeSmallInnerSize1_CUDA 2022-12-01T11:07:01.3502575Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3502999Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3503520Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSmallInnerSize1_CUDA (0 ms) 2022-12-01T11:07:01.3504122Z [ RUN ] NVFuserTest.FusionScheduleTransposeSmallInnerSize2_CUDA 2022-12-01T11:07:01.3504600Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3505080Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3505581Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSmallInnerSize2_CUDA (0 ms) 2022-12-01T11:07:01.3506196Z [ RUN ] NVFuserTest.FusionScheduleTransposeSmallInnerSize3_CUDA 2022-12-01T11:07:01.3506689Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3507102Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3507604Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSmallInnerSize3_CUDA (0 ms) 2022-12-01T11:07:01.3508171Z [ RUN ] NVFuserTest.FusionRNGValidateWithCURand_CUDA 2022-12-01T11:07:01.3508626Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3509028Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3509496Z [ SKIPPED ] NVFuserTest.FusionRNGValidateWithCURand_CUDA (0 ms) 2022-12-01T11:07:01.3510083Z [ RUN ] NVFuserTest.FusionRNGManualScheduleValidateWithCURand_CUDA 2022-12-01T11:07:01.3510817Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3511229Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3511762Z [ SKIPPED ] NVFuserTest.FusionRNGManualScheduleValidateWithCURand_CUDA (0 ms) 2022-12-01T11:07:01.3512320Z [ RUN ] NVFuserTest.FusionBroadcastingRNG_CUDA 2022-12-01T11:07:01.3512739Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3513161Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3513684Z [ SKIPPED ] NVFuserTest.FusionBroadcastingRNG_CUDA (0 ms) 2022-12-01T11:07:01.3514178Z [ RUN ] NVFuserTest.FusionBroadcastingRNG2_CUDA 2022-12-01T11:07:01.3514617Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3515038Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3515489Z [ SKIPPED ] NVFuserTest.FusionBroadcastingRNG2_CUDA (0 ms) 2022-12-01T11:07:01.3515983Z [ RUN ] NVFuserTest.FusionBroadcastingRNGSmem_CUDA 2022-12-01T11:07:01.3516426Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3516846Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3517293Z [ SKIPPED ] NVFuserTest.FusionBroadcastingRNGSmem_CUDA (0 ms) 2022-12-01T11:07:01.3517863Z [ RUN ] NVFuserTest.FusionBroadcastingRNGSmemNonSquareTile_CUDA 2022-12-01T11:07:01.3518353Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3518781Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3519318Z [ SKIPPED ] NVFuserTest.FusionBroadcastingRNGSmemNonSquareTile_CUDA (0 ms) 2022-12-01T11:07:01.3519850Z [ RUN ] NVFuserTest.FusionSplitDims_CUDA 2022-12-01T11:07:01.3520268Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3520677Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3521104Z [ SKIPPED ] NVFuserTest.FusionSplitDims_CUDA (0 ms) 2022-12-01T11:07:01.3521548Z [ RUN ] NVFuserTest.FusionMergeDims_CUDA 2022-12-01T11:07:01.3521947Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h:37: Skipped 2022-12-01T11:07:01.3522368Z skipping tests on pre-PASCAL GPUs 2022-12-01T11:07:01.3522790Z [ SKIPPED ] NVFuserTest.FusionMergeDims_CUDA (0 ms) 2022-12-01T11:07:01.3523250Z [----------] 713 tests from NVFuserTest (31 ms total) 2022-12-01T11:07:01.3523453Z 2022-12-01T11:07:01.3523708Z [----------] 2 tests from NVFuserMultithreadedTest 2022-12-01T11:07:01.3524196Z [ RUN ] NVFuserMultithreadedTest.SingleFunction_CUDA 2022-12-01T11:07:01.5595698Z [ OK ] NVFuserMultithreadedTest.SingleFunction_CUDA (287 ms) 2022-12-01T11:07:01.5596318Z [ RUN ] NVFuserMultithreadedTest.MultipleFunctions_CUDA 2022-12-01T11:07:01.5757698Z [ OK ] NVFuserMultithreadedTest.MultipleFunctions_CUDA (16 ms) 2022-12-01T11:07:01.5758693Z [----------] 2 tests from NVFuserMultithreadedTest (304 ms total) 2022-12-01T11:07:01.5759141Z 2022-12-01T11:07:01.5759658Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-12-01T11:07:01.5760620Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-12-01T11:07:01.5761717Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-12-01T11:07:01.5762797Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-12-01T11:07:01.5763930Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-12-01T11:07:01.5764764Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-12-01T11:07:01.5765665Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-12-01T11:07:01.5766580Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-12-01T11:07:01.5767288Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-12-01T11:07:01.5768087Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-12-01T11:07:01.5768977Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-12-01T11:07:01.5769946Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-12-01T11:07:01.5770942Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-12-01T11:07:01.5771709Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-12-01T11:07:01.5772538Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-12-01T11:07:01.5773317Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-12-01T11:07:01.5774102Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-12-01T11:07:01.5774849Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-12-01T11:07:01.5775612Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-12-01T11:07:01.5776363Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-12-01T11:07:01.5777100Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-12-01T11:07:01.5777859Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-12-01T11:07:01.5778609Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-12-01T11:07:01.5779355Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-12-01T11:07:01.5780093Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-12-01T11:07:01.5780782Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (1 ms total) 2022-12-01T11:07:01.5781066Z 2022-12-01T11:07:01.5781401Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-12-01T11:07:01.5781995Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-12-01T11:07:02.7111768Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (1133 ms) 2022-12-01T11:07:02.7112790Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-12-01T11:07:04.2876067Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (1576 ms) 2022-12-01T11:07:04.2876746Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-12-01T11:07:06.1849216Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (1897 ms) 2022-12-01T11:07:06.1849930Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-12-01T11:07:08.0217444Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (1836 ms) 2022-12-01T11:07:08.0218158Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-12-01T11:07:09.8355958Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (1813 ms) 2022-12-01T11:07:09.8356669Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-12-01T11:07:11.6723559Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (1836 ms) 2022-12-01T11:07:11.6724301Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-12-01T11:07:13.4944069Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (1822 ms) 2022-12-01T11:07:13.4944747Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-12-01T11:07:15.3194752Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (1825 ms) 2022-12-01T11:07:15.3195631Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-12-01T11:07:16.9646905Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (1645 ms) 2022-12-01T11:07:16.9647608Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-12-01T11:07:18.6268033Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (1662 ms) 2022-12-01T11:07:18.6268788Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (17049 ms total) 2022-12-01T11:07:18.6269078Z 2022-12-01T11:07:18.6269316Z [----------] Global test environment tear-down 2022-12-01T11:07:18.6506234Z [==========] 1294 tests from 121 test suites ran. (22412 ms total) 2022-12-01T11:07:18.6506968Z [ PASSED ] 581 tests. 2022-12-01T11:07:18.6507631Z [ SKIPPED ] 713 tests, listed below: 2022-12-01T11:07:18.6508460Z [ SKIPPED ] NVFuserTest.FusionDefinition_CUDA 2022-12-01T11:07:18.6509357Z [ SKIPPED ] NVFuserTest.PyFusionCache_CUDA 2022-12-01T11:07:18.6510475Z [ SKIPPED ] NVFuserTest.RecordFunctorEquality_CUDA 2022-12-01T11:07:18.6511428Z [ SKIPPED ] NVFuserTest.FusionIrGraphGenerator_CUDA 2022-12-01T11:07:18.6512349Z [ SKIPPED ] NVFuserTest.FusionDispatch_CUDA 2022-12-01T11:07:18.6513273Z [ SKIPPED ] NVFuserTest.FusionExprEvalConstants_CUDA 2022-12-01T11:07:18.6514148Z [ SKIPPED ] NVFuserTest.FusionExprEvalDouble_CUDA 2022-12-01T11:07:18.6515110Z [ SKIPPED ] NVFuserTest.FusionExprEvalBindings_CUDA 2022-12-01T11:07:18.6516032Z [ SKIPPED ] NVFuserTest.FusionExprEvalBasic_CUDA 2022-12-01T11:07:18.6517062Z [ SKIPPED ] NVFuserTest.FusionExprEvalComplex_CUDA 2022-12-01T11:07:18.6517956Z [ SKIPPED ] NVFuserTest.FusionExprEvalPostLower_CUDA 2022-12-01T11:07:18.6518522Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalConstants_CUDA 2022-12-01T11:07:18.6519093Z [ SKIPPED ] NVFuserTest.FusionKernelExprEvalBindings_CUDA 2022-12-01T11:07:18.6519640Z [ SKIPPED ] NVFuserTest.FusionClear_CUDA 2022-12-01T11:07:18.6520496Z [ SKIPPED ] NVFuserTest.FusionCopy_CUDA 2022-12-01T11:07:18.6521366Z [ SKIPPED ] NVFuserTest.FusionMove_CUDA 2022-12-01T11:07:18.6522270Z [ SKIPPED ] NVFuserTest.FusionSimpleArith_CUDA 2022-12-01T11:07:18.6523537Z [ SKIPPED ] NVFuserTest.FusionScalarTypePromote_CUDA 2022-12-01T11:07:18.6524522Z [ SKIPPED ] NVFuserTest.FusionComplexAbsTypes_CUDA 2022-12-01T11:07:18.6524999Z [ SKIPPED ] NVFuserTest.FusionRegister_CUDA 2022-12-01T11:07:18.6525414Z [ SKIPPED ] NVFuserTest.FusionTopoSort_CUDA 2022-12-01T11:07:18.6525845Z [ SKIPPED ] NVFuserTest.FusionTensor_CUDA 2022-12-01T11:07:18.6526291Z [ SKIPPED ] NVFuserTest.FusionFilterVals_CUDA 2022-12-01T11:07:18.6526954Z [ SKIPPED ] NVFuserTest.FusionTVSplit_CUDA 2022-12-01T11:07:18.6527834Z [ SKIPPED ] NVFuserTest.FusionTVMerge_CUDA 2022-12-01T11:07:18.6528824Z [ SKIPPED ] NVFuserTest.FusionTVReorder_CUDA 2022-12-01T11:07:18.6529679Z [ SKIPPED ] NVFuserTest.FusionEquality_CUDA 2022-12-01T11:07:18.6530548Z [ SKIPPED ] NVFuserTest.FusionDependency_CUDA 2022-12-01T11:07:18.6531189Z [ SKIPPED ] NVFuserTest.FusionParser_CUDA 2022-12-01T11:07:18.6532015Z [ SKIPPED ] NVFuserTest.FusionOuterSplit_CUDA 2022-12-01T11:07:18.6532816Z [ SKIPPED ] NVFuserTest.FusionCodeGen_CUDA 2022-12-01T11:07:18.6533580Z [ SKIPPED ] NVFuserTest.FusionCodeGen2_CUDA 2022-12-01T11:07:18.6534333Z [ SKIPPED ] NVFuserTest.FusionSimplePWise_CUDA 2022-12-01T11:07:18.6535197Z [ SKIPPED ] NVFuserTest.FusionSimpleAmperePipeline_CUDA 2022-12-01T11:07:18.6536109Z [ SKIPPED ] NVFuserTest.FusionSimplePWiseDtypeComplex_CUDA 2022-12-01T11:07:18.6536976Z [ SKIPPED ] NVFuserTest.FusionExecKernel_CUDA 2022-12-01T11:07:18.6538027Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt1_CUDA 2022-12-01T11:07:18.6538969Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt2_CUDA 2022-12-01T11:07:18.6539801Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt3_CUDA 2022-12-01T11:07:18.6540315Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt4_CUDA 2022-12-01T11:07:18.6540797Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt5_CUDA 2022-12-01T11:07:18.6541291Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt6_CUDA 2022-12-01T11:07:18.6541781Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt7_CUDA 2022-12-01T11:07:18.6542479Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAt8_CUDA 2022-12-01T11:07:18.6543050Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith1_CUDA 2022-12-01T11:07:18.6543567Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith2_CUDA 2022-12-01T11:07:18.6544084Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith3_CUDA 2022-12-01T11:07:18.6544583Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith4_CUDA 2022-12-01T11:07:18.6545099Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith5_CUDA 2022-12-01T11:07:18.6545611Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeWith6_CUDA 2022-12-01T11:07:18.6546135Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiConsumers_CUDA 2022-12-01T11:07:18.6546673Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer1_CUDA 2022-12-01T11:07:18.6547220Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer2_CUDA 2022-12-01T11:07:18.6547766Z [ SKIPPED ] NVFuserTest.FusionComputeAtCommonConsumer3_CUDA 2022-12-01T11:07:18.6548305Z [ SKIPPED ] NVFuserTest.FusionComputeAtNoCommonConsumer_CUDA 2022-12-01T11:07:18.6548996Z [ SKIPPED ] NVFuserTest.FusionRootMappingBasic_CUDA 2022-12-01T11:07:18.6549995Z [ SKIPPED ] NVFuserTest.FusionRootMappingRfactor_CUDA 2022-12-01T11:07:18.6551311Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency1_CUDA 2022-12-01T11:07:18.6552487Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency2_CUDA 2022-12-01T11:07:18.6553631Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency3_CUDA 2022-12-01T11:07:18.6554719Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency4_CUDA 2022-12-01T11:07:18.6555488Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency5_CUDA_CUDA 2022-12-01T11:07:18.6556115Z [ SKIPPED ] NVFuserTest.FusionRootMappingReductionDependency6_CUDA_CUDA 2022-12-01T11:07:18.6556962Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcast_CUDA 2022-12-01T11:07:18.6558244Z [ SKIPPED ] NVFuserTest.FusionRootMappingMultipleBroadcastWithNoCommonConsumer_CUDA 2022-12-01T11:07:18.6559342Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcastNonUniqueSize_CUDA 2022-12-01T11:07:18.6559914Z [ SKIPPED ] NVFuserTest.FusionRootMappingBroadcast_CUDA 2022-12-01T11:07:18.6560497Z [ SKIPPED ] NVFuserTest.FusionRootMappingTrivialReduction_CUDA 2022-12-01T11:07:18.6561292Z [ SKIPPED ] NVFuserTest.FusionRootMappingRepro1950_CUDA 2022-12-01T11:07:18.6561815Z [ SKIPPED ] NVFuserTest.FusionDetectSelfMappedDomains_CUDA 2022-12-01T11:07:18.6562313Z [ SKIPPED ] NVFuserTest.FusionScalarInputs_CUDA 2022-12-01T11:07:18.6562759Z [ SKIPPED ] NVFuserTest.FusionLoopUnroll_CUDA 2022-12-01T11:07:18.6563200Z [ SKIPPED ] NVFuserTest.FusionUnaryOps_CUDA 2022-12-01T11:07:18.6563722Z [ SKIPPED ] NVFuserTest.FusionBinaryOps_CUDA 2022-12-01T11:07:18.6564455Z [ SKIPPED ] NVFuserTest.FusionTernaryOps_CUDA 2022-12-01T11:07:18.6564921Z [ SKIPPED ] NVFuserTest.FusionCompoundOps_CUDA 2022-12-01T11:07:18.6565360Z [ SKIPPED ] NVFuserTest.FusionCastOps_CUDA 2022-12-01T11:07:18.6565795Z [ SKIPPED ] NVFuserTest.FusionReduction1_CUDA 2022-12-01T11:07:18.6566327Z [ SKIPPED ] NVFuserTest.FusionReduction2_CUDA 2022-12-01T11:07:18.6566788Z [ SKIPPED ] NVFuserTest.FusionReduction3_CUDA 2022-12-01T11:07:18.6567231Z [ SKIPPED ] NVFuserTest.FusionReduction4_CUDA 2022-12-01T11:07:18.6567640Z [ SKIPPED ] NVFuserTest.FusionReduction5_CUDA 2022-12-01T11:07:18.6568075Z [ SKIPPED ] NVFuserTest.FusionReduction6_CUDA 2022-12-01T11:07:18.6568551Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction_CUDA 2022-12-01T11:07:18.6569044Z [ SKIPPED ] NVFuserTest.FusionMultiGridReduction2_CUDA 2022-12-01T11:07:18.6569527Z [ SKIPPED ] NVFuserTest.FusionReductionTFT_CUDA 2022-12-01T11:07:18.6570013Z [ SKIPPED ] NVFuserTest.FusionReductionOuterSplit_CUDA 2022-12-01T11:07:18.6570477Z [ SKIPPED ] NVFuserTest.FusionBranches_CUDA 2022-12-01T11:07:18.6570911Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast1_CUDA 2022-12-01T11:07:18.6571368Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast2_CUDA 2022-12-01T11:07:18.6571827Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast3_CUDA 2022-12-01T11:07:18.6572262Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast4_CUDA 2022-12-01T11:07:18.6572713Z [ SKIPPED ] NVFuserTest.FusionSimpleBCast5_CUDA 2022-12-01T11:07:18.6573171Z [ SKIPPED ] NVFuserTest.FusionComplexBCast1_CUDA 2022-12-01T11:07:18.6573631Z [ SKIPPED ] NVFuserTest.FusionComplexBCast2_CUDA 2022-12-01T11:07:18.6574111Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing1_CUDA 2022-12-01T11:07:18.6574600Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing2_CUDA 2022-12-01T11:07:18.6575083Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing3_CUDA 2022-12-01T11:07:18.6575549Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing4_CUDA 2022-12-01T11:07:18.6576029Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing5_CUDA 2022-12-01T11:07:18.6576510Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing6_CUDA 2022-12-01T11:07:18.6576975Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing7_CUDA 2022-12-01T11:07:18.6577457Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing8_CUDA 2022-12-01T11:07:18.6577941Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing9_CUDA 2022-12-01T11:07:18.6578422Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing10_CUDA 2022-12-01T11:07:18.6578991Z [ SKIPPED ] NVFuserTest.FusionAdvancedIndexing11_CUDA 2022-12-01T11:07:18.6579483Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering1_CUDA 2022-12-01T11:07:18.6579964Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering2_CUDA 2022-12-01T11:07:18.6580427Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering3_CUDA 2022-12-01T11:07:18.6580903Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering4_CUDA 2022-12-01T11:07:18.6581385Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering5_CUDA 2022-12-01T11:07:18.6581850Z [ SKIPPED ] NVFuserTest.FusionAdvancedLowering6_CUDA 2022-12-01T11:07:18.6582319Z [ SKIPPED ] NVFuserTest.FusionSimpleGemm_CUDA 2022-12-01T11:07:18.6582763Z [ SKIPPED ] NVFuserTest.FusionSoftmax1D_CUDA 2022-12-01T11:07:18.6583223Z [ SKIPPED ] NVFuserTest.FusionSoftmax1DNormalized_CUDA 2022-12-01T11:07:18.6583687Z [ SKIPPED ] NVFuserTest.FusionSoftmax3D_CUDA 2022-12-01T11:07:18.6584162Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DNormalized_CUDA 2022-12-01T11:07:18.6584896Z [ SKIPPED ] NVFuserTest.FusionSoftmaxComputeAt_CUDA 2022-12-01T11:07:18.6585362Z [ SKIPPED ] NVFuserTest.FusionGridReduction1_CUDA 2022-12-01T11:07:18.6585828Z [ SKIPPED ] NVFuserTest.FusionGridReduction2_CUDA 2022-12-01T11:07:18.6586310Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim1_CUDA 2022-12-01T11:07:18.6586790Z [ SKIPPED ] NVFuserTest.FusionGridReduction3dim0_CUDA 2022-12-01T11:07:18.6587271Z [ SKIPPED ] NVFuserTest.FusionGridReduction4_CUDA 2022-12-01T11:07:18.6587740Z [ SKIPPED ] NVFuserTest.FusionGridReduction5_CUDA 2022-12-01T11:07:18.6588237Z [ SKIPPED ] NVFuserTest.FusionGridReduction6_CUDA 2022-12-01T11:07:18.6588715Z [ SKIPPED ] NVFuserTest.FusionGridReduction7_CUDA 2022-12-01T11:07:18.6589179Z [ SKIPPED ] NVFuserTest.FusionGridReduction8_CUDA 2022-12-01T11:07:18.6589637Z [ SKIPPED ] NVFuserTest.FusionGridReduction9_CUDA 2022-12-01T11:07:18.6590095Z [ SKIPPED ] NVFuserTest.FusionGridReduction10_CUDA 2022-12-01T11:07:18.6590975Z [ SKIPPED ] NVFuserTest.FusionNonRedAxisBind_CUDA 2022-12-01T11:07:18.6591434Z [ SKIPPED ] NVFuserTest.FusionSplitBCast_CUDA 2022-12-01T11:07:18.6591875Z [ SKIPPED ] NVFuserTest.FusionBCastInnerDim_CUDA 2022-12-01T11:07:18.6592330Z [ SKIPPED ] NVFuserTest.FusionBCastReduce_CUDA 2022-12-01T11:07:18.6592827Z [ SKIPPED ] NVFuserTest.FusionReductionMultiConsumer_CUDA 2022-12-01T11:07:18.6593336Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder1_CUDA 2022-12-01T11:07:18.6593852Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder2_CUDA 2022-12-01T11:07:18.6594361Z [ SKIPPED ] NVFuserTest.FusionComputeAtExprOrder3_CUDA 2022-12-01T11:07:18.6594856Z [ SKIPPED ] NVFuserTest.FusionZeroDimComputeAt_CUDA 2022-12-01T11:07:18.6595326Z [ SKIPPED ] NVFuserTest.FusionZeroDimBroadcast_CUDA 2022-12-01T11:07:18.6595807Z [ SKIPPED ] NVFuserTest.FusionZeroDimReduction_CUDA 2022-12-01T11:07:18.6596289Z [ SKIPPED ] NVFuserTest.FusionBCastAfterReduce_CUDA 2022-12-01T11:07:18.6596755Z [ SKIPPED ] NVFuserTest.FusionOutputBroadcast_CUDA 2022-12-01T11:07:18.6597256Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimBasic_CUDA 2022-12-01T11:07:18.6597802Z [ SKIPPED ] NVFuserTest.FusionReductionKeepDimScheduler_CUDA 2022-12-01T11:07:18.6598279Z [ SKIPPED ] NVFuserTest.FusionSumTo_CUDA 2022-12-01T11:07:18.6598692Z [ SKIPPED ] NVFuserTest.FusionSumToNoop_CUDA 2022-12-01T11:07:18.6599170Z [ SKIPPED ] NVFuserTest.FusionReductionScheduler_CUDA 2022-12-01T11:07:18.6599665Z [ SKIPPED ] NVFuserTest.FusionSymbolicReduction_CUDA 2022-12-01T11:07:18.6600231Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimNonFastest_CUDA 2022-12-01T11:07:18.6600861Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerMultiDimFastest_CUDA 2022-12-01T11:07:18.6601570Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerNoODimShmoo_CUDA 2022-12-01T11:07:18.6602132Z [ SKIPPED ] NVFuserTest.FusionReductionSchedulerDimShmoo_CUDA 2022-12-01T11:07:18.6602637Z [ SKIPPED ] NVFuserTest.FusionCacheBefore_CUDA 2022-12-01T11:07:18.6603086Z [ SKIPPED ] NVFuserTest.FusionCacheAfter_CUDA 2022-12-01T11:07:18.6603527Z [ SKIPPED ] NVFuserTest.FusionCacheFork_CUDA 2022-12-01T11:07:18.6603967Z [ SKIPPED ] NVFuserTest.FusionCacheIndirect_CUDA 2022-12-01T11:07:18.6604414Z [ SKIPPED ] NVFuserTest.FusionCacheBcast_CUDA 2022-12-01T11:07:18.6604893Z [ SKIPPED ] NVFuserTest.FusionCacheMultiConsumer_CUDA 2022-12-01T11:07:18.6605325Z [ SKIPPED ] NVFuserTest.FusionSmem_CUDA 2022-12-01T11:07:18.6605755Z [ SKIPPED ] NVFuserTest.FusionSmemReduce_CUDA 2022-12-01T11:07:18.6606207Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemm_CUDA 2022-12-01T11:07:18.6606677Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCache_CUDA 2022-12-01T11:07:18.6607230Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentSoftmax2D_CUDA 2022-12-01T11:07:18.6607786Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerSoftmax_CUDA 2022-12-01T11:07:18.6608283Z [ SKIPPED ] NVFuserTest.FusionTestMaskSoftmax_CUDA 2022-12-01T11:07:18.6608813Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormBackward_CUDA 2022-12-01T11:07:18.6609410Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerRMSNormBackward_CUDA 2022-12-01T11:07:18.6610081Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerLayerNormalization_CUDA 2022-12-01T11:07:18.6610679Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerRMSNormalization_CUDA 2022-12-01T11:07:18.6611284Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerBatchNormalization_CUDA 2022-12-01T11:07:18.6611901Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerInstanceNormalization_CUDA 2022-12-01T11:07:18.6612583Z [ SKIPPED ] NVFuserTest.FusionMagicSchedulerInstanceNormalizationBackward_CUDA 2022-12-01T11:07:18.6613196Z [ SKIPPED ] NVFuserTest.FusionPersistentSoftmaxLocalSmem_CUDA 2022-12-01T11:07:18.6613757Z [ SKIPPED ] NVFuserTest.FusionPersistentNormLocalShared_CUDA 2022-12-01T11:07:18.6614314Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPersistentNorm_CUDA 2022-12-01T11:07:18.6614865Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolic_CUDA 2022-12-01T11:07:18.6615455Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicReductionSymbolicArg_CUDA 2022-12-01T11:07:18.6616068Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicPwiseMulSymbolicArgWAR_CUDA 2022-12-01T11:07:18.6616615Z [ SKIPPED ] NVFuserTest.FusionSmemDynamicTiledGemm_CUDA 2022-12-01T11:07:18.6617123Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediate_CUDA 2022-12-01T11:07:18.6617689Z [ SKIPPED ] NVFuserTest.FusionGlobalIntermediateDefaultSchedule_CUDA 2022-12-01T11:07:18.6618216Z [ SKIPPED ] NVFuserTest.FusionConstCheck_CUDA 2022-12-01T11:07:18.6618666Z [ SKIPPED ] NVFuserTest.FusionUnrollWithAlloc_CUDA 2022-12-01T11:07:18.6619164Z [ SKIPPED ] NVFuserTest.FusionIsZeroInt_CUDA 2022-12-01T11:07:18.6619595Z [ SKIPPED ] NVFuserTest.FusionIsOneInt_CUDA 2022-12-01T11:07:18.6620098Z [ SKIPPED ] NVFuserTest.FusionComputeAtNonterminatingOutput_CUDA 2022-12-01T11:07:18.6620625Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder1_CUDA 2022-12-01T11:07:18.6621104Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder2_CUDA 2022-12-01T11:07:18.6621567Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder3_CUDA 2022-12-01T11:07:18.6622038Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder4_CUDA 2022-12-01T11:07:18.6622510Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder5_CUDA 2022-12-01T11:07:18.6622980Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder6_CUDA 2022-12-01T11:07:18.6623498Z [ SKIPPED ] NVFuserTest.FusionTraversalOrder7_CUDA 2022-12-01T11:07:18.6623970Z [ SKIPPED ] NVFuserTest.FusionThreadPredicate_CUDA 2022-12-01T11:07:18.6624417Z [ SKIPPED ] NVFuserTest.FusionLSTMCell_CUDA 2022-12-01T11:07:18.6624874Z [ SKIPPED ] NVFuserTest.FusionComputeAtMultiBCast_CUDA 2022-12-01T11:07:18.6625355Z [ SKIPPED ] NVFuserTest.FusionReductionHalf_CUDA 2022-12-01T11:07:18.6625815Z [ SKIPPED ] NVFuserTest.FusionReduceSingle_CUDA 2022-12-01T11:07:18.6626301Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast_CUDA 2022-12-01T11:07:18.6626853Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast2_CUDA 2022-12-01T11:07:18.6627402Z [ SKIPPED ] NVFuserTest.FusionReduceImplicitBroadcast3_CUDA 2022-12-01T11:07:18.6627913Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction_CUDA 2022-12-01T11:07:18.6628386Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction2_CUDA 2022-12-01T11:07:18.6628877Z [ SKIPPED ] NVFuserTest.FusionTrivialReduction3_CUDA 2022-12-01T11:07:18.6629399Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction1_CUDA 2022-12-01T11:07:18.6629921Z [ SKIPPED ] NVFuserTest.FusionDetectTrivialReduction2_CUDA 2022-12-01T11:07:18.6630742Z [ SKIPPED ] NVFuserTest.FusionInputsIdLookup_CUDA 2022-12-01T11:07:18.6631255Z [ SKIPPED ] NVFuserTest.FusionGroupGuardSimpleTensor_CUDA 2022-12-01T11:07:18.6631802Z [ SKIPPED ] NVFuserTest.FusionGroupGuardBroadcastTensor_CUDA 2022-12-01T11:07:18.6632342Z [ SKIPPED ] NVFuserTest.FusionGroupGuardPermutedTensor_CUDA 2022-12-01T11:07:18.6632968Z [ SKIPPED ] NVFuserTest.FusionGroupGuardRelaxedCheck_CUDA 2022-12-01T11:07:18.6633480Z [ SKIPPED ] NVFuserTest.FusionDisjointSet_CUDA 2022-12-01T11:07:18.6633962Z [ SKIPPED ] NVFuserTest.FusionNonUniqueBroadcastSize_CUDA 2022-12-01T11:07:18.6634449Z [ SKIPPED ] NVFuserTest.FusionBiasGeluFwd_CUDA 2022-12-01T11:07:18.6634901Z [ SKIPPED ] NVFuserTest.FusionBiasGeluBwd_CUDA 2022-12-01T11:07:18.6635329Z [ SKIPPED ] NVFuserTest.FusionIssue459_CUDA 2022-12-01T11:07:18.6635801Z [ SKIPPED ] NVFuserTest.FusionSmemIndexingSimple_CUDA 2022-12-01T11:07:18.6636279Z [ SKIPPED ] NVFuserTest.FusionSmemIndexing_CUDA 2022-12-01T11:07:18.6636767Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction_CUDA 2022-12-01T11:07:18.6637270Z [ SKIPPED ] NVFuserTest.FusionCacheBeforeReduction2_CUDA 2022-12-01T11:07:18.6637745Z [ SKIPPED ] NVFuserTest.FusionIssue367_CUDA 2022-12-01T11:07:18.6638184Z [ SKIPPED ] NVFuserTest.FusionIssue468_CUDA 2022-12-01T11:07:18.6638596Z [ SKIPPED ] NVFuserTest.FusionIssue363_CUDA 2022-12-01T11:07:18.6639021Z [ SKIPPED ] NVFuserTest.FusionIssue484_CUDA 2022-12-01T11:07:18.6639441Z [ SKIPPED ] NVFuserTest.FusionIssue329_CUDA 2022-12-01T11:07:18.6639849Z [ SKIPPED ] NVFuserTest.FusionIssue382_CUDA 2022-12-01T11:07:18.6640269Z [ SKIPPED ] NVFuserTest.FusionIssue507_CUDA 2022-12-01T11:07:18.6640688Z [ SKIPPED ] NVFuserTest.FusionIssue532_CUDA 2022-12-01T11:07:18.6641129Z [ SKIPPED ] NVFuserTest.FusionLoopUnswitch_CUDA 2022-12-01T11:07:18.6641557Z [ SKIPPED ] NVFuserTest.FusionIssue549_CUDA 2022-12-01T11:07:18.6642014Z [ SKIPPED ] NVFuserTest.FusionSimpleCompileRtc_CUDA 2022-12-01T11:07:18.6642489Z [ SKIPPED ] NVFuserTest.FusionSerialWelford_CUDA 2022-12-01T11:07:18.6642933Z [ SKIPPED ] NVFuserTest.FusionBlockWelford_CUDA 2022-12-01T11:07:18.6643416Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordNoInit_CUDA 2022-12-01T11:07:18.6643914Z [ SKIPPED ] NVFuserTest.FusionGridWelfordNoInit_CUDA 2022-12-01T11:07:18.6644364Z [ SKIPPED ] NVFuserTest.FusionWelfordOp_CUDA 2022-12-01T11:07:18.6644821Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordOp_CUDA 2022-12-01T11:07:18.6645396Z [ SKIPPED ] NVFuserTest.FusionGridWelfordOp_CUDA 2022-12-01T11:07:18.6645870Z [ SKIPPED ] NVFuserTest.FusionRfactorWelfordOp_CUDA 2022-12-01T11:07:18.6646332Z [ SKIPPED ] NVFuserTest.FusionWelfordSchedule_CUDA 2022-12-01T11:07:18.6646798Z [ SKIPPED ] NVFuserTest.FusionWelfordShmoo_CUDA 2022-12-01T11:07:18.6647234Z [ SKIPPED ] NVFuserTest.FusionVarMean_CUDA 2022-12-01T11:07:18.6647697Z [ SKIPPED ] NVFuserTest.FusionSimpleGemmTransposed_CUDA 2022-12-01T11:07:18.6648209Z [ SKIPPED ] NVFuserTest.FusionSoftmax3DTransposed_CUDA 2022-12-01T11:07:18.6648759Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed1_CUDA 2022-12-01T11:07:18.6649323Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed2_CUDA 2022-12-01T11:07:18.6649962Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed3_CUDA 2022-12-01T11:07:18.6650537Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed4_CUDA 2022-12-01T11:07:18.6651111Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed5_CUDA 2022-12-01T11:07:18.6651664Z [ SKIPPED ] NVFuserTest.FusionAdvancedComputeAtTransposed6_CUDA 2022-12-01T11:07:18.6652214Z [ SKIPPED ] NVFuserTest.FusionSegmentReducePointwise_CUDA 2022-12-01T11:07:18.6652726Z [ SKIPPED ] NVFuserTest.FusionMultipleVectorize_CUDA 2022-12-01T11:07:18.6653195Z [ SKIPPED ] NVFuserTest.FusionVectorizeSimple_CUDA 2022-12-01T11:07:18.6653697Z [ SKIPPED ] NVFuserTest.FusionSimpleVectorizeUnroll_CUDA 2022-12-01T11:07:18.6654266Z [ SKIPPED ] NVFuserTest.FusionSegmentReduceSoftmax_CUDA 2022-12-01T11:07:18.6654732Z [ SKIPPED ] NVFuserTest.FusionSwizzle1_CUDA 2022-12-01T11:07:18.6655164Z [ SKIPPED ] NVFuserTest.FusionSwizzle2_CUDA 2022-12-01T11:07:18.6655623Z [ SKIPPED ] NVFuserTest.FusionGridPersistence_CUDA 2022-12-01T11:07:18.6656108Z [ SKIPPED ] NVFuserTest.FusionGridPersistence2_CUDA 2022-12-01T11:07:18.6656593Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence_CUDA 2022-12-01T11:07:18.6657096Z [ SKIPPED ] NVFuserTest.FusionWelfordPersistence2_CUDA 2022-12-01T11:07:18.6657559Z [ SKIPPED ] NVFuserTest.FusionIssue633_CUDA 2022-12-01T11:07:18.6658039Z [ SKIPPED ] NVFuserTest.FusionBroadcastAcrossComputeAt_CUDA 2022-12-01T11:07:18.6658605Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwise_CUDA 2022-12-01T11:07:18.6659233Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeContig_CUDA 2022-12-01T11:07:18.6659945Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicPass_CUDA 2022-12-01T11:07:18.6660661Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedPointwiseMergeSymbolicFail_CUDA 2022-12-01T11:07:18.6661299Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedRFactor_CUDA 2022-12-01T11:07:18.6661880Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedWrongDimFail_CUDA 2022-12-01T11:07:18.6662442Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStride_CUDA 2022-12-01T11:07:18.6663009Z [ SKIPPED ] NVFuserTest.FusionVectorizeMisalignedStrideFail_CUDA 2022-12-01T11:07:18.6663535Z [ SKIPPED ] NVFuserTest.FusionVectorization1_CUDA 2022-12-01T11:07:18.6663991Z [ SKIPPED ] NVFuserTest.FusionVectorization2_CUDA 2022-12-01T11:07:18.6664455Z [ SKIPPED ] NVFuserTest.FusionVectorization3_CUDA 2022-12-01T11:07:18.6664948Z [ SKIPPED ] NVFuserTest.FusionVectorizationRFactor_CUDA 2022-12-01T11:07:18.6665439Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop1_CUDA 2022-12-01T11:07:18.6665882Z [ SKIPPED ] NVFuserTest.FusionSizeOneLoop2_CUDA 2022-12-01T11:07:18.6666368Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize1_CUDA 2022-12-01T11:07:18.6666884Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize2_CUDA 2022-12-01T11:07:18.6667442Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize3_CUDA 2022-12-01T11:07:18.6667956Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize4_CUDA 2022-12-01T11:07:18.6668467Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize5_CUDA 2022-12-01T11:07:18.6668975Z [ SKIPPED ] NVFuserTest.FusionValidateParallelize6_CUDA 2022-12-01T11:07:18.6669430Z [ SKIPPED ] NVFuserTest.FusionDAGMerging_CUDA 2022-12-01T11:07:18.6669898Z [ SKIPPED ] NVFuserTest.FusionDAGScalarMerging_CUDA 2022-12-01T11:07:18.6670796Z [ SKIPPED ] NVFuserTest.FusionBlockReduceInSerialLoop_CUDA 2022-12-01T11:07:18.6671342Z [ SKIPPED ] NVFuserTest.FusionBlockWelfordInSerialLoop_CUDA 2022-12-01T11:07:18.6671914Z [ SKIPPED ] NVFuserTest.FusionIOTensorTrivialReductionRepro_CUDA 2022-12-01T11:07:18.6672458Z [ SKIPPED ] NVFuserTest.FusionReductionPredicate_CUDA 2022-12-01T11:07:18.6672906Z [ SKIPPED ] NVFuserTest.FusionIssue728_CUDA 2022-12-01T11:07:18.6673342Z [ SKIPPED ] NVFuserTest.FusionIssue757_CUDA 2022-12-01T11:07:18.6673840Z [ SKIPPED ] NVFuserTest.FusionPredicatedBlockBroadcast_CUDA 2022-12-01T11:07:18.6674367Z [ SKIPPED ] NVFuserTest.FusionSegmentVerticalMerge_CUDA 2022-12-01T11:07:18.6674871Z [ SKIPPED ] NVFuserTest.FusionSegmentHorizontalMerge_CUDA 2022-12-01T11:07:18.6675387Z [ SKIPPED ] NVFuserTest.FusionSegmentMixReduction_CUDA 2022-12-01T11:07:18.6675832Z [ SKIPPED ] NVFuserTest.FusionSBAR_CUDA 2022-12-01T11:07:18.6676258Z [ SKIPPED ] NVFuserTest.FusionSingleElement_CUDA 2022-12-01T11:07:18.6676814Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro_CUDA 2022-12-01T11:07:18.6677315Z [ SKIPPED ] NVFuserTest.FusionBNBackwardRepro2_CUDA 2022-12-01T11:07:18.6677752Z [ SKIPPED ] NVFuserTest.FusionBNRepro_CUDA 2022-12-01T11:07:18.6678185Z [ SKIPPED ] NVFuserTest.FusionBNRepro2_CUDA 2022-12-01T11:07:18.6678655Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorPW_CUDA 2022-12-01T11:07:18.6679171Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorReduction_CUDA 2022-12-01T11:07:18.6679712Z [ SKIPPED ] NVFuserTest.FusionZeroSizeTensorNormalization_CUDA 2022-12-01T11:07:18.6680230Z [ SKIPPED ] NVFuserTest.FusionSegmentIoAlias_CUDA 2022-12-01T11:07:18.6680702Z [ SKIPPED ] NVFuserTest.FusionWelford1Output_CUDA 2022-12-01T11:07:18.6681162Z [ SKIPPED ] NVFuserTest.FusionTranslate1Welford_CUDA 2022-12-01T11:07:18.6681647Z [ SKIPPED ] NVFuserTest.FusionTranslate2Welford_CUDA 2022-12-01T11:07:18.6682177Z [ SKIPPED ] NVFuserTest.FusionLargeWelfordNormalization_CUDA 2022-12-01T11:07:18.6682709Z [ SKIPPED ] NVFuserTest.FusionWelfordOuterPersistence_CUDA 2022-12-01T11:07:18.6683214Z [ SKIPPED ] NVFuserTest.FusionSegmentIslands_CUDA 2022-12-01T11:07:18.6683712Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast_CUDA 2022-12-01T11:07:18.6684242Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast2_CUDA 2022-12-01T11:07:18.6684757Z [ SKIPPED ] NVFuserTest.FusionBackOffInnerBroadcast3_CUDA 2022-12-01T11:07:18.6685242Z [ SKIPPED ] NVFuserTest.FusionSimpleWarp_CUDA 2022-12-01T11:07:18.6685705Z [ SKIPPED ] NVFuserTest.FusionSimpleWarpPad_CUDA 2022-12-01T11:07:18.6686174Z [ SKIPPED ] NVFuserTest.FusionWarpPadMergeSplit_CUDA 2022-12-01T11:07:18.6686674Z [ SKIPPED ] NVFuserTest.FusionSerialWarpReduction_CUDA 2022-12-01T11:07:18.6687186Z [ SKIPPED ] NVFuserTest.FusionTrivialWarpReduction_CUDA 2022-12-01T11:07:18.6687683Z [ SKIPPED ] NVFuserTest.FusionMultipleDimBinding_CUDA 2022-12-01T11:07:18.6688177Z [ SKIPPED ] NVFuserTest.FusionPadNoWarpReduce_CUDA 2022-12-01T11:07:18.6688675Z [ SKIPPED ] NVFuserTest.FusionWarpMutipleThreadDim_CUDA 2022-12-01T11:07:18.6689215Z [ SKIPPED ] NVFuserTest.FusionWarpReduceUnrollOuterLoop_CUDA 2022-12-01T11:07:18.6689842Z [ SKIPPED ] NVFuserTest.FusionWarpReducePredication_CUDA 2022-12-01T11:07:18.6690353Z [ SKIPPED ] NVFuserTest.FusionSegfaultReduction_CUDA 2022-12-01T11:07:18.6690859Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination1_CUDA 2022-12-01T11:07:18.6691365Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination2_CUDA 2022-12-01T11:07:18.6691882Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination3_CUDA 2022-12-01T11:07:18.6692406Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination4_CUDA 2022-12-01T11:07:18.6692908Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination5_CUDA 2022-12-01T11:07:18.6693428Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination6_CUDA 2022-12-01T11:07:18.6693946Z [ SKIPPED ] NVFuserTest.FusionPredicateElimination7_CUDA 2022-12-01T11:07:18.6694444Z [ SKIPPED ] NVFuserTest.FusionForceFp16Simple_CUDA 2022-12-01T11:07:18.6694904Z [ SKIPPED ] NVFuserTest.FusionForceBf16Simple_CUDA 2022-12-01T11:07:18.6695399Z [ SKIPPED ] NVFuserTest.FusionForceFp16NotAllCast_CUDA 2022-12-01T11:07:18.6695897Z [ SKIPPED ] NVFuserTest.FusionForceBf16NotAllCast_CUDA 2022-12-01T11:07:18.6696432Z [ SKIPPED ] NVFuserTest.FusionBufferReuseBroadCastMultiVisit_CUDA 2022-12-01T11:07:18.6696987Z [ SKIPPED ] NVFuserTest.FusionBufferReuseStressTest_CUDA 2022-12-01T11:07:18.6697515Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLargeBuffer_CUDA 2022-12-01T11:07:18.6698026Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNo2hop_CUDA 2022-12-01T11:07:18.6698588Z [ SKIPPED ] NVFuserTest.FusionBufferReuseAllocationOrder_CUDA 2022-12-01T11:07:18.6699150Z [ SKIPPED ] NVFuserTest.FusionBufferReuseLiveInterval_CUDA 2022-12-01T11:07:18.6699713Z [ SKIPPED ] NVFuserTest.FusionBufferReuseNoAcrossBroadcast_CUDA 2022-12-01T11:07:18.6700195Z [ SKIPPED ] NVFuserTest.FusionIssue970_CUDA 2022-12-01T11:07:18.6700634Z [ SKIPPED ] NVFuserTest.FusionIssue1016_CUDA 2022-12-01T11:07:18.6701068Z [ SKIPPED ] NVFuserTest.FusionIssue1021_CUDA 2022-12-01T11:07:18.6701521Z [ SKIPPED ] NVFuserTest.FusionNonUniqueThreadDim_CUDA 2022-12-01T11:07:18.6702041Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap1_CUDA 2022-12-01T11:07:18.6702570Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap2_CUDA 2022-12-01T11:07:18.6703089Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap3_CUDA 2022-12-01T11:07:18.6703589Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap4_CUDA 2022-12-01T11:07:18.6704113Z [ SKIPPED ] NVFuserTest.FusionParallelDimensionMap5_CUDA 2022-12-01T11:07:18.6704702Z [ SKIPPED ] NVFuserTest.FusionSegmenterCombineReductionsCycleRepro_CUDA 2022-12-01T11:07:18.6705288Z [ SKIPPED ] NVFuserTest.FusionSerialAndParallelIndexing_CUDA 2022-12-01T11:07:18.6705814Z [ SKIPPED ] NVFuserTest.FusionWARSyncAliasedSmem_CUDA 2022-12-01T11:07:18.6706285Z [ SKIPPED ] NVFuserTest.FusionIssue1099_CUDA 2022-12-01T11:07:18.6706734Z [ SKIPPED ] NVFuserTest.FusionUnswitchPredicate_CUDA 2022-12-01T11:07:18.6707191Z [ SKIPPED ] NVFuserTest.FusionIssue1189_CUDA 2022-12-01T11:07:18.6707624Z [ SKIPPED ] NVFuserTest.FusionIssue1052_CUDA 2022-12-01T11:07:18.6708092Z [ SKIPPED ] NVFuserTest.FusionPointwiseBroadcast_CUDA 2022-12-01T11:07:18.6708578Z [ SKIPPED ] NVFuserTest.FusionPointwiseVectorize_CUDA 2022-12-01T11:07:18.6709065Z [ SKIPPED ] NVFuserTest.FusionSmemAliasSerial_CUDA 2022-12-01T11:07:18.6709679Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions_CUDA 2022-12-01T11:07:18.6710664Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions_CUDA 2022-12-01T11:07:18.6711403Z [ SKIPPED ] NVFuserTest.FusionGridReductionWithNonExactParallelDimensions2_CUDA 2022-12-01T11:07:18.6712215Z [ SKIPPED ] NVFuserTest.FusionGridWelfordWithNonExactParallelDimensions2_CUDA 2022-12-01T11:07:18.6712852Z [ SKIPPED ] NVFuserTest.FusionPredicateParallelizedDomains_CUDA 2022-12-01T11:07:18.6713386Z [ SKIPPED ] NVFuserTest.FusionSmemPredicateUnswitch_CUDA 2022-12-01T11:07:18.6713859Z [ SKIPPED ] NVFuserTest.FusionFloatPow_CUDA 2022-12-01T11:07:18.6714297Z [ SKIPPED ] NVFuserTest.FusionIssue1127_CUDA 2022-12-01T11:07:18.6714758Z [ SKIPPED ] NVFuserTest.FusionChannelsLastParser_CUDA 2022-12-01T11:07:18.6715285Z [ SKIPPED ] NVFuserTest.FusionThreadPredicateUnswitch_CUDA 2022-12-01T11:07:18.6715803Z [ SKIPPED ] NVFuserTest.FusionNonContigOutputs_CUDA 2022-12-01T11:07:18.6716272Z [ SKIPPED ] NVFuserTest.FusionTestWarpSoftMax_CUDA 2022-12-01T11:07:18.6716726Z [ SKIPPED ] NVFuserTest.FusionIssue1133_CUDA 2022-12-01T11:07:18.6717188Z [ SKIPPED ] NVFuserTest.FusionRfactorContigIDs_CUDA 2022-12-01T11:07:18.6717732Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation1_CUDA 2022-12-01T11:07:18.6718294Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation2_CUDA 2022-12-01T11:07:18.6718911Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation3_CUDA 2022-12-01T11:07:18.6719485Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferCalculation4_CUDA 2022-12-01T11:07:18.6720032Z [ SKIPPED ] NVFuserTest.FusionPersistentBufferProjection_CUDA 2022-12-01T11:07:18.6720527Z [ SKIPPED ] NVFuserTest.FusionIssue1223_CUDA 2022-12-01T11:07:18.6721001Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication1_CUDA 2022-12-01T11:07:18.6721577Z [ SKIPPED ] NVFuserTest.FusionRfactorPredication2_CUDA 2022-12-01T11:07:18.6722079Z [ SKIPPED ] NVFuserTest.FusionRfactorIndirectRoot_CUDA 2022-12-01T11:07:18.6722586Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit1_CUDA 2022-12-01T11:07:18.6723085Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit2_CUDA 2022-12-01T11:07:18.6723566Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit3_CUDA 2022-12-01T11:07:18.6724054Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit4_CUDA 2022-12-01T11:07:18.6724544Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplit5_CUDA 2022-12-01T11:07:18.6725071Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize1_CUDA 2022-12-01T11:07:18.6725640Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleSplitVectorize2_CUDA 2022-12-01T11:07:18.6726154Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro_CUDA 2022-12-01T11:07:18.6726627Z [ SKIPPED ] NVFuserTest.FusionIssue1284Repro2_CUDA 2022-12-01T11:07:18.6727080Z [ SKIPPED ] NVFuserTest.FusionIssue1305Repro_CUDA 2022-12-01T11:07:18.6727556Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering1_CUDA 2022-12-01T11:07:18.6728036Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering2_CUDA 2022-12-01T11:07:18.6728498Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering3_CUDA 2022-12-01T11:07:18.6728975Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering4_CUDA 2022-12-01T11:07:18.6729451Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering5_CUDA 2022-12-01T11:07:18.6729909Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering6_CUDA 2022-12-01T11:07:18.6730381Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering7_CUDA 2022-12-01T11:07:18.6730851Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering8_CUDA 2022-12-01T11:07:18.6731322Z [ SKIPPED ] NVFuserTest.FusionDoubleBuffering9_CUDA 2022-12-01T11:07:18.6731854Z [ SKIPPED ] NVFuserTest.FusionSmemBlockGemmCacheDoubleBuffer_CUDA 2022-12-01T11:07:18.6732438Z [ SKIPPED ] NVFuserTest.FusionIntermediateTensorVectorize_CUDA 2022-12-01T11:07:18.6732994Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization1_CUDA 2022-12-01T11:07:18.6733523Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization2_CUDA 2022-12-01T11:07:18.6734135Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization3_CUDA 2022-12-01T11:07:18.6734680Z [ SKIPPED ] NVFuserTest.FusionBroadcastConcretization5_CUDA 2022-12-01T11:07:18.6735164Z [ SKIPPED ] NVFuserTest.FusionIssue1430_CUDA 2022-12-01T11:07:18.6735644Z [ SKIPPED ] NVFuserTest.FusionCodegenAllocatedScalars_CUDA 2022-12-01T11:07:18.6736134Z [ SKIPPED ] NVFuserTest.FusionIndexHoist1_CUDA 2022-12-01T11:07:18.6736582Z [ SKIPPED ] NVFuserTest.FusionIndexHoist2_CUDA 2022-12-01T11:07:18.6737019Z [ SKIPPED ] NVFuserTest.FusionTestGridComm_CUDA 2022-12-01T11:07:18.6737483Z [ SKIPPED ] NVFuserTest.FusionTestGridComm2_CUDA 2022-12-01T11:07:18.6737968Z [ SKIPPED ] NVFuserTest.FusionDoubleBufferVector_CUDA 2022-12-01T11:07:18.6738419Z [ SKIPPED ] NVFuserTest.FusionLargeSmem_CUDA 2022-12-01T11:07:18.6738868Z [ SKIPPED ] NVFuserTest.FusionTooLargeSmem_CUDA 2022-12-01T11:07:18.6739328Z [ SKIPPED ] NVFuserTest.FusionSmemAlignment_CUDA 2022-12-01T11:07:18.6739811Z [ SKIPPED ] NVFuserTest.FusionImmediateValueAsInput_CUDA 2022-12-01T11:07:18.6740328Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndex_CUDA 2022-12-01T11:07:18.6740861Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexFail_CUDA 2022-12-01T11:07:18.6741400Z [ SKIPPED ] NVFuserTest.FusionVectorizeInputToOutput_CUDA 2022-12-01T11:07:18.6741969Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexValidationFail_CUDA 2022-12-01T11:07:18.6742563Z [ SKIPPED ] NVFuserTest.FusionContigIndexingWithBroadcast_CUDA 2022-12-01T11:07:18.6743223Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexValidationFail2_CUDA 2022-12-01T11:07:18.6743845Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexWithBroadcast_CUDA 2022-12-01T11:07:18.6744486Z [ SKIPPED ] NVFuserTest.FusionVectorizeContigIndexPointwiseSchedule_CUDA 2022-12-01T11:07:18.6745095Z [ SKIPPED ] NVFuserTest.FusionTrivialReductionForwarding1_CUDA 2022-12-01T11:07:18.6745662Z [ SKIPPED ] NVFuserTest.FusionTrivialReductionForwarding2_CUDA 2022-12-01T11:07:18.6746212Z [ SKIPPED ] NVFuserTest.FusionTrivialReductionForwarding3_CUDA 2022-12-01T11:07:18.6746765Z [ SKIPPED ] NVFuserTest.FusionTrivialReductionForwarding4_CUDA 2022-12-01T11:07:18.6747311Z [ SKIPPED ] NVFuserTest.FusionRAWSyncInsertionPlace1_CUDA 2022-12-01T11:07:18.6747825Z [ SKIPPED ] NVFuserTest.FusionRAWSyncInsertionPlace2_CUDA 2022-12-01T11:07:18.6748355Z [ SKIPPED ] NVFuserTest.FusionRAWSyncInsertionPlace3_CUDA 2022-12-01T11:07:18.6748888Z [ SKIPPED ] NVFuserTest.FusionRAWSyncInsertionPlace4_CUDA 2022-12-01T11:07:18.6749445Z [ SKIPPED ] NVFuserTest.FusionSerialSmemWriteParallelRead1_CUDA 2022-12-01T11:07:18.6750007Z [ SKIPPED ] NVFuserTest.FusionSerialSmemWriteParallelRead2_CUDA 2022-12-01T11:07:18.6750916Z [ SKIPPED ] NVFuserTest.FusionSimpleCpAsync_CUDA 2022-12-01T11:07:18.6751421Z [ SKIPPED ] NVFuserTest.FusionDoubleBufferCpAsync1_CUDA 2022-12-01T11:07:18.6751924Z [ SKIPPED ] NVFuserTest.FusionDoubleBufferCpAsync2_CUDA 2022-12-01T11:07:18.6752428Z [ SKIPPED ] NVFuserTest.FusionDoubleBufferNoSync_CUDA 2022-12-01T11:07:18.6752919Z [ SKIPPED ] NVFuserTest.FusionCpAsyncPredicate_CUDA 2022-12-01T11:07:18.6753385Z [ SKIPPED ] NVFuserTest.FusionPredRemovalCheck_CUDA 2022-12-01T11:07:18.6753943Z [ SKIPPED ] NVFuserTest.FusionPropagateParallelTypesToSiblings_CUDA 2022-12-01T11:07:18.6754501Z [ SKIPPED ] NVFuserTest.FusionExactRootDomainMap_CUDA 2022-12-01T11:07:18.6755013Z [ SKIPPED ] NVFuserTest.FusionIncompleteConcreteID_CUDA 2022-12-01T11:07:18.6755527Z [ SKIPPED ] NVFuserTest.FusionTestReEntrantGridWelford_CUDA 2022-12-01T11:07:18.6756045Z [ SKIPPED ] NVFuserTest.FusionRedundantPredSync_CUDA 2022-12-01T11:07:18.6756644Z [ SKIPPED ] NVFuserTest.FusionRedundantPredSync2_CUDA 2022-12-01T11:07:18.6757127Z [ SKIPPED ] NVFuserTest.FusionRedundantPredSync3_CUDA 2022-12-01T11:07:18.6757615Z [ SKIPPED ] NVFuserTest.FusionRedundantUseCheck_CUDA 2022-12-01T11:07:18.6758098Z [ SKIPPED ] NVFuserTest.FusionSimpleSwizzle0_CUDA 2022-12-01T11:07:18.6758550Z [ SKIPPED ] NVFuserTest.FusionSimpleSwizzle1_CUDA 2022-12-01T11:07:18.6759017Z [ SKIPPED ] NVFuserTest.FusionSimpleSwizzle2_CUDA 2022-12-01T11:07:18.6759484Z [ SKIPPED ] NVFuserTest.FusionSwizzleMapping_CUDA 2022-12-01T11:07:18.6759944Z [ SKIPPED ] NVFuserTest.FusionLoopSwizzle0_CUDA 2022-12-01T11:07:18.6760383Z [ SKIPPED ] NVFuserTest.FusionLoopSwizzle1_CUDA 2022-12-01T11:07:18.6760861Z [ SKIPPED ] NVFuserTest.FusionLoopSwizzleCheck0_CUDA 2022-12-01T11:07:18.6761356Z [ SKIPPED ] NVFuserTest.FusionLoopSwizzleCheck1_CUDA 2022-12-01T11:07:18.6761802Z [ SKIPPED ] NVFuserTest.FusionUnsqueeze1_CUDA 2022-12-01T11:07:18.6762240Z [ SKIPPED ] NVFuserTest.FusionSqueeze1_CUDA 2022-12-01T11:07:18.6762703Z [ SKIPPED ] NVFuserTest.FusionContigPredicate_CUDA 2022-12-01T11:07:18.6763154Z [ SKIPPED ] NVFuserTest.FusionDivScalarLhs_CUDA 2022-12-01T11:07:18.6763601Z [ SKIPPED ] NVFuserTest.FusionRepro1713_CUDA 2022-12-01T11:07:18.6764027Z [ SKIPPED ] NVFuserTest.FusionExpand_CUDA 2022-12-01T11:07:18.6764479Z [ SKIPPED ] NVFuserTest.FusionExpandIssue1751_CUDA 2022-12-01T11:07:18.6764945Z [ SKIPPED ] NVFuserTest.FusionExpandToConcrete_CUDA 2022-12-01T11:07:18.6765523Z [ SKIPPED ] NVFuserTest.FusionReproNoncontigBroadcast_CUDA 2022-12-01T11:07:18.6766092Z [ SKIPPED ] NVFuserTest.FusionTransformPropagateSibling_CUDA 2022-12-01T11:07:18.6766666Z [ SKIPPED ] NVFuserTest.FusionTransformPropagateSelectorSibling_CUDA 2022-12-01T11:07:18.6767258Z [ SKIPPED ] NVFuserTest.FusionTransformPropagatePosition_CUDA 2022-12-01T11:07:18.6767814Z [ SKIPPED ] NVFuserTest.FusionIgnoreZeroDimReduction_CUDA 2022-12-01T11:07:18.6768315Z [ SKIPPED ] NVFuserTest.FusionIssue1770Repro_CUDA 2022-12-01T11:07:18.6768822Z [ SKIPPED ] NVFuserTest.FusionTransformPropagatorSelector_CUDA 2022-12-01T11:07:18.6769373Z [ SKIPPED ] NVFuserTest.FusionTransformPropagatorPos_CUDA 2022-12-01T11:07:18.6769984Z [ SKIPPED ] NVFuserTest.FusionMaxRootDomainInfoSpanningTreePrintTwice_CUDA 2022-12-01T11:07:18.6770598Z [ SKIPPED ] NVFuserTest.FusionTransformPropagatorNoOverwrite_CUDA 2022-12-01T11:07:18.6771137Z [ SKIPPED ] NVFuserTest.FusionIssue1785Repro_CUDA 2022-12-01T11:07:18.6771591Z [ SKIPPED ] NVFuserTest.FusionSkipReplay_CUDA 2022-12-01T11:07:18.6772044Z [ SKIPPED ] NVFuserTest.FusionInlineRepro1803_CUDA 2022-12-01T11:07:18.6772571Z [ SKIPPED ] NVFuserTest.FusionBoundedDirectionSelection1_CUDA 2022-12-01T11:07:18.6773087Z [ SKIPPED ] NVFuserTest.FusionIssueRepro1844_CUDA 2022-12-01T11:07:18.6773562Z [ SKIPPED ] NVFuserTest.FusionInsertMagicZero1_CUDA 2022-12-01T11:07:18.6774004Z [ SKIPPED ] NVFuserTest.FusionRepro1860_CUDA 2022-12-01T11:07:18.6774455Z [ SKIPPED ] NVFuserTest.FusionExpandReduce_CUDA 2022-12-01T11:07:18.6774919Z [ SKIPPED ] NVFuserTest.FusionExpandReduce2_CUDA 2022-12-01T11:07:18.6775388Z [ SKIPPED ] NVFuserTest.FusionExpandBadShapeTest_CUDA 2022-12-01T11:07:18.6776037Z [ SKIPPED ] NVFuserTest.FusionPointwiseScheduleWithBroadcastAndTrivialReduction_CUDA 2022-12-01T11:07:18.6776722Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorMismatchedDims1_CUDA 2022-12-01T11:07:18.6777309Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorMismatchedDims2_CUDA 2022-12-01T11:07:18.6777911Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorMismatchedDims3_CUDA 2022-12-01T11:07:18.6778511Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorMismatchedDims4_CUDA 2022-12-01T11:07:18.6779148Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorBroadcast_CUDA 2022-12-01T11:07:18.6779762Z [ SKIPPED ] NVFuserTest.FusionInlinePropagatorBroadcastTrivialReduction_CUDA 2022-12-01T11:07:18.6780463Z [ SKIPPED ] NVFuserTest.FusionMatchedLeafPosWithoutReplayTrivialReduction_CUDA 2022-12-01T11:07:18.6781146Z [ SKIPPED ] NVFuserTest.FusionMatchedLeafPosWithoutReplayBroadcast_CUDA 2022-12-01T11:07:18.6781721Z [ SKIPPED ] NVFuserTest.FusionIdGraphTrivialReduction_CUDA 2022-12-01T11:07:18.6782187Z [ SKIPPED ] NVFuserTest.FusionPrint_CUDA 2022-12-01T11:07:18.6782660Z [ SKIPPED ] NVFuserTest.FusionCheckedSymbolicShape_CUDA 2022-12-01T11:07:18.6783164Z [ SKIPPED ] NVFuserTest.FusionSizeDependentData_CUDA 2022-12-01T11:07:18.6783678Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeRepro1_CUDA 2022-12-01T11:07:18.6784223Z [ SKIPPED ] NVFuserTest.FusionInlineBroadcastIndexing0_CUDA 2022-12-01T11:07:18.6784739Z [ SKIPPED ] NVFuserTest.FusionPredicateUnshare_CUDA 2022-12-01T11:07:18.6785188Z [ SKIPPED ] NVFuserTest.AsyncCompilation_CUDA 2022-12-01T11:07:18.6785773Z [ SKIPPED ] NVFuserTest.FusionMergeBroadcastingTrivialReduction1_CUDA 2022-12-01T11:07:18.6786402Z [ SKIPPED ] NVFuserTest.FusionMergeBroadcastingTrivialReduction2_CUDA 2022-12-01T11:07:18.6786954Z [ SKIPPED ] NVFuserTest.FusionStandaloneARange_CUDA 2022-12-01T11:07:18.6787417Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce1_CUDA 2022-12-01T11:07:18.6787936Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce2_CUDA 2022-12-01T11:07:18.6788411Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce3_CUDA 2022-12-01T11:07:18.6788859Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce4_CUDA 2022-12-01T11:07:18.6789322Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce5_CUDA 2022-12-01T11:07:18.6789795Z [ SKIPPED ] NVFuserTest.FusionGridAllreduce6_CUDA 2022-12-01T11:07:18.6790613Z [ SKIPPED ] NVFuserTest.FusionGridAllreduceWelford1_CUDA 2022-12-01T11:07:18.6791199Z [ SKIPPED ] NVFuserTest.FusionGridAllreduceWelford2_CUDA 2022-12-01T11:07:18.6791737Z [ SKIPPED ] NVFuserTest.FusionFusedReductionBatchnorm_CUDA 2022-12-01T11:07:18.6792251Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction1_CUDA 2022-12-01T11:07:18.6792727Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction2_CUDA 2022-12-01T11:07:18.6793207Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction3_CUDA 2022-12-01T11:07:18.6793699Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction4_CUDA 2022-12-01T11:07:18.6794172Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction5_CUDA 2022-12-01T11:07:18.6794653Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction6_CUDA 2022-12-01T11:07:18.6795139Z [ SKIPPED ] NVFuserTest.FusionGroupedReduction7_CUDA 2022-12-01T11:07:18.6795643Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionRfactor1_CUDA 2022-12-01T11:07:18.6796195Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionRfactor2_CUDA 2022-12-01T11:07:18.6796771Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionAfterComputeAt_CUDA 2022-12-01T11:07:18.6797305Z [ SKIPPED ] NVFuserTest.FusionGroupAllreduce1_CUDA 2022-12-01T11:07:18.6797767Z [ SKIPPED ] NVFuserTest.FusionGroupAllreduce2_CUDA 2022-12-01T11:07:18.6798243Z [ SKIPPED ] NVFuserTest.FusionGroupAllreduce3_CUDA 2022-12-01T11:07:18.6798718Z [ SKIPPED ] NVFuserTest.FusionGroupAllreduce4_CUDA 2022-12-01T11:07:18.6799177Z [ SKIPPED ] NVFuserTest.FusionGroupAllreduce5_CUDA 2022-12-01T11:07:18.6799710Z [ SKIPPED ] NVFuserTest.FusionPersistentBNBackwardAllreduce_CUDA 2022-12-01T11:07:18.6800283Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionReEntrant1_CUDA 2022-12-01T11:07:18.6800900Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionChannelsLastBatchNormLike_CUDA 2022-12-01T11:07:18.6802104Z [ SKIPPED ] NVFuserTest.FusionGroupedReductionPersistentChannelsLastBatchNormLike_CUDA 2022-12-01T11:07:18.6802830Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce1_CUDA 2022-12-01T11:07:18.6803461Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce2_CUDA 2022-12-01T11:07:18.6804073Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce3_CUDA 2022-12-01T11:07:18.6804697Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduce4_CUDA 2022-12-01T11:07:18.6805416Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduceWelford1_CUDA 2022-12-01T11:07:18.6806120Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduceWelford2_CUDA 2022-12-01T11:07:18.6806817Z [ SKIPPED ] NVFuserTest.FusionCrossIterationGroupedGridAllreduceWelfordShmoo_CUDA 2022-12-01T11:07:18.6807373Z [ SKIPPED ] NVFuserTest.FusionShift1_CUDA 2022-12-01T11:07:18.6807798Z [ SKIPPED ] NVFuserTest.FusionShift2_CUDA 2022-12-01T11:07:18.6808237Z [ SKIPPED ] NVFuserTest.FusionShiftRightOfCA_CUDA 2022-12-01T11:07:18.6808710Z [ SKIPPED ] NVFuserTest.FusionShiftLeftOfCA_CUDA 2022-12-01T11:07:18.6809172Z [ SKIPPED ] NVFuserTest.FusionShiftSplit1_CUDA 2022-12-01T11:07:18.6809605Z [ SKIPPED ] NVFuserTest.FusionShiftSplit2_CUDA 2022-12-01T11:07:18.6810071Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplit_CUDA 2022-12-01T11:07:18.6810550Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencil_CUDA 2022-12-01T11:07:18.6811113Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencil_CUDA 2022-12-01T11:07:18.6811589Z [ SKIPPED ] NVFuserTest.FusionShift9ptStencil_CUDA 2022-12-01T11:07:18.6812074Z [ SKIPPED ] NVFuserTest.FusionShiftSmemBlocking_CUDA 2022-12-01T11:07:18.6812977Z [ SKIPPED ] NVFuserTest.FusionShift3ptStencilParallel_CUDA 2022-12-01T11:07:18.6813575Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel_CUDA 2022-12-01T11:07:18.6814069Z [ SKIPPED ] NVFuserTest.FusionShiftMerge1_CUDA 2022-12-01T11:07:18.6814518Z [ SKIPPED ] NVFuserTest.FusionShiftMerge2_CUDA 2022-12-01T11:07:18.6814944Z [ SKIPPED ] NVFuserTest.FusionShiftGlobal_CUDA 2022-12-01T11:07:18.6815435Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge1_CUDA 2022-12-01T11:07:18.6815968Z [ SKIPPED ] NVFuserTest.FusionShiftDoubleSplitMerge2_CUDA 2022-12-01T11:07:18.6816568Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilParallel1DThreadBlock_CUDA 2022-12-01T11:07:18.6817095Z [ SKIPPED ] NVFuserTest.FusionShiftChain1_CUDA 2022-12-01T11:07:18.6817544Z [ SKIPPED ] NVFuserTest.FusionShiftChain2_CUDA 2022-12-01T11:07:18.6817986Z [ SKIPPED ] NVFuserTest.FusionShiftChain3_CUDA 2022-12-01T11:07:18.6818408Z [ SKIPPED ] NVFuserTest.FusionShiftChain4_CUDA 2022-12-01T11:07:18.6818930Z [ SKIPPED ] NVFuserTest.FusionShift5ptStencilChain_CUDA 2022-12-01T11:07:18.6819432Z [ SKIPPED ] NVFuserTest.FusionShiftReduction1_CUDA 2022-12-01T11:07:18.6819890Z [ SKIPPED ] NVFuserTest.FusionShiftReduction2_CUDA 2022-12-01T11:07:18.6820361Z [ SKIPPED ] NVFuserTest.FusionShiftRfactor1_CUDA 2022-12-01T11:07:18.6820824Z [ SKIPPED ] NVFuserTest.FusionShiftBcast1_CUDA 2022-12-01T11:07:18.6821251Z [ SKIPPED ] NVFuserTest.FusionShiftBcast2_CUDA 2022-12-01T11:07:18.6821693Z [ SKIPPED ] NVFuserTest.FusionShiftBcast3_CUDA 2022-12-01T11:07:18.6822172Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement1_CUDA 2022-12-01T11:07:18.6822678Z [ SKIPPED ] NVFuserTest.FusionShiftSyncPlacement2_CUDA 2022-12-01T11:07:18.6823115Z [ SKIPPED ] NVFuserTest.FusionHdiff_CUDA 2022-12-01T11:07:18.6823611Z [ SKIPPED ] NVFuserTest.FusionHdiffPartialSplitUnswitch_CUDA 2022-12-01T11:07:18.6824210Z [ SKIPPED ] NVFuserTest.FusionMaxPooling_CUDA 2022-12-01T11:07:18.6824628Z [ SKIPPED ] NVFuserTest.FusionGather1_CUDA 2022-12-01T11:07:18.6825051Z [ SKIPPED ] NVFuserTest.FusionGather2_CUDA 2022-12-01T11:07:18.6825468Z [ SKIPPED ] NVFuserTest.FusionGather3_CUDA 2022-12-01T11:07:18.6825868Z [ SKIPPED ] NVFuserTest.FusionGather4_CUDA 2022-12-01T11:07:18.6826282Z [ SKIPPED ] NVFuserTest.FusionGather5_CUDA 2022-12-01T11:07:18.6826701Z [ SKIPPED ] NVFuserTest.FusionGather6_CUDA 2022-12-01T11:07:18.6827117Z [ SKIPPED ] NVFuserTest.FusionGather7_CUDA 2022-12-01T11:07:18.6827519Z [ SKIPPED ] NVFuserTest.FusionGather8_CUDA 2022-12-01T11:07:18.6827940Z [ SKIPPED ] NVFuserTest.FusionGather9_CUDA 2022-12-01T11:07:18.6828360Z [ SKIPPED ] NVFuserTest.FusionConv2D_CUDA 2022-12-01T11:07:18.6828798Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPadding_CUDA 2022-12-01T11:07:18.6829304Z [ SKIPPED ] NVFuserTest.FusionConv2DNoPaddingStrided_CUDA 2022-12-01T11:07:18.6829793Z [ SKIPPED ] NVFuserTest.FusionConv2DChain_CUDA 2022-12-01T11:07:18.6830529Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticEvenSizedWindow_CUDA 2022-12-01T11:07:18.6831064Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1_CUDA 2022-12-01T11:07:18.6831523Z [ SKIPPED ] NVFuserTest.FusionConv4x5Pad1x2_CUDA 2022-12-01T11:07:18.6832006Z [ SKIPPED ] NVFuserTest.FusionConv4x4Pad1x1Stride4_CUDA 2022-12-01T11:07:18.6832446Z [ SKIPPED ] NVFuserTest.FusionIm2Col_CUDA 2022-12-01T11:07:18.6832903Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding1_CUDA 2022-12-01T11:07:18.6833466Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding2_CUDA 2022-12-01T11:07:18.6833948Z [ SKIPPED ] NVFuserTest.FusionShiftNoPadding3_CUDA 2022-12-01T11:07:18.6834469Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingContigMerge_CUDA 2022-12-01T11:07:18.6834998Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingChain_CUDA 2022-12-01T11:07:18.6835502Z [ SKIPPED ] NVFuserTest.FusionShiftNoPaddingRfactor_CUDA 2022-12-01T11:07:18.6836000Z [ SKIPPED ] NVFuserTest.FusionShiftPadding1_CUDA 2022-12-01T11:07:18.6836465Z [ SKIPPED ] NVFuserTest.FusionPartialSplit1_CUDA 2022-12-01T11:07:18.6836923Z [ SKIPPED ] NVFuserTest.FusionPartialSplit2_CUDA 2022-12-01T11:07:18.6837577Z [ SKIPPED ] NVFuserTest.FusionPartialSplit3_CUDA 2022-12-01T11:07:18.6838047Z [ SKIPPED ] NVFuserTest.FusionPartialSplit4_CUDA 2022-12-01T11:07:18.6838503Z [ SKIPPED ] NVFuserTest.FusionPartialSplit5_CUDA 2022-12-01T11:07:18.6838947Z [ SKIPPED ] NVFuserTest.FusionPartialSplit6_CUDA 2022-12-01T11:07:18.6839414Z [ SKIPPED ] NVFuserTest.FusionShiftUnswitch1_CUDA 2022-12-01T11:07:18.6839890Z [ SKIPPED ] NVFuserTest.FusionGatherUnswitch1_CUDA 2022-12-01T11:07:18.6840346Z [ SKIPPED ] NVFuserTest.FusionGatherStrided1_CUDA 2022-12-01T11:07:18.6840817Z [ SKIPPED ] NVFuserTest.FusionGatherStrided2_CUDA 2022-12-01T11:07:18.6841278Z [ SKIPPED ] NVFuserTest.FusionGatherStrided3_CUDA 2022-12-01T11:07:18.6841738Z [ SKIPPED ] NVFuserTest.FusionGatherStrided4_CUDA 2022-12-01T11:07:18.6842182Z [ SKIPPED ] NVFuserTest.FusionGatherStrided5_CUDA 2022-12-01T11:07:18.6842647Z [ SKIPPED ] NVFuserTest.FusionGatherStrided6_CUDA 2022-12-01T11:07:18.6843108Z [ SKIPPED ] NVFuserTest.FusionGatherStrided7_CUDA 2022-12-01T11:07:18.6843553Z [ SKIPPED ] NVFuserTest.FusionGatherStrided8_CUDA 2022-12-01T11:07:18.6844042Z [ SKIPPED ] NVFuserTest.FusionGatherStridedChain_CUDA 2022-12-01T11:07:18.6844543Z [ SKIPPED ] NVFuserTest.FusionMaxPoolingStrided_CUDA 2022-12-01T11:07:18.6845027Z [ SKIPPED ] NVFuserTest.FusionConv2DStaticStrided_CUDA 2022-12-01T11:07:18.6845522Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo1_CUDA 2022-12-01T11:07:18.6846095Z [ SKIPPED ] NVFuserTest.FusionNonDivisibleHalo2_CUDA 2022-12-01T11:07:18.6846644Z [ SKIPPED ] NVFuserTest.FusionGather9ptStencilDoubleBuffering_CUDA 2022-12-01T11:07:18.6847203Z [ SKIPPED ] NVFuserTest.FusionValidateParallelizeShift_CUDA 2022-12-01T11:07:18.6847749Z [ SKIPPED ] NVFuserTest.FusionGatherIterTypePromotion_CUDA 2022-12-01T11:07:18.6848238Z [ SKIPPED ] NVFuserTest.FusionVoltaMMATT_CUDA 2022-12-01T11:07:18.6848668Z [ SKIPPED ] NVFuserTest.FusionVoltaMMATN_CUDA 2022-12-01T11:07:18.6849109Z [ SKIPPED ] NVFuserTest.FusionVoltaMMANT_CUDA 2022-12-01T11:07:18.6849559Z [ SKIPPED ] NVFuserTest.FusionVoltaMatmul_CUDA 2022-12-01T11:07:18.6850057Z [ SKIPPED ] NVFuserTest.FusionVoltaMatmulRegDoubleBuffer_CUDA 2022-12-01T11:07:18.6850562Z [ SKIPPED ] NVFuserTest.FusionAmpereMMATN_CUDA 2022-12-01T11:07:18.6851009Z [ SKIPPED ] NVFuserTest.FusionAmpereMMATT_CUDA 2022-12-01T11:07:18.6851454Z [ SKIPPED ] NVFuserTest.FusionAmpereMMANT_CUDA 2022-12-01T11:07:18.6851891Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmul_CUDA 2022-12-01T11:07:18.6852400Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmulPipelineGmem_CUDA 2022-12-01T11:07:18.6852965Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmulRegDbouleBuffer_CUDA 2022-12-01T11:07:18.6853480Z [ SKIPPED ] NVFuserTest.FusionMatmulMatmulAmpere_CUDA 2022-12-01T11:07:18.6854009Z [ SKIPPED ] NVFuserTest.FusionMatmulSoftmaxMatmulAmpere_CUDA 2022-12-01T11:07:18.6854507Z [ SKIPPED ] NVFuserTest.FusionTuringMMATN_CUDA 2022-12-01T11:07:18.6854992Z [ SKIPPED ] NVFuserTest.FusionTuringMMATT_CUDA 2022-12-01T11:07:18.6855450Z [ SKIPPED ] NVFuserTest.FusionTuringMMANT_CUDA 2022-12-01T11:07:18.6855898Z [ SKIPPED ] NVFuserTest.FusionTuringMatmul_CUDA 2022-12-01T11:07:18.6856392Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmulTNcpAsync_CUDA 2022-12-01T11:07:18.6856937Z [ SKIPPED ] NVFuserTest.FusionAmpereStridedBatchedMatmulTN_CUDA 2022-12-01T11:07:18.6857477Z [ SKIPPED ] NVFuserTest.FusionAmpereViewMatmulTN_CUDA 2022-12-01T11:07:18.6857999Z [ SKIPPED ] NVFuserTest.FusionVoltaMatMulTNCrossWarp_CUDA 2022-12-01T11:07:18.6858512Z [ SKIPPED ] NVFuserTest.FusionVoltaMatMulTNCrossCTA_CUDA 2022-12-01T11:07:18.6859040Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmulTNSwizzled_CUDA 2022-12-01T11:07:18.6859569Z [ SKIPPED ] NVFuserTest.FusionAmpereMatmulLargeLoad_CUDA 2022-12-01T11:07:18.6860072Z [ SKIPPED ] NVFuserTest.FusionTuringMatmulLargeLoad_CUDA 2022-12-01T11:07:18.6860613Z [ SKIPPED ] NVFuserTest.FusionViewDtypeSameSizeOutput_CUDA 2022-12-01T11:07:18.6861166Z [ SKIPPED ] NVFuserTest.FusionViewDtypeFailMismatchSize_CUDA 2022-12-01T11:07:18.6861682Z [ SKIPPED ] NVFuserTest.FusionViewAsRealOutput_CUDA 2022-12-01T11:07:18.6862204Z [ SKIPPED ] NVFuserTest.FusionViewRfactorExtentReplacement_CUDA 2022-12-01T11:07:18.6862713Z [ SKIPPED ] NVFuserTest.FusionViewOutput_CUDA 2022-12-01T11:07:18.6863197Z [ SKIPPED ] NVFuserTest.FusionViewFailMismatchSize_CUDA 2022-12-01T11:07:18.6863717Z [ SKIPPED ] NVFuserTest.FusionViewFailMulitDimInference_CUDA 2022-12-01T11:07:18.6864239Z [ SKIPPED ] NVFuserTest.FusionViewReductionShmoo_CUDA 2022-12-01T11:07:18.6864741Z [ SKIPPED ] NVFuserTest.FusionViewPersistentShmoo_CUDA 2022-12-01T11:07:18.6865210Z [ SKIPPED ] NVFuserTest.FusionViewSplit_CUDA 2022-12-01T11:07:18.6865648Z [ SKIPPED ] NVFuserTest.FusionViewBroadcast_CUDA 2022-12-01T11:07:18.6866096Z [ SKIPPED ] NVFuserTest.FusionViewMerge_CUDA 2022-12-01T11:07:18.6866545Z [ SKIPPED ] NVFuserTest.FusionViewAllShmoo_CUDA 2022-12-01T11:07:18.6866979Z [ SKIPPED ] NVFuserTest.FusionViewStride_CUDA 2022-12-01T11:07:18.6867421Z [ SKIPPED ] NVFuserTest.FusionViewBinary_CUDA 2022-12-01T11:07:18.6867952Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain_CUDA 2022-12-01T11:07:18.6868438Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain2_CUDA 2022-12-01T11:07:18.6868942Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain3_CUDA 2022-12-01T11:07:18.6869442Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain4_CUDA 2022-12-01T11:07:18.6869942Z [ SKIPPED ] NVFuserTest.FusionViewConcreteDomain5_CUDA 2022-12-01T11:07:18.6870709Z [ SKIPPED ] NVFuserTest.FusionFlattenAfterUnsqueezeOutput_CUDA 2022-12-01T11:07:18.6871299Z [ SKIPPED ] NVFuserTest.FusionComputeAtRootDomainMapWithView_CUDA 2022-12-01T11:07:18.6871825Z [ SKIPPED ] NVFuserTest.FusionExpandRepro_CUDA 2022-12-01T11:07:18.6872262Z [ SKIPPED ] NVFuserTest.FusionExpandView1_CUDA 2022-12-01T11:07:18.6872706Z [ SKIPPED ] NVFuserTest.FusionExpandView2_CUDA 2022-12-01T11:07:18.6873184Z [ SKIPPED ] NVFuserTest.FusionViewTransformCache_CUDA 2022-12-01T11:07:18.6873642Z [ SKIPPED ] NVFuserTest.FusionViewIdGraph_CUDA 2022-12-01T11:07:18.6874100Z [ SKIPPED ] NVFuserTest.FusionViewVectorize_CUDA 2022-12-01T11:07:18.6874567Z [ SKIPPED ] NVFuserTest.FusionExpandFlatten_CUDA 2022-12-01T11:07:18.6875068Z [ SKIPPED ] NVFuserTest.FusionIllegalReductionFlatten_CUDA 2022-12-01T11:07:18.6875565Z [ SKIPPED ] NVFuserTest.FusionReductionFlatten1_CUDA 2022-12-01T11:07:18.6876028Z [ SKIPPED ] NVFuserTest.FusionTranspose1_CUDA 2022-12-01T11:07:18.6876471Z [ SKIPPED ] NVFuserTest.FusionTranspose2_CUDA 2022-12-01T11:07:18.6877014Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle_CUDA 2022-12-01T11:07:18.6877603Z [ SKIPPED ] NVFuserTest.FusionTransposeWithSwizzle1DThreadBlock_CUDA 2022-12-01T11:07:18.6878179Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSimple_CUDA 2022-12-01T11:07:18.6878744Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSinTransposeCos_CUDA 2022-12-01T11:07:18.6879356Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeMultipleInput_CUDA 2022-12-01T11:07:18.6879961Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeMultipleOutput_CUDA 2022-12-01T11:07:18.6880588Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeMultipleInputOutput_CUDA 2022-12-01T11:07:18.6881234Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeMatchingSkipConnection_CUDA 2022-12-01T11:07:18.6881846Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeBroadcast_CUDA 2022-12-01T11:07:18.6882415Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeNoReference_CUDA 2022-12-01T11:07:18.6882947Z [ SKIPPED ] NVFuserTest.FusionScheduleBroadcastOnly_CUDA 2022-12-01T11:07:18.6883503Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeComplexDAG1_CUDA 2022-12-01T11:07:18.6884113Z [ SKIPPED ] NVFuserTest.FusionManualScheduleTransposeComplexDAG1_CUDA 2022-12-01T11:07:18.6884668Z [ SKIPPED ] NVFuserTest.FusionViewNoTranspose_CUDA 2022-12-01T11:07:18.6885183Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeMissingDim_CUDA 2022-12-01T11:07:18.6885731Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSmall_CUDA 2022-12-01T11:07:18.6886310Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSmallInnerSize1_CUDA 2022-12-01T11:07:18.6886902Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSmallInnerSize2_CUDA 2022-12-01T11:07:18.6887502Z [ SKIPPED ] NVFuserTest.FusionScheduleTransposeSmallInnerSize3_CUDA 2022-12-01T11:07:18.6888064Z [ SKIPPED ] NVFuserTest.FusionRNGValidateWithCURand_CUDA 2022-12-01T11:07:18.6888654Z [ SKIPPED ] NVFuserTest.FusionRNGManualScheduleValidateWithCURand_CUDA 2022-12-01T11:07:18.6889191Z [ SKIPPED ] NVFuserTest.FusionBroadcastingRNG_CUDA 2022-12-01T11:07:18.6889670Z [ SKIPPED ] NVFuserTest.FusionBroadcastingRNG2_CUDA 2022-12-01T11:07:18.6890161Z [ SKIPPED ] NVFuserTest.FusionBroadcastingRNGSmem_CUDA 2022-12-01T11:07:18.6890787Z [ SKIPPED ] NVFuserTest.FusionBroadcastingRNGSmemNonSquareTile_CUDA 2022-12-01T11:07:18.6891301Z [ SKIPPED ] NVFuserTest.FusionSplitDims_CUDA 2022-12-01T11:07:18.6891739Z [ SKIPPED ] NVFuserTest.FusionMergeDims_CUDA 2022-12-01T11:07:18.8745545Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-12-01T11:07:18.8745879Z + [[ default != *nogpu* ]] 2022-12-01T11:07:18.8746140Z + LTC_TS_CUDA=1 2022-12-01T11:07:18.8746711Z + /opt/conda/lib/python3.10/site-packages/torch/bin/test_lazy --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml 2022-12-01T11:07:19.3283829Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-12-01T11:07:19.3287399Z Note: Google Test filter = *-*_MultiCUDA 2022-12-01T11:07:19.3287965Z [==========] Running 612 tests from 10 test suites. 2022-12-01T11:07:19.3288911Z [----------] Global test environment set-up. 2022-12-01T11:07:19.3289545Z [----------] 11 tests from BackendDeviceTest 2022-12-01T11:07:19.3289992Z [ RUN ] BackendDeviceTest.BackendDeviceType 2022-12-01T11:07:19.3290475Z [ OK ] BackendDeviceTest.BackendDeviceType (0 ms) 2022-12-01T11:07:19.3290931Z [ RUN ] BackendDeviceTest.Basic1 2022-12-01T11:07:19.3291324Z [ OK ] BackendDeviceTest.Basic1 (0 ms) 2022-12-01T11:07:19.3291724Z [ RUN ] BackendDeviceTest.Basic2 2022-12-01T11:07:19.3292131Z [ OK ] BackendDeviceTest.Basic2 (0 ms) 2022-12-01T11:07:19.3292507Z [ RUN ] BackendDeviceTest.Basic3 2022-12-01T11:07:19.3293160Z [ OK ] BackendDeviceTest.Basic3 (0 ms) 2022-12-01T11:07:19.3293585Z [ RUN ] BackendDeviceTest.Basic4 2022-12-01T11:07:19.3293967Z [ OK ] BackendDeviceTest.Basic4 (0 ms) 2022-12-01T11:07:19.3294366Z [ RUN ] BackendDeviceTest.Compare 2022-12-01T11:07:19.3294775Z [ OK ] BackendDeviceTest.Compare (0 ms) 2022-12-01T11:07:19.3295191Z [ RUN ] BackendDeviceTest.Ostream 2022-12-01T11:07:19.3295585Z [ OK ] BackendDeviceTest.Ostream (0 ms) 2022-12-01T11:07:19.3295993Z [ RUN ] BackendDeviceTest.FromAten 2022-12-01T11:07:19.3304086Z [ OK ] BackendDeviceTest.FromAten (1 ms) 2022-12-01T11:07:19.3304691Z [ RUN ] BackendDeviceTest.ToAten 2022-12-01T11:07:19.3305107Z [ OK ] BackendDeviceTest.ToAten (0 ms) 2022-12-01T11:07:19.3305551Z [ RUN ] BackendDeviceTest.GetBackendDevice1 2022-12-01T11:07:19.3311050Z [ OK ] BackendDeviceTest.GetBackendDevice1 (0 ms) 2022-12-01T11:07:19.3312495Z [ RUN ] BackendDeviceTest.GetBackendDevice2 2022-12-01T11:07:19.3313273Z [ OK ] BackendDeviceTest.GetBackendDevice2 (0 ms) 2022-12-01T11:07:19.3313946Z [----------] 11 tests from BackendDeviceTest (2 ms total) 2022-12-01T11:07:19.3314197Z 2022-12-01T11:07:19.3314388Z [----------] 2 tests from CacheTest 2022-12-01T11:07:19.3314731Z [ RUN ] CacheTest.BasicTest 2022-12-01T11:07:19.3315117Z [ OK ] CacheTest.BasicTest (0 ms) 2022-12-01T11:07:19.3315578Z [ RUN ] CacheTest.ShapeCacheTestForDynamicShape 2022-12-01T11:07:19.3316077Z [ OK ] CacheTest.ShapeCacheTestForDynamicShape (0 ms) 2022-12-01T11:07:19.3316547Z [----------] 2 tests from CacheTest (0 ms total) 2022-12-01T11:07:19.3316758Z 2022-12-01T11:07:19.3316955Z [----------] 5 tests from IrTest 2022-12-01T11:07:19.3317285Z [ RUN ] IrTest.BasicTest 2022-12-01T11:07:19.3317655Z [ OK ] IrTest.BasicTest (0 ms) 2022-12-01T11:07:19.3318024Z [ RUN ] IrTest.MetaDataTest 2022-12-01T11:07:19.3318385Z [ OK ] IrTest.MetaDataTest (0 ms) 2022-12-01T11:07:19.3318810Z [ RUN ] IrTest.TsNodeTest 2022-12-01T11:07:19.3319181Z [ OK ] IrTest.TsNodeTest (0 ms) 2022-12-01T11:07:19.3319756Z [ RUN ] IrTest.DimensionNodeTest 2022-12-01T11:07:19.3320165Z [ OK ] IrTest.DimensionNodeTest (0 ms) 2022-12-01T11:07:19.3320588Z [ RUN ] IrTest.DimensionIsDynamicTest 2022-12-01T11:07:19.3321056Z [ OK ] IrTest.DimensionIsDynamicTest (0 ms) 2022-12-01T11:07:19.3321468Z [----------] 5 tests from IrTest (0 ms total) 2022-12-01T11:07:19.3321670Z 2022-12-01T11:07:19.3321887Z [----------] 2 tests from IrUtilTest 2022-12-01T11:07:19.3322242Z [ RUN ] IrUtilTest.BasicTest 2022-12-01T11:07:19.3322607Z [ OK ] IrUtilTest.BasicTest (0 ms) 2022-12-01T11:07:19.3322998Z [ RUN ] IrUtilTest.TestCircle 2022-12-01T11:07:19.3340581Z [ OK ] IrUtilTest.TestCircle (2 ms) 2022-12-01T11:07:19.3341456Z [----------] 2 tests from IrUtilTest (2 ms total) 2022-12-01T11:07:19.3341697Z 2022-12-01T11:07:19.3341887Z [----------] 2 tests from HashTest 2022-12-01T11:07:19.3342250Z [ RUN ] HashTest.Scalar 2022-12-01T11:07:19.3342611Z [ OK ] HashTest.Scalar (0 ms) 2022-12-01T11:07:19.3342941Z [ RUN ] HashTest.Sanity 2022-12-01T11:07:19.3343292Z [ OK ] HashTest.Sanity (0 ms) 2022-12-01T11:07:19.3343684Z [----------] 2 tests from HashTest (0 ms total) 2022-12-01T11:07:19.3343886Z 2022-12-01T11:07:19.3344122Z [----------] 3 tests from PermutationUtilTest 2022-12-01T11:07:19.3344589Z [ RUN ] PermutationUtilTest.TestInversePermutation 2022-12-01T11:07:19.3366184Z [ OK ] PermutationUtilTest.TestInversePermutation (2 ms) 2022-12-01T11:07:19.3366750Z [ RUN ] PermutationUtilTest.TestIsPermutation 2022-12-01T11:07:19.3367232Z [ OK ] PermutationUtilTest.TestIsPermutation (0 ms) 2022-12-01T11:07:19.3367704Z [ RUN ] PermutationUtilTest.TestPermute 2022-12-01T11:07:19.3390378Z [ OK ] PermutationUtilTest.TestPermute (2 ms) 2022-12-01T11:07:19.3391831Z [----------] 3 tests from PermutationUtilTest (4 ms total) 2022-12-01T11:07:19.3392373Z 2022-12-01T11:07:19.3392733Z [----------] 7 tests from ShapeTest 2022-12-01T11:07:19.3393483Z [ RUN ] ShapeTest.Basic1 2022-12-01T11:07:19.3394307Z [ OK ] ShapeTest.Basic1 (0 ms) 2022-12-01T11:07:19.3394789Z [ RUN ] ShapeTest.Basic2 2022-12-01T11:07:19.3395156Z [ OK ] ShapeTest.Basic2 (0 ms) 2022-12-01T11:07:19.3395509Z [ RUN ] ShapeTest.Basic3 2022-12-01T11:07:19.3395874Z [ OK ] ShapeTest.Basic3 (0 ms) 2022-12-01T11:07:19.3396239Z [ RUN ] ShapeTest.SetScalarType 2022-12-01T11:07:19.3396641Z [ OK ] ShapeTest.SetScalarType (0 ms) 2022-12-01T11:07:19.3397040Z [ RUN ] ShapeTest.SetSize 2022-12-01T11:07:19.3397393Z [ OK ] ShapeTest.SetSize (0 ms) 2022-12-01T11:07:19.3397751Z [ RUN ] ShapeTest.Equal 2022-12-01T11:07:19.3398112Z [ OK ] ShapeTest.Equal (0 ms) 2022-12-01T11:07:19.3398451Z [ RUN ] ShapeTest.Ostream 2022-12-01T11:07:19.3398818Z [ OK ] ShapeTest.Ostream (0 ms) 2022-12-01T11:07:19.3399227Z [----------] 7 tests from ShapeTest (0 ms total) 2022-12-01T11:07:19.3399438Z 2022-12-01T11:07:19.3399650Z [----------] 2 tests from TrieCacheTest 2022-12-01T11:07:19.3400030Z [ RUN ] TrieCacheTest.TestSinglePath 2022-12-01T11:07:19.3400467Z [ OK ] TrieCacheTest.TestSinglePath (0 ms) 2022-12-01T11:07:19.3400889Z [ RUN ] TrieCacheTest.TestTwoPaths 2022-12-01T11:07:19.3401291Z [ OK ] TrieCacheTest.TestTwoPaths (0 ms) 2022-12-01T11:07:19.3401724Z [----------] 2 tests from TrieCacheTest (0 ms total) 2022-12-01T11:07:19.3401942Z 2022-12-01T11:07:19.3402138Z [----------] 3 tests from UtilTest 2022-12-01T11:07:19.3402502Z [ RUN ] UtilTest.ExceptionCleanup 2022-12-01T11:07:19.3403071Z [ OK ] UtilTest.ExceptionCleanup (0 ms) 2022-12-01T11:07:19.3403452Z [ RUN ] UtilTest.MaybeRef 2022-12-01T11:07:19.3403819Z [ OK ] UtilTest.MaybeRef (0 ms) 2022-12-01T11:07:19.3404149Z [ RUN ] UtilTest.Iota 2022-12-01T11:07:19.3404497Z [ OK ] UtilTest.Iota (0 ms) 2022-12-01T11:07:19.3404886Z [----------] 3 tests from UtilTest (0 ms total) 2022-12-01T11:07:19.3405072Z 2022-12-01T11:07:19.3405284Z [----------] 575 tests from LazyOpsTest 2022-12-01T11:07:19.3405682Z [ RUN ] LazyOpsTest.TestScalarTensor 2022-12-01T11:07:20.6213146Z [ OK ] LazyOpsTest.TestScalarTensor (1281 ms) 2022-12-01T11:07:20.6213647Z [ RUN ] LazyOpsTest.TestClone 2022-12-01T11:07:20.6221628Z [ OK ] LazyOpsTest.TestClone (0 ms) 2022-12-01T11:07:20.6222020Z [ RUN ] LazyOpsTest.TestTo 2022-12-01T11:07:20.6223946Z [ OK ] LazyOpsTest.TestTo (0 ms) 2022-12-01T11:07:20.6224359Z [ RUN ] LazyOpsTest.TestIsFloatingPoint 2022-12-01T11:07:20.6224821Z [ OK ] LazyOpsTest.TestIsFloatingPoint (0 ms) 2022-12-01T11:07:20.6225247Z [ RUN ] LazyOpsTest.TestIsSigned 2022-12-01T11:07:20.6226004Z [ OK ] LazyOpsTest.TestIsSigned (0 ms) 2022-12-01T11:07:20.6226391Z [ RUN ] LazyOpsTest.TestCastByte 2022-12-01T11:07:20.6259513Z [ OK ] LazyOpsTest.TestCastByte (3 ms) 2022-12-01T11:07:20.6259925Z [ RUN ] LazyOpsTest.TestCastChar 2022-12-01T11:07:20.6265589Z [ OK ] LazyOpsTest.TestCastChar (0 ms) 2022-12-01T11:07:20.6266044Z [ RUN ] LazyOpsTest.TestCastShort 2022-12-01T11:07:20.6271416Z [ OK ] LazyOpsTest.TestCastShort (0 ms) 2022-12-01T11:07:20.6271834Z [ RUN ] LazyOpsTest.TestCastInt 2022-12-01T11:07:20.6277491Z [ OK ] LazyOpsTest.TestCastInt (0 ms) 2022-12-01T11:07:20.6277923Z [ RUN ] LazyOpsTest.TestCastLong 2022-12-01T11:07:20.6283153Z [ OK ] LazyOpsTest.TestCastLong (0 ms) 2022-12-01T11:07:20.6283572Z [ RUN ] LazyOpsTest.TestCastFloat 2022-12-01T11:07:20.6285623Z [ OK ] LazyOpsTest.TestCastFloat (0 ms) 2022-12-01T11:07:20.6286044Z [ RUN ] LazyOpsTest.TestRetainType 2022-12-01T11:07:20.6288014Z [ OK ] LazyOpsTest.TestRetainType (0 ms) 2022-12-01T11:07:20.6288466Z [ RUN ] LazyOpsTest.TestLogicalTypeWithInterop 2022-12-01T11:07:20.6298345Z [ OK ] LazyOpsTest.TestLogicalTypeWithInterop (1 ms) 2022-12-01T11:07:20.6298790Z [ RUN ] LazyOpsTest.TestAdd 2022-12-01T11:07:20.6304990Z [ OK ] LazyOpsTest.TestAdd (0 ms) 2022-12-01T11:07:20.6305369Z [ RUN ] LazyOpsTest.TestAddHalf 2022-12-01T11:07:20.6311702Z [ OK ] LazyOpsTest.TestAddHalf (0 ms) 2022-12-01T11:07:20.6312155Z [ RUN ] LazyOpsTest.TestAddMixedPrecision 2022-12-01T11:07:20.6318195Z [ OK ] LazyOpsTest.TestAddMixedPrecision (0 ms) 2022-12-01T11:07:20.6318626Z [ RUN ] LazyOpsTest.TestAddInPlace 2022-12-01T11:07:20.6329186Z [ OK ] LazyOpsTest.TestAddInPlace (1 ms) 2022-12-01T11:07:20.6329610Z [ RUN ] LazyOpsTest.TestAddScalar 2022-12-01T11:07:20.6335935Z [ OK ] LazyOpsTest.TestAddScalar (0 ms) 2022-12-01T11:07:20.6336362Z [ RUN ] LazyOpsTest.TestAddScalarInPlace 2022-12-01T11:07:20.6344591Z [ OK ] LazyOpsTest.TestAddScalarInPlace (0 ms) 2022-12-01T11:07:20.6345054Z [ RUN ] LazyOpsTest.TestAddZeroSizeDim 2022-12-01T11:07:20.6349754Z [ OK ] LazyOpsTest.TestAddZeroSizeDim (0 ms) 2022-12-01T11:07:20.6350176Z [ RUN ] LazyOpsTest.TestSub 2022-12-01T11:07:20.6357108Z [ OK ] LazyOpsTest.TestSub (0 ms) 2022-12-01T11:07:20.6357514Z [ RUN ] LazyOpsTest.TestSubInPlace 2022-12-01T11:07:20.6366018Z [ OK ] LazyOpsTest.TestSubInPlace (0 ms) 2022-12-01T11:07:20.6366443Z [ RUN ] LazyOpsTest.TestSubScalar 2022-12-01T11:07:20.6372271Z [ OK ] LazyOpsTest.TestSubScalar (0 ms) 2022-12-01T11:07:20.6372717Z [ RUN ] LazyOpsTest.TestSubScalarInPlace 2022-12-01T11:07:20.6380540Z [ OK ] LazyOpsTest.TestSubScalarInPlace (0 ms) 2022-12-01T11:07:20.6380959Z [ RUN ] LazyOpsTest.TestMul 2022-12-01T11:07:20.6387042Z [ OK ] LazyOpsTest.TestMul (0 ms) 2022-12-01T11:07:20.6387432Z [ RUN ] LazyOpsTest.TestMulInPlace 2022-12-01T11:07:20.6396073Z [ OK ] LazyOpsTest.TestMulInPlace (0 ms) 2022-12-01T11:07:20.6396497Z [ RUN ] LazyOpsTest.TestMulScalar 2022-12-01T11:07:20.6402268Z [ OK ] LazyOpsTest.TestMulScalar (0 ms) 2022-12-01T11:07:20.6402698Z [ RUN ] LazyOpsTest.TestMulScalarInPlace 2022-12-01T11:07:20.6410954Z [ OK ] LazyOpsTest.TestMulScalarInPlace (0 ms) 2022-12-01T11:07:20.6411369Z [ RUN ] LazyOpsTest.TestDiv 2022-12-01T11:07:20.6598293Z [ OK ] LazyOpsTest.TestDiv (18 ms) 2022-12-01T11:07:20.6598715Z [ RUN ] LazyOpsTest.TestDivWithRoundingMode 2022-12-01T11:07:20.7204799Z [ OK ] LazyOpsTest.TestDivWithRoundingMode (60 ms) 2022-12-01T11:07:20.7205255Z [ RUN ] LazyOpsTest.TestDivInPlace 2022-12-01T11:07:20.7212027Z [ OK ] LazyOpsTest.TestDivInPlace (0 ms) 2022-12-01T11:07:20.7212517Z [ RUN ] LazyOpsTest.TestDivInPlaceWithRoundingMode 2022-12-01T11:07:20.7233873Z [ OK ] LazyOpsTest.TestDivInPlaceWithRoundingMode (2 ms) 2022-12-01T11:07:20.7234374Z [ RUN ] LazyOpsTest.TestDivScalar 2022-12-01T11:07:20.7300686Z [ OK ] LazyOpsTest.TestDivScalar (6 ms) 2022-12-01T11:07:20.7301139Z [ RUN ] LazyOpsTest.TestDivScalarInPlace 2022-12-01T11:07:20.7314860Z [ OK ] LazyOpsTest.TestDivScalarInPlace (1 ms) 2022-12-01T11:07:20.7315299Z [ RUN ] LazyOpsTest.TestDivOut 2022-12-01T11:07:20.7325246Z [ OK ] LazyOpsTest.TestDivOut (1 ms) 2022-12-01T11:07:20.7325664Z [ RUN ] LazyOpsTest.TestRsubScalar 2022-12-01T11:07:20.7332845Z [ OK ] LazyOpsTest.TestRsubScalar (0 ms) 2022-12-01T11:07:20.7333249Z [ RUN ] LazyOpsTest.TestNe 2022-12-01T11:07:20.7338153Z [ OK ] LazyOpsTest.TestNe (0 ms) 2022-12-01T11:07:20.7338556Z [ RUN ] LazyOpsTest.TestNeInplace 2022-12-01T11:07:20.7346977Z [ OK ] LazyOpsTest.TestNeInplace (0 ms) 2022-12-01T11:07:20.7347360Z [ RUN ] LazyOpsTest.TestEq 2022-12-01T11:07:20.7353049Z [ OK ] LazyOpsTest.TestEq (0 ms) 2022-12-01T11:07:20.7353448Z [ RUN ] LazyOpsTest.TestEqInplace 2022-12-01T11:07:20.7361784Z [ OK ] LazyOpsTest.TestEqInplace (0 ms) 2022-12-01T11:07:20.7362173Z [ RUN ] LazyOpsTest.TestGe 2022-12-01T11:07:20.7367751Z [ OK ] LazyOpsTest.TestGe (0 ms) 2022-12-01T11:07:20.7368147Z [ RUN ] LazyOpsTest.TestGeInplace 2022-12-01T11:07:20.7376391Z [ OK ] LazyOpsTest.TestGeInplace (0 ms) 2022-12-01T11:07:20.7376771Z [ RUN ] LazyOpsTest.TestLe 2022-12-01T11:07:20.7382237Z [ OK ] LazyOpsTest.TestLe (0 ms) 2022-12-01T11:07:20.7382639Z [ RUN ] LazyOpsTest.TestLeInplace 2022-12-01T11:07:20.7391174Z [ OK ] LazyOpsTest.TestLeInplace (0 ms) 2022-12-01T11:07:20.7391581Z [ RUN ] LazyOpsTest.TestGt 2022-12-01T11:07:20.7397522Z [ OK ] LazyOpsTest.TestGt (0 ms) 2022-12-01T11:07:20.7397928Z [ RUN ] LazyOpsTest.TestGtInplace 2022-12-01T11:07:20.7406158Z [ OK ] LazyOpsTest.TestGtInplace (0 ms) 2022-12-01T11:07:20.7406555Z [ RUN ] LazyOpsTest.TestLt 2022-12-01T11:07:20.7412149Z [ OK ] LazyOpsTest.TestLt (0 ms) 2022-12-01T11:07:20.7412531Z [ RUN ] LazyOpsTest.TestLtInplace 2022-12-01T11:07:20.7421402Z [ OK ] LazyOpsTest.TestLtInplace (0 ms) 2022-12-01T11:07:20.7421813Z [ RUN ] LazyOpsTest.TestNeScalar 2022-12-01T11:07:20.7426532Z [ OK ] LazyOpsTest.TestNeScalar (0 ms) 2022-12-01T11:07:20.7426932Z [ RUN ] LazyOpsTest.TestEqScalar 2022-12-01T11:07:20.7431322Z [ OK ] LazyOpsTest.TestEqScalar (0 ms) 2022-12-01T11:07:20.7431740Z [ RUN ] LazyOpsTest.TestGeScalar 2022-12-01T11:07:20.7436700Z [ OK ] LazyOpsTest.TestGeScalar (0 ms) 2022-12-01T11:07:20.7437173Z [ RUN ] LazyOpsTest.TestGeScalarInplace 2022-12-01T11:07:20.7444746Z [ OK ] LazyOpsTest.TestGeScalarInplace (0 ms) 2022-12-01T11:07:20.7445233Z [ RUN ] LazyOpsTest.TestLeScalar 2022-12-01T11:07:20.7449701Z [ OK ] LazyOpsTest.TestLeScalar (0 ms) 2022-12-01T11:07:20.7450220Z [ RUN ] LazyOpsTest.TestLeScalarInplace 2022-12-01T11:07:20.7457386Z [ OK ] LazyOpsTest.TestLeScalarInplace (0 ms) 2022-12-01T11:07:20.7457861Z [ RUN ] LazyOpsTest.TestGtScalar 2022-12-01T11:07:20.7462294Z [ OK ] LazyOpsTest.TestGtScalar (0 ms) 2022-12-01T11:07:20.7462823Z [ RUN ] LazyOpsTest.TestGtScalarInplace 2022-12-01T11:07:20.7469830Z [ OK ] LazyOpsTest.TestGtScalarInplace (0 ms) 2022-12-01T11:07:20.7470608Z [ RUN ] LazyOpsTest.TestLtScalar 2022-12-01T11:07:20.7475984Z [ OK ] LazyOpsTest.TestLtScalar (0 ms) 2022-12-01T11:07:20.7476556Z [ RUN ] LazyOpsTest.TestLtScalarInplace 2022-12-01T11:07:20.7482835Z [ OK ] LazyOpsTest.TestLtScalarInplace (0 ms) 2022-12-01T11:07:20.7483420Z [ RUN ] LazyOpsTest.TestIntegerAdd 2022-12-01T11:07:20.7506987Z [ OK ] LazyOpsTest.TestIntegerAdd (2 ms) 2022-12-01T11:07:20.7507545Z [ RUN ] LazyOpsTest.TestSVD 2022-12-01T11:07:21.4618722Z [ OK ] LazyOpsTest.TestSVD (710 ms) 2022-12-01T11:07:21.4619351Z [ RUN ] LazyOpsTest.TestQR 2022-12-01T11:07:21.4619915Z [W BatchLinearAlgebra.cpp:2355] Warning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:07:21.4620740Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:07:21.4621172Z Q, R = torch.qr(A, some) 2022-12-01T11:07:21.4621461Z should be replaced with 2022-12-01T11:07:21.4621995Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (function operator()) 2022-12-01T11:07:21.4661321Z [ OK ] LazyOpsTest.TestQR (4 ms) 2022-12-01T11:07:21.4661806Z [ RUN ] LazyOpsTest.TestSymEig 2022-12-01T11:07:21.4664991Z [W BatchLinearAlgebra.cpp:2806] Warning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:07:21.4666052Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:07:21.4666568Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:07:21.4667016Z should be replaced with 2022-12-01T11:07:21.4667458Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:07:21.4667830Z and 2022-12-01T11:07:21.4679463Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:07:21.4680053Z should be replaced with 2022-12-01T11:07:21.4680526Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (function operator()) 2022-12-01T11:07:21.6933527Z [ OK ] LazyOpsTest.TestSymEig (226 ms) 2022-12-01T11:07:21.6934024Z [ RUN ] LazyOpsTest.TestCholesky 2022-12-01T11:07:21.6934573Z [W BatchLinearAlgebra.cpp:1626] Warning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T11:07:21.6935310Z L = torch.cholesky(A) 2022-12-01T11:07:21.6935561Z should be replaced with 2022-12-01T11:07:21.6935859Z L = torch.linalg.cholesky(A) 2022-12-01T11:07:21.6936114Z and 2022-12-01T11:07:21.6936349Z U = torch.cholesky(A, upper=True) 2022-12-01T11:07:21.6936632Z should be replaced with 2022-12-01T11:07:21.6936920Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T11:07:21.6937348Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (function operator()) 2022-12-01T11:07:21.6957559Z [ OK ] LazyOpsTest.TestCholesky (2 ms) 2022-12-01T11:07:21.6957987Z [ RUN ] LazyOpsTest.TestLogDet 2022-12-01T11:07:21.7027367Z [ OK ] LazyOpsTest.TestLogDet (6 ms) 2022-12-01T11:07:21.7027790Z [ RUN ] LazyOpsTest.TestTriangularSolve 2022-12-01T11:07:21.7029139Z [W BatchLinearAlgebra.cpp:2121] Warning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:07:21.7029755Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:07:21.7030454Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:07:21.7030745Z should be replaced with 2022-12-01T11:07:21.7031085Z X = torch.linalg.solve_triangular(A, B). (function operator()) 2022-12-01T11:07:21.7778829Z [ OK ] LazyOpsTest.TestTriangularSolve (75 ms) 2022-12-01T11:07:21.7779254Z [ RUN ] LazyOpsTest.TestKthValue 2022-12-01T11:07:21.7905110Z [ OK ] LazyOpsTest.TestKthValue (12 ms) 2022-12-01T11:07:21.7905663Z [ RUN ] LazyOpsTest.TestTopK 2022-12-01T11:07:21.8264428Z [ OK ] LazyOpsTest.TestTopK (35 ms) 2022-12-01T11:07:21.8264810Z [ RUN ] LazyOpsTest.TestSort 2022-12-01T11:07:21.8432125Z [ OK ] LazyOpsTest.TestSort (16 ms) 2022-12-01T11:07:21.8432590Z [ RUN ] LazyOpsTest.TestSortDescWithMinValue 2022-12-01T11:07:21.8442244Z [ OK ] LazyOpsTest.TestSortDescWithMinValue (0 ms) 2022-12-01T11:07:21.8442680Z [ RUN ] LazyOpsTest.TestArgSort 2022-12-01T11:07:21.8496935Z [ OK ] LazyOpsTest.TestArgSort (5 ms) 2022-12-01T11:07:21.8497334Z [ RUN ] LazyOpsTest.TestMin 2022-12-01T11:07:21.8503033Z [ OK ] LazyOpsTest.TestMin (0 ms) 2022-12-01T11:07:21.8503398Z [ RUN ] LazyOpsTest.TestMax 2022-12-01T11:07:21.8509234Z [ OK ] LazyOpsTest.TestMax (0 ms) 2022-12-01T11:07:21.8509640Z [ RUN ] LazyOpsTest.TestUnaryMin 2022-12-01T11:07:21.8515136Z [ OK ] LazyOpsTest.TestUnaryMin (0 ms) 2022-12-01T11:07:21.8515563Z [ RUN ] LazyOpsTest.TestUnaryMax 2022-12-01T11:07:21.8520508Z [ OK ] LazyOpsTest.TestUnaryMax (0 ms) 2022-12-01T11:07:21.8520912Z [ RUN ] LazyOpsTest.TestAll 2022-12-01T11:07:21.8545197Z [ OK ] LazyOpsTest.TestAll (2 ms) 2022-12-01T11:07:21.8545963Z [ RUN ] LazyOpsTest.TestAllDim 2022-12-01T11:07:21.8558508Z [ OK ] LazyOpsTest.TestAllDim (1 ms) 2022-12-01T11:07:21.8559030Z [ RUN ] LazyOpsTest.TestAllDimKeep 2022-12-01T11:07:21.8570322Z [ OK ] LazyOpsTest.TestAllDimKeep (1 ms) 2022-12-01T11:07:21.8570791Z [ RUN ] LazyOpsTest.TestAmax 2022-12-01T11:07:21.8721957Z [ OK ] LazyOpsTest.TestAmax (15 ms) 2022-12-01T11:07:21.8722402Z [ RUN ] LazyOpsTest.TestAmin 2022-12-01T11:07:21.8871969Z [ OK ] LazyOpsTest.TestAmin (14 ms) 2022-12-01T11:07:21.8872524Z [ RUN ] LazyOpsTest.TestAny 2022-12-01T11:07:21.8897455Z [ OK ] LazyOpsTest.TestAny (2 ms) 2022-12-01T11:07:21.8897890Z [ RUN ] LazyOpsTest.TestAnyDim 2022-12-01T11:07:21.8910012Z [ OK ] LazyOpsTest.TestAnyDim (1 ms) 2022-12-01T11:07:21.8910650Z [ RUN ] LazyOpsTest.TestAnyDimKeep 2022-12-01T11:07:21.8922181Z [ OK ] LazyOpsTest.TestAnyDimKeep (1 ms) 2022-12-01T11:07:21.8922638Z [ RUN ] LazyOpsTest.TestMean 2022-12-01T11:07:21.8927743Z [ OK ] LazyOpsTest.TestMean (0 ms) 2022-12-01T11:07:21.8928165Z [ RUN ] LazyOpsTest.TestMeanCast 2022-12-01T11:07:21.8933371Z [ OK ] LazyOpsTest.TestMeanCast (0 ms) 2022-12-01T11:07:21.8934028Z [ RUN ] LazyOpsTest.TestMeanInDim 2022-12-01T11:07:21.8966983Z [ OK ] LazyOpsTest.TestMeanInDim (3 ms) 2022-12-01T11:07:21.8967522Z [ RUN ] LazyOpsTest.TestMeanInDims 2022-12-01T11:07:21.8978007Z [ OK ] LazyOpsTest.TestMeanInDims (1 ms) 2022-12-01T11:07:21.8978464Z [ RUN ] LazyOpsTest.TestMeanInDimsKeepCast 2022-12-01T11:07:21.8989988Z [ OK ] LazyOpsTest.TestMeanInDimsKeepCast (1 ms) 2022-12-01T11:07:21.8990720Z [ RUN ] LazyOpsTest.TestMeanInDimOut 2022-12-01T11:07:21.9023630Z [ OK ] LazyOpsTest.TestMeanInDimOut (3 ms) 2022-12-01T11:07:21.9024122Z [ RUN ] LazyOpsTest.TestStd 2022-12-01T11:07:21.9035279Z [ OK ] LazyOpsTest.TestStd (1 ms) 2022-12-01T11:07:21.9035729Z [ RUN ] LazyOpsTest.TestStdInDim 2022-12-01T11:07:21.9170836Z [ OK ] LazyOpsTest.TestStdInDim (13 ms) 2022-12-01T11:07:21.9171324Z [ RUN ] LazyOpsTest.TestStdWithCorrection 2022-12-01T11:07:21.9237937Z [ OK ] LazyOpsTest.TestStdWithCorrection (6 ms) 2022-12-01T11:07:21.9238454Z [ RUN ] LazyOpsTest.TestStdMeanWithCorrection 2022-12-01T11:07:21.9287832Z [ OK ] LazyOpsTest.TestStdMeanWithCorrection (4 ms) 2022-12-01T11:07:21.9288333Z [ RUN ] LazyOpsTest.TestSum 2022-12-01T11:07:21.9293026Z [ OK ] LazyOpsTest.TestSum (0 ms) 2022-12-01T11:07:21.9293457Z [ RUN ] LazyOpsTest.TestSumCast 2022-12-01T11:07:21.9298826Z [ OK ] LazyOpsTest.TestSumCast (0 ms) 2022-12-01T11:07:21.9299277Z [ RUN ] LazyOpsTest.TestSumU8 2022-12-01T11:07:21.9304013Z [ OK ] LazyOpsTest.TestSumU8 (0 ms) 2022-12-01T11:07:21.9304435Z [ RUN ] LazyOpsTest.TestSumInDim 2022-12-01T11:07:21.9338888Z [ OK ] LazyOpsTest.TestSumInDim (3 ms) 2022-12-01T11:07:21.9339331Z [ RUN ] LazyOpsTest.TestSumInDims 2022-12-01T11:07:21.9350648Z [ OK ] LazyOpsTest.TestSumInDims (1 ms) 2022-12-01T11:07:21.9351317Z [ RUN ] LazyOpsTest.TestSumInDimsKeep 2022-12-01T11:07:21.9362375Z [ OK ] LazyOpsTest.TestSumInDimsKeep (1 ms) 2022-12-01T11:07:21.9362885Z [ RUN ] LazyOpsTest.TestSumInDimsKeepCast 2022-12-01T11:07:21.9374417Z [ OK ] LazyOpsTest.TestSumInDimsKeepCast (1 ms) 2022-12-01T11:07:21.9374848Z [ RUN ] LazyOpsTest.TestVar 2022-12-01T11:07:21.9380413Z [ OK ] LazyOpsTest.TestVar (0 ms) 2022-12-01T11:07:21.9380855Z [ RUN ] LazyOpsTest.TestVarWithDim 2022-12-01T11:07:21.9402952Z [ OK ] LazyOpsTest.TestVarWithDim (2 ms) 2022-12-01T11:07:21.9403411Z [ RUN ] LazyOpsTest.TestVarWithCorrection 2022-12-01T11:07:21.9434608Z [ OK ] LazyOpsTest.TestVarWithCorrection (3 ms) 2022-12-01T11:07:21.9435119Z [ RUN ] LazyOpsTest.TestVarMeanWithCorrection 2022-12-01T11:07:21.9483110Z [ OK ] LazyOpsTest.TestVarMeanWithCorrection (4 ms) 2022-12-01T11:07:21.9483596Z [ RUN ] LazyOpsTest.TestMaxInDim 2022-12-01T11:07:21.9601280Z [ OK ] LazyOpsTest.TestMaxInDim (11 ms) 2022-12-01T11:07:21.9601793Z [ RUN ] LazyOpsTest.TestMinInDim 2022-12-01T11:07:21.9645413Z [ OK ] LazyOpsTest.TestMinInDim (4 ms) 2022-12-01T11:07:21.9645895Z [ RUN ] LazyOpsTest.TestNorm 2022-12-01T11:07:21.9651763Z [ OK ] LazyOpsTest.TestNorm (0 ms) 2022-12-01T11:07:21.9652395Z [ RUN ] LazyOpsTest.TestNormInDim 2022-12-01T11:07:21.9663971Z [ OK ] LazyOpsTest.TestNormInDim (1 ms) 2022-12-01T11:07:21.9664418Z [ RUN ] LazyOpsTest.TestNormInDims 2022-12-01T11:07:21.9676077Z [ OK ] LazyOpsTest.TestNormInDims (1 ms) 2022-12-01T11:07:21.9676532Z [ RUN ] LazyOpsTest.TestNormInDimsKeep 2022-12-01T11:07:21.9687767Z [ OK ] LazyOpsTest.TestNormInDimsKeep (1 ms) 2022-12-01T11:07:21.9688240Z [ RUN ] LazyOpsTest.TestNormalTwoTensor 2022-12-01T11:07:21.9698993Z [ OK ] LazyOpsTest.TestNormalTwoTensor (1 ms) 2022-12-01T11:07:21.9699459Z [ RUN ] LazyOpsTest.TestNormalDoubleMean 2022-12-01T11:07:21.9710979Z [ OK ] LazyOpsTest.TestNormalDoubleMean (1 ms) 2022-12-01T11:07:21.9711703Z [ RUN ] LazyOpsTest.TestNormalDoubleStd 2022-12-01T11:07:21.9715770Z [ OK ] LazyOpsTest.TestNormalDoubleStd (0 ms) 2022-12-01T11:07:21.9716258Z [ RUN ] LazyOpsTest.TestNormalInPlace 2022-12-01T11:07:21.9721340Z [ OK ] LazyOpsTest.TestNormalInPlace (0 ms) 2022-12-01T11:07:21.9721811Z [ RUN ] LazyOpsTest.TestUniformInPlace 2022-12-01T11:07:21.9725874Z [ OK ] LazyOpsTest.TestUniformInPlace (0 ms) 2022-12-01T11:07:21.9726346Z [ RUN ] LazyOpsTest.TestRandomInPlace 2022-12-01T11:07:21.9823742Z [ OK ] LazyOpsTest.TestRandomInPlace (9 ms) 2022-12-01T11:07:21.9824287Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefaultFrom 2022-12-01T11:07:21.9919247Z [ OK ] LazyOpsTest.TestRandomInPlaceDefaultFrom (9 ms) 2022-12-01T11:07:21.9919913Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefault 2022-12-01T11:07:21.9946431Z [ OK ] LazyOpsTest.TestRandomInPlaceDefault (2 ms) 2022-12-01T11:07:21.9946928Z [ RUN ] LazyOpsTest.TestNormGeneral 2022-12-01T11:07:21.9952493Z [ OK ] LazyOpsTest.TestNormGeneral (0 ms) 2022-12-01T11:07:21.9953069Z [ RUN ] LazyOpsTest.TestNormNuclear 2022-12-01T11:07:21.9959339Z [ OK ] LazyOpsTest.TestNormNuclear (0 ms) 2022-12-01T11:07:21.9959848Z [ RUN ] LazyOpsTest.TestFrobeniusNorm 2022-12-01T11:07:21.9962601Z [ OK ] LazyOpsTest.TestFrobeniusNorm (0 ms) 2022-12-01T11:07:21.9963065Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDim 2022-12-01T11:07:21.9975935Z [ OK ] LazyOpsTest.TestFrobeniusNormInDim (1 ms) 2022-12-01T11:07:21.9976427Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDims 2022-12-01T11:07:21.9994666Z [ OK ] LazyOpsTest.TestFrobeniusNormInDims (1 ms) 2022-12-01T11:07:21.9995136Z [ RUN ] LazyOpsTest.TestGroupNorm 2022-12-01T11:07:22.0051027Z [ OK ] LazyOpsTest.TestGroupNorm (5 ms) 2022-12-01T11:07:22.0051544Z [ RUN ] LazyOpsTest.TestGroupNormBackward 2022-12-01T11:07:22.0880951Z [ OK ] LazyOpsTest.TestGroupNormBackward (82 ms) 2022-12-01T11:07:22.0881499Z [ RUN ] LazyOpsTest.TestInstanceNorm 2022-12-01T11:07:22.0903956Z [ OK ] LazyOpsTest.TestInstanceNorm (2 ms) 2022-12-01T11:07:22.0904383Z [ RUN ] LazyOpsTest.TestLayerNorm 2022-12-01T11:07:22.0956676Z [ OK ] LazyOpsTest.TestLayerNorm (5 ms) 2022-12-01T11:07:22.0957153Z [ RUN ] LazyOpsTest.TestLayerNormBackward 2022-12-01T11:07:22.1405201Z [ OK ] LazyOpsTest.TestLayerNormBackward (44 ms) 2022-12-01T11:07:22.1405676Z [ RUN ] LazyOpsTest.TestNuclearNorm 2022-12-01T11:07:22.1435695Z [ OK ] LazyOpsTest.TestNuclearNorm (3 ms) 2022-12-01T11:07:22.1436165Z [ RUN ] LazyOpsTest.TestPairwiseDistance 2022-12-01T11:07:22.5470374Z [ OK ] LazyOpsTest.TestPairwiseDistance (403 ms) 2022-12-01T11:07:22.5470898Z [ RUN ] LazyOpsTest.TestCosineSimilarity 2022-12-01T11:07:22.5541933Z [ OK ] LazyOpsTest.TestCosineSimilarity (7 ms) 2022-12-01T11:07:22.5542678Z [ RUN ] LazyOpsTest.TestCosineEmbeddingLoss 2022-12-01T11:07:23.3216828Z [ OK ] LazyOpsTest.TestCosineEmbeddingLoss (767 ms) 2022-12-01T11:07:23.3217366Z [ RUN ] LazyOpsTest.TestHingeEmbeddingLoss 2022-12-01T11:07:23.3295664Z [ OK ] LazyOpsTest.TestHingeEmbeddingLoss (7 ms) 2022-12-01T11:07:23.3296160Z [ RUN ] LazyOpsTest.TestTripletMarginLoss 2022-12-01T11:07:24.1534306Z [ OK ] LazyOpsTest.TestTripletMarginLoss (823 ms) 2022-12-01T11:07:24.1534847Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropy 2022-12-01T11:07:24.1571359Z [ OK ] LazyOpsTest.TestBinaryCrossEntropy (3 ms) 2022-12-01T11:07:24.1571871Z [ RUN ] LazyOpsTest.TestMarginRankingLoss 2022-12-01T11:07:24.4091487Z [ OK ] LazyOpsTest.TestMarginRankingLoss (251 ms) 2022-12-01T11:07:24.4091982Z [ RUN ] LazyOpsTest.TestBCEWithLogits 2022-12-01T11:07:24.4123878Z [ OK ] LazyOpsTest.TestBCEWithLogits (3 ms) 2022-12-01T11:07:24.4124305Z [ RUN ] LazyOpsTest.TestKlDiv 2022-12-01T11:07:24.4160209Z [ OK ] LazyOpsTest.TestKlDiv (3 ms) 2022-12-01T11:07:24.4160633Z [ RUN ] LazyOpsTest.TestProd 2022-12-01T11:07:24.4163526Z [ OK ] LazyOpsTest.TestProd (0 ms) 2022-12-01T11:07:24.4163940Z [ RUN ] LazyOpsTest.TestProdCast 2022-12-01T11:07:24.4181675Z [ OK ] LazyOpsTest.TestProdCast (1 ms) 2022-12-01T11:07:24.4182111Z [ RUN ] LazyOpsTest.TestProdInDim 2022-12-01T11:07:24.4212037Z [ OK ] LazyOpsTest.TestProdInDim (2 ms) 2022-12-01T11:07:24.4212527Z [ RUN ] LazyOpsTest.TestProdInDimKeepCast 2022-12-01T11:07:24.4242851Z [ OK ] LazyOpsTest.TestProdInDimKeepCast (3 ms) 2022-12-01T11:07:24.4243340Z [ RUN ] LazyOpsTest.TestProdInDimKeep 2022-12-01T11:07:24.4258327Z [ OK ] LazyOpsTest.TestProdInDimKeep (1 ms) 2022-12-01T11:07:24.4258780Z [ RUN ] LazyOpsTest.TestCumSum 2022-12-01T11:07:24.4288810Z [ OK ] LazyOpsTest.TestCumSum (3 ms) 2022-12-01T11:07:24.4289243Z [ RUN ] LazyOpsTest.TestCumSumCast 2022-12-01T11:07:24.4319361Z [ OK ] LazyOpsTest.TestCumSumCast (3 ms) 2022-12-01T11:07:24.4319804Z [ RUN ] LazyOpsTest.TestCumSumLong 2022-12-01T11:07:24.4344714Z [ OK ] LazyOpsTest.TestCumSumLong (2 ms) 2022-12-01T11:07:24.4345172Z [ RUN ] LazyOpsTest.TestCumSumCastLong 2022-12-01T11:07:24.4370877Z [ OK ] LazyOpsTest.TestCumSumCastLong (2 ms) 2022-12-01T11:07:24.4371329Z [ RUN ] LazyOpsTest.TestCumProd 2022-12-01T11:07:24.4386481Z [ OK ] LazyOpsTest.TestCumProd (1 ms) 2022-12-01T11:07:24.4386906Z [ RUN ] LazyOpsTest.TestCumProdCast 2022-12-01T11:07:24.4402839Z [ OK ] LazyOpsTest.TestCumProdCast (1 ms) 2022-12-01T11:07:24.4403300Z [ RUN ] LazyOpsTest.TestCumProdLong 2022-12-01T11:07:24.4420316Z [ OK ] LazyOpsTest.TestCumProdLong (1 ms) 2022-12-01T11:07:24.4420765Z [ RUN ] LazyOpsTest.TestCumProdCastLong 2022-12-01T11:07:24.4438144Z [ OK ] LazyOpsTest.TestCumProdCastLong (1 ms) 2022-12-01T11:07:24.4438592Z [ RUN ] LazyOpsTest.TestArgMin 2022-12-01T11:07:24.4441166Z [ OK ] LazyOpsTest.TestArgMin (0 ms) 2022-12-01T11:07:24.4441581Z [ RUN ] LazyOpsTest.TestArgMinDim 2022-12-01T11:07:24.4445776Z [ OK ] LazyOpsTest.TestArgMinDim (0 ms) 2022-12-01T11:07:24.4446242Z [ RUN ] LazyOpsTest.TestArgMinDimKeep 2022-12-01T11:07:24.4450257Z [ OK ] LazyOpsTest.TestArgMinDimKeep (0 ms) 2022-12-01T11:07:24.4450735Z [ RUN ] LazyOpsTest.TestArgMinSameValue 2022-12-01T11:07:24.4453013Z [ OK ] LazyOpsTest.TestArgMinSameValue (0 ms) 2022-12-01T11:07:24.4453656Z [ RUN ] LazyOpsTest.TestArgMinWrapper 2022-12-01T11:07:24.4457597Z [ OK ] LazyOpsTest.TestArgMinWrapper (0 ms) 2022-12-01T11:07:24.4458045Z [ RUN ] LazyOpsTest.TestArgMax 2022-12-01T11:07:24.4460370Z [ OK ] LazyOpsTest.TestArgMax (0 ms) 2022-12-01T11:07:24.4460804Z [ RUN ] LazyOpsTest.TestArgMaxDim 2022-12-01T11:07:24.4465068Z [ OK ] LazyOpsTest.TestArgMaxDim (0 ms) 2022-12-01T11:07:24.4465503Z [ RUN ] LazyOpsTest.TestArgMaxDimKeep 2022-12-01T11:07:24.4469233Z [ OK ] LazyOpsTest.TestArgMaxDimKeep (0 ms) 2022-12-01T11:07:24.4469717Z [ RUN ] LazyOpsTest.TestArgMaxSameValue 2022-12-01T11:07:24.4471508Z [ OK ] LazyOpsTest.TestArgMaxSameValue (0 ms) 2022-12-01T11:07:24.4471970Z [ RUN ] LazyOpsTest.TestArgMaxWrapper 2022-12-01T11:07:24.4476972Z [ OK ] LazyOpsTest.TestArgMaxWrapper (0 ms) 2022-12-01T11:07:24.4477395Z [ RUN ] LazyOpsTest.TestAsin 2022-12-01T11:07:24.4480140Z [ OK ] LazyOpsTest.TestAsin (0 ms) 2022-12-01T11:07:24.4480552Z [ RUN ] LazyOpsTest.TestAsinh 2022-12-01T11:07:24.4483359Z [ OK ] LazyOpsTest.TestAsinh (0 ms) 2022-12-01T11:07:24.4483780Z [ RUN ] LazyOpsTest.TestAsinhInPlace 2022-12-01T11:07:24.4487738Z [ OK ] LazyOpsTest.TestAsinhInPlace (0 ms) 2022-12-01T11:07:24.4488162Z [ RUN ] LazyOpsTest.TestSin 2022-12-01T11:07:24.4490846Z [ OK ] LazyOpsTest.TestSin (0 ms) 2022-12-01T11:07:24.4491257Z [ RUN ] LazyOpsTest.TestSinh 2022-12-01T11:07:24.4494277Z [ OK ] LazyOpsTest.TestSinh (0 ms) 2022-12-01T11:07:24.4494713Z [ RUN ] LazyOpsTest.TestAcos 2022-12-01T11:07:24.4497558Z [ OK ] LazyOpsTest.TestAcos (0 ms) 2022-12-01T11:07:24.4497976Z [ RUN ] LazyOpsTest.TestAcosh 2022-12-01T11:07:24.4501158Z [ OK ] LazyOpsTest.TestAcosh (0 ms) 2022-12-01T11:07:24.4501595Z [ RUN ] LazyOpsTest.TestAcoshInPlace 2022-12-01T11:07:24.4505628Z [ OK ] LazyOpsTest.TestAcoshInPlace (0 ms) 2022-12-01T11:07:24.4506055Z [ RUN ] LazyOpsTest.TestCos 2022-12-01T11:07:24.4510679Z [ OK ] LazyOpsTest.TestCos (0 ms) 2022-12-01T11:07:24.4511319Z [ RUN ] LazyOpsTest.TestCosh 2022-12-01T11:07:24.4514405Z [ OK ] LazyOpsTest.TestCosh (0 ms) 2022-12-01T11:07:24.4514814Z [ RUN ] LazyOpsTest.TestAtan 2022-12-01T11:07:24.4517527Z [ OK ] LazyOpsTest.TestAtan (0 ms) 2022-12-01T11:07:24.4517926Z [ RUN ] LazyOpsTest.TestAtanh 2022-12-01T11:07:24.4520566Z [ OK ] LazyOpsTest.TestAtanh (0 ms) 2022-12-01T11:07:24.4521000Z [ RUN ] LazyOpsTest.TestAtanhInPlace 2022-12-01T11:07:24.4524842Z [ OK ] LazyOpsTest.TestAtanhInPlace (0 ms) 2022-12-01T11:07:24.4525264Z [ RUN ] LazyOpsTest.TestAtan2 2022-12-01T11:07:24.4528763Z [ OK ] LazyOpsTest.TestAtan2 (0 ms) 2022-12-01T11:07:24.4529168Z [ RUN ] LazyOpsTest.TestTan 2022-12-01T11:07:24.4531910Z [ OK ] LazyOpsTest.TestTan (0 ms) 2022-12-01T11:07:24.4532331Z [ RUN ] LazyOpsTest.TestTanh 2022-12-01T11:07:24.4537100Z [ OK ] LazyOpsTest.TestTanh (0 ms) 2022-12-01T11:07:24.4537531Z [ RUN ] LazyOpsTest.TestClampMinMax 2022-12-01T11:07:24.4542470Z [ OK ] LazyOpsTest.TestClampMinMax (0 ms) 2022-12-01T11:07:24.4542914Z [ RUN ] LazyOpsTest.TestClampMin 2022-12-01T11:07:24.4547759Z [ OK ] LazyOpsTest.TestClampMin (0 ms) 2022-12-01T11:07:24.4548193Z [ RUN ] LazyOpsTest.TestClampMax 2022-12-01T11:07:24.4553348Z [ OK ] LazyOpsTest.TestClampMax (0 ms) 2022-12-01T11:07:24.4553812Z [ RUN ] LazyOpsTest.TestClampMinExplicit 2022-12-01T11:07:24.4558577Z [ OK ] LazyOpsTest.TestClampMinExplicit (0 ms) 2022-12-01T11:07:24.4559064Z [ RUN ] LazyOpsTest.TestClampMaxExplicit 2022-12-01T11:07:24.4561723Z [ OK ] LazyOpsTest.TestClampMaxExplicit (0 ms) 2022-12-01T11:07:24.4562231Z [ RUN ] LazyOpsTest.TestClampMinExplicitInPlace 2022-12-01T11:07:24.4568488Z [ OK ] LazyOpsTest.TestClampMinExplicitInPlace (0 ms) 2022-12-01T11:07:24.4569007Z [ RUN ] LazyOpsTest.TestClampMaxExplicitInPlace 2022-12-01T11:07:24.4572887Z [ OK ] LazyOpsTest.TestClampMaxExplicitInPlace (0 ms) 2022-12-01T11:07:24.4573359Z [ RUN ] LazyOpsTest.TestCeil 2022-12-01T11:07:24.4576493Z [ OK ] LazyOpsTest.TestCeil (0 ms) 2022-12-01T11:07:24.4576890Z [ RUN ] LazyOpsTest.TestFloor 2022-12-01T11:07:24.4581580Z [ OK ] LazyOpsTest.TestFloor (0 ms) 2022-12-01T11:07:24.4581996Z [ RUN ] LazyOpsTest.TestRound 2022-12-01T11:07:24.4586200Z [ OK ] LazyOpsTest.TestRound (0 ms) 2022-12-01T11:07:24.4586587Z [ RUN ] LazyOpsTest.TestTrunc 2022-12-01T11:07:24.4591555Z [ OK ] LazyOpsTest.TestTrunc (0 ms) 2022-12-01T11:07:24.4591967Z [ RUN ] LazyOpsTest.TestFrac 2022-12-01T11:07:24.4597009Z [ OK ] LazyOpsTest.TestFrac (0 ms) 2022-12-01T11:07:24.4597422Z [ RUN ] LazyOpsTest.TestNeg 2022-12-01T11:07:24.4601707Z [ OK ] LazyOpsTest.TestNeg (0 ms) 2022-12-01T11:07:24.4602130Z [ RUN ] LazyOpsTest.TestBitwiseNot 2022-12-01T11:07:24.4610299Z [ OK ] LazyOpsTest.TestBitwiseNot (0 ms) 2022-12-01T11:07:24.4610803Z [ RUN ] LazyOpsTest.TestBitwiseNotInPlace 2022-12-01T11:07:24.4618217Z [ OK ] LazyOpsTest.TestBitwiseNotInPlace (0 ms) 2022-12-01T11:07:24.4618695Z [ RUN ] LazyOpsTest.TestSign 2022-12-01T11:07:24.4621476Z [ OK ] LazyOpsTest.TestSign (0 ms) 2022-12-01T11:07:24.4621910Z [ RUN ] LazyOpsTest.TestSignByte 2022-12-01T11:07:24.4624562Z [ OK ] LazyOpsTest.TestSignByte (0 ms) 2022-12-01T11:07:24.4624959Z [ RUN ] LazyOpsTest.TestAbs 2022-12-01T11:07:24.4628958Z [ OK ] LazyOpsTest.TestAbs (0 ms) 2022-12-01T11:07:24.4629369Z [ RUN ] LazyOpsTest.TestAbsByte 2022-12-01T11:07:24.4633808Z [ OK ] LazyOpsTest.TestAbsByte (0 ms) 2022-12-01T11:07:24.4634467Z [ RUN ] LazyOpsTest.TestEmptyLike 2022-12-01T11:07:24.4635067Z [ OK ] LazyOpsTest.TestEmptyLike (0 ms) 2022-12-01T11:07:24.4635729Z [ RUN ] LazyOpsTest.TestEmptyLikeOptions 2022-12-01T11:07:24.4636195Z [ OK ] LazyOpsTest.TestEmptyLikeOptions (0 ms) 2022-12-01T11:07:24.4636595Z [ RUN ] LazyOpsTest.TestEmpty 2022-12-01T11:07:24.4636991Z [ OK ] LazyOpsTest.TestEmpty (0 ms) 2022-12-01T11:07:24.4637395Z [ RUN ] LazyOpsTest.TestZeroInPlace 2022-12-01T11:07:24.4641651Z [ OK ] LazyOpsTest.TestZeroInPlace (0 ms) 2022-12-01T11:07:24.4642096Z [ RUN ] LazyOpsTest.TestZerosLike 2022-12-01T11:07:24.4644417Z [ OK ] LazyOpsTest.TestZerosLike (0 ms) 2022-12-01T11:07:24.4644880Z [ RUN ] LazyOpsTest.TestZerosLikeOptions 2022-12-01T11:07:24.4647017Z [ OK ] LazyOpsTest.TestZerosLikeOptions (0 ms) 2022-12-01T11:07:24.4647456Z [ RUN ] LazyOpsTest.TestZeros 2022-12-01T11:07:24.4652143Z [ OK ] LazyOpsTest.TestZeros (0 ms) 2022-12-01T11:07:24.4652535Z [ RUN ] LazyOpsTest.TestOnes 2022-12-01T11:07:24.4658467Z [ OK ] LazyOpsTest.TestOnes (0 ms) 2022-12-01T11:07:24.4658888Z [ RUN ] LazyOpsTest.TestOnesLike 2022-12-01T11:07:24.4661261Z [ OK ] LazyOpsTest.TestOnesLike (0 ms) 2022-12-01T11:07:24.4661698Z [ RUN ] LazyOpsTest.TestOnesLikeOptions 2022-12-01T11:07:24.4664152Z [ OK ] LazyOpsTest.TestOnesLikeOptions (0 ms) 2022-12-01T11:07:24.4664593Z [ RUN ] LazyOpsTest.TestFull 2022-12-01T11:07:24.4672185Z [ OK ] LazyOpsTest.TestFull (0 ms) 2022-12-01T11:07:24.4672587Z [ RUN ] LazyOpsTest.TestFullLike 2022-12-01T11:07:24.4675329Z [ OK ] LazyOpsTest.TestFullLike (0 ms) 2022-12-01T11:07:24.4675779Z [ RUN ] LazyOpsTest.TestFullLikeOptions 2022-12-01T11:07:24.4678012Z [ OK ] LazyOpsTest.TestFullLikeOptions (0 ms) 2022-12-01T11:07:24.4678462Z [ RUN ] LazyOpsTest.TestARange 2022-12-01T11:07:24.4689375Z [ OK ] LazyOpsTest.TestARange (1 ms) 2022-12-01T11:07:24.4689802Z [ RUN ] LazyOpsTest.TestARangeOut 2022-12-01T11:07:24.4690434Z [W RangeFactories.cu:270] Warning: The number of elements in the out tensor of shape [4] is 4 which does not match the computed number of elements 200. Note that this may occur as a result of rounding error. The out tensor will be resized to a tensor of shape (200,). (function operator()) 2022-12-01T11:07:24.4696106Z [ OK ] LazyOpsTest.TestARangeOut (0 ms) 2022-12-01T11:07:24.4696504Z [ RUN ] LazyOpsTest.TestDimARange 2022-12-01T11:07:24.4703060Z [ OK ] LazyOpsTest.TestDimARange (0 ms) 2022-12-01T11:07:24.4703456Z [ RUN ] LazyOpsTest.TestBartlettWindow 2022-12-01T11:07:24.4747171Z [ OK ] LazyOpsTest.TestBartlettWindow (4 ms) 2022-12-01T11:07:24.4747646Z [ RUN ] LazyOpsTest.TestBlackmanWindow 2022-12-01T11:07:24.4781936Z [ OK ] LazyOpsTest.TestBlackmanWindow (3 ms) 2022-12-01T11:07:24.4782562Z [ RUN ] LazyOpsTest.TestHammingWindow 2022-12-01T11:07:24.4807179Z [ OK ] LazyOpsTest.TestHammingWindow (2 ms) 2022-12-01T11:07:24.4807611Z [ RUN ] LazyOpsTest.TestHannWindow 2022-12-01T11:07:24.9809365Z [ OK ] LazyOpsTest.TestHannWindow (500 ms) 2022-12-01T11:07:24.9809849Z [ RUN ] LazyOpsTest.TestLogSigmoid 2022-12-01T11:07:24.9815515Z [ OK ] LazyOpsTest.TestLogSigmoid (0 ms) 2022-12-01T11:07:24.9815949Z [ RUN ] LazyOpsTest.TestLogSigmoidForward 2022-12-01T11:07:24.9825203Z [ OK ] LazyOpsTest.TestLogSigmoidForward (0 ms) 2022-12-01T11:07:24.9825641Z [ RUN ] LazyOpsTest.TestLogsumexp 2022-12-01T11:07:24.9890075Z [ OK ] LazyOpsTest.TestLogsumexp (6 ms) 2022-12-01T11:07:24.9890490Z [ RUN ] LazyOpsTest.TestSiLU 2022-12-01T11:07:24.9895511Z [ OK ] LazyOpsTest.TestSiLU (0 ms) 2022-12-01T11:07:24.9895917Z [ RUN ] LazyOpsTest.TestSigmoid 2022-12-01T11:07:24.9900890Z [ OK ] LazyOpsTest.TestSigmoid (0 ms) 2022-12-01T11:07:24.9901314Z [ RUN ] LazyOpsTest.TestMatmul_1x1 2022-12-01T11:07:24.9905654Z [ OK ] LazyOpsTest.TestMatmul_1x1 (0 ms) 2022-12-01T11:07:24.9906083Z [ RUN ] LazyOpsTest.TestMatmul_2x1 2022-12-01T11:07:24.9913813Z [ OK ] LazyOpsTest.TestMatmul_2x1 (0 ms) 2022-12-01T11:07:24.9914216Z [ RUN ] LazyOpsTest.TestMatmul_1x2 2022-12-01T11:07:24.9922534Z [ OK ] LazyOpsTest.TestMatmul_1x2 (0 ms) 2022-12-01T11:07:24.9922948Z [ RUN ] LazyOpsTest.TestMatmul_2x2 2022-12-01T11:07:24.9928360Z [ OK ] LazyOpsTest.TestMatmul_2x2 (0 ms) 2022-12-01T11:07:24.9928762Z [ RUN ] LazyOpsTest.TestMatmulBcast 2022-12-01T11:07:24.9942078Z [ OK ] LazyOpsTest.TestMatmulBcast (1 ms) 2022-12-01T11:07:24.9942494Z [ RUN ] LazyOpsTest.TestDot 2022-12-01T11:07:24.9946070Z [ OK ] LazyOpsTest.TestDot (0 ms) 2022-12-01T11:07:24.9946463Z [ RUN ] LazyOpsTest.TestTensorDot 2022-12-01T11:07:24.9959451Z [ OK ] LazyOpsTest.TestTensorDot (1 ms) 2022-12-01T11:07:24.9959865Z [ RUN ] LazyOpsTest.TestGer 2022-12-01T11:07:24.9967254Z [ OK ] LazyOpsTest.TestGer (0 ms) 2022-12-01T11:07:24.9967640Z [ RUN ] LazyOpsTest.TestMv 2022-12-01T11:07:24.9973350Z [ OK ] LazyOpsTest.TestMv (0 ms) 2022-12-01T11:07:24.9973740Z [ RUN ] LazyOpsTest.TestMvOut 2022-12-01T11:07:24.9980681Z [ OK ] LazyOpsTest.TestMvOut (0 ms) 2022-12-01T11:07:24.9981137Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMul 2022-12-01T11:07:24.9988024Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMul (0 ms) 2022-12-01T11:07:24.9988545Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMulInPlace 2022-12-01T11:07:24.9997142Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMulInPlace (0 ms) 2022-12-01T11:07:24.9997631Z [ RUN ] LazyOpsTest.TestBatchMatMul 2022-12-01T11:07:25.0002964Z [ OK ] LazyOpsTest.TestBatchMatMul (0 ms) 2022-12-01T11:07:25.0003398Z [ RUN ] LazyOpsTest.TestChainMatMul 2022-12-01T11:07:25.0004034Z [W LinearAlgebra.cpp:971] Warning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (function operator()) 2022-12-01T11:07:25.0013227Z [ OK ] LazyOpsTest.TestChainMatMul (0 ms) 2022-12-01T11:07:25.0013643Z [ RUN ] LazyOpsTest.TestLinear 2022-12-01T11:07:25.0027563Z [ OK ] LazyOpsTest.TestLinear (1 ms) 2022-12-01T11:07:25.0027962Z [ RUN ] LazyOpsTest.TestPinverse 2022-12-01T11:07:25.0075787Z [ OK ] LazyOpsTest.TestPinverse (4 ms) 2022-12-01T11:07:25.0076335Z [ RUN ] LazyOpsTest.TestEinsumOuter 2022-12-01T11:07:25.0086360Z [ OK ] LazyOpsTest.TestEinsumOuter (1 ms) 2022-12-01T11:07:25.0086838Z [ RUN ] LazyOpsTest.TestEinsumOuterBackward 2022-12-01T11:07:25.0126726Z [ OK ] LazyOpsTest.TestEinsumOuterBackward (4 ms) 2022-12-01T11:07:25.0127226Z [ RUN ] LazyOpsTest.TestEinsumBatchMatMul 2022-12-01T11:07:25.0144597Z [ OK ] LazyOpsTest.TestEinsumBatchMatMul (1 ms) 2022-12-01T11:07:25.0145113Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBilinear 2022-12-01T11:07:25.0174329Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBilinear (2 ms) 2022-12-01T11:07:25.0174874Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal 2022-12-01T11:07:25.0182998Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal (0 ms) 2022-12-01T11:07:25.0183566Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal 2022-12-01T11:07:25.0191576Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal (0 ms) 2022-12-01T11:07:25.0192160Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute 2022-12-01T11:07:25.0197742Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute (0 ms) 2022-12-01T11:07:25.0198325Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis 2022-12-01T11:07:25.0214292Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis (1 ms) 2022-12-01T11:07:25.0214794Z [ RUN ] LazyOpsTest.TestBilinear 2022-12-01T11:07:25.0449172Z [ OK ] LazyOpsTest.TestBilinear (23 ms) 2022-12-01T11:07:25.0449653Z [ RUN ] LazyOpsTest.TestUpsampleNearest2D 2022-12-01T11:07:25.0456396Z [ OK ] LazyOpsTest.TestUpsampleNearest2D (0 ms) 2022-12-01T11:07:25.0456932Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackward 2022-12-01T11:07:25.0475797Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackward (1 ms) 2022-12-01T11:07:25.0476354Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DWithScale 2022-12-01T11:07:25.0482564Z [ OK ] LazyOpsTest.TestUpsampleNearest2DWithScale (0 ms) 2022-12-01T11:07:25.0483146Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale 2022-12-01T11:07:25.0501667Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale (1 ms) 2022-12-01T11:07:25.0502214Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2D 2022-12-01T11:07:25.0514774Z [ OK ] LazyOpsTest.TestUpsampleBilinear2D (1 ms) 2022-12-01T11:07:25.0515295Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2DBackward 2022-12-01T11:07:25.0553666Z [ OK ] LazyOpsTest.TestUpsampleBilinear2DBackward (3 ms) 2022-12-01T11:07:25.0554145Z [ RUN ] LazyOpsTest.TestAddCMul 2022-12-01T11:07:25.0560289Z [ OK ] LazyOpsTest.TestAddCMul (0 ms) 2022-12-01T11:07:25.0560702Z [ RUN ] LazyOpsTest.TestAddCDiv 2022-12-01T11:07:25.0567533Z [ OK ] LazyOpsTest.TestAddCDiv (0 ms) 2022-12-01T11:07:25.0567982Z [ RUN ] LazyOpsTest.TestAddCDivWithBroadcast 2022-12-01T11:07:25.0574793Z [ OK ] LazyOpsTest.TestAddCDivWithBroadcast (0 ms) 2022-12-01T11:07:25.0575240Z [ RUN ] LazyOpsTest.TestSize 2022-12-01T11:07:25.0575638Z [ OK ] LazyOpsTest.TestSize (0 ms) 2022-12-01T11:07:25.0576010Z [ RUN ] LazyOpsTest.TestSelect 2022-12-01T11:07:25.0673688Z [ OK ] LazyOpsTest.TestSelect (9 ms) 2022-12-01T11:07:25.0674165Z [ RUN ] LazyOpsTest.TestBernoulliScalarProb 2022-12-01T11:07:25.0679608Z [ OK ] LazyOpsTest.TestBernoulliScalarProb (0 ms) 2022-12-01T11:07:25.0680097Z [ RUN ] LazyOpsTest.TestBernoulliTensorProb 2022-12-01T11:07:25.0685212Z [ OK ] LazyOpsTest.TestBernoulliTensorProb (0 ms) 2022-12-01T11:07:25.0685862Z [ RUN ] LazyOpsTest.TestBernoulliScalarProbInPlace 2022-12-01T11:07:25.0691690Z [ OK ] LazyOpsTest.TestBernoulliScalarProbInPlace (0 ms) 2022-12-01T11:07:25.0692245Z [ RUN ] LazyOpsTest.TestBernoulliTensorProbInPlace 2022-12-01T11:07:25.0698592Z [ OK ] LazyOpsTest.TestBernoulliTensorProbInPlace (0 ms) 2022-12-01T11:07:25.0699074Z [ RUN ] LazyOpsTest.TestDropout 2022-12-01T11:07:25.0703844Z [ OK ] LazyOpsTest.TestDropout (0 ms) 2022-12-01T11:07:25.0704308Z [ RUN ] LazyOpsTest.TestDropoutInPlace 2022-12-01T11:07:25.0711368Z [ OK ] LazyOpsTest.TestDropoutInPlace (0 ms) 2022-12-01T11:07:25.0711801Z [ RUN ] LazyOpsTest.TestRandperm 2022-12-01T11:07:25.0715965Z [ OK ] LazyOpsTest.TestRandperm (0 ms) 2022-12-01T11:07:25.0716392Z [ RUN ] LazyOpsTest.TestSlice 2022-12-01T11:07:25.0726294Z [ OK ] LazyOpsTest.TestSlice (0 ms) 2022-12-01T11:07:25.0726723Z [ RUN ] LazyOpsTest.TestTake 2022-12-01T11:07:25.0730634Z [ OK ] LazyOpsTest.TestTake (0 ms) 2022-12-01T11:07:25.0731051Z [ RUN ] LazyOpsTest.TestTakeBackward 2022-12-01T11:07:25.0754199Z [ OK ] LazyOpsTest.TestTakeBackward (2 ms) 2022-12-01T11:07:25.0754598Z [ RUN ] LazyOpsTest.TestStack 2022-12-01T11:07:25.0806396Z [ OK ] LazyOpsTest.TestStack (5 ms) 2022-12-01T11:07:25.0806787Z [ RUN ] LazyOpsTest.TestCat 2022-12-01T11:07:25.0819757Z [ OK ] LazyOpsTest.TestCat (1 ms) 2022-12-01T11:07:25.0820155Z [ RUN ] LazyOpsTest.TestUnbind 2022-12-01T11:07:25.0864280Z [ OK ] LazyOpsTest.TestUnbind (4 ms) 2022-12-01T11:07:25.0864687Z [ RUN ] LazyOpsTest.TestRepeat 2022-12-01T11:07:25.0886096Z [ OK ] LazyOpsTest.TestRepeat (2 ms) 2022-12-01T11:07:25.0886481Z [ RUN ] LazyOpsTest.TestGather 2022-12-01T11:07:25.0899054Z [ OK ] LazyOpsTest.TestGather (1 ms) 2022-12-01T11:07:25.0899472Z [ RUN ] LazyOpsTest.TestScatter 2022-12-01T11:07:25.0910055Z [ OK ] LazyOpsTest.TestScatter (1 ms) 2022-12-01T11:07:25.0910482Z [ RUN ] LazyOpsTest.TestScatterR1 2022-12-01T11:07:25.0915183Z [ OK ] LazyOpsTest.TestScatterR1 (0 ms) 2022-12-01T11:07:25.0915756Z [ RUN ] LazyOpsTest.TestScatterR3 2022-12-01T11:07:25.0921701Z [ OK ] LazyOpsTest.TestScatterR3 (0 ms) 2022-12-01T11:07:25.0922182Z [ RUN ] LazyOpsTest.TestScatterBiggerSource 2022-12-01T11:07:25.0931193Z [ OK ] LazyOpsTest.TestScatterBiggerSource (0 ms) 2022-12-01T11:07:25.0931667Z [ RUN ] LazyOpsTest.TestScatterScalar 2022-12-01T11:07:25.0939654Z [ OK ] LazyOpsTest.TestScatterScalar (0 ms) 2022-12-01T11:07:25.0940133Z [ RUN ] LazyOpsTest.TestScatterReduceAdd 2022-12-01T11:07:25.0950599Z [ OK ] LazyOpsTest.TestScatterReduceAdd (1 ms) 2022-12-01T11:07:25.0951291Z [ RUN ] LazyOpsTest.TestScatterAdd 2022-12-01T11:07:25.0966517Z [ OK ] LazyOpsTest.TestScatterAdd (1 ms) 2022-12-01T11:07:25.0966978Z [ RUN ] LazyOpsTest.TestScatterAddInPlace 2022-12-01T11:07:25.0983032Z [ OK ] LazyOpsTest.TestScatterAddInPlace (1 ms) 2022-12-01T11:07:25.0983498Z [ RUN ] LazyOpsTest.TestIndexSelect 2022-12-01T11:07:25.1177369Z [ OK ] LazyOpsTest.TestIndexSelect (19 ms) 2022-12-01T11:07:25.1177829Z [ RUN ] LazyOpsTest.TestIndexSelectRank0 2022-12-01T11:07:25.1228255Z [ OK ] LazyOpsTest.TestIndexSelectRank0 (5 ms) 2022-12-01T11:07:25.1228700Z [ RUN ] LazyOpsTest.TestInverse 2022-12-01T11:07:25.1229144Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4739: Skipped 2022-12-01T11:07:25.1229388Z 2022-12-01T11:07:25.1229635Z [ SKIPPED ] LazyOpsTest.TestInverse (0 ms) 2022-12-01T11:07:25.1230604Z [ RUN ] LazyOpsTest.TestIsnan 2022-12-01T11:07:25.1231529Z [ OK ] LazyOpsTest.TestIsnan (0 ms) 2022-12-01T11:07:25.1231926Z [ RUN ] LazyOpsTest.TestExpand 2022-12-01T11:07:25.1238590Z [ OK ] LazyOpsTest.TestExpand (0 ms) 2022-12-01T11:07:25.1239008Z [ RUN ] LazyOpsTest.TestExpandBack 2022-12-01T11:07:25.1244445Z [ OK ] LazyOpsTest.TestExpandBack (0 ms) 2022-12-01T11:07:25.1244870Z [ RUN ] LazyOpsTest.TestExpandAs 2022-12-01T11:07:25.1251788Z [ OK ] LazyOpsTest.TestExpandAs (0 ms) 2022-12-01T11:07:25.1252151Z [ RUN ] LazyOpsTest.TestEye 2022-12-01T11:07:25.1254536Z [ OK ] LazyOpsTest.TestEye (0 ms) 2022-12-01T11:07:25.1254933Z [ RUN ] LazyOpsTest.TestEyeWide 2022-12-01T11:07:25.1257097Z [ OK ] LazyOpsTest.TestEyeWide (0 ms) 2022-12-01T11:07:25.1257478Z [ RUN ] LazyOpsTest.TestEyeNarrow 2022-12-01T11:07:25.1259595Z [ OK ] LazyOpsTest.TestEyeNarrow (0 ms) 2022-12-01T11:07:25.1260048Z [ RUN ] LazyOpsTest.TestBroadcastTensors 2022-12-01T11:07:25.1271158Z [ OK ] LazyOpsTest.TestBroadcastTensors (1 ms) 2022-12-01T11:07:25.1271604Z [ RUN ] LazyOpsTest.TestOneIndex 2022-12-01T11:07:25.1297668Z [ OK ] LazyOpsTest.TestOneIndex (2 ms) 2022-12-01T11:07:25.1298110Z [ RUN ] LazyOpsTest.TestOneIndexTransfer 2022-12-01T11:07:25.1322080Z [ OK ] LazyOpsTest.TestOneIndexTransfer (2 ms) 2022-12-01T11:07:25.1322513Z [ RUN ] LazyOpsTest.TestNonzero 2022-12-01T11:07:25.1327487Z [ OK ] LazyOpsTest.TestNonzero (0 ms) 2022-12-01T11:07:25.1327912Z [ RUN ] LazyOpsTest.TestMaskedSelect 2022-12-01T11:07:25.1333967Z [ OK ] LazyOpsTest.TestMaskedSelect (0 ms) 2022-12-01T11:07:25.1334411Z [ RUN ] LazyOpsTest.TestMaskedScatter 2022-12-01T11:07:25.1341312Z [ OK ] LazyOpsTest.TestMaskedScatter (0 ms) 2022-12-01T11:07:25.1341761Z [ RUN ] LazyOpsTest.TestMultiIndexHeadNull 2022-12-01T11:07:25.1367608Z [ OK ] LazyOpsTest.TestMultiIndexHeadNull (2 ms) 2022-12-01T11:07:25.1368099Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleNull 2022-12-01T11:07:25.1392936Z [ OK ] LazyOpsTest.TestMultiIndexMiddleNull (2 ms) 2022-12-01T11:07:25.1393614Z [ RUN ] LazyOpsTest.TestMultiIndexTailNull 2022-12-01T11:07:25.1418204Z [ OK ] LazyOpsTest.TestMultiIndexTailNull (2 ms) 2022-12-01T11:07:25.1418749Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleBroadcast 2022-12-01T11:07:25.1445980Z [ OK ] LazyOpsTest.TestMultiIndexMiddleBroadcast (2 ms) 2022-12-01T11:07:25.1446488Z [ RUN ] LazyOpsTest.TestMultiIndexTailBroadcast 2022-12-01T11:07:25.1474413Z [ OK ] LazyOpsTest.TestMultiIndexTailBroadcast (2 ms) 2022-12-01T11:07:25.1474901Z [ RUN ] LazyOpsTest.TestMaskIndex 2022-12-01T11:07:25.1498970Z [ OK ] LazyOpsTest.TestMaskIndex (2 ms) 2022-12-01T11:07:25.1499389Z [ RUN ] LazyOpsTest.TestOneIndexPut 2022-12-01T11:07:25.1505852Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5241: Skipped 2022-12-01T11:07:25.1506087Z 2022-12-01T11:07:25.1506369Z [ SKIPPED ] LazyOpsTest.TestOneIndexPut (0 ms) 2022-12-01T11:07:25.1506835Z [ RUN ] LazyOpsTest.TestOneIndexPutInPlace 2022-12-01T11:07:25.1514527Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5275: Skipped 2022-12-01T11:07:25.1514767Z 2022-12-01T11:07:25.1515063Z [ SKIPPED ] LazyOpsTest.TestOneIndexPutInPlace (0 ms) 2022-12-01T11:07:25.1515550Z [ RUN ] LazyOpsTest.TestOneIndexPutTransfer 2022-12-01T11:07:25.1519441Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5326: Skipped 2022-12-01T11:07:25.1519654Z 2022-12-01T11:07:25.1520079Z [ SKIPPED ] LazyOpsTest.TestOneIndexPutTransfer (0 ms) 2022-12-01T11:07:25.1520563Z [ RUN ] LazyOpsTest.TestMultiIndexPut 2022-12-01T11:07:25.1525337Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5371: Skipped 2022-12-01T11:07:25.1525571Z 2022-12-01T11:07:25.1525855Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPut (0 ms) 2022-12-01T11:07:25.1526324Z [ RUN ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-12-01T11:07:25.1532532Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5422: Skipped 2022-12-01T11:07:25.1532762Z 2022-12-01T11:07:25.1533072Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutHeadNull (0 ms) 2022-12-01T11:07:25.1533569Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-12-01T11:07:25.1540302Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5473: Skipped 2022-12-01T11:07:25.1540546Z 2022-12-01T11:07:25.1540864Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutMiddleNull (0 ms) 2022-12-01T11:07:25.1541381Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailNull 2022-12-01T11:07:25.1546522Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5524: Skipped 2022-12-01T11:07:25.1546772Z 2022-12-01T11:07:25.1547089Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutTailNull (0 ms) 2022-12-01T11:07:25.1547618Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-12-01T11:07:25.1553416Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5574: Skipped 2022-12-01T11:07:25.1553666Z 2022-12-01T11:07:25.1553988Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast (0 ms) 2022-12-01T11:07:25.1554533Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-12-01T11:07:25.1560379Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5624: Skipped 2022-12-01T11:07:25.1560608Z 2022-12-01T11:07:25.1560940Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutTailBroadcast (0 ms) 2022-12-01T11:07:25.1561405Z [ RUN ] LazyOpsTest.TestMaskIndexPut 2022-12-01T11:07:25.1653999Z [ OK ] LazyOpsTest.TestMaskIndexPut (9 ms) 2022-12-01T11:07:25.1654445Z [ RUN ] LazyOpsTest.TestIndexPutImpl 2022-12-01T11:07:25.1659909Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:5698: Skipped 2022-12-01T11:07:25.1660123Z 2022-12-01T11:07:25.1660393Z [ SKIPPED ] LazyOpsTest.TestIndexPutImpl (0 ms) 2022-12-01T11:07:25.1661021Z [ RUN ] LazyOpsTest.TestIndexFillWithScalar 2022-12-01T11:07:25.1780086Z [ OK ] LazyOpsTest.TestIndexFillWithScalar (11 ms) 2022-12-01T11:07:25.1780583Z [ RUN ] LazyOpsTest.TestIndexFillWithScalarInPlace 2022-12-01T11:07:25.1914807Z [ OK ] LazyOpsTest.TestIndexFillWithScalarInPlace (13 ms) 2022-12-01T11:07:25.1915324Z [ RUN ] LazyOpsTest.TestIndexFillWithTensor 2022-12-01T11:07:25.2049428Z [ OK ] LazyOpsTest.TestIndexFillWithTensor (13 ms) 2022-12-01T11:07:25.2049904Z [ RUN ] LazyOpsTest.TestIndexFillWithTensorInPlace 2022-12-01T11:07:25.2215709Z [ OK ] LazyOpsTest.TestIndexFillWithTensorInPlace (16 ms) 2022-12-01T11:07:25.2216214Z [ RUN ] LazyOpsTest.TestIndexFillRank0 2022-12-01T11:07:25.2349614Z [ OK ] LazyOpsTest.TestIndexFillRank0 (13 ms) 2022-12-01T11:07:25.2350006Z [ RUN ] LazyOpsTest.TestIndexAdd 2022-12-01T11:07:25.2647160Z [ OK ] LazyOpsTest.TestIndexAdd (29 ms) 2022-12-01T11:07:25.2647608Z [ RUN ] LazyOpsTest.TestIndexAddInPlace 2022-12-01T11:07:25.2853702Z [ OK ] LazyOpsTest.TestIndexAddInPlace (20 ms) 2022-12-01T11:07:25.2854138Z [ RUN ] LazyOpsTest.TestIndexAddRank0 2022-12-01T11:07:25.2972202Z [ OK ] LazyOpsTest.TestIndexAddRank0 (11 ms) 2022-12-01T11:07:25.2972627Z [ RUN ] LazyOpsTest.TestIndexCopy 2022-12-01T11:07:25.3108434Z [ OK ] LazyOpsTest.TestIndexCopy (13 ms) 2022-12-01T11:07:25.3109014Z [ RUN ] LazyOpsTest.TestIndexCopyInPlace 2022-12-01T11:07:25.3109434Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:6093: Skipped 2022-12-01T11:07:25.3109676Z 2022-12-01T11:07:25.3109958Z [ SKIPPED ] LazyOpsTest.TestIndexCopyInPlace (0 ms) 2022-12-01T11:07:25.3110682Z [ RUN ] LazyOpsTest.TestIndexCopyRank0 2022-12-01T11:07:25.3230469Z [ OK ] LazyOpsTest.TestIndexCopyRank0 (12 ms) 2022-12-01T11:07:25.3231114Z [ RUN ] LazyOpsTest.TestRelu 2022-12-01T11:07:25.3235652Z [ OK ] LazyOpsTest.TestRelu (0 ms) 2022-12-01T11:07:25.3236050Z [ RUN ] LazyOpsTest.TestReluInPlace 2022-12-01T11:07:25.3243001Z [ OK ] LazyOpsTest.TestReluInPlace (0 ms) 2022-12-01T11:07:25.3243434Z [ RUN ] LazyOpsTest.TestHardshrink 2022-12-01T11:07:25.3246762Z [ OK ] LazyOpsTest.TestHardshrink (0 ms) 2022-12-01T11:07:25.3247173Z [ RUN ] LazyOpsTest.TestHardSigmoid 2022-12-01T11:07:25.3251896Z [ OK ] LazyOpsTest.TestHardSigmoid (0 ms) 2022-12-01T11:07:25.3252360Z [ RUN ] LazyOpsTest.TestHardSigmoidInPlace 2022-12-01T11:07:25.3258987Z [ OK ] LazyOpsTest.TestHardSigmoidInPlace (0 ms) 2022-12-01T11:07:25.3259480Z [ RUN ] LazyOpsTest.TestHardSigmoidBackward 2022-12-01T11:07:25.3278478Z [ OK ] LazyOpsTest.TestHardSigmoidBackward (1 ms) 2022-12-01T11:07:25.3278918Z [ RUN ] LazyOpsTest.TestSoftshrink 2022-12-01T11:07:25.3281975Z [ OK ] LazyOpsTest.TestSoftshrink (0 ms) 2022-12-01T11:07:25.3282404Z [ RUN ] LazyOpsTest.TestHardtanh 2022-12-01T11:07:25.3285705Z [ OK ] LazyOpsTest.TestHardtanh (0 ms) 2022-12-01T11:07:25.3286152Z [ RUN ] LazyOpsTest.TestHardtanhInPlace 2022-12-01T11:07:25.3290566Z [ OK ] LazyOpsTest.TestHardtanhInPlace (0 ms) 2022-12-01T11:07:25.3291004Z [ RUN ] LazyOpsTest.TestLeakyRelu 2022-12-01T11:07:25.3296663Z [ OK ] LazyOpsTest.TestLeakyRelu (0 ms) 2022-12-01T11:07:25.3297117Z [ RUN ] LazyOpsTest.TestLeakyReluInPlace 2022-12-01T11:07:25.3305086Z [ OK ] LazyOpsTest.TestLeakyReluInPlace (0 ms) 2022-12-01T11:07:25.3305549Z [ RUN ] LazyOpsTest.TestExp 2022-12-01T11:07:25.3309945Z [ OK ] LazyOpsTest.TestExp (0 ms) 2022-12-01T11:07:25.3310841Z [ RUN ] LazyOpsTest.TestExpm1 2022-12-01T11:07:25.3313716Z [ OK ] LazyOpsTest.TestExpm1 (0 ms) 2022-12-01T11:07:25.3314121Z [ RUN ] LazyOpsTest.TestLog 2022-12-01T11:07:25.3319216Z [ OK ] LazyOpsTest.TestLog (0 ms) 2022-12-01T11:07:25.3319603Z [ RUN ] LazyOpsTest.TestLog2 2022-12-01T11:07:25.3325524Z [ OK ] LazyOpsTest.TestLog2 (0 ms) 2022-12-01T11:07:25.3326063Z [ RUN ] LazyOpsTest.TestLog10 2022-12-01T11:07:25.3329270Z [ OK ] LazyOpsTest.TestLog10 (0 ms) 2022-12-01T11:07:25.3329667Z [ RUN ] LazyOpsTest.TestLog1p 2022-12-01T11:07:25.3332881Z [ OK ] LazyOpsTest.TestLog1p (0 ms) 2022-12-01T11:07:25.3333269Z [ RUN ] LazyOpsTest.TestErf 2022-12-01T11:07:25.3336593Z [ OK ] LazyOpsTest.TestErf (0 ms) 2022-12-01T11:07:25.3336969Z [ RUN ] LazyOpsTest.TestErfc 2022-12-01T11:07:25.3346559Z [ OK ] LazyOpsTest.TestErfc (0 ms) 2022-12-01T11:07:25.3346960Z [ RUN ] LazyOpsTest.TestErfinv 2022-12-01T11:07:25.3356430Z [ OK ] LazyOpsTest.TestErfinv (0 ms) 2022-12-01T11:07:25.3356843Z [ RUN ] LazyOpsTest.TestSqrt 2022-12-01T11:07:25.3361910Z [ OK ] LazyOpsTest.TestSqrt (0 ms) 2022-12-01T11:07:25.3362302Z [ RUN ] LazyOpsTest.TestRsqrt 2022-12-01T11:07:25.3367607Z [ OK ] LazyOpsTest.TestRsqrt (0 ms) 2022-12-01T11:07:25.3368027Z [ RUN ] LazyOpsTest.TestReciprocal 2022-12-01T11:07:25.3373258Z [ OK ] LazyOpsTest.TestReciprocal (0 ms) 2022-12-01T11:07:25.3373708Z [ RUN ] LazyOpsTest.TestPowTensorScalar 2022-12-01T11:07:25.3379087Z [ OK ] LazyOpsTest.TestPowTensorScalar (0 ms) 2022-12-01T11:07:25.3379580Z [ RUN ] LazyOpsTest.TestPowTensorScalarInPlace 2022-12-01T11:07:25.3387038Z [ OK ] LazyOpsTest.TestPowTensorScalarInPlace (0 ms) 2022-12-01T11:07:25.3387514Z [ RUN ] LazyOpsTest.TestPowTensorTensor 2022-12-01T11:07:25.3393786Z [ OK ] LazyOpsTest.TestPowTensorTensor (0 ms) 2022-12-01T11:07:25.3394269Z [ RUN ] LazyOpsTest.TestPowTensorTensorInPlace 2022-12-01T11:07:25.3402846Z [ OK ] LazyOpsTest.TestPowTensorTensorInPlace (0 ms) 2022-12-01T11:07:25.3403355Z [ RUN ] LazyOpsTest.TestPowTensorTensorBroadcast 2022-12-01T11:07:25.3409296Z [ OK ] LazyOpsTest.TestPowTensorTensorBroadcast (0 ms) 2022-12-01T11:07:25.3409789Z [ RUN ] LazyOpsTest.TestPowScalarTensor 2022-12-01T11:07:25.3412908Z [ OK ] LazyOpsTest.TestPowScalarTensor (0 ms) 2022-12-01T11:07:25.3413354Z [ RUN ] LazyOpsTest.TestPowIntExponent 2022-12-01T11:07:25.3418836Z [ OK ] LazyOpsTest.TestPowIntExponent (0 ms) 2022-12-01T11:07:25.3419282Z [ RUN ] LazyOpsTest.TestFmodScalar 2022-12-01T11:07:25.3423292Z [ OK ] LazyOpsTest.TestFmodScalar (0 ms) 2022-12-01T11:07:25.3423747Z [ RUN ] LazyOpsTest.TestFmodScalarInPlace 2022-12-01T11:07:25.3428734Z [ OK ] LazyOpsTest.TestFmodScalarInPlace (0 ms) 2022-12-01T11:07:25.3429181Z [ RUN ] LazyOpsTest.TestFmodTensor 2022-12-01T11:07:25.3433644Z [ OK ] LazyOpsTest.TestFmodTensor (0 ms) 2022-12-01T11:07:25.3434092Z [ RUN ] LazyOpsTest.TestFmodTensorInPlace 2022-12-01T11:07:25.3439331Z [ OK ] LazyOpsTest.TestFmodTensorInPlace (0 ms) 2022-12-01T11:07:25.3439810Z [ RUN ] LazyOpsTest.TestRemainderScalar 2022-12-01T11:07:25.3445907Z [ OK ] LazyOpsTest.TestRemainderScalar (0 ms) 2022-12-01T11:07:25.3446394Z [ RUN ] LazyOpsTest.TestRemainderScalarInPlace 2022-12-01T11:07:25.3454541Z [ OK ] LazyOpsTest.TestRemainderScalarInPlace (0 ms) 2022-12-01T11:07:25.3455159Z [ RUN ] LazyOpsTest.TestRemainderTensor 2022-12-01T11:07:25.3461087Z [ OK ] LazyOpsTest.TestRemainderTensor (0 ms) 2022-12-01T11:07:25.3461570Z [ RUN ] LazyOpsTest.TestRemainderTensorInPlace 2022-12-01T11:07:25.3470074Z [ OK ] LazyOpsTest.TestRemainderTensorInPlace (0 ms) 2022-12-01T11:07:25.3471096Z [ RUN ] LazyOpsTest.TestWhere 2022-12-01T11:07:25.3472002Z [W TensorCompare.cpp:413] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator()) 2022-12-01T11:07:25.3476554Z [ OK ] LazyOpsTest.TestWhere (0 ms) 2022-12-01T11:07:25.3476989Z [ RUN ] LazyOpsTest.TestWhereBroadcast 2022-12-01T11:07:25.3482348Z [ OK ] LazyOpsTest.TestWhereBroadcast (0 ms) 2022-12-01T11:07:25.3482780Z [ RUN ] LazyOpsTest.TestThreshold 2022-12-01T11:07:25.3488646Z [ OK ] LazyOpsTest.TestThreshold (0 ms) 2022-12-01T11:07:25.3489084Z [ RUN ] LazyOpsTest.TestThresholdBackward 2022-12-01T11:07:25.3506873Z [ OK ] LazyOpsTest.TestThresholdBackward (1 ms) 2022-12-01T11:07:25.3514663Z [ RUN ] LazyOpsTest.TestThresholdInPlace 2022-12-01T11:07:25.3515137Z [ OK ] LazyOpsTest.TestThresholdInPlace (0 ms) 2022-12-01T11:07:25.3515529Z [ RUN ] LazyOpsTest.TestElu 2022-12-01T11:07:25.3520623Z [ OK ] LazyOpsTest.TestElu (0 ms) 2022-12-01T11:07:25.3521031Z [ RUN ] LazyOpsTest.TestEluInPlace 2022-12-01T11:07:25.3528671Z [ OK ] LazyOpsTest.TestEluInPlace (0 ms) 2022-12-01T11:07:25.3529087Z [ RUN ] LazyOpsTest.TestSelu 2022-12-01T11:07:25.3534426Z [ OK ] LazyOpsTest.TestSelu (0 ms) 2022-12-01T11:07:25.3534836Z [ RUN ] LazyOpsTest.TestSeluInPlace 2022-12-01T11:07:25.3542250Z [ OK ] LazyOpsTest.TestSeluInPlace (0 ms) 2022-12-01T11:07:25.3542666Z [ RUN ] LazyOpsTest.TestCelu 2022-12-01T11:07:25.3546129Z [ OK ] LazyOpsTest.TestCelu (0 ms) 2022-12-01T11:07:25.3546539Z [ RUN ] LazyOpsTest.TestCeluInPlace 2022-12-01T11:07:25.3551160Z [ OK ] LazyOpsTest.TestCeluInPlace (0 ms) 2022-12-01T11:07:25.3551563Z [ RUN ] LazyOpsTest.TestGelu 2022-12-01T11:07:25.3557499Z [ OK ] LazyOpsTest.TestGelu (0 ms) 2022-12-01T11:07:25.3557885Z [ RUN ] LazyOpsTest.TestAddMatMul 2022-12-01T11:07:25.3574446Z [ OK ] LazyOpsTest.TestAddMatMul (1 ms) 2022-12-01T11:07:25.3574878Z [ RUN ] LazyOpsTest.TestEmbedding 2022-12-01T11:07:25.3581885Z [ OK ] LazyOpsTest.TestEmbedding (0 ms) 2022-12-01T11:07:25.3582274Z [ RUN ] LazyOpsTest.TestOneHot 2022-12-01T11:07:25.3597966Z [ OK ] LazyOpsTest.TestOneHot (1 ms) 2022-12-01T11:07:25.3603449Z [ RUN ] LazyOpsTest.TestTranspose 2022-12-01T11:07:25.3603884Z [ OK ] LazyOpsTest.TestTranspose (0 ms) 2022-12-01T11:07:25.3604302Z [ RUN ] LazyOpsTest.TestTransposeInPlace 2022-12-01T11:07:25.3610837Z [ OK ] LazyOpsTest.TestTransposeInPlace (0 ms) 2022-12-01T11:07:25.3611274Z [ RUN ] LazyOpsTest.TestReshape 2022-12-01T11:07:25.3619071Z [ OK ] LazyOpsTest.TestReshape (0 ms) 2022-12-01T11:07:25.3619479Z [ RUN ] LazyOpsTest.TestResize 2022-12-01T11:07:25.3628130Z [ OK ] LazyOpsTest.TestResize (0 ms) 2022-12-01T11:07:25.3628547Z [ RUN ] LazyOpsTest.TestViewResize 2022-12-01T11:07:25.3641166Z [ OK ] LazyOpsTest.TestViewResize (1 ms) 2022-12-01T11:07:25.3649138Z [ RUN ] LazyOpsTest.TestView 2022-12-01T11:07:25.3649532Z [ OK ] LazyOpsTest.TestView (0 ms) 2022-12-01T11:07:25.3649909Z [ RUN ] LazyOpsTest.TestViewMod 2022-12-01T11:07:25.3672693Z [ OK ] LazyOpsTest.TestViewMod (2 ms) 2022-12-01T11:07:25.3673116Z [ RUN ] LazyOpsTest.TestViewModComplex 2022-12-01T11:07:25.3697901Z [ OK ] LazyOpsTest.TestViewModComplex (2 ms) 2022-12-01T11:07:25.3698330Z [ RUN ] LazyOpsTest.TestViewOfViewMod 2022-12-01T11:07:25.3726858Z [ OK ] LazyOpsTest.TestViewOfViewMod (2 ms) 2022-12-01T11:07:25.3727330Z [ RUN ] LazyOpsTest.TestViewSqueezeAddInPlace 2022-12-01T11:07:25.3742002Z [ OK ] LazyOpsTest.TestViewSqueezeAddInPlace (1 ms) 2022-12-01T11:07:25.3742477Z [ RUN ] LazyOpsTest.TestUnsafeView 2022-12-01T11:07:25.3750829Z [ OK ] LazyOpsTest.TestUnsafeView (0 ms) 2022-12-01T11:07:25.3751246Z [ RUN ] LazyOpsTest.TestNarrow 2022-12-01T11:07:25.3782469Z [ OK ] LazyOpsTest.TestNarrow (3 ms) 2022-12-01T11:07:25.3782890Z [ RUN ] LazyOpsTest.TestNarrowUpdate 2022-12-01T11:07:25.3823860Z [ OK ] LazyOpsTest.TestNarrowUpdate (4 ms) 2022-12-01T11:07:25.3824322Z [ RUN ] LazyOpsTest.TestNarrowUpdateBaseCheck 2022-12-01T11:07:25.3872177Z [ OK ] LazyOpsTest.TestNarrowUpdateBaseCheck (4 ms) 2022-12-01T11:07:25.3872672Z [ RUN ] LazyOpsTest.TestNarrowUpdateTwoSlices 2022-12-01T11:07:25.4107368Z [ OK ] LazyOpsTest.TestNarrowUpdateTwoSlices (23 ms) 2022-12-01T11:07:25.4107835Z [ RUN ] LazyOpsTest.TestNarrowUpdateView 2022-12-01T11:07:25.4153496Z [ OK ] LazyOpsTest.TestNarrowUpdateView (4 ms) 2022-12-01T11:07:25.4153975Z [ RUN ] LazyOpsTest.TestNarrowInNarrowUpdate 2022-12-01T11:07:25.4246388Z [ OK ] LazyOpsTest.TestNarrowInNarrowUpdate (9 ms) 2022-12-01T11:07:25.4246851Z [ RUN ] LazyOpsTest.TestNarrowCopy 2022-12-01T11:07:25.4264194Z [ OK ] LazyOpsTest.TestNarrowCopy (1 ms) 2022-12-01T11:07:25.4264606Z [ RUN ] LazyOpsTest.TestViewAs 2022-12-01T11:07:25.4273729Z [ OK ] LazyOpsTest.TestViewAs (0 ms) 2022-12-01T11:07:25.4274146Z [ RUN ] LazyOpsTest.TestLogSoftmax 2022-12-01T11:07:25.4310625Z [ OK ] LazyOpsTest.TestLogSoftmax (3 ms) 2022-12-01T11:07:25.4311065Z [ RUN ] LazyOpsTest.TestLogSoftmaxCast 2022-12-01T11:07:25.4360389Z [ OK ] LazyOpsTest.TestLogSoftmaxCast (4 ms) 2022-12-01T11:07:25.4360855Z [ RUN ] LazyOpsTest.TestLogSoftmaxWrapper 2022-12-01T11:07:25.4398469Z [ OK ] LazyOpsTest.TestLogSoftmaxWrapper (3 ms) 2022-12-01T11:07:25.4398881Z [ RUN ] LazyOpsTest.TestSoftmax 2022-12-01T11:07:25.4436985Z [ OK ] LazyOpsTest.TestSoftmax (3 ms) 2022-12-01T11:07:25.4437398Z [ RUN ] LazyOpsTest.TestSoftmaxCast 2022-12-01T11:07:25.4487034Z [ OK ] LazyOpsTest.TestSoftmaxCast (4 ms) 2022-12-01T11:07:25.4487462Z [ RUN ] LazyOpsTest.TestSoftmaxWrapper 2022-12-01T11:07:25.4534507Z [ OK ] LazyOpsTest.TestSoftmaxWrapper (4 ms) 2022-12-01T11:07:25.4534920Z [ RUN ] LazyOpsTest.TestSoftplus 2022-12-01T11:07:25.4540312Z [ OK ] LazyOpsTest.TestSoftplus (0 ms) 2022-12-01T11:07:25.4540738Z [ RUN ] LazyOpsTest.TestMaxPool1D 2022-12-01T11:07:25.4686839Z [ OK ] LazyOpsTest.TestMaxPool1D (14 ms) 2022-12-01T11:07:25.4687270Z [ RUN ] LazyOpsTest.TestMaxPool2D 2022-12-01T11:07:25.4791605Z [ OK ] LazyOpsTest.TestMaxPool2D (10 ms) 2022-12-01T11:07:25.4792047Z [ RUN ] LazyOpsTest.TestMaxPool2DWithIndices 2022-12-01T11:07:25.5008445Z [ OK ] LazyOpsTest.TestMaxPool2DWithIndices (21 ms) 2022-12-01T11:07:25.5008866Z [ RUN ] LazyOpsTest.TestMaxPool2DNonSquare 2022-12-01T11:07:25.5114877Z [ OK ] LazyOpsTest.TestMaxPool2DNonSquare (10 ms) 2022-12-01T11:07:25.5115254Z [ RUN ] LazyOpsTest.TestMaxPool3D 2022-12-01T11:07:25.5166333Z [ OK ] LazyOpsTest.TestMaxPool3D (5 ms) 2022-12-01T11:07:25.5166820Z [ RUN ] LazyOpsTest.TestMaxPool3DWithIndices 2022-12-01T11:07:25.5236988Z [ OK ] LazyOpsTest.TestMaxPool3DWithIndices (7 ms) 2022-12-01T11:07:25.5237485Z [ RUN ] LazyOpsTest.TestMaxPool3DIncompleteAttributes 2022-12-01T11:07:25.5286853Z [ OK ] LazyOpsTest.TestMaxPool3DIncompleteAttributes (4 ms) 2022-12-01T11:07:25.5287355Z [ RUN ] LazyOpsTest.TestMaxPool3DNonSquare 2022-12-01T11:07:25.5337219Z [ OK ] LazyOpsTest.TestMaxPool3DNonSquare (5 ms) 2022-12-01T11:07:25.5337705Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatch 2022-12-01T11:07:25.5441827Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatch (10 ms) 2022-12-01T11:07:25.5442297Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatch 2022-12-01T11:07:25.5494573Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatch (5 ms) 2022-12-01T11:07:25.5495047Z [ RUN ] LazyOpsTest.TestAvgPool1D 2022-12-01T11:07:25.5628420Z [ OK ] LazyOpsTest.TestAvgPool1D (13 ms) 2022-12-01T11:07:25.5628831Z [ RUN ] LazyOpsTest.TestAvgPool2D 2022-12-01T11:07:25.5724344Z [ OK ] LazyOpsTest.TestAvgPool2D (9 ms) 2022-12-01T11:07:25.5724830Z [ RUN ] LazyOpsTest.TestAvgPool2DNonSquare 2022-12-01T11:07:25.5822720Z [ OK ] LazyOpsTest.TestAvgPool2DNonSquare (9 ms) 2022-12-01T11:07:25.5823190Z [ RUN ] LazyOpsTest.TestAvgPool3D 2022-12-01T11:07:25.5868074Z [ OK ] LazyOpsTest.TestAvgPool3D (4 ms) 2022-12-01T11:07:25.5868668Z [ RUN ] LazyOpsTest.TestAvgPool3DIncompleteAttributes 2022-12-01T11:07:25.5911971Z [ OK ] LazyOpsTest.TestAvgPool3DIncompleteAttributes (4 ms) 2022-12-01T11:07:25.5912449Z [ RUN ] LazyOpsTest.TestAvgPool3DNonSquare 2022-12-01T11:07:25.5956983Z [ OK ] LazyOpsTest.TestAvgPool3DNonSquare (4 ms) 2022-12-01T11:07:25.5957484Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatch 2022-12-01T11:07:25.6052995Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatch (9 ms) 2022-12-01T11:07:25.6053484Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatch 2022-12-01T11:07:25.6096219Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatch (4 ms) 2022-12-01T11:07:25.6096706Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2D 2022-12-01T11:07:25.6107608Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2D (1 ms) 2022-12-01T11:07:25.6108088Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3D 2022-12-01T11:07:25.6154412Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3D (4 ms) 2022-12-01T11:07:25.6154933Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch 2022-12-01T11:07:25.6168310Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch (1 ms) 2022-12-01T11:07:25.6168769Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch 2022-12-01T11:07:25.6179485Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch (1 ms) 2022-12-01T11:07:25.6180038Z [ RUN ] LazyOpsTest.TestMaxUnpool2D 2022-12-01T11:07:25.6237013Z [ OK ] LazyOpsTest.TestMaxUnpool2D (5 ms) 2022-12-01T11:07:25.6237465Z [ RUN ] LazyOpsTest.TestMaxUnpool3D 2022-12-01T11:07:25.6295238Z [ OK ] LazyOpsTest.TestMaxUnpool3D (5 ms) 2022-12-01T11:07:25.6295931Z [ RUN ] LazyOpsTest.TestNllLoss 2022-12-01T11:07:25.6296263Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:8184: Skipped 2022-12-01T11:07:25.6296490Z 2022-12-01T11:07:25.6296736Z [ SKIPPED ] LazyOpsTest.TestNllLoss (0 ms) 2022-12-01T11:07:25.6297157Z [ RUN ] LazyOpsTest.TestNllLoss2d 2022-12-01T11:07:25.6458299Z [ OK ] LazyOpsTest.TestNllLoss2d (16 ms) 2022-12-01T11:07:25.6458717Z [ RUN ] LazyOpsTest.TestSmoothL1Loss 2022-12-01T11:07:25.6494189Z [ OK ] LazyOpsTest.TestSmoothL1Loss (3 ms) 2022-12-01T11:07:25.6494795Z [ RUN ] LazyOpsTest.TestL1Loss 2022-12-01T11:07:25.6516497Z [ OK ] LazyOpsTest.TestL1Loss (2 ms) 2022-12-01T11:07:25.6516887Z [ RUN ] LazyOpsTest.TestL1LossBackward 2022-12-01T11:07:25.6591644Z [ OK ] LazyOpsTest.TestL1LossBackward (7 ms) 2022-12-01T11:07:25.6592104Z [ RUN ] LazyOpsTest.TestMseLoss 2022-12-01T11:07:25.6603082Z [ OK ] LazyOpsTest.TestMseLoss (1 ms) 2022-12-01T11:07:25.6603550Z [ RUN ] LazyOpsTest.TestMseLossBackward 2022-12-01T11:07:25.6660810Z [ OK ] LazyOpsTest.TestMseLossBackward (5 ms) 2022-12-01T11:07:25.6661273Z [ RUN ] LazyOpsTest.TestBatchNorm1D 2022-12-01T11:07:25.6697704Z [ OK ] LazyOpsTest.TestBatchNorm1D (3 ms) 2022-12-01T11:07:25.6698165Z [ RUN ] LazyOpsTest.TestBatchNorm2D 2022-12-01T11:07:25.6734611Z [ OK ] LazyOpsTest.TestBatchNorm2D (3 ms) 2022-12-01T11:07:25.6735058Z [ RUN ] LazyOpsTest.TestDim 2022-12-01T11:07:25.6735421Z [ OK ] LazyOpsTest.TestDim (0 ms) 2022-12-01T11:07:25.6735910Z [ RUN ] LazyOpsTest.TestContiguous 2022-12-01T11:07:25.6737271Z [ OK ] LazyOpsTest.TestContiguous (0 ms) 2022-12-01T11:07:25.6737676Z [ RUN ] LazyOpsTest.TestSqueezeAll 2022-12-01T11:07:25.6743439Z [ OK ] LazyOpsTest.TestSqueezeAll (0 ms) 2022-12-01T11:07:25.6743906Z [ RUN ] LazyOpsTest.TestSqueezeAllInPlace 2022-12-01T11:07:25.6750264Z [ OK ] LazyOpsTest.TestSqueezeAllInPlace (0 ms) 2022-12-01T11:07:25.6751117Z [ RUN ] LazyOpsTest.TestSqueezeOne 2022-12-01T11:07:25.6791372Z [ OK ] LazyOpsTest.TestSqueezeOne (4 ms) 2022-12-01T11:07:25.6791828Z [ RUN ] LazyOpsTest.TestSqueezeOneInPlace 2022-12-01T11:07:25.6844666Z [ OK ] LazyOpsTest.TestSqueezeOneInPlace (5 ms) 2022-12-01T11:07:25.6845102Z [ RUN ] LazyOpsTest.TestUnsqueeze 2022-12-01T11:07:25.6874154Z [ OK ] LazyOpsTest.TestUnsqueeze (2 ms) 2022-12-01T11:07:25.6874602Z [ RUN ] LazyOpsTest.TestUnsqueezeInPlace 2022-12-01T11:07:25.6911244Z [ OK ] LazyOpsTest.TestUnsqueezeInPlace (3 ms) 2022-12-01T11:07:25.6911701Z [ RUN ] LazyOpsTest.TestMaskedFill 2022-12-01T11:07:25.6918003Z [ OK ] LazyOpsTest.TestMaskedFill (0 ms) 2022-12-01T11:07:25.6918463Z [ RUN ] LazyOpsTest.TestMaskedFillInPlace 2022-12-01T11:07:25.6925710Z [ OK ] LazyOpsTest.TestMaskedFillInPlace (0 ms) 2022-12-01T11:07:25.6926211Z [ RUN ] LazyOpsTest.TestMaskedFillBroadcast 2022-12-01T11:07:25.6932513Z [ OK ] LazyOpsTest.TestMaskedFillBroadcast (0 ms) 2022-12-01T11:07:25.6932957Z [ RUN ] LazyOpsTest.TestFill 2022-12-01T11:07:25.6940668Z [ OK ] LazyOpsTest.TestFill (0 ms) 2022-12-01T11:07:25.6941099Z [ RUN ] LazyOpsTest.TestFillWithRank0 2022-12-01T11:07:25.6945890Z [ OK ] LazyOpsTest.TestFillWithRank0 (0 ms) 2022-12-01T11:07:25.6946321Z [ RUN ] LazyOpsTest.TestPermute 2022-12-01T11:07:25.7010042Z [ OK ] LazyOpsTest.TestPermute (6 ms) 2022-12-01T11:07:25.7010468Z [ RUN ] LazyOpsTest.TestPermuteMod 2022-12-01T11:07:25.7236211Z [ OK ] LazyOpsTest.TestPermuteMod (22 ms) 2022-12-01T11:07:25.7236609Z [ RUN ] LazyOpsTest.TestFlip 2022-12-01T11:07:25.7307381Z [ OK ] LazyOpsTest.TestFlip (7 ms) 2022-12-01T11:07:25.7307821Z [ RUN ] LazyOpsTest.TestPixelShuffle 2022-12-01T11:07:25.7317982Z [ OK ] LazyOpsTest.TestPixelShuffle (1 ms) 2022-12-01T11:07:25.7318400Z [ RUN ] LazyOpsTest.TestSumToSize 2022-12-01T11:07:25.7324546Z [ OK ] LazyOpsTest.TestSumToSize (0 ms) 2022-12-01T11:07:25.7324988Z [ RUN ] LazyOpsTest.TestTransposeDims 2022-12-01T11:07:25.7330590Z [ OK ] LazyOpsTest.TestTransposeDims (0 ms) 2022-12-01T11:07:25.7331035Z [ RUN ] LazyOpsTest.TestTransposeDimsMod 2022-12-01T11:07:25.7349523Z [ OK ] LazyOpsTest.TestTransposeDimsMod (1 ms) 2022-12-01T11:07:25.7350020Z [ RUN ] LazyOpsTest.TestTransposeDimsInPlace 2022-12-01T11:07:25.7357520Z [ OK ] LazyOpsTest.TestTransposeDimsInPlace (0 ms) 2022-12-01T11:07:25.7357976Z [ RUN ] LazyOpsTest.TestSplit 2022-12-01T11:07:25.7435408Z [ OK ] LazyOpsTest.TestSplit (7 ms) 2022-12-01T11:07:25.7435880Z [ RUN ] LazyOpsTest.TestSplitEmpty 2022-12-01T11:07:25.7436804Z [ OK ] LazyOpsTest.TestSplitEmpty (0 ms) 2022-12-01T11:07:25.7437243Z [ RUN ] LazyOpsTest.TestSplitWithSizes 2022-12-01T11:07:25.7473674Z [ OK ] LazyOpsTest.TestSplitWithSizes (3 ms) 2022-12-01T11:07:25.7474137Z [ RUN ] LazyOpsTest.TestCrossImplicitDim 2022-12-01T11:07:25.7484885Z [ OK ] LazyOpsTest.TestCrossImplicitDim (1 ms) 2022-12-01T11:07:25.7485354Z [ RUN ] LazyOpsTest.TestCrossExplicitDim 2022-12-01T11:07:25.7498177Z [ OK ] LazyOpsTest.TestCrossExplicitDim (1 ms) 2022-12-01T11:07:25.7498627Z [ RUN ] LazyOpsTest.TestCrossZeroDim 2022-12-01T11:07:25.7499241Z [ OK ] LazyOpsTest.TestCrossZeroDim (0 ms) 2022-12-01T11:07:25.7499645Z [ RUN ] LazyOpsTest.TestTriu 2022-12-01T11:07:25.7552362Z [ OK ] LazyOpsTest.TestTriu (5 ms) 2022-12-01T11:07:25.7552783Z [ RUN ] LazyOpsTest.TestTriuNonSquare 2022-12-01T11:07:25.7604923Z [ OK ] LazyOpsTest.TestTriuNonSquare (5 ms) 2022-12-01T11:07:25.7605386Z [ RUN ] LazyOpsTest.TestTriuBatch 2022-12-01T11:07:25.7658784Z [ OK ] LazyOpsTest.TestTriuBatch (5 ms) 2022-12-01T11:07:25.7659174Z [ RUN ] LazyOpsTest.TestTril 2022-12-01T11:07:25.7711442Z [ OK ] LazyOpsTest.TestTril (5 ms) 2022-12-01T11:07:25.7711867Z [ RUN ] LazyOpsTest.TestTrilNonSquare 2022-12-01T11:07:25.7763756Z [ OK ] LazyOpsTest.TestTrilNonSquare (5 ms) 2022-12-01T11:07:25.7764195Z [ RUN ] LazyOpsTest.TestTrilBatch 2022-12-01T11:07:25.7816640Z [ OK ] LazyOpsTest.TestTrilBatch (5 ms) 2022-12-01T11:07:25.7817069Z [ RUN ] LazyOpsTest.TestTriuInPlace 2022-12-01T11:07:25.7891958Z [ OK ] LazyOpsTest.TestTriuInPlace (7 ms) 2022-12-01T11:07:25.7892399Z [ RUN ] LazyOpsTest.TestTrilInPlace 2022-12-01T11:07:25.7966386Z [ OK ] LazyOpsTest.TestTrilInPlace (7 ms) 2022-12-01T11:07:25.7966805Z [ RUN ] LazyOpsTest.TestTrace 2022-12-01T11:07:25.7972430Z [ OK ] LazyOpsTest.TestTrace (0 ms) 2022-12-01T11:07:25.7972846Z [ RUN ] LazyOpsTest.TestTraceWide 2022-12-01T11:07:25.7977844Z [ OK ] LazyOpsTest.TestTraceWide (0 ms) 2022-12-01T11:07:25.7978266Z [ RUN ] LazyOpsTest.TestTraceNarrow 2022-12-01T11:07:25.7983126Z [ OK ] LazyOpsTest.TestTraceNarrow (0 ms) 2022-12-01T11:07:25.7983558Z [ RUN ] LazyOpsTest.TestDiagRank1 2022-12-01T11:07:25.8062836Z [ OK ] LazyOpsTest.TestDiagRank1 (7 ms) 2022-12-01T11:07:25.8063239Z [ RUN ] LazyOpsTest.TestDiagRank2 2022-12-01T11:07:25.8097825Z [ OK ] LazyOpsTest.TestDiagRank2 (3 ms) 2022-12-01T11:07:25.8098243Z [ RUN ] LazyOpsTest.TestDiagFlat 2022-12-01T11:07:25.8477127Z [ OK ] LazyOpsTest.TestDiagFlat (37 ms) 2022-12-01T11:07:25.8477963Z [ RUN ] LazyOpsTest.TestDiagonal 2022-12-01T11:07:25.8539209Z [ OK ] LazyOpsTest.TestDiagonal (6 ms) 2022-12-01T11:07:25.8539657Z [ RUN ] LazyOpsTest.TestDiagonalUpdate 2022-12-01T11:07:25.8679341Z [ OK ] LazyOpsTest.TestDiagonalUpdate (13 ms) 2022-12-01T11:07:25.8680093Z [ RUN ] LazyOpsTest.TestDiagonalNonSquare 2022-12-01T11:07:25.8740955Z [ OK ] LazyOpsTest.TestDiagonalNonSquare (6 ms) 2022-12-01T11:07:25.8741427Z [ RUN ] LazyOpsTest.TestDiagonalBatch 2022-12-01T11:07:25.8802699Z [ OK ] LazyOpsTest.TestDiagonalBatch (6 ms) 2022-12-01T11:07:25.8803112Z [ RUN ] LazyOpsTest.TestFlatten 2022-12-01T11:07:25.8922326Z [ OK ] LazyOpsTest.TestFlatten (11 ms) 2022-12-01T11:07:25.8922751Z [ RUN ] LazyOpsTest.TestLogicalAnd 2022-12-01T11:07:25.8988691Z [ OK ] LazyOpsTest.TestLogicalAnd (6 ms) 2022-12-01T11:07:25.8989110Z [ RUN ] LazyOpsTest.TestBitwiseAnd 2022-12-01T11:07:25.8994204Z [ OK ] LazyOpsTest.TestBitwiseAnd (0 ms) 2022-12-01T11:07:25.8994662Z [ RUN ] LazyOpsTest.TestBitwiseAndInPlace 2022-12-01T11:07:25.9000993Z [ OK ] LazyOpsTest.TestBitwiseAndInPlace (0 ms) 2022-12-01T11:07:25.9001459Z [ RUN ] LazyOpsTest.TestBitwiseAndScalar 2022-12-01T11:07:25.9006284Z [ OK ] LazyOpsTest.TestBitwiseAndScalar (0 ms) 2022-12-01T11:07:25.9006786Z [ RUN ] LazyOpsTest.TestBitwiseAndScalarInPlace 2022-12-01T11:07:25.9012772Z [ OK ] LazyOpsTest.TestBitwiseAndScalarInPlace (0 ms) 2022-12-01T11:07:25.9013284Z [ RUN ] LazyOpsTest.TestBitwiseAndPromotion 2022-12-01T11:07:25.9021589Z [ OK ] LazyOpsTest.TestBitwiseAndPromotion (0 ms) 2022-12-01T11:07:25.9022049Z [ RUN ] LazyOpsTest.TestBitwiseOr 2022-12-01T11:07:25.9026962Z [ OK ] LazyOpsTest.TestBitwiseOr (0 ms) 2022-12-01T11:07:25.9027534Z [ RUN ] LazyOpsTest.TestBitwiseOrInPlace 2022-12-01T11:07:25.9034135Z [ OK ] LazyOpsTest.TestBitwiseOrInPlace (0 ms) 2022-12-01T11:07:25.9034607Z [ RUN ] LazyOpsTest.TestBitwiseOrScalar 2022-12-01T11:07:25.9039365Z [ OK ] LazyOpsTest.TestBitwiseOrScalar (0 ms) 2022-12-01T11:07:25.9039854Z [ RUN ] LazyOpsTest.TestBitwiseOrScalarInPlace 2022-12-01T11:07:25.9045756Z [ OK ] LazyOpsTest.TestBitwiseOrScalarInPlace (0 ms) 2022-12-01T11:07:25.9046229Z [ RUN ] LazyOpsTest.TestBitwiseXor 2022-12-01T11:07:25.9048630Z [ OK ] LazyOpsTest.TestBitwiseXor (0 ms) 2022-12-01T11:07:25.9049082Z [ RUN ] LazyOpsTest.TestBitwiseXorInPlace 2022-12-01T11:07:25.9051967Z [ OK ] LazyOpsTest.TestBitwiseXorInPlace (0 ms) 2022-12-01T11:07:25.9052443Z [ RUN ] LazyOpsTest.TestBitwiseXorScalar 2022-12-01T11:07:25.9054574Z [ OK ] LazyOpsTest.TestBitwiseXorScalar (0 ms) 2022-12-01T11:07:25.9055059Z [ RUN ] LazyOpsTest.TestBitwiseXorScalarInPlace 2022-12-01T11:07:25.9057777Z [ OK ] LazyOpsTest.TestBitwiseXorScalarInPlace (0 ms) 2022-12-01T11:07:25.9058217Z [ RUN ] LazyOpsTest.TestLshift 2022-12-01T11:07:25.9062740Z [ OK ] LazyOpsTest.TestLshift (0 ms) 2022-12-01T11:07:25.9063170Z [ RUN ] LazyOpsTest.TestLshiftInPlace 2022-12-01T11:07:25.9069094Z [ OK ] LazyOpsTest.TestLshiftInPlace (0 ms) 2022-12-01T11:07:25.9069522Z [ RUN ] LazyOpsTest.TestLshiftScalar 2022-12-01T11:07:25.9073645Z [ OK ] LazyOpsTest.TestLshiftScalar (0 ms) 2022-12-01T11:07:25.9074115Z [ RUN ] LazyOpsTest.TestLshiftScalarInPlace 2022-12-01T11:07:25.9078816Z [ OK ] LazyOpsTest.TestLshiftScalarInPlace (0 ms) 2022-12-01T11:07:25.9079241Z [ RUN ] LazyOpsTest.TestRshift 2022-12-01T11:07:25.9083230Z [ OK ] LazyOpsTest.TestRshift (0 ms) 2022-12-01T11:07:25.9083660Z [ RUN ] LazyOpsTest.TestRshiftInPlace 2022-12-01T11:07:25.9088839Z [ OK ] LazyOpsTest.TestRshiftInPlace (0 ms) 2022-12-01T11:07:25.9089285Z [ RUN ] LazyOpsTest.TestRshiftScalar 2022-12-01T11:07:25.9092624Z [ OK ] LazyOpsTest.TestRshiftScalar (0 ms) 2022-12-01T11:07:25.9093278Z [ RUN ] LazyOpsTest.TestRshiftScalarInPlace 2022-12-01T11:07:25.9097887Z [ OK ] LazyOpsTest.TestRshiftScalarInPlace (0 ms) 2022-12-01T11:07:25.9098349Z [ RUN ] LazyOpsTest.TestMeshgrid 2022-12-01T11:07:25.9098842Z [W TensorShape.cpp:3191] Warning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (function operator()) 2022-12-01T11:07:25.9120164Z [ OK ] LazyOpsTest.TestMeshgrid (2 ms) 2022-12-01T11:07:25.9120574Z [ RUN ] LazyOpsTest.TestConstantPad 2022-12-01T11:07:25.9127876Z [ OK ] LazyOpsTest.TestConstantPad (0 ms) 2022-12-01T11:07:25.9128352Z [ RUN ] LazyOpsTest.TestConstantPadIncomplete 2022-12-01T11:07:25.9134297Z [ OK ] LazyOpsTest.TestConstantPadIncomplete (0 ms) 2022-12-01T11:07:25.9134785Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank3 2022-12-01T11:07:25.9138186Z [ OK ] LazyOpsTest.TestReflectionPad2dRank3 (0 ms) 2022-12-01T11:07:25.9138761Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank4 2022-12-01T11:07:25.9142033Z [ OK ] LazyOpsTest.TestReflectionPad2dRank4 (0 ms) 2022-12-01T11:07:25.9142521Z [ RUN ] LazyOpsTest.TestReflectionPad2dBackward 2022-12-01T11:07:25.9161448Z [ OK ] LazyOpsTest.TestReflectionPad2dBackward (1 ms) 2022-12-01T11:07:25.9161942Z [ RUN ] LazyOpsTest.TestReplicationPad1d 2022-12-01T11:07:25.9165368Z [ OK ] LazyOpsTest.TestReplicationPad1d (0 ms) 2022-12-01T11:07:25.9165979Z [ RUN ] LazyOpsTest.TestReplicationPad1dZeroPad 2022-12-01T11:07:25.9168967Z [ OK ] LazyOpsTest.TestReplicationPad1dZeroPad (0 ms) 2022-12-01T11:07:25.9169492Z [ RUN ] LazyOpsTest.TestReplicationPad1dBackward 2022-12-01T11:07:25.9184630Z [ OK ] LazyOpsTest.TestReplicationPad1dBackward (1 ms) 2022-12-01T11:07:25.9185137Z [ RUN ] LazyOpsTest.TestReplicationPad2d 2022-12-01T11:07:25.9188370Z [ OK ] LazyOpsTest.TestReplicationPad2d (0 ms) 2022-12-01T11:07:25.9188865Z [ RUN ] LazyOpsTest.TestReplicationPad2dZeroPad 2022-12-01T11:07:25.9191924Z [ OK ] LazyOpsTest.TestReplicationPad2dZeroPad (0 ms) 2022-12-01T11:07:25.9192446Z [ RUN ] LazyOpsTest.TestReplicationPad2dBackward 2022-12-01T11:07:25.9209884Z [ OK ] LazyOpsTest.TestReplicationPad2dBackward (1 ms) 2022-12-01T11:07:25.9210359Z [ RUN ] LazyOpsTest.TestAsStrided 2022-12-01T11:07:25.9223845Z [ OK ] LazyOpsTest.TestAsStrided (1 ms) 2022-12-01T11:07:25.9224697Z [ RUN ] LazyOpsTest.TestAsStridedInPlace 2022-12-01T11:07:25.9243121Z [ OK ] LazyOpsTest.TestAsStridedInPlace (1 ms) 2022-12-01T11:07:25.9244009Z [ RUN ] LazyOpsTest.TestAsStridedWithOffset 2022-12-01T11:07:25.9252940Z [ OK ] LazyOpsTest.TestAsStridedWithOffset (0 ms) 2022-12-01T11:07:25.9253881Z [ RUN ] LazyOpsTest.TestAsStridedWithInplaceCopy 2022-12-01T11:07:25.9262583Z [ OK ] LazyOpsTest.TestAsStridedWithInplaceCopy (0 ms) 2022-12-01T11:07:25.9263076Z [ RUN ] LazyOpsTest.TestEmptyStrided 2022-12-01T11:07:25.9263502Z [ OK ] LazyOpsTest.TestEmptyStrided (0 ms) 2022-12-01T11:07:25.9263951Z [ RUN ] LazyOpsTest.TestAvgPool2DBackward 2022-12-01T11:07:25.9586036Z [ OK ] LazyOpsTest.TestAvgPool2DBackward (32 ms) 2022-12-01T11:07:25.9586497Z [ RUN ] LazyOpsTest.TestAvgPool3DBackward 2022-12-01T11:07:25.9820542Z [ OK ] LazyOpsTest.TestAvgPool3DBackward (23 ms) 2022-12-01T11:07:25.9821051Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatchBackward 2022-12-01T11:07:26.0138459Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatchBackward (31 ms) 2022-12-01T11:07:26.0138970Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatchBackward 2022-12-01T11:07:26.0367053Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatchBackward (22 ms) 2022-12-01T11:07:26.0367621Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-12-01T11:07:26.0368089Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10059: Skipped 2022-12-01T11:07:26.0368315Z 2022-12-01T11:07:26.0368668Z [ SKIPPED ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward (0 ms) 2022-12-01T11:07:26.0369219Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-12-01T11:07:26.0369648Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10082: Skipped 2022-12-01T11:07:26.0369893Z 2022-12-01T11:07:26.0370209Z [ SKIPPED ] LazyOpsTest.TestAdaptiveAvgPool3DBackward (0 ms) 2022-12-01T11:07:26.0370729Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DBackward 2022-12-01T11:07:26.0410569Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DBackward (4 ms) 2022-12-01T11:07:26.0411150Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward 2022-12-01T11:07:26.0443328Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward (3 ms) 2022-12-01T11:07:26.0443828Z [ RUN ] LazyOpsTest.TestConv2D 2022-12-01T11:07:26.8321127Z [ OK ] LazyOpsTest.TestConv2D (787 ms) 2022-12-01T11:07:26.8321590Z [ RUN ] LazyOpsTest.TestConv2DBackward 2022-12-01T11:07:27.5570379Z [ OK ] LazyOpsTest.TestConv2DBackward (724 ms) 2022-12-01T11:07:27.5570932Z [ RUN ] LazyOpsTest.TestTransposedConv2DBackward 2022-12-01T11:07:28.0170173Z [ OK ] LazyOpsTest.TestTransposedConv2DBackward (459 ms) 2022-12-01T11:07:28.0170729Z [ RUN ] LazyOpsTest.TestConv3DBackward 2022-12-01T11:07:28.4044986Z [ OK ] LazyOpsTest.TestConv3DBackward (387 ms) 2022-12-01T11:07:28.4045496Z [ RUN ] LazyOpsTest.TestTransposedConv3DBackward 2022-12-01T11:07:29.1890321Z [ OK ] LazyOpsTest.TestTransposedConv3DBackward (784 ms) 2022-12-01T11:07:29.1890893Z [ RUN ] LazyOpsTest.TestMaxPool2DBackward 2022-12-01T11:07:29.2077808Z [ OK ] LazyOpsTest.TestMaxPool2DBackward (18 ms) 2022-12-01T11:07:29.2078273Z [ RUN ] LazyOpsTest.TestMaxPool3DBackward 2022-12-01T11:07:29.2210085Z [ OK ] LazyOpsTest.TestMaxPool3DBackward (13 ms) 2022-12-01T11:07:29.2210594Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatchBackward 2022-12-01T11:07:29.2396872Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatchBackward (18 ms) 2022-12-01T11:07:29.2397396Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatchBackward 2022-12-01T11:07:29.2530714Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatchBackward (13 ms) 2022-12-01T11:07:29.2531223Z [ RUN ] LazyOpsTest.TestMaxUnpool2DBackward 2022-12-01T11:07:29.2915970Z [ OK ] LazyOpsTest.TestMaxUnpool2DBackward (38 ms) 2022-12-01T11:07:29.2916482Z [ RUN ] LazyOpsTest.TestMaxUnpool3DBackward 2022-12-01T11:07:29.3253499Z [ OK ] LazyOpsTest.TestMaxUnpool3DBackward (33 ms) 2022-12-01T11:07:29.3253970Z [ RUN ] LazyOpsTest.TestTanhBackward 2022-12-01T11:07:29.3271305Z [ OK ] LazyOpsTest.TestTanhBackward (1 ms) 2022-12-01T11:07:29.3271772Z [ RUN ] LazyOpsTest.TestSigmoidBackward 2022-12-01T11:07:29.3289386Z [ OK ] LazyOpsTest.TestSigmoidBackward (1 ms) 2022-12-01T11:07:29.3289866Z [ RUN ] LazyOpsTest.TestLogSigmoidBackward 2022-12-01T11:07:29.3308947Z [ OK ] LazyOpsTest.TestLogSigmoidBackward (1 ms) 2022-12-01T11:07:29.3309447Z [ RUN ] LazyOpsTest.TestLogSoftmaxBackward 2022-12-01T11:07:29.3455052Z [ OK ] LazyOpsTest.TestLogSoftmaxBackward (14 ms) 2022-12-01T11:07:29.3455548Z [ RUN ] LazyOpsTest.TestSoftmaxBackward 2022-12-01T11:07:29.3601406Z [ OK ] LazyOpsTest.TestSoftmaxBackward (14 ms) 2022-12-01T11:07:29.3602113Z [ RUN ] LazyOpsTest.TestSoftplusBackward 2022-12-01T11:07:29.3620517Z [ OK ] LazyOpsTest.TestSoftplusBackward (1 ms) 2022-12-01T11:07:29.3620986Z [ RUN ] LazyOpsTest.TestReluBackward 2022-12-01T11:07:29.3639047Z [ OK ] LazyOpsTest.TestReluBackward (1 ms) 2022-12-01T11:07:29.3639499Z [ RUN ] LazyOpsTest.TestRreluBackward 2022-12-01T11:07:29.3658067Z [ OK ] LazyOpsTest.TestRreluBackward (1 ms) 2022-12-01T11:07:29.3658544Z [ RUN ] LazyOpsTest.TestHardshrinkBackward 2022-12-01T11:07:29.3676508Z [ OK ] LazyOpsTest.TestHardshrinkBackward (1 ms) 2022-12-01T11:07:29.3677003Z [ RUN ] LazyOpsTest.TestSoftshrinkBackward 2022-12-01T11:07:29.3694713Z [ OK ] LazyOpsTest.TestSoftshrinkBackward (1 ms) 2022-12-01T11:07:29.3695198Z [ RUN ] LazyOpsTest.TestHardtanhBackward 2022-12-01T11:07:29.3707509Z [ OK ] LazyOpsTest.TestHardtanhBackward (1 ms) 2022-12-01T11:07:29.3707956Z [ RUN ] LazyOpsTest.TestEluBackward 2022-12-01T11:07:29.3727561Z [ OK ] LazyOpsTest.TestEluBackward (1 ms) 2022-12-01T11:07:29.3728003Z [ RUN ] LazyOpsTest.TestGeluBackward 2022-12-01T11:07:29.3746391Z [ OK ] LazyOpsTest.TestGeluBackward (1 ms) 2022-12-01T11:07:29.3746839Z [ RUN ] LazyOpsTest.TestLeakyReluBackward 2022-12-01T11:07:29.3765757Z [ OK ] LazyOpsTest.TestLeakyReluBackward (1 ms) 2022-12-01T11:07:29.3766240Z [ RUN ] LazyOpsTest.TestTransposeBackward 2022-12-01T11:07:29.3783232Z [ OK ] LazyOpsTest.TestTransposeBackward (1 ms) 2022-12-01T11:07:29.3783719Z [ RUN ] LazyOpsTest.TestAddMatMulBackward 2022-12-01T11:07:29.3888221Z [ OK ] LazyOpsTest.TestAddMatMulBackward (10 ms) 2022-12-01T11:07:29.3888742Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropyBackward 2022-12-01T11:07:29.4005194Z [ OK ] LazyOpsTest.TestBinaryCrossEntropyBackward (11 ms) 2022-12-01T11:07:29.4005690Z [ RUN ] LazyOpsTest.TestNllLossBackward 2022-12-01T11:07:29.4006096Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10965: Skipped 2022-12-01T11:07:29.4006333Z 2022-12-01T11:07:29.4006591Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward (0 ms) 2022-12-01T11:07:29.4007036Z [ RUN ] LazyOpsTest.TestNllLoss2dBackward 2022-12-01T11:07:29.4581629Z [ OK ] LazyOpsTest.TestNllLoss2dBackward (57 ms) 2022-12-01T11:07:29.4582115Z [ RUN ] LazyOpsTest.TestSmoothL1LossBackward 2022-12-01T11:07:29.4707910Z [ OK ] LazyOpsTest.TestSmoothL1LossBackward (12 ms) 2022-12-01T11:07:29.4708429Z [ RUN ] LazyOpsTest.TestViewBackward 2022-12-01T11:07:29.4735483Z [ OK ] LazyOpsTest.TestViewBackward (2 ms) 2022-12-01T11:07:29.4735977Z [ RUN ] LazyOpsTest.TestBatchNorm2DBackward 2022-12-01T11:07:29.4826268Z [ OK ] LazyOpsTest.TestBatchNorm2DBackward (9 ms) 2022-12-01T11:07:29.4826755Z [ RUN ] LazyOpsTest.TestBatchNorm3DBackward 2022-12-01T11:07:29.4918375Z [ OK ] LazyOpsTest.TestBatchNorm3DBackward (9 ms) 2022-12-01T11:07:29.4918911Z [ RUN ] LazyOpsTest.TestBCEWithLogitsBackward 2022-12-01T11:07:29.5539476Z [ OK ] LazyOpsTest.TestBCEWithLogitsBackward (62 ms) 2022-12-01T11:07:29.5539978Z [ RUN ] LazyOpsTest.TestKlDivBackward 2022-12-01T11:07:29.5688597Z [ OK ] LazyOpsTest.TestKlDivBackward (14 ms) 2022-12-01T11:07:29.5689061Z [ RUN ] LazyOpsTest.TestEmbeddingBackward 2022-12-01T11:07:29.7227002Z [ OK ] LazyOpsTest.TestEmbeddingBackward (153 ms) 2022-12-01T11:07:29.7227578Z [ RUN ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-12-01T11:07:29.7228053Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11342: Skipped 2022-12-01T11:07:29.7228487Z 2022-12-01T11:07:29.7228809Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale (0 ms) 2022-12-01T11:07:29.7229331Z [ RUN ] LazyOpsTest.TestAmpUpdateScale 2022-12-01T11:07:29.7256517Z [ OK ] LazyOpsTest.TestAmpUpdateScale (2 ms) 2022-12-01T11:07:29.7257030Z [ RUN ] LazyOpsTest.TestEarlySyncLiveTensors 2022-12-01T11:07:29.7258325Z [ OK ] LazyOpsTest.TestEarlySyncLiveTensors (0 ms) 2022-12-01T11:07:29.7258775Z [ RUN ] LazyOpsTest.TestLerp 2022-12-01T11:07:29.7263760Z [ OK ] LazyOpsTest.TestLerp (0 ms) 2022-12-01T11:07:29.7264198Z [ RUN ] LazyOpsTest.TestLerpScalar 2022-12-01T11:07:29.7268014Z [ OK ] LazyOpsTest.TestLerpScalar (0 ms) 2022-12-01T11:07:29.7268462Z [ RUN ] LazyOpsTest.TestLerpInplace 2022-12-01T11:07:29.7273095Z [ OK ] LazyOpsTest.TestLerpInplace (0 ms) 2022-12-01T11:07:29.7273562Z [ RUN ] LazyOpsTest.TestLerpScalarInplace 2022-12-01T11:07:29.7277325Z [ OK ] LazyOpsTest.TestLerpScalarInplace (0 ms) 2022-12-01T11:07:29.7277781Z [ RUN ] LazyOpsTest.TestLerpOut 2022-12-01T11:07:29.7282240Z [ OK ] LazyOpsTest.TestLerpOut (0 ms) 2022-12-01T11:07:29.7282668Z [ RUN ] LazyOpsTest.TestLerpScalarOut 2022-12-01T11:07:29.7286468Z [ OK ] LazyOpsTest.TestLerpScalarOut (0 ms) 2022-12-01T11:07:29.7286913Z [ RUN ] LazyOpsTest.IsAliasOf 2022-12-01T11:07:29.7288679Z [ OK ] LazyOpsTest.IsAliasOf (0 ms) 2022-12-01T11:07:29.7289285Z [----------] 575 tests from LazyOpsTest (10389 ms total) 2022-12-01T11:07:29.7289536Z 2022-12-01T11:07:29.7289788Z [----------] Global test environment tear-down 2022-12-01T11:07:29.7374092Z [==========] 612 tests from 10 test suites ran. (10400 ms total) 2022-12-01T11:07:29.7374656Z [ PASSED ] 595 tests. 2022-12-01T11:07:29.7375309Z [ SKIPPED ] 17 tests, listed below: 2022-12-01T11:07:29.7375847Z [ SKIPPED ] LazyOpsTest.TestInverse 2022-12-01T11:07:29.7376208Z [ SKIPPED ] LazyOpsTest.TestOneIndexPut 2022-12-01T11:07:29.7376639Z [ SKIPPED ] LazyOpsTest.TestOneIndexPutInPlace 2022-12-01T11:07:29.7377132Z [ SKIPPED ] LazyOpsTest.TestOneIndexPutTransfer 2022-12-01T11:07:29.7377583Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPut 2022-12-01T11:07:29.7378030Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-12-01T11:07:29.7378521Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-12-01T11:07:29.7379019Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutTailNull 2022-12-01T11:07:29.7379534Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-12-01T11:07:29.7380049Z [ SKIPPED ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-12-01T11:07:29.7380515Z [ SKIPPED ] LazyOpsTest.TestIndexPutImpl 2022-12-01T11:07:29.7380962Z [ SKIPPED ] LazyOpsTest.TestIndexCopyInPlace 2022-12-01T11:07:29.7381366Z [ SKIPPED ] LazyOpsTest.TestNllLoss 2022-12-01T11:07:29.7381856Z [ SKIPPED ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-12-01T11:07:29.7382398Z [ SKIPPED ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-12-01T11:07:29.7382854Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward 2022-12-01T11:07:29.7383379Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-12-01T11:07:30.1661265Z + python test/cpp/jit/tests_setup.py shutdown 2022-12-01T11:07:31.5524706Z + wait 2022-12-01T11:07:31.5525069Z + OMP_NUM_THREADS=2 2022-12-01T11:07:31.5525414Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-12-01T11:07:31.5526130Z + /opt/conda/lib/python3.10/site-packages/torch/bin/test_api '--gtest_filter=-IMethodTest.*' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_api.xml 2022-12-01T11:07:31.9793584Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-12-01T11:07:31.9801134Z Note: Google Test filter = -IMethodTest.*:*_MultiCUDA 2022-12-01T11:07:31.9801687Z [==========] Running 1034 tests from 49 test suites. 2022-12-01T11:07:31.9802221Z [----------] Global test environment set-up. 2022-12-01T11:07:31.9802575Z [----------] 9 tests from AutogradAPITests 2022-12-01T11:07:31.9803005Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-12-01T11:07:31.9821435Z [ OK ] AutogradAPITests.BackwardSimpleTest (1 ms) 2022-12-01T11:07:31.9821969Z [ RUN ] AutogradAPITests.BackwardTest 2022-12-01T11:07:31.9822818Z [W engine.cpp:1064] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-12-01T11:07:31.9825769Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-12-01T11:07:31.9826228Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-12-01T11:07:31.9828558Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-12-01T11:07:31.9829004Z [ RUN ] AutogradAPITests.GradTest 2022-12-01T11:07:31.9834189Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-12-01T11:07:31.9834605Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-12-01T11:07:31.9838402Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-12-01T11:07:31.9840151Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-12-01T11:07:31.9841789Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-12-01T11:07:31.9843817Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-12-01T11:07:31.9845519Z [ OK ] AutogradAPITests.GradNonLeafTest (1 ms) 2022-12-01T11:07:31.9845984Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-12-01T11:07:31.9876283Z [ OK ] AutogradAPITests.GradUnreachableTest (2 ms) 2022-12-01T11:07:31.9876734Z [ RUN ] AutogradAPITests.EmptyInput 2022-12-01T11:07:31.9907089Z [ OK ] AutogradAPITests.EmptyInput (3 ms) 2022-12-01T11:07:31.9907536Z [ RUN ] AutogradAPITests.RetainGrad 2022-12-01T11:07:31.9913661Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-12-01T11:07:31.9914377Z [ RUN ] AutogradAPITests.AnomalyMode 2022-12-01T11:07:31.9915004Z [W anomaly_mode.cpp:27] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator()) 2022-12-01T11:07:32.1712880Z [ OK ] AutogradAPITests.AnomalyMode (179 ms) 2022-12-01T11:07:32.1713399Z [----------] 9 tests from AutogradAPITests (191 ms total) 2022-12-01T11:07:32.1713622Z 2022-12-01T11:07:32.1713874Z [----------] 33 tests from CustomAutogradTest 2022-12-01T11:07:32.1714349Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-12-01T11:07:32.1714925Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2022-12-01T11:07:32.1715439Z [ RUN ] CustomAutogradTest.CustomFunction 2022-12-01T11:07:32.1717865Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-12-01T11:07:32.1718386Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-12-01T11:07:32.1720387Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-12-01T11:07:32.1720892Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-12-01T11:07:32.1724851Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-12-01T11:07:32.1725388Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-12-01T11:07:32.1726083Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-12-01T11:07:32.1726769Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-12-01T11:07:32.1728902Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-12-01T11:07:32.1729413Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-12-01T11:07:32.1730509Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-12-01T11:07:32.1731006Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-12-01T11:07:32.1731513Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-12-01T11:07:32.1732015Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-12-01T11:07:32.1732511Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-12-01T11:07:32.1732933Z [ RUN ] CustomAutogradTest.MarkDirty 2022-12-01T11:07:32.1733558Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-12-01T11:07:32.1734035Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-12-01T11:07:32.1735961Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-12-01T11:07:32.1736528Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-12-01T11:07:32.1738959Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-12-01T11:07:32.1739496Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-12-01T11:07:32.1740032Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-12-01T11:07:32.1740532Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-12-01T11:07:32.1741635Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-12-01T11:07:32.1742121Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-12-01T11:07:32.1768951Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (2 ms) 2022-12-01T11:07:32.1769483Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-12-01T11:07:32.1769950Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-12-01T11:07:32.1770420Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-12-01T11:07:32.1771125Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-12-01T11:07:32.1771650Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-12-01T11:07:32.1841079Z [ OK ] CustomAutogradTest.InvalidGradients (6 ms) 2022-12-01T11:07:32.1841687Z [ RUN ] CustomAutogradTest.NoGradInput 2022-12-01T11:07:32.1842174Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-12-01T11:07:32.1842600Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-12-01T11:07:32.1843025Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-12-01T11:07:32.1843445Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-12-01T11:07:32.1844206Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-12-01T11:07:32.1844621Z [ RUN ] CustomAutogradTest.Reentrant 2022-12-01T11:07:32.1847010Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-12-01T11:07:32.1847479Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-12-01T11:07:32.9216607Z [ OK ] CustomAutogradTest.DeepReentrant (736 ms) 2022-12-01T11:07:32.9217111Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-12-01T11:07:32.9222762Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-12-01T11:07:32.9223241Z [ RUN ] CustomAutogradTest.Hooks 2022-12-01T11:07:32.9251691Z [ OK ] CustomAutogradTest.Hooks (2 ms) 2022-12-01T11:07:32.9252173Z [ RUN ] CustomAutogradTest.HooksInplace 2022-12-01T11:07:32.9254745Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-12-01T11:07:32.9255242Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-12-01T11:07:32.9258148Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-12-01T11:07:32.9258751Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-12-01T11:07:32.9262189Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-12-01T11:07:32.9262743Z [ RUN ] CustomAutogradTest.HookNone 2022-12-01T11:07:32.9263524Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-12-01T11:07:32.9264260Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-12-01T11:07:32.9265082Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-12-01T11:07:32.9265615Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-12-01T11:07:32.9279465Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (1 ms) 2022-12-01T11:07:32.9280054Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-12-01T11:07:32.9281719Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-12-01T11:07:32.9282322Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-12-01T11:07:32.9283313Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-12-01T11:07:32.9283916Z [----------] 33 tests from CustomAutogradTest (757 ms total) 2022-12-01T11:07:32.9284151Z 2022-12-01T11:07:32.9284426Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-12-01T11:07:32.9285011Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-12-01T11:07:32.9287921Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (0 ms) 2022-12-01T11:07:32.9288507Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-12-01T11:07:32.9339970Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (5 ms) 2022-12-01T11:07:32.9340574Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-12-01T11:07:32.9383514Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (4 ms) 2022-12-01T11:07:32.9384085Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-12-01T11:07:32.9387313Z [ OK ] TestAutogradNotImplementedFallback.OptOp (0 ms) 2022-12-01T11:07:32.9387919Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-12-01T11:07:32.9426809Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (3 ms) 2022-12-01T11:07:32.9427439Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-12-01T11:07:32.9465308Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (3 ms) 2022-12-01T11:07:32.9465905Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-12-01T11:07:32.9538775Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (7 ms) 2022-12-01T11:07:32.9539675Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-12-01T11:07:32.9577580Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (3 ms) 2022-12-01T11:07:32.9578549Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-12-01T11:07:32.9579794Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (0 ms) 2022-12-01T11:07:32.9580715Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-12-01T11:07:32.9602226Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (2 ms) 2022-12-01T11:07:32.9603126Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-12-01T11:07:32.9636702Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (3 ms) 2022-12-01T11:07:32.9637597Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-12-01T11:07:32.9674833Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (3 ms) 2022-12-01T11:07:32.9675727Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-12-01T11:07:32.9703095Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (2 ms) 2022-12-01T11:07:32.9704099Z [----------] 13 tests from TestAutogradNotImplementedFallback (41 ms total) 2022-12-01T11:07:32.9704441Z 2022-12-01T11:07:32.9704752Z [----------] 18 tests from AnyModuleTest 2022-12-01T11:07:32.9705382Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-12-01T11:07:32.9705802Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-12-01T11:07:32.9706318Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-12-01T11:07:32.9706891Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-12-01T11:07:32.9707459Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-12-01T11:07:32.9708018Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-12-01T11:07:32.9708586Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-12-01T11:07:32.9709155Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-12-01T11:07:32.9709816Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-12-01T11:07:32.9710948Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-12-01T11:07:32.9711528Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-12-01T11:07:32.9719944Z [ OK ] AnyModuleTest.WrongArgumentType (1 ms) 2022-12-01T11:07:32.9720431Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-12-01T11:07:32.9761383Z [ OK ] AnyModuleTest.WrongNumberOfArguments (4 ms) 2022-12-01T11:07:32.9762065Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-12-01T11:07:32.9844485Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (8 ms) 2022-12-01T11:07:32.9845144Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-12-01T11:07:32.9845627Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-12-01T11:07:32.9846148Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-12-01T11:07:32.9856379Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (1 ms) 2022-12-01T11:07:32.9856918Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-12-01T11:07:32.9857425Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-12-01T11:07:32.9858061Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-12-01T11:07:32.9858577Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-12-01T11:07:32.9859088Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-12-01T11:07:32.9868545Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (1 ms) 2022-12-01T11:07:32.9869069Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-12-01T11:07:32.9869513Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-12-01T11:07:32.9869988Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-12-01T11:07:32.9929084Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (5 ms) 2022-12-01T11:07:32.9930120Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-12-01T11:07:32.9930705Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-12-01T11:07:32.9931232Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-12-01T11:07:32.9931706Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T11:07:32.9932224Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-12-01T11:07:32.9932788Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-12-01T11:07:32.9933301Z [----------] 18 tests from AnyModuleTest (22 ms total) 2022-12-01T11:07:32.9933520Z 2022-12-01T11:07:32.9933709Z [----------] 12 tests from AnyValueTest 2022-12-01T11:07:32.9934189Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-12-01T11:07:32.9934899Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-12-01T11:07:32.9935539Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-12-01T11:07:32.9936183Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-12-01T11:07:32.9936807Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-12-01T11:07:32.9937407Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-12-01T11:07:32.9938007Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-12-01T11:07:32.9938624Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-12-01T11:07:32.9939246Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-12-01T11:07:32.9939876Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-12-01T11:07:32.9940463Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-12-01T11:07:32.9941039Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-12-01T11:07:32.9941566Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-12-01T11:07:32.9957523Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (2 ms) 2022-12-01T11:07:32.9958540Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-12-01T11:07:32.9959030Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-12-01T11:07:32.9959514Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-12-01T11:07:32.9959979Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-12-01T11:07:32.9960456Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-12-01T11:07:32.9960935Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-12-01T11:07:32.9961438Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-12-01T11:07:32.9962007Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-12-01T11:07:32.9962534Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-12-01T11:07:32.9963037Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-12-01T11:07:32.9963496Z [----------] 12 tests from AnyValueTest (2 ms total) 2022-12-01T11:07:32.9963866Z 2022-12-01T11:07:32.9964083Z [----------] 50 tests from DataTest 2022-12-01T11:07:32.9964491Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-12-01T11:07:32.9964938Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-12-01T11:07:32.9965424Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-12-01T11:07:32.9965934Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2022-12-01T11:07:32.9966460Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-12-01T11:07:33.0027247Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (6 ms) 2022-12-01T11:07:33.0028110Z [ RUN ] DataTest.InfiniteStreamDataset 2022-12-01T11:07:33.0028586Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-12-01T11:07:33.0029024Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-12-01T11:07:33.0029433Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-12-01T11:07:33.0029900Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-12-01T11:07:33.0030688Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-12-01T11:07:33.0031165Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-12-01T11:07:33.0031670Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-12-01T11:07:33.0032183Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-12-01T11:07:33.0032695Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-12-01T11:07:33.0033209Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-12-01T11:07:33.0033876Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-12-01T11:07:33.0034362Z [ RUN ] DataTest.CollateReducesBatch 2022-12-01T11:07:33.0034776Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-12-01T11:07:33.0035204Z [ RUN ] DataTest.CollationReducesBatch 2022-12-01T11:07:33.0035652Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-12-01T11:07:33.0036141Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-12-01T11:07:33.0036715Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-12-01T11:07:33.0037314Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-12-01T11:07:33.0037930Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T11:07:33.0038477Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-12-01T11:07:33.0038964Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-12-01T11:07:33.0039489Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-12-01T11:07:33.0040040Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:07:33.0040572Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-12-01T11:07:33.0223000Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (19 ms) 2022-12-01T11:07:33.0223848Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-12-01T11:07:33.0224458Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-12-01T11:07:33.0225029Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-12-01T11:07:33.0225627Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T11:07:33.0226124Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-12-01T11:07:33.0226587Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-12-01T11:07:33.0227082Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-12-01T11:07:33.0227604Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:07:33.0228190Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-12-01T11:07:33.0230613Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-12-01T11:07:33.0231541Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-12-01T11:07:33.0232204Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-12-01T11:07:33.0233127Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-12-01T11:07:33.0233710Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-12-01T11:07:33.0234178Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-12-01T11:07:33.0235016Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:07:33.0235576Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-12-01T11:07:33.0236358Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-12-01T11:07:33.0237023Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-12-01T11:07:33.0237979Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-12-01T11:07:33.0238605Z [ RUN ] DataTest.StackTransformWorksForExample 2022-12-01T11:07:33.0239312Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-12-01T11:07:33.0239809Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-12-01T11:07:33.0240632Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-12-01T11:07:33.0241209Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-12-01T11:07:33.0241845Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-12-01T11:07:33.0242407Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-12-01T11:07:33.0242938Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-12-01T11:07:33.0243400Z [ RUN ] DataTest.NormalizeTransform 2022-12-01T11:07:33.0247420Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-12-01T11:07:33.0248012Z [ RUN ] DataTest.MapDoesNotCopy 2022-12-01T11:07:33.0248547Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-12-01T11:07:33.0248982Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-12-01T11:07:33.0249486Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-12-01T11:07:33.0250007Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-12-01T11:07:33.0362797Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (11 ms) 2022-12-01T11:07:33.0363665Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-12-01T11:07:33.0568565Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-12-01T11:07:33.0569368Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-12-01T11:07:33.0592130Z [ OK ] DataTest.QueueClearEmptiesTheQueue (2 ms) 2022-12-01T11:07:33.0592972Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-12-01T11:07:33.0593468Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-12-01T11:07:33.0593963Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-12-01T11:07:33.0594458Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-12-01T11:07:33.0595063Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-12-01T11:07:33.0595768Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-12-01T11:07:33.0596392Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-12-01T11:07:33.0597020Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-12-01T11:07:33.0597566Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-12-01T11:07:33.0706615Z [ OK ] DataTest.DataShuttlePopResultTimesOut (11 ms) 2022-12-01T11:07:33.0707451Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-12-01T11:07:33.0732555Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (2 ms) 2022-12-01T11:07:33.0733526Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-12-01T11:07:33.0734397Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-12-01T11:07:33.0735055Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-12-01T11:07:33.0735673Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-12-01T11:07:33.0736460Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-12-01T11:07:33.0737196Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:07:33.0737931Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-12-01T11:07:33.0738678Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:07:33.0739328Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-12-01T11:07:33.0743268Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-12-01T11:07:33.0744200Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-12-01T11:07:33.0745000Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:07:33.0745789Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-12-01T11:07:33.0746691Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:07:33.0747564Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-12-01T11:07:33.0748263Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-12-01T11:07:33.0749055Z [----------] 50 tests from DataTest (79 ms total) 2022-12-01T11:07:33.0749264Z 2022-12-01T11:07:33.0749481Z [----------] 37 tests from DataLoaderTest 2022-12-01T11:07:33.0749969Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-12-01T11:07:33.0750837Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-12-01T11:07:33.0751426Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-12-01T11:07:33.0752053Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-12-01T11:07:33.0752644Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-12-01T11:07:33.0753218Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-12-01T11:07:33.0753918Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-12-01T11:07:33.0762375Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (1 ms) 2022-12-01T11:07:33.0763317Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-12-01T11:07:33.0763975Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-12-01T11:07:33.0764587Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-12-01T11:07:33.0765200Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-12-01T11:07:33.0765815Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-12-01T11:07:33.0766433Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-12-01T11:07:33.0767087Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-12-01T11:07:33.0767764Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-12-01T11:07:33.0768349Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-12-01T11:07:33.0768920Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-12-01T11:07:33.0769466Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-12-01T11:07:33.0770059Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-12-01T11:07:33.0770584Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-12-01T11:07:33.0771088Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-12-01T11:07:33.0771690Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-12-01T11:07:33.0781575Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (1 ms) 2022-12-01T11:07:33.0782210Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-12-01T11:07:33.0795425Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (1 ms) 2022-12-01T11:07:33.0796056Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-12-01T11:07:33.0808645Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (1 ms) 2022-12-01T11:07:33.0809272Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-12-01T11:07:33.0822076Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (1 ms) 2022-12-01T11:07:33.0822643Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-12-01T11:07:33.0835581Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (1 ms) 2022-12-01T11:07:33.0836386Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-12-01T11:07:33.0836983Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-12-01T11:07:33.0837671Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-12-01T11:07:33.0838471Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-12-01T11:07:33.0839313Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-12-01T11:07:33.0840180Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-12-01T11:07:33.0840811Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-12-01T11:07:33.0955487Z [ OK ] DataLoaderTest.RespectsTimeout (11 ms) 2022-12-01T11:07:33.0956044Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-12-01T11:07:33.0979172Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (2 ms) 2022-12-01T11:07:33.0979705Z [ RUN ] DataLoaderTest.Reset 2022-12-01T11:07:33.0980049Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-12-01T11:07:33.0980563Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-12-01T11:07:33.0984253Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-12-01T11:07:33.0985059Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-12-01T11:07:33.0986300Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-12-01T11:07:33.0986871Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-12-01T11:07:33.1015702Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (3 ms) 2022-12-01T11:07:33.1016219Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-12-01T11:07:33.1016708Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-12-01T11:07:33.1017261Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-12-01T11:07:33.1019286Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-12-01T11:07:33.1019793Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-12-01T11:07:33.1131520Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (11 ms) 2022-12-01T11:07:33.1132067Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-12-01T11:07:33.1147206Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2022-12-01T11:07:33.1147780Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-12-01T11:07:33.1150507Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-12-01T11:07:33.1151191Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-12-01T11:07:33.1155551Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-12-01T11:07:33.1156190Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-12-01T11:07:33.1160797Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-12-01T11:07:33.1161401Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-12-01T11:07:33.1162810Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-12-01T11:07:33.1163463Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-12-01T11:07:33.1429474Z [ OK ] DataLoaderTest.ChunkDatasetSave (26 ms) 2022-12-01T11:07:33.1429919Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-12-01T11:07:33.1438018Z [ OK ] DataLoaderTest.ChunkDatasetLoad (0 ms) 2022-12-01T11:07:33.1438520Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-12-01T11:07:33.1445116Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-12-01T11:07:33.1445671Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-12-01T11:07:33.1449571Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-12-01T11:07:33.1450710Z [----------] 37 tests from DataLoaderTest (70 ms total) 2022-12-01T11:07:33.1451208Z 2022-12-01T11:07:33.1451463Z [----------] 1 test from EnumTest 2022-12-01T11:07:33.1451800Z [ RUN ] EnumTest.AllEnums 2022-12-01T11:07:33.1452166Z [ OK ] EnumTest.AllEnums (0 ms) 2022-12-01T11:07:33.1452568Z [----------] 1 test from EnumTest (0 ms total) 2022-12-01T11:07:33.1452775Z 2022-12-01T11:07:33.1452985Z [----------] 6 tests from ExpandingArrayTest 2022-12-01T11:07:33.1453484Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-12-01T11:07:33.1454088Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-12-01T11:07:33.1454640Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-12-01T11:07:33.1455147Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-12-01T11:07:33.1455663Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-12-01T11:07:33.1456178Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-12-01T11:07:33.1456696Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-12-01T11:07:33.1457258Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-12-01T11:07:33.1458031Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-12-01T11:07:33.1463651Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (1 ms) 2022-12-01T11:07:33.1464683Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-12-01T11:07:33.1476270Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (1 ms) 2022-12-01T11:07:33.1477485Z [----------] 6 tests from ExpandingArrayTest (2 ms total) 2022-12-01T11:07:33.1477719Z 2022-12-01T11:07:33.1477922Z [----------] 10 tests from FFTTest 2022-12-01T11:07:33.1478242Z [ RUN ] FFTTest.fft 2022-12-01T11:07:33.1482875Z [ OK ] FFTTest.fft (0 ms) 2022-12-01T11:07:33.1483708Z [ RUN ] FFTTest.fft_real 2022-12-01T11:07:33.1485657Z [ OK ] FFTTest.fft_real (0 ms) 2022-12-01T11:07:33.1486604Z [ RUN ] FFTTest.fft_pad 2022-12-01T11:07:33.1489774Z [ OK ] FFTTest.fft_pad (0 ms) 2022-12-01T11:07:33.1490576Z [ RUN ] FFTTest.fft_norm 2022-12-01T11:07:33.1492867Z [ OK ] FFTTest.fft_norm (0 ms) 2022-12-01T11:07:33.1493632Z [ RUN ] FFTTest.ifft 2022-12-01T11:07:33.1496993Z [ OK ] FFTTest.ifft (0 ms) 2022-12-01T11:07:33.1497733Z [ RUN ] FFTTest.fft_ifft 2022-12-01T11:07:33.1498622Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-12-01T11:07:33.1499348Z [ RUN ] FFTTest.rfft 2022-12-01T11:07:33.1500616Z [ OK ] FFTTest.rfft (0 ms) 2022-12-01T11:07:33.1501417Z [ RUN ] FFTTest.rfft_irfft 2022-12-01T11:07:33.1502295Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-12-01T11:07:33.1503039Z [ RUN ] FFTTest.ihfft 2022-12-01T11:07:33.1504374Z [ OK ] FFTTest.ihfft (0 ms) 2022-12-01T11:07:33.1505166Z [ RUN ] FFTTest.hfft_ihfft 2022-12-01T11:07:33.1507722Z [ OK ] FFTTest.hfft_ihfft (0 ms) 2022-12-01T11:07:33.1508645Z [----------] 10 tests from FFTTest (3 ms total) 2022-12-01T11:07:33.1509008Z 2022-12-01T11:07:33.1509241Z [----------] 135 tests from FunctionalTest 2022-12-01T11:07:33.1509624Z [ RUN ] FunctionalTest.Conv1d 2022-12-01T11:07:33.1522667Z [ OK ] FunctionalTest.Conv1d (1 ms) 2022-12-01T11:07:33.1523563Z [ RUN ] FunctionalTest.Conv2dEven 2022-12-01T11:07:33.1526559Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-12-01T11:07:33.1527553Z [ RUN ] FunctionalTest.Conv2dUneven 2022-12-01T11:07:33.1529798Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-12-01T11:07:33.1530668Z [ RUN ] FunctionalTest.Conv3d 2022-12-01T11:07:33.1534169Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-12-01T11:07:33.1535016Z [ RUN ] FunctionalTest.MaxPool1d 2022-12-01T11:07:33.1535805Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-12-01T11:07:33.1536287Z [ RUN ] FunctionalTest.MaxPool2d 2022-12-01T11:07:33.1537197Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-12-01T11:07:33.1538125Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-12-01T11:07:33.1539499Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-12-01T11:07:33.1540464Z [ RUN ] FunctionalTest.MaxPool3d 2022-12-01T11:07:33.1541130Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-12-01T11:07:33.1541517Z [ RUN ] FunctionalTest.AvgPool1d 2022-12-01T11:07:33.1542435Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-12-01T11:07:33.1543383Z [ RUN ] FunctionalTest.AvgPool2d 2022-12-01T11:07:33.1544137Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-12-01T11:07:33.1545036Z [ RUN ] FunctionalTest.AvgPool3d 2022-12-01T11:07:33.1545729Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-12-01T11:07:33.1546169Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-12-01T11:07:33.1548510Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-12-01T11:07:33.1549367Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-12-01T11:07:33.1551034Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-12-01T11:07:33.1551931Z [ RUN ] FunctionalTest.LPPool1d 2022-12-01T11:07:33.1553378Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-12-01T11:07:33.1554227Z [ RUN ] FunctionalTest.LPPool2d 2022-12-01T11:07:33.1555340Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-12-01T11:07:33.1556209Z [ RUN ] FunctionalTest.CosineSimilarity 2022-12-01T11:07:33.1557550Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-12-01T11:07:33.1558477Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-12-01T11:07:33.1560155Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-12-01T11:07:33.1560989Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-12-01T11:07:33.1562532Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-12-01T11:07:33.1563424Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-12-01T11:07:33.1564451Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-12-01T11:07:33.1565342Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-12-01T11:07:33.1566991Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-12-01T11:07:33.1567860Z [ RUN ] FunctionalTest.HuberLossDelta 2022-12-01T11:07:33.1568977Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-12-01T11:07:33.1569897Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-12-01T11:07:33.1571001Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-12-01T11:07:33.1571923Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-12-01T11:07:33.1574772Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:07:33.1575715Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-12-01T11:07:33.1579428Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:07:33.1580303Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-12-01T11:07:33.1581561Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-12-01T11:07:33.1582669Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-12-01T11:07:33.1585551Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-12-01T11:07:33.1586347Z [ RUN ] FunctionalTest.PairwiseDistance 2022-12-01T11:07:33.1587304Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-12-01T11:07:33.1588173Z [ RUN ] FunctionalTest.PDist 2022-12-01T11:07:33.1589256Z [ OK ] FunctionalTest.PDist (0 ms) 2022-12-01T11:07:33.1590403Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-12-01T11:07:33.1591776Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-12-01T11:07:33.1592789Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-12-01T11:07:33.1593725Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-12-01T11:07:33.1594700Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-12-01T11:07:33.1595726Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-12-01T11:07:33.1596677Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-12-01T11:07:33.1597656Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-12-01T11:07:33.1598439Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-12-01T11:07:33.1598909Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-12-01T11:07:33.1599365Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-12-01T11:07:33.1599948Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-12-01T11:07:33.1600852Z [ RUN ] FunctionalTest.L1Loss 2022-12-01T11:07:33.1614420Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-12-01T11:07:33.1615279Z [ RUN ] FunctionalTest.MSELoss 2022-12-01T11:07:33.1616069Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-12-01T11:07:33.1616973Z [ RUN ] FunctionalTest.BCELoss 2022-12-01T11:07:33.1617476Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-12-01T11:07:33.1617864Z [ RUN ] FunctionalTest.KLDivLoss 2022-12-01T11:07:33.1618798Z [W loss.h:57] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2022-12-01T11:07:33.1619783Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-12-01T11:07:33.1620221Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-12-01T11:07:33.1620687Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-12-01T11:07:33.1621102Z [ RUN ] FunctionalTest.GridSample 2022-12-01T11:07:33.1621724Z [W vision.h:87] Warning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. (function grid_sample) 2022-12-01T11:07:33.1622390Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-12-01T11:07:33.1622804Z [ RUN ] FunctionalTest.AffineGrid 2022-12-01T11:07:33.1779461Z [ OK ] FunctionalTest.AffineGrid (16 ms) 2022-12-01T11:07:33.1779941Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-12-01T11:07:33.1780967Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-12-01T11:07:33.1781751Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-12-01T11:07:33.1783985Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-12-01T11:07:33.1784983Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-12-01T11:07:33.1786414Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-12-01T11:07:33.1787377Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-12-01T11:07:33.1788787Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-12-01T11:07:33.1789936Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-12-01T11:07:33.1791763Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-12-01T11:07:33.1792747Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-12-01T11:07:33.1985665Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (19 ms) 2022-12-01T11:07:33.1986764Z [ RUN ] FunctionalTest.NLLLoss 2022-12-01T11:07:33.1987593Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-12-01T11:07:33.1988025Z [ RUN ] FunctionalTest.CrossEntropy 2022-12-01T11:07:33.1992249Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-12-01T11:07:33.1992707Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-12-01T11:07:33.1996444Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-12-01T11:07:33.1996869Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-12-01T11:07:33.1999153Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-12-01T11:07:33.1999596Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-12-01T11:07:33.2000981Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-12-01T11:07:33.2001397Z [ RUN ] FunctionalTest.ELU 2022-12-01T11:07:33.2017509Z [ OK ] FunctionalTest.ELU (1 ms) 2022-12-01T11:07:33.2017912Z [ RUN ] FunctionalTest.SELU 2022-12-01T11:07:33.2022505Z [ OK ] FunctionalTest.SELU (0 ms) 2022-12-01T11:07:33.2022867Z [ RUN ] FunctionalTest.GLU 2022-12-01T11:07:33.2024922Z [ OK ] FunctionalTest.GLU (0 ms) 2022-12-01T11:07:33.2025298Z [ RUN ] FunctionalTest.GELU 2022-12-01T11:07:33.2029574Z [ OK ] FunctionalTest.GELU (0 ms) 2022-12-01T11:07:33.2029972Z [ RUN ] FunctionalTest.TanhGELU 2022-12-01T11:07:33.2031256Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-12-01T11:07:33.2031672Z [ RUN ] FunctionalTest.Hardshrink 2022-12-01T11:07:33.2042473Z [ OK ] FunctionalTest.Hardshrink (1 ms) 2022-12-01T11:07:33.2042864Z [ RUN ] FunctionalTest.OneHot 2022-12-01T11:07:33.2047160Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-12-01T11:07:33.2047588Z [ RUN ] FunctionalTest.Hardtanh 2022-12-01T11:07:33.2083095Z [ OK ] FunctionalTest.Hardtanh (3 ms) 2022-12-01T11:07:33.2083724Z [ RUN ] FunctionalTest.LeakyReLU 2022-12-01T11:07:33.2096150Z [ OK ] FunctionalTest.LeakyReLU (1 ms) 2022-12-01T11:07:33.2096570Z [ RUN ] FunctionalTest.LogSigmoid 2022-12-01T11:07:33.2097684Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-12-01T11:07:33.2098153Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-12-01T11:07:33.2137529Z [ OK ] FunctionalTest.GumbelSoftmax (3 ms) 2022-12-01T11:07:33.2137951Z [ RUN ] FunctionalTest.Softmax 2022-12-01T11:07:33.2139306Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-12-01T11:07:33.2139703Z [ RUN ] FunctionalTest.Softmin 2022-12-01T11:07:33.2141763Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-12-01T11:07:33.2142152Z [ RUN ] FunctionalTest.LogSoftmax 2022-12-01T11:07:33.2143868Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-12-01T11:07:33.2144258Z [ RUN ] FunctionalTest.PReLU 2022-12-01T11:07:33.2146764Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-12-01T11:07:33.2147216Z [ RUN ] FunctionalTest.LayerNorm 2022-12-01T11:07:33.2148124Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-12-01T11:07:33.2148539Z [ RUN ] FunctionalTest.GroupNorm 2022-12-01T11:07:33.2150231Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-12-01T11:07:33.2150674Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-12-01T11:07:33.2152415Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-12-01T11:07:33.2152839Z [ RUN ] FunctionalTest.Linear 2022-12-01T11:07:33.2156473Z [ OK ] FunctionalTest.Linear (0 ms) 2022-12-01T11:07:33.2156908Z [ RUN ] FunctionalTest.Embedding 2022-12-01T11:07:33.2158057Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-12-01T11:07:33.2158492Z [ RUN ] FunctionalTest.EmbeddingBag 2022-12-01T11:07:33.2164356Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-12-01T11:07:33.2164779Z [ RUN ] FunctionalTest.Bilinear 2022-12-01T11:07:33.2168097Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-12-01T11:07:33.2168483Z [ RUN ] FunctionalTest.Normalize 2022-12-01T11:07:33.2174081Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-12-01T11:07:33.2174484Z [ RUN ] FunctionalTest.ReLU 2022-12-01T11:07:33.2178152Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-12-01T11:07:33.2178729Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-12-01T11:07:33.2179801Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-12-01T11:07:33.2180599Z [ RUN ] FunctionalTest.ReLU6 2022-12-01T11:07:33.2184207Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-12-01T11:07:33.2184666Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-12-01T11:07:33.2185426Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-12-01T11:07:33.2185858Z [ RUN ] FunctionalTest.RReLU 2022-12-01T11:07:33.2231143Z [ OK ] FunctionalTest.RReLU (4 ms) 2022-12-01T11:07:33.2231571Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-12-01T11:07:33.2234972Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-12-01T11:07:33.2235749Z [ RUN ] FunctionalTest.CELU 2022-12-01T11:07:33.2249735Z [ OK ] FunctionalTest.CELU (1 ms) 2022-12-01T11:07:33.2250673Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-12-01T11:07:33.2251721Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-12-01T11:07:33.2252542Z [ RUN ] FunctionalTest.PixelShuffle 2022-12-01T11:07:33.2253805Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-12-01T11:07:33.2254748Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-12-01T11:07:33.2255865Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-12-01T11:07:33.2256867Z [ RUN ] FunctionalTest.Softplus 2022-12-01T11:07:33.2264614Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-12-01T11:07:33.2265616Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-12-01T11:07:33.2266555Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-12-01T11:07:33.2267093Z [ RUN ] FunctionalTest.Fold 2022-12-01T11:07:33.2267869Z [ OK ] FunctionalTest.Fold (0 ms) 2022-12-01T11:07:33.2268711Z [ RUN ] FunctionalTest.Unfold 2022-12-01T11:07:33.2269576Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-12-01T11:07:33.2270689Z [ RUN ] FunctionalTest.Softshrink 2022-12-01T11:07:33.2278706Z [ OK ] FunctionalTest.Softshrink (0 ms) 2022-12-01T11:07:33.2279707Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-12-01T11:07:33.2280756Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-12-01T11:07:33.2281601Z [ RUN ] FunctionalTest.Softsign 2022-12-01T11:07:33.2282508Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-12-01T11:07:33.2283149Z [ RUN ] FunctionalTest.Mish 2022-12-01T11:07:33.2283933Z [ OK ] FunctionalTest.Mish (0 ms) 2022-12-01T11:07:33.2284788Z [ RUN ] FunctionalTest.Tanhshrink 2022-12-01T11:07:33.2285324Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-12-01T11:07:33.2285730Z [ RUN ] FunctionalTest.Threshold 2022-12-01T11:07:33.2300441Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-12-01T11:07:33.2301462Z [ RUN ] FunctionalTest.BatchNorm1d 2022-12-01T11:07:33.2302410Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-12-01T11:07:33.2303343Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-12-01T11:07:33.2304547Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-12-01T11:07:33.2305063Z [ RUN ] FunctionalTest.BatchNorm2d 2022-12-01T11:07:33.2305977Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-12-01T11:07:33.2306845Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-12-01T11:07:33.2307917Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-12-01T11:07:33.2308835Z [ RUN ] FunctionalTest.BatchNorm3d 2022-12-01T11:07:33.2309951Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-12-01T11:07:33.2311224Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-12-01T11:07:33.2311788Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-12-01T11:07:33.2312267Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-12-01T11:07:33.2315704Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-12-01T11:07:33.2316713Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-12-01T11:07:33.2318024Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-12-01T11:07:33.2318982Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-12-01T11:07:33.2320363Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-12-01T11:07:33.2321336Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-12-01T11:07:33.2323090Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-12-01T11:07:33.2323953Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-12-01T11:07:33.2327274Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-12-01T11:07:33.2328210Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-12-01T11:07:33.2330537Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-12-01T11:07:33.2331403Z [ RUN ] FunctionalTest.Interpolate 2022-12-01T11:07:33.2333200Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:07:33.2335026Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:07:33.2337200Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:07:33.2339760Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:07:33.2341905Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:07:33.2343107Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:07:33.2344284Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:07:33.2345457Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:07:33.2430874Z [ OK ] FunctionalTest.Interpolate (9 ms) 2022-12-01T11:07:33.2432006Z [ RUN ] FunctionalTest.Pad1 2022-12-01T11:07:33.2432734Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-12-01T11:07:33.2433616Z [ RUN ] FunctionalTest.Pad2 2022-12-01T11:07:33.2434988Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-12-01T11:07:33.2435781Z [ RUN ] FunctionalTest.Pad3 2022-12-01T11:07:33.2440619Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-12-01T11:07:33.2441450Z [ RUN ] FunctionalTest.Pad4 2022-12-01T11:07:33.2442943Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-12-01T11:07:33.2443745Z [ RUN ] FunctionalTest.Pad5 2022-12-01T11:07:33.2446540Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-12-01T11:07:33.2447529Z [ RUN ] FunctionalTest.Pad6 2022-12-01T11:07:33.2448903Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-12-01T11:07:33.2449729Z [ RUN ] FunctionalTest.Pad7 2022-12-01T11:07:33.2450512Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-12-01T11:07:33.2451232Z [ RUN ] FunctionalTest.Pad8 2022-12-01T11:07:33.2451603Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-12-01T11:07:33.2451985Z [ RUN ] FunctionalTest.CTCLoss 2022-12-01T11:07:33.2576294Z [ OK ] FunctionalTest.CTCLoss (12 ms) 2022-12-01T11:07:33.2577188Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-12-01T11:07:33.2579553Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-12-01T11:07:33.2580459Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-12-01T11:07:33.2583567Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-12-01T11:07:33.2584457Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-12-01T11:07:33.2586756Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-12-01T11:07:33.2587662Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-12-01T11:07:33.2591063Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-12-01T11:07:33.2591969Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-12-01T11:07:33.2595248Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-12-01T11:07:33.2596156Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-12-01T11:07:33.2598313Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-12-01T11:07:33.2599338Z [ RUN ] FunctionalTest.AlphaDropout 2022-12-01T11:07:33.2610332Z [ OK ] FunctionalTest.AlphaDropout (1 ms) 2022-12-01T11:07:33.2611261Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-12-01T11:07:33.2621901Z [ OK ] FunctionalTest.FeatureAlphaDropout (1 ms) 2022-12-01T11:07:33.2622803Z [ RUN ] FunctionalTest.Dropout 2022-12-01T11:07:33.2629047Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-12-01T11:07:33.2629885Z [ RUN ] FunctionalTest.Dropout2d 2022-12-01T11:07:33.2636393Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-12-01T11:07:33.2637261Z [ RUN ] FunctionalTest.Dropout3d 2022-12-01T11:07:33.2643661Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-12-01T11:07:33.2644490Z [ RUN ] FunctionalTest.isfinite 2022-12-01T11:07:33.2650650Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-12-01T11:07:33.2651515Z [ RUN ] FunctionalTest.isfinite_CUDA 2022-12-01T11:07:34.5057139Z [ OK ] FunctionalTest.isfinite_CUDA (1240 ms) 2022-12-01T11:07:34.5057754Z [ RUN ] FunctionalTest.isinf 2022-12-01T11:07:34.5061489Z [ OK ] FunctionalTest.isinf (0 ms) 2022-12-01T11:07:34.5062348Z [ RUN ] FunctionalTest.isinf_CUDA 2022-12-01T11:07:34.5098326Z [ OK ] FunctionalTest.isinf_CUDA (3 ms) 2022-12-01T11:07:34.5099198Z [ RUN ] FunctionalTest.AllClose 2022-12-01T11:07:34.5185300Z [ OK ] FunctionalTest.AllClose (8 ms) 2022-12-01T11:07:34.5186229Z [ RUN ] FunctionalTest.AllClose_CUDA 2022-12-01T11:07:34.5587847Z [ OK ] FunctionalTest.AllClose_CUDA (40 ms) 2022-12-01T11:07:34.5588832Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-12-01T11:07:34.5635123Z [ OK ] FunctionalTest.BCEWithLogitsLoss (4 ms) 2022-12-01T11:07:34.5636207Z [----------] 135 tests from FunctionalTest (1412 ms total) 2022-12-01T11:07:34.5636515Z 2022-12-01T11:07:34.5636733Z [----------] 3 tests from IntegrationTest 2022-12-01T11:07:34.5637132Z [ RUN ] IntegrationTest.CartPole 2022-12-01T11:07:53.4396158Z [ OK ] IntegrationTest.CartPole (18875 ms) 2022-12-01T11:07:53.4396624Z [ RUN ] IntegrationTest.MNIST_CUDA 2022-12-01T11:08:06.6493621Z [ OK ] IntegrationTest.MNIST_CUDA (13209 ms) 2022-12-01T11:08:06.6494093Z [ RUN ] IntegrationTest.MNISTBatchNorm_CUDA 2022-12-01T11:08:19.5945249Z [ OK ] IntegrationTest.MNISTBatchNorm_CUDA (12945 ms) 2022-12-01T11:08:19.5945962Z [----------] 3 tests from IntegrationTest (45030 ms total) 2022-12-01T11:08:19.5946202Z 2022-12-01T11:08:19.5949008Z [----------] 9 tests from InitTest 2022-12-01T11:08:19.5949588Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-12-01T11:08:19.5962399Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (1 ms) 2022-12-01T11:08:19.5962945Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-12-01T11:08:19.5979136Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (1 ms) 2022-12-01T11:08:19.5979790Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-12-01T11:08:19.5996650Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (1 ms) 2022-12-01T11:08:19.5997196Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-12-01T11:08:19.6014497Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-12-01T11:08:19.6015334Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-12-01T11:08:19.6045041Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (3 ms) 2022-12-01T11:08:19.6045864Z [ RUN ] InitTest.CalculateGainWithTanh 2022-12-01T11:08:19.6046659Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-12-01T11:08:19.6047985Z [ RUN ] InitTest.CalculateGainWithRelu 2022-12-01T11:08:19.6048629Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-12-01T11:08:19.6049457Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-12-01T11:08:19.6050179Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-12-01T11:08:19.6051305Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-12-01T11:08:19.6051904Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (0 ms) 2022-12-01T11:08:19.6052381Z [----------] 9 tests from InitTest (10 ms total) 2022-12-01T11:08:19.6052591Z 2022-12-01T11:08:19.6052810Z [----------] 6 tests from TorchScriptTest 2022-12-01T11:08:19.6053277Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-12-01T11:08:19.6635850Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (58 ms) 2022-12-01T11:08:19.6636799Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-12-01T11:08:19.6663905Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (2 ms) 2022-12-01T11:08:19.6664789Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-12-01T11:08:19.6668334Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-12-01T11:08:19.6669242Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-12-01T11:08:19.6670896Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-12-01T11:08:19.6671825Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-12-01T11:08:19.6679131Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-12-01T11:08:19.6680122Z [ RUN ] TorchScriptTest.TestPickle 2022-12-01T11:08:19.6680799Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-12-01T11:08:19.6681483Z [----------] 6 tests from TorchScriptTest (62 ms total) 2022-12-01T11:08:19.6681699Z 2022-12-01T11:08:19.6681914Z [----------] 3 tests from MakeUniqueTest 2022-12-01T11:08:19.6682396Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-12-01T11:08:19.6682907Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-12-01T11:08:19.6683397Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-12-01T11:08:19.6684094Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-12-01T11:08:19.6684855Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-12-01T11:08:19.6685767Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-12-01T11:08:19.6686468Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-12-01T11:08:19.6686844Z 2022-12-01T11:08:19.6687092Z [----------] 2 tests from MetaTensorTest 2022-12-01T11:08:19.6687501Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-12-01T11:08:19.6688165Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-12-01T11:08:19.6688632Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-12-01T11:08:19.6689161Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-12-01T11:08:19.6689798Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-12-01T11:08:19.6690009Z 2022-12-01T11:08:19.6690197Z [----------] 2 tests from UtilsTest 2022-12-01T11:08:19.6690759Z [ RUN ] UtilsTest.WarnOnce 2022-12-01T11:08:19.6691190Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-12-01T11:08:19.6691603Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-12-01T11:08:19.6692381Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-12-01T11:08:19.6692842Z [----------] 2 tests from UtilsTest (0 ms total) 2022-12-01T11:08:19.6693051Z 2022-12-01T11:08:19.6693348Z [----------] 1 test from NoGradTest 2022-12-01T11:08:19.6693902Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-12-01T11:08:19.6720428Z [ OK ] NoGradTest.SetsGradModeCorrectly (3 ms) 2022-12-01T11:08:19.6721316Z [----------] 1 test from NoGradTest (3 ms total) 2022-12-01T11:08:19.6721733Z 2022-12-01T11:08:19.6722030Z [----------] 3 tests from AutogradTest 2022-12-01T11:08:19.6722450Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-12-01T11:08:19.6722992Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-12-01T11:08:19.6723884Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-12-01T11:08:19.6724991Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-12-01T11:08:19.6725809Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-12-01T11:08:19.6727640Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-12-01T11:08:19.6728358Z [----------] 3 tests from AutogradTest (0 ms total) 2022-12-01T11:08:19.6728776Z 2022-12-01T11:08:19.6729083Z [----------] 1 test from OptionalArrayRefTest 2022-12-01T11:08:19.6729543Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-12-01T11:08:19.6730472Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-12-01T11:08:19.6731202Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-12-01T11:08:19.6731578Z 2022-12-01T11:08:19.6731968Z [----------] 55 tests from ModuleTest 2022-12-01T11:08:19.6732730Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-12-01T11:08:19.6733269Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-12-01T11:08:19.6733692Z [ RUN ] ModuleTest.ZeroGrad 2022-12-01T11:08:19.6734078Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-12-01T11:08:19.6734492Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-12-01T11:08:19.6734937Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-12-01T11:08:19.6735470Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-12-01T11:08:19.6761458Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (2 ms) 2022-12-01T11:08:19.6762093Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-12-01T11:08:19.6774739Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (1 ms) 2022-12-01T11:08:19.6775363Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-12-01T11:08:19.6789444Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (1 ms) 2022-12-01T11:08:19.6789951Z [ RUN ] ModuleTest.ReplaceModule 2022-12-01T11:08:19.6790644Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-12-01T11:08:19.6791061Z [ RUN ] ModuleTest.UnregisterModule 2022-12-01T11:08:19.6809703Z [ OK ] ModuleTest.UnregisterModule (1 ms) 2022-12-01T11:08:19.6810239Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-12-01T11:08:19.6846892Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (3 ms) 2022-12-01T11:08:19.6847551Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-12-01T11:08:19.6872199Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (2 ms) 2022-12-01T11:08:19.6872786Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-12-01T11:08:19.6873335Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-12-01T11:08:19.6873906Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-12-01T11:08:19.6909563Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (3 ms) 2022-12-01T11:08:19.6910337Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-12-01T11:08:19.6935979Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (2 ms) 2022-12-01T11:08:19.6936585Z [ RUN ] ModuleTest.CanGetName 2022-12-01T11:08:19.6936983Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-12-01T11:08:19.6937557Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-12-01T11:08:19.6938053Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-12-01T11:08:19.6938675Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-12-01T11:08:19.6939673Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-12-01T11:08:19.6940338Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor_CUDA 2022-12-01T11:08:19.6941246Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor_CUDA (0 ms) 2022-12-01T11:08:19.6941920Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-12-01T11:08:19.6942586Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-12-01T11:08:19.6943263Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-12-01T11:08:19.6960447Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (1 ms) 2022-12-01T11:08:19.6961356Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-12-01T11:08:19.6962082Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-12-01T11:08:19.6962692Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-12-01T11:08:19.6968834Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-12-01T11:08:19.6969433Z [ RUN ] ModuleTest.CloneCreatesDistinctParametersExplicitDevice_CUDA 2022-12-01T11:08:19.6994214Z [ OK ] ModuleTest.CloneCreatesDistinctParametersExplicitDevice_CUDA (2 ms) 2022-12-01T11:08:19.6994808Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-12-01T11:08:19.6996168Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-12-01T11:08:19.6996739Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-12-01T11:08:19.6998412Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-12-01T11:08:19.6999063Z [ RUN ] ModuleTest.CloneToDevicePreservesTheDeviceOfParameters_CUDA 2022-12-01T11:08:19.7003383Z [ OK ] ModuleTest.CloneToDevicePreservesTheDeviceOfParameters_CUDA (0 ms) 2022-12-01T11:08:19.7004176Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-12-01T11:08:19.7004889Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-12-01T11:08:19.7005451Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-12-01T11:08:19.7006012Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-12-01T11:08:19.7006780Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-12-01T11:08:19.7007268Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-12-01T11:08:19.7007793Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-12-01T11:08:19.7008331Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-12-01T11:08:19.7009010Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-12-01T11:08:19.7009806Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-12-01T11:08:19.7010596Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-12-01T11:08:19.7011360Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-12-01T11:08:19.7012087Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-12-01T11:08:19.7019806Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (1 ms) 2022-12-01T11:08:19.7020964Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-12-01T11:08:19.7022127Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-12-01T11:08:19.7022952Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-12-01T11:08:19.7023883Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-12-01T11:08:19.7024765Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-12-01T11:08:19.7026258Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-12-01T11:08:19.7027569Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-12-01T11:08:19.7029041Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-12-01T11:08:19.7030711Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-12-01T11:08:19.7032134Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-12-01T11:08:19.7033531Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-12-01T11:08:19.7034940Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-12-01T11:08:19.7035835Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-12-01T11:08:19.7036478Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:08:19.7037143Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-12-01T11:08:19.7037809Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:08:19.7038441Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-12-01T11:08:19.7039050Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:08:19.7039679Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-12-01T11:08:19.7040316Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:08:19.7040952Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-12-01T11:08:19.7041585Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-12-01T11:08:19.7042244Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-12-01T11:08:19.7043113Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-12-01T11:08:19.7043796Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-12-01T11:08:19.7044448Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-12-01T11:08:19.7045127Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-12-01T11:08:19.7045872Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-12-01T11:08:19.7046489Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-12-01T11:08:19.7046985Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:08:19.7047513Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-12-01T11:08:19.7048062Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:08:19.7048611Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-12-01T11:08:19.7049154Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:08:19.7049718Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-12-01T11:08:19.7050303Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:08:19.7050856Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-12-01T11:08:19.7051424Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-12-01T11:08:19.7052084Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-12-01T11:08:19.7052702Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-12-01T11:08:19.7053331Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-12-01T11:08:19.7067588Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (3 ms) 2022-12-01T11:08:19.7068770Z [ RUN ] ModuleTest.PrettyPrint 2022-12-01T11:08:19.7069168Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-12-01T11:08:19.7069697Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-12-01T11:08:19.7070573Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-12-01T11:08:19.7071129Z [----------] 55 tests from ModuleTest (33 ms total) 2022-12-01T11:08:19.7071346Z 2022-12-01T11:08:19.7071544Z [----------] 13 tests from ModuleDictTest 2022-12-01T11:08:19.7071974Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-12-01T11:08:19.7072442Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-12-01T11:08:19.7072910Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-12-01T11:08:19.7073425Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-12-01T11:08:19.7074145Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-12-01T11:08:19.7084178Z [ OK ] ModuleDictTest.UpdatePopClearContains (1 ms) 2022-12-01T11:08:19.7085194Z [ RUN ] ModuleDictTest.UpdateExist 2022-12-01T11:08:19.7085749Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-12-01T11:08:19.7086140Z [ RUN ] ModuleDictTest.Keys 2022-12-01T11:08:19.7098758Z [ OK ] ModuleDictTest.Keys (1 ms) 2022-12-01T11:08:19.7099568Z [ RUN ] ModuleDictTest.Values 2022-12-01T11:08:19.7100382Z [ OK ] ModuleDictTest.Values (0 ms) 2022-12-01T11:08:19.7100931Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-12-01T11:08:19.7102142Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T11:08:19.7103144Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-12-01T11:08:19.7103632Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-12-01T11:08:19.7104213Z [ RUN ] ModuleDictTest.IsCloneable 2022-12-01T11:08:19.7108417Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-12-01T11:08:19.7109342Z [ RUN ] ModuleDictTest.IsCloneable_CUDA 2022-12-01T11:08:19.7125083Z [ OK ] ModuleDictTest.IsCloneable_CUDA (1 ms) 2022-12-01T11:08:19.7126045Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-12-01T11:08:19.7127482Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T11:08:19.7128451Z [ RUN ] ModuleDictTest.CloneToDevice_CUDA 2022-12-01T11:08:19.7129802Z [ OK ] ModuleDictTest.CloneToDevice_CUDA (0 ms) 2022-12-01T11:08:19.7130787Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-12-01T11:08:19.7132318Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-12-01T11:08:19.7133400Z [----------] 13 tests from ModuleDictTest (6 ms total) 2022-12-01T11:08:19.7133781Z 2022-12-01T11:08:19.7134010Z [----------] 16 tests from ModuleListTest 2022-12-01T11:08:19.7134455Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-12-01T11:08:19.7134989Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T11:08:19.7135510Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-12-01T11:08:19.7136020Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-12-01T11:08:19.7136536Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-12-01T11:08:19.7137175Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T11:08:19.7137673Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-12-01T11:08:19.7138159Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-12-01T11:08:19.7138594Z [ RUN ] ModuleListTest.Insertion 2022-12-01T11:08:19.7139004Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-12-01T11:08:19.7139404Z [ RUN ] ModuleListTest.AccessWithAt 2022-12-01T11:08:19.7161499Z [ OK ] ModuleListTest.AccessWithAt (2 ms) 2022-12-01T11:08:19.7162426Z [ RUN ] ModuleListTest.AccessWithPtr 2022-12-01T11:08:19.7187166Z [ OK ] ModuleListTest.AccessWithPtr (2 ms) 2022-12-01T11:08:19.7188236Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-12-01T11:08:19.7189323Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T11:08:19.7190992Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-12-01T11:08:19.7191629Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-12-01T11:08:19.7192177Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-12-01T11:08:19.7192659Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-12-01T11:08:19.7193107Z [ RUN ] ModuleListTest.IsCloneable 2022-12-01T11:08:19.7196230Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-12-01T11:08:19.7197292Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-12-01T11:08:19.7198048Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T11:08:19.7198528Z [ RUN ] ModuleListTest.NestingIsPossible 2022-12-01T11:08:19.7198988Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-12-01T11:08:19.7199440Z [ RUN ] ModuleListTest.CloneToDevice_CUDA 2022-12-01T11:08:19.7199901Z [ OK ] ModuleListTest.CloneToDevice_CUDA (0 ms) 2022-12-01T11:08:19.7200368Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-12-01T11:08:19.7202106Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-12-01T11:08:19.7203214Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-12-01T11:08:19.7203877Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-12-01T11:08:19.7204546Z [----------] 16 tests from ModuleListTest (7 ms total) 2022-12-01T11:08:19.7204768Z 2022-12-01T11:08:19.7204974Z [----------] 258 tests from ModulesTest 2022-12-01T11:08:19.7205337Z [ RUN ] ModulesTest.Conv1d 2022-12-01T11:08:19.7216061Z [ OK ] ModulesTest.Conv1d (1 ms) 2022-12-01T11:08:19.7216623Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-12-01T11:08:19.7242808Z [ OK ] ModulesTest.Conv1dSameStrided (2 ms) 2022-12-01T11:08:19.7243760Z [ RUN ] ModulesTest.Conv2dEven 2022-12-01T11:08:19.7247089Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-12-01T11:08:19.7247617Z [ RUN ] ModulesTest.Conv2dUneven 2022-12-01T11:08:19.7251059Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-12-01T11:08:19.7251468Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-12-01T11:08:19.7304910Z [ OK ] ModulesTest.Conv2dSameStrided (5 ms) 2022-12-01T11:08:19.7305328Z [ RUN ] ModulesTest.Conv3d 2022-12-01T11:08:19.7310053Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-12-01T11:08:19.7310894Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-12-01T11:08:19.7363469Z [ OK ] ModulesTest.Conv3dSameStrided (5 ms) 2022-12-01T11:08:19.7364420Z [ RUN ] ModulesTest.ConvTranspose1d 2022-12-01T11:08:19.7367528Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-12-01T11:08:19.7368492Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-12-01T11:08:19.7372712Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-12-01T11:08:19.7373765Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-12-01T11:08:19.7377060Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-12-01T11:08:19.7378001Z [ RUN ] ModulesTest.ConvTranspose3d 2022-12-01T11:08:19.7380718Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-12-01T11:08:19.7381607Z [ RUN ] ModulesTest.MaxPool1d 2022-12-01T11:08:19.7383039Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-12-01T11:08:19.7383996Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-12-01T11:08:19.7385640Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-12-01T11:08:19.7386560Z [ RUN ] ModulesTest.MaxPool2dEven 2022-12-01T11:08:19.7387671Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-12-01T11:08:19.7388591Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-12-01T11:08:19.7389586Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-12-01T11:08:19.7390804Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-12-01T11:08:19.7391973Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-12-01T11:08:19.7392883Z [ RUN ] ModulesTest.MaxPool3d 2022-12-01T11:08:19.7394967Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-12-01T11:08:19.7395967Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-12-01T11:08:19.7397238Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-12-01T11:08:19.7398131Z [ RUN ] ModulesTest.AvgPool1d 2022-12-01T11:08:19.7399536Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-12-01T11:08:19.7400429Z [ RUN ] ModulesTest.AvgPool2dEven 2022-12-01T11:08:19.7401824Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-12-01T11:08:19.7402700Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-12-01T11:08:19.7403740Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-12-01T11:08:19.7404628Z [ RUN ] ModulesTest.AvgPool3d 2022-12-01T11:08:19.7406622Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-12-01T11:08:19.7407520Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-12-01T11:08:19.7408568Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-12-01T11:08:19.7409544Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-12-01T11:08:19.7410919Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-12-01T11:08:19.7411856Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-12-01T11:08:19.7413232Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-12-01T11:08:19.7414237Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-12-01T11:08:19.7415846Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-12-01T11:08:19.7416757Z [ RUN ] ModulesTest.LPPool1d 2022-12-01T11:08:19.7418015Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-12-01T11:08:19.7418914Z [ RUN ] ModulesTest.LPPool2d 2022-12-01T11:08:19.7419830Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-12-01T11:08:19.7420665Z [ RUN ] ModulesTest.Identity 2022-12-01T11:08:19.7421484Z [ OK ] ModulesTest.Identity (0 ms) 2022-12-01T11:08:19.7421893Z [ RUN ] ModulesTest.Flatten 2022-12-01T11:08:19.7424470Z [ OK ] ModulesTest.Flatten (0 ms) 2022-12-01T11:08:19.7425346Z [ RUN ] ModulesTest.Unflatten 2022-12-01T11:08:19.7426413Z [W TensorImpl.h:1761] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-12-01T11:08:19.7427773Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-12-01T11:08:19.7428175Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-12-01T11:08:19.7429136Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-12-01T11:08:19.7430482Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-12-01T11:08:19.7431586Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-12-01T11:08:19.7432585Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-12-01T11:08:19.7434510Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-12-01T11:08:19.7435483Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-12-01T11:08:19.7436694Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-12-01T11:08:19.7437718Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-12-01T11:08:19.7440418Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-12-01T11:08:19.7441392Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-12-01T11:08:19.7443153Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-12-01T11:08:19.7444088Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-12-01T11:08:19.7445871Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-12-01T11:08:19.7446849Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-12-01T11:08:19.7449898Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-12-01T11:08:19.7450802Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-12-01T11:08:19.7451966Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-12-01T11:08:19.7452922Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-12-01T11:08:19.7454569Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-12-01T11:08:19.7455535Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-12-01T11:08:19.7457013Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-12-01T11:08:19.7457979Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-12-01T11:08:19.7460065Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-12-01T11:08:19.7460955Z [ RUN ] ModulesTest.MaxUnpool1d 2022-12-01T11:08:19.7462990Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-12-01T11:08:19.7463935Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-12-01T11:08:19.7466645Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-12-01T11:08:19.7467641Z [ RUN ] ModulesTest.MaxUnpool2d 2022-12-01T11:08:19.7468953Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-12-01T11:08:19.7469891Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-12-01T11:08:19.7472332Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-12-01T11:08:19.7473197Z [ RUN ] ModulesTest.MaxUnpool3d 2022-12-01T11:08:19.7474480Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-12-01T11:08:19.7475434Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-12-01T11:08:19.7477685Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-12-01T11:08:19.7478592Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-12-01T11:08:19.8631015Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (115 ms) 2022-12-01T11:08:19.8631701Z [ RUN ] ModulesTest.Linear 2022-12-01T11:08:19.8636244Z [ OK ] ModulesTest.Linear (0 ms) 2022-12-01T11:08:19.8637188Z [ RUN ] ModulesTest.LocalResponseNorm 2022-12-01T11:08:19.8642303Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-12-01T11:08:19.8643166Z [ RUN ] ModulesTest.LayerNorm 2022-12-01T11:08:19.8645307Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-12-01T11:08:19.8646158Z [ RUN ] ModulesTest.GroupNorm 2022-12-01T11:08:19.8648344Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-12-01T11:08:19.8649221Z [ RUN ] ModulesTest.Bilinear 2022-12-01T11:08:19.8653269Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-12-01T11:08:19.8654105Z [ RUN ] ModulesTest.Fold 2022-12-01T11:08:19.8683218Z [ OK ] ModulesTest.Fold (2 ms) 2022-12-01T11:08:19.8683913Z [ RUN ] ModulesTest.Unfold 2022-12-01T11:08:19.8759418Z [ OK ] ModulesTest.Unfold (7 ms) 2022-12-01T11:08:19.8760320Z [ RUN ] ModulesTest.SimpleContainer 2022-12-01T11:08:19.8773545Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-12-01T11:08:19.8773972Z [ RUN ] ModulesTest.EmbeddingBasic 2022-12-01T11:08:19.8775307Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-12-01T11:08:19.8775707Z [ RUN ] ModulesTest.EmbeddingList 2022-12-01T11:08:19.8776722Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-12-01T11:08:19.8777207Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-12-01T11:08:19.8778629Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-12-01T11:08:19.8779148Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-12-01T11:08:19.8781172Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-12-01T11:08:19.8781891Z [ RUN ] ModulesTest.AlphaDropout 2022-12-01T11:08:19.8783072Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-12-01T11:08:19.8783513Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-12-01T11:08:19.8785141Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-12-01T11:08:19.8785554Z [ RUN ] ModulesTest.Dropout 2022-12-01T11:08:19.8788000Z [ OK ] ModulesTest.Dropout (0 ms) 2022-12-01T11:08:19.8788594Z [ RUN ] ModulesTest.Dropout2d 2022-12-01T11:08:19.8794763Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-12-01T11:08:19.8795388Z [ RUN ] ModulesTest.Dropout3d 2022-12-01T11:08:19.8802469Z [ OK ] ModulesTest.Dropout3d (0 ms) 2022-12-01T11:08:19.8803204Z [ RUN ] ModulesTest.Parameters 2022-12-01T11:08:19.8803658Z [ OK ] ModulesTest.Parameters (0 ms) 2022-12-01T11:08:19.8804191Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-12-01T11:08:19.8804885Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-12-01T11:08:19.8805453Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-12-01T11:08:19.8806173Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-12-01T11:08:19.8806908Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-12-01T11:08:19.8807383Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-12-01T11:08:19.8807855Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-12-01T11:08:19.8808309Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-12-01T11:08:19.8808968Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-12-01T11:08:19.8809427Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-12-01T11:08:19.8809847Z [ RUN ] ModulesTest.BatchNorm1d 2022-12-01T11:08:19.8810388Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-12-01T11:08:19.8810926Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-12-01T11:08:19.8811378Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-12-01T11:08:19.8811820Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-12-01T11:08:19.8812265Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-12-01T11:08:19.8812846Z [ RUN ] ModulesTest.BatchNorm2d 2022-12-01T11:08:19.8813684Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-12-01T11:08:19.8814603Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-12-01T11:08:19.8815254Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-12-01T11:08:19.8815704Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-12-01T11:08:19.8816158Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-12-01T11:08:19.8816558Z [ RUN ] ModulesTest.BatchNorm3d 2022-12-01T11:08:19.8820205Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-12-01T11:08:19.8821225Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-12-01T11:08:19.8821742Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-12-01T11:08:19.8822631Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-12-01T11:08:19.8823215Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-12-01T11:08:19.8823778Z [ RUN ] ModulesTest.InstanceNorm1d 2022-12-01T11:08:19.8824652Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-12-01T11:08:19.8825476Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-12-01T11:08:19.8825957Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-12-01T11:08:19.8826408Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-12-01T11:08:19.8826890Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-12-01T11:08:19.8827553Z [ RUN ] ModulesTest.InstanceNorm2d 2022-12-01T11:08:19.8828338Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-12-01T11:08:19.8829331Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-12-01T11:08:19.8829926Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-12-01T11:08:19.8830590Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-12-01T11:08:19.8831291Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-12-01T11:08:19.8831734Z [ RUN ] ModulesTest.InstanceNorm3d 2022-12-01T11:08:19.8834475Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-12-01T11:08:19.8834873Z [ RUN ] ModulesTest.Linear_CUDA 2022-12-01T11:08:19.8840996Z [ OK ] ModulesTest.Linear_CUDA (0 ms) 2022-12-01T11:08:19.8841405Z [ RUN ] ModulesTest.Linear2_CUDA 2022-12-01T11:08:19.8844325Z [ OK ] ModulesTest.Linear2_CUDA (0 ms) 2022-12-01T11:08:19.8844698Z [ RUN ] ModulesTest.L1Loss 2022-12-01T11:08:19.8846900Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-12-01T11:08:19.8847282Z [ RUN ] ModulesTest.MSELoss 2022-12-01T11:08:19.8848556Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-12-01T11:08:19.8849107Z [ RUN ] ModulesTest.BCELoss 2022-12-01T11:08:19.8850650Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-12-01T11:08:19.8851515Z [ RUN ] ModulesTest.KLDivLoss 2022-12-01T11:08:19.8852531Z [W loss.h:57] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2022-12-01T11:08:19.8853370Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-12-01T11:08:19.8853772Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-12-01T11:08:19.8856700Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-12-01T11:08:19.8857151Z [ RUN ] ModulesTest.MultiMarginLoss 2022-12-01T11:08:19.8859223Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-12-01T11:08:19.8859674Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-12-01T11:08:19.8864742Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-12-01T11:08:19.8865237Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-12-01T11:08:19.8867187Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-12-01T11:08:19.8867798Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-12-01T11:08:19.8869194Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-12-01T11:08:19.8869757Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-12-01T11:08:19.8871546Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-12-01T11:08:19.8872190Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-12-01T11:08:19.8874278Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-12-01T11:08:19.8874764Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-12-01T11:08:19.8875908Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-12-01T11:08:19.8876574Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-12-01T11:08:19.8878465Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-12-01T11:08:19.8878968Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-12-01T11:08:19.8880291Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-12-01T11:08:19.8880747Z [ RUN ] ModulesTest.HuberLossDelta 2022-12-01T11:08:19.8882638Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-12-01T11:08:19.8883071Z [ RUN ] ModulesTest.TripletMarginLoss 2022-12-01T11:08:19.8886856Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-12-01T11:08:19.8887414Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-12-01T11:08:19.9104562Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (21 ms) 2022-12-01T11:08:19.9105284Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-12-01T11:08:19.9484832Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (37 ms) 2022-12-01T11:08:19.9485453Z [ RUN ] ModulesTest.NLLLoss 2022-12-01T11:08:19.9487603Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-12-01T11:08:19.9488260Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-12-01T11:08:19.9496578Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-12-01T11:08:19.9497170Z [ RUN ] ModulesTest.CosineSimilarity 2022-12-01T11:08:19.9501147Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-12-01T11:08:19.9501812Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-12-01T11:08:19.9504037Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:08:19.9504700Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-12-01T11:08:19.9508103Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:08:19.9508717Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-12-01T11:08:19.9510532Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-12-01T11:08:19.9511142Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-12-01T11:08:19.9515021Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-12-01T11:08:19.9515561Z [ RUN ] ModulesTest.PairwiseDistance 2022-12-01T11:08:19.9517482Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-12-01T11:08:19.9517857Z [ RUN ] ModulesTest.ELU 2022-12-01T11:08:19.9533029Z [ OK ] ModulesTest.ELU (1 ms) 2022-12-01T11:08:19.9533400Z [ RUN ] ModulesTest.SELU 2022-12-01T11:08:19.9536980Z [ OK ] ModulesTest.SELU (0 ms) 2022-12-01T11:08:19.9537348Z [ RUN ] ModulesTest.Hardshrink 2022-12-01T11:08:19.9547979Z [ OK ] ModulesTest.Hardshrink (1 ms) 2022-12-01T11:08:19.9548379Z [ RUN ] ModulesTest.Hardtanh 2022-12-01T11:08:19.9585825Z [ OK ] ModulesTest.Hardtanh (3 ms) 2022-12-01T11:08:19.9586255Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-12-01T11:08:19.9676284Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (8 ms) 2022-12-01T11:08:19.9676723Z [ RUN ] ModulesTest.LeakyReLU 2022-12-01T11:08:19.9694051Z [ OK ] ModulesTest.LeakyReLU (1 ms) 2022-12-01T11:08:19.9694521Z [ RUN ] ModulesTest.LogSigmoid 2022-12-01T11:08:19.9696775Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-12-01T11:08:19.9697201Z [ RUN ] ModulesTest.Softmax 2022-12-01T11:08:19.9699389Z [ OK ] ModulesTest.Softmax (0 ms) 2022-12-01T11:08:19.9699827Z [ RUN ] ModulesTest.Softmin 2022-12-01T11:08:19.9701434Z [ OK ] ModulesTest.Softmin (0 ms) 2022-12-01T11:08:19.9701840Z [ RUN ] ModulesTest.LogSoftmax 2022-12-01T11:08:19.9703749Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-12-01T11:08:19.9704249Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-12-01T11:08:19.9736479Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (3 ms) 2022-12-01T11:08:19.9736919Z [ RUN ] ModulesTest.Softmax2d 2022-12-01T11:08:19.9749640Z [ OK ] ModulesTest.Softmax2d (1 ms) 2022-12-01T11:08:19.9750007Z [ RUN ] ModulesTest.PReLU 2022-12-01T11:08:19.9755719Z [ OK ] ModulesTest.PReLU (0 ms) 2022-12-01T11:08:19.9756078Z [ RUN ] ModulesTest.ReLU 2022-12-01T11:08:19.9759568Z [ OK ] ModulesTest.ReLU (0 ms) 2022-12-01T11:08:19.9759932Z [ RUN ] ModulesTest.ReLU6 2022-12-01T11:08:19.9763877Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-12-01T11:08:19.9764243Z [ RUN ] ModulesTest.RReLU 2022-12-01T11:08:19.9820923Z [ OK ] ModulesTest.RReLU (5 ms) 2022-12-01T11:08:19.9821274Z [ RUN ] ModulesTest.CELU 2022-12-01T11:08:19.9835646Z [ OK ] ModulesTest.CELU (1 ms) 2022-12-01T11:08:19.9835997Z [ RUN ] ModulesTest.GLU 2022-12-01T11:08:19.9838996Z [ OK ] ModulesTest.GLU (0 ms) 2022-12-01T11:08:19.9839350Z [ RUN ] ModulesTest.GELU 2022-12-01T11:08:19.9841588Z [ OK ] ModulesTest.GELU (0 ms) 2022-12-01T11:08:19.9842400Z [ RUN ] ModulesTest.TanhGELU 2022-12-01T11:08:19.9843414Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-12-01T11:08:19.9844111Z [ RUN ] ModulesTest.Mish 2022-12-01T11:08:19.9845014Z [ OK ] ModulesTest.Mish (0 ms) 2022-12-01T11:08:19.9845668Z [ RUN ] ModulesTest.Sigmoid 2022-12-01T11:08:19.9846415Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-12-01T11:08:19.9847139Z [ RUN ] ModulesTest.PixelShuffle 2022-12-01T11:08:19.9848344Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-12-01T11:08:19.9849125Z [ RUN ] ModulesTest.PixelUnshuffle 2022-12-01T11:08:19.9850365Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-12-01T11:08:19.9851072Z [ RUN ] ModulesTest.Softplus 2022-12-01T11:08:19.9859853Z [ OK ] ModulesTest.Softplus (0 ms) 2022-12-01T11:08:19.9860524Z [ RUN ] ModulesTest.Softshrink 2022-12-01T11:08:19.9868407Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-12-01T11:08:19.9869026Z [ RUN ] ModulesTest.Softsign 2022-12-01T11:08:19.9869572Z [ OK ] ModulesTest.Softsign (0 ms) 2022-12-01T11:08:19.9869954Z [ RUN ] ModulesTest.Tanh 2022-12-01T11:08:19.9870903Z [ OK ] ModulesTest.Tanh (0 ms) 2022-12-01T11:08:19.9871259Z [ RUN ] ModulesTest.Tanhshrink 2022-12-01T11:08:19.9872675Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-12-01T11:08:19.9873054Z [ RUN ] ModulesTest.Threshold 2022-12-01T11:08:19.9889226Z [ OK ] ModulesTest.Threshold (1 ms) 2022-12-01T11:08:19.9889654Z [ RUN ] ModulesTest.Upsampling1D 2022-12-01T11:08:19.9892113Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9895046Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9898178Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9900009Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9903720Z [ OK ] ModulesTest.Upsampling1D (1 ms) 2022-12-01T11:08:19.9904077Z [ RUN ] ModulesTest.Upsampling2D 2022-12-01T11:08:19.9906394Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9908281Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9911261Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9913154Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9916225Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9918251Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9922105Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9923835Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9927071Z [ OK ] ModulesTest.Upsampling2D (2 ms) 2022-12-01T11:08:19.9927475Z [ RUN ] ModulesTest.Upsampling3D 2022-12-01T11:08:19.9929973Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9931741Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9934881Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9936729Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:08:19.9939428Z [ OK ] ModulesTest.Upsampling3D (1 ms) 2022-12-01T11:08:19.9939819Z [ RUN ] ModulesTest.CTCLoss 2022-12-01T11:08:19.9943602Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-12-01T11:08:19.9943980Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-12-01T11:08:19.9946508Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-12-01T11:08:19.9946928Z [ RUN ] ModulesTest.MarginRankingLoss 2022-12-01T11:08:19.9950743Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-12-01T11:08:19.9951162Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-12-01T11:08:20.0019850Z [ OK ] ModulesTest.BCEWithLogitsLoss (6 ms) 2022-12-01T11:08:20.0020284Z [ RUN ] ModulesTest.MultiheadAttention 2022-12-01T11:08:30.3988061Z [ OK ] ModulesTest.MultiheadAttention (10396 ms) 2022-12-01T11:08:30.3988629Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-12-01T11:08:30.3989356Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-12-01T11:08:30.3990024Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-12-01T11:08:30.3990798Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-12-01T11:08:30.3991504Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-12-01T11:08:30.3991979Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-12-01T11:08:30.3992522Z [ RUN ] ModulesTest.ReflectionPad1d 2022-12-01T11:08:30.3993107Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-12-01T11:08:30.3993994Z [ RUN ] ModulesTest.ReflectionPad2d 2022-12-01T11:08:30.3995101Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-12-01T11:08:30.3995522Z [ RUN ] ModulesTest.ReflectionPad3d 2022-12-01T11:08:30.3998642Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-12-01T11:08:30.3999091Z [ RUN ] ModulesTest.ReplicationPad1d 2022-12-01T11:08:30.4001458Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-12-01T11:08:30.4001888Z [ RUN ] ModulesTest.ReplicationPad2d 2022-12-01T11:08:30.4004808Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-12-01T11:08:30.4005196Z [ RUN ] ModulesTest.ReplicationPad3d 2022-12-01T11:08:30.4009455Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-12-01T11:08:30.4009919Z [ RUN ] ModulesTest.ZeroPad2d 2022-12-01T11:08:30.4013011Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-12-01T11:08:30.4013380Z [ RUN ] ModulesTest.ConstantPad1d 2022-12-01T11:08:30.4016292Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-12-01T11:08:30.4016731Z [ RUN ] ModulesTest.ConstantPad2d 2022-12-01T11:08:30.4018841Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-12-01T11:08:30.4019189Z [ RUN ] ModulesTest.ConstantPad3d 2022-12-01T11:08:30.4023664Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-12-01T11:08:30.4024085Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-12-01T11:08:30.4033590Z [ OK ] ModulesTest.CrossMapLRN2d (0 ms) 2022-12-01T11:08:30.4033942Z [ RUN ] ModulesTest.RNNCell 2022-12-01T11:08:30.4037310Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-12-01T11:08:30.4037682Z [ RUN ] ModulesTest.LSTMCell 2022-12-01T11:08:30.4043203Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-12-01T11:08:30.4043568Z [ RUN ] ModulesTest.GRUCell 2022-12-01T11:08:30.4048699Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-12-01T11:08:30.4049388Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-12-01T11:08:30.4049812Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-12-01T11:08:30.4050484Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-12-01T11:08:30.4051272Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-12-01T11:08:30.4051931Z [ RUN ] ModulesTest.PrettyPrintConv 2022-12-01T11:08:30.4052398Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-12-01T11:08:30.4052857Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-12-01T11:08:30.4054218Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-12-01T11:08:30.4055108Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-12-01T11:08:30.4055991Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-12-01T11:08:30.4056659Z [ RUN ] ModulesTest.PrettyPrintFold 2022-12-01T11:08:30.4057086Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-12-01T11:08:30.4057913Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-12-01T11:08:30.4058610Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-12-01T11:08:30.4059385Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-12-01T11:08:30.4060297Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-12-01T11:08:30.4061099Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-12-01T11:08:30.4061959Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-12-01T11:08:30.4062733Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-12-01T11:08:30.4063713Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-12-01T11:08:30.4064627Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-12-01T11:08:30.4065443Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-12-01T11:08:30.4066390Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-12-01T11:08:30.4067553Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-12-01T11:08:30.4068413Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-12-01T11:08:30.4069011Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-12-01T11:08:30.4069528Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-12-01T11:08:30.4070756Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-12-01T11:08:30.4071525Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-12-01T11:08:30.4072175Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-12-01T11:08:30.4072803Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-12-01T11:08:30.4073246Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-12-01T11:08:30.4074101Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-12-01T11:08:30.4074866Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-12-01T11:08:30.4075728Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-12-01T11:08:30.4076591Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-12-01T11:08:30.4077320Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-12-01T11:08:30.4078153Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-12-01T11:08:30.4079314Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-12-01T11:08:30.4080287Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-12-01T11:08:30.4081294Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-12-01T11:08:30.4082246Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-12-01T11:08:30.4083117Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-12-01T11:08:30.4083775Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-12-01T11:08:30.4084691Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-12-01T11:08:30.4085548Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-12-01T11:08:30.4086482Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-12-01T11:08:30.4087385Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-12-01T11:08:30.4088140Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-12-01T11:08:30.4088813Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-12-01T11:08:30.4089571Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-12-01T11:08:30.4090061Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-12-01T11:08:30.4090887Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-12-01T11:08:30.4091409Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-12-01T11:08:30.4091890Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-12-01T11:08:30.4092601Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-12-01T11:08:30.4093464Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-12-01T11:08:30.4094285Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-12-01T11:08:30.4095044Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-12-01T11:08:30.4095803Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-12-01T11:08:30.4096270Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-12-01T11:08:30.4097130Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-12-01T11:08:30.4097584Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-12-01T11:08:30.4098029Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-12-01T11:08:30.4098432Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-12-01T11:08:30.4098874Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-12-01T11:08:30.4099336Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-12-01T11:08:30.4099865Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-12-01T11:08:30.4100516Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-12-01T11:08:30.4101057Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-12-01T11:08:30.4101580Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-12-01T11:08:30.4102099Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-12-01T11:08:30.4102651Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-12-01T11:08:30.4103271Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-12-01T11:08:30.4103789Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-12-01T11:08:30.4104234Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-12-01T11:08:30.4104688Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-12-01T11:08:30.4105195Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-12-01T11:08:30.4105715Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-12-01T11:08:30.4106246Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-12-01T11:08:30.4106802Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-12-01T11:08:30.4107374Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-12-01T11:08:30.4107905Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-12-01T11:08:30.4108380Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-12-01T11:08:30.4108876Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-12-01T11:08:30.4109386Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-12-01T11:08:30.4109876Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-12-01T11:08:30.4110608Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-12-01T11:08:30.4111127Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-12-01T11:08:30.4111568Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-12-01T11:08:30.4112159Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-12-01T11:08:30.4112989Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-12-01T11:08:30.4113472Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-12-01T11:08:30.4113999Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-12-01T11:08:30.4114464Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-12-01T11:08:30.4114936Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-12-01T11:08:30.4115385Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-12-01T11:08:30.4115857Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-12-01T11:08:30.4116297Z [ RUN ] ModulesTest.PrettyPrintELU 2022-12-01T11:08:30.4116701Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-12-01T11:08:30.4117119Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-12-01T11:08:30.4117551Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-12-01T11:08:30.4117970Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-12-01T11:08:30.4118414Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-12-01T11:08:30.4118855Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-12-01T11:08:30.4119334Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-12-01T11:08:30.4119770Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-12-01T11:08:30.4120224Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-12-01T11:08:30.4120673Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-12-01T11:08:30.4121116Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-12-01T11:08:30.4121569Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-12-01T11:08:30.4122034Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-12-01T11:08:30.4122481Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-12-01T11:08:30.4123037Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-12-01T11:08:30.4123490Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-12-01T11:08:30.4123932Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-12-01T11:08:30.4124384Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-12-01T11:08:30.4124865Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-12-01T11:08:30.4125295Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-12-01T11:08:30.4125779Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-12-01T11:08:30.4126213Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-12-01T11:08:30.4127042Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-12-01T11:08:30.4127823Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-12-01T11:08:30.4128464Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-12-01T11:08:30.4129114Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-12-01T11:08:30.4129915Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-12-01T11:08:30.4130710Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-12-01T11:08:30.4131494Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-12-01T11:08:30.4131937Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-12-01T11:08:30.4132368Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-12-01T11:08:30.4132740Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-12-01T11:08:30.4133186Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-12-01T11:08:30.4133643Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-12-01T11:08:30.4134108Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-12-01T11:08:30.4134598Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-12-01T11:08:30.4135092Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-12-01T11:08:30.4135564Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-12-01T11:08:30.4136002Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-12-01T11:08:30.4136459Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-12-01T11:08:30.4136924Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-12-01T11:08:30.4137478Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-12-01T11:08:30.4137932Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-12-01T11:08:30.4138359Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-12-01T11:08:30.4138772Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-12-01T11:08:30.4139217Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-12-01T11:08:30.4139684Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-12-01T11:08:30.4140141Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-12-01T11:08:30.4140585Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-12-01T11:08:30.4141037Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-12-01T11:08:30.4141486Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-12-01T11:08:30.4141939Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-12-01T11:08:30.4142433Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-12-01T11:08:30.4142940Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-12-01T11:08:30.4143442Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-12-01T11:08:30.4143939Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-12-01T11:08:30.4144431Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-12-01T11:08:30.4144915Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-12-01T11:08:30.4145381Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-12-01T11:08:30.4145884Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-12-01T11:08:30.4146476Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-12-01T11:08:30.4146996Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-12-01T11:08:30.4147507Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-12-01T11:08:30.4148028Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-12-01T11:08:30.4148543Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-12-01T11:08:30.4149017Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-12-01T11:08:30.4149466Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-12-01T11:08:30.4149909Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-12-01T11:08:30.4150615Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-12-01T11:08:30.4151046Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-12-01T11:08:30.4151494Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-12-01T11:08:30.4151998Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-12-01T11:08:30.4152592Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-12-01T11:08:30.4153123Z [----------] 258 tests from ModulesTest (10688 ms total) 2022-12-01T11:08:30.4153345Z 2022-12-01T11:08:30.4153528Z [----------] 1 test from NestedTest 2022-12-01T11:08:30.4153887Z [ RUN ] NestedTest.Nested 2022-12-01T11:08:30.4154369Z [W NestedTensorImpl.cpp:177] Warning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (function operator()) 2022-12-01T11:08:30.4154893Z [ OK ] NestedTest.Nested (0 ms) 2022-12-01T11:08:30.4155286Z [----------] 1 test from NestedTest (0 ms total) 2022-12-01T11:08:30.4155489Z 2022-12-01T11:08:30.4155714Z [----------] 10 tests from ParameterDictTest 2022-12-01T11:08:30.4156163Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-12-01T11:08:30.4156643Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-12-01T11:08:30.4157153Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-12-01T11:08:30.4157687Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-12-01T11:08:30.4158182Z [ RUN ] ParameterDictTest.InsertAndContains 2022-12-01T11:08:30.4158760Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-12-01T11:08:30.4159218Z [ RUN ] ParameterDictTest.InsertAndClear 2022-12-01T11:08:30.4159676Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-12-01T11:08:30.4160105Z [ RUN ] ParameterDictTest.InsertAndPop 2022-12-01T11:08:30.4160552Z [ OK ] ParameterDictTest.InsertAndPop (1 ms) 2022-12-01T11:08:30.4160988Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-12-01T11:08:30.4161455Z [ OK ] ParameterDictTest.SimpleUpdate (1 ms) 2022-12-01T11:08:30.4161854Z [ RUN ] ParameterDictTest.Keys 2022-12-01T11:08:30.4162250Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-12-01T11:08:30.4162644Z [ RUN ] ParameterDictTest.Values 2022-12-01T11:08:30.4163037Z [ OK ] ParameterDictTest.Values (0 ms) 2022-12-01T11:08:30.4163429Z [ RUN ] ParameterDictTest.Get 2022-12-01T11:08:30.4163826Z [ OK ] ParameterDictTest.Get (0 ms) 2022-12-01T11:08:30.4164273Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-12-01T11:08:30.4164810Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-12-01T11:08:30.4165320Z [----------] 10 tests from ParameterDictTest (3 ms total) 2022-12-01T11:08:30.4165549Z 2022-12-01T11:08:30.4165775Z [----------] 8 tests from ParameterListTest 2022-12-01T11:08:30.4166239Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-12-01T11:08:30.4166797Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T11:08:30.4167343Z [ RUN ] ParameterListTest.isEmpty 2022-12-01T11:08:30.4167758Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-12-01T11:08:30.4168222Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-12-01T11:08:30.4168735Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-12-01T11:08:30.4169188Z [ RUN ] ParameterListTest.ForEachLoop 2022-12-01T11:08:30.4169631Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-12-01T11:08:30.4170070Z [ RUN ] ParameterListTest.AccessWithAt 2022-12-01T11:08:30.4173257Z [ OK ] ParameterListTest.AccessWithAt (4 ms) 2022-12-01T11:08:30.4173933Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-12-01T11:08:30.4175258Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-12-01T11:08:30.4176452Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-12-01T11:08:30.4177077Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-12-01T11:08:30.4177564Z [ RUN ] ParameterListTest.IncrementAdd 2022-12-01T11:08:30.4177977Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-12-01T11:08:30.4178441Z [----------] 8 tests from ParameterListTest (4 ms total) 2022-12-01T11:08:30.4178678Z 2022-12-01T11:08:30.4178873Z [----------] 1 test from NamespaceTests 2022-12-01T11:08:30.4179399Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-12-01T11:08:30.4180063Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-12-01T11:08:30.4180599Z [----------] 1 test from NamespaceTests (0 ms total) 2022-12-01T11:08:30.4180821Z 2022-12-01T11:08:30.4181026Z [----------] 7 tests from NNUtilsTest 2022-12-01T11:08:30.4181407Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-12-01T11:08:30.4197029Z [ OK ] NNUtilsTest.ClipGradNorm (1 ms) 2022-12-01T11:08:30.4197477Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-12-01T11:08:31.0593345Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (639 ms) 2022-12-01T11:08:31.0593873Z [ RUN ] NNUtilsTest.ClipGradValue 2022-12-01T11:08:31.0595408Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-12-01T11:08:31.0595878Z [ RUN ] NNUtilsTest.ConvertParameters 2022-12-01T11:08:31.0600926Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-12-01T11:08:31.0601398Z [ RUN ] NNUtilsTest.PackSequence 2022-12-01T11:08:31.1083952Z [ OK ] NNUtilsTest.PackSequence (48 ms) 2022-12-01T11:08:31.1084423Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-12-01T11:08:31.1288428Z [ OK ] NNUtilsTest.PackPaddedSequence (20 ms) 2022-12-01T11:08:31.1288860Z [ RUN ] NNUtilsTest.PadSequence 2022-12-01T11:08:31.1361012Z [ OK ] NNUtilsTest.PadSequence (7 ms) 2022-12-01T11:08:31.1361710Z [----------] 7 tests from NNUtilsTest (718 ms total) 2022-12-01T11:08:31.1361955Z 2022-12-01T11:08:31.1362176Z [----------] 3 tests from PackedSequenceTest 2022-12-01T11:08:31.1362548Z [ RUN ] PackedSequenceTest.WrongOrder 2022-12-01T11:08:31.1406885Z [ OK ] PackedSequenceTest.WrongOrder (4 ms) 2022-12-01T11:08:31.1407348Z [ RUN ] PackedSequenceTest.TotalLength 2022-12-01T11:08:31.1494876Z [ OK ] PackedSequenceTest.TotalLength (8 ms) 2022-12-01T11:08:31.1495324Z [ RUN ] PackedSequenceTest.To 2022-12-01T11:08:31.1514633Z [ OK ] PackedSequenceTest.To (1 ms) 2022-12-01T11:08:31.1515137Z [----------] 3 tests from PackedSequenceTest (15 ms total) 2022-12-01T11:08:31.1515385Z 2022-12-01T11:08:31.1515563Z [----------] 34 tests from OptimTest 2022-12-01T11:08:31.1516144Z [ RUN ] OptimTest.OptimizerAccessors 2022-12-01T11:08:31.1535824Z [ OK ] OptimTest.OptimizerAccessors (2 ms) 2022-12-01T11:08:31.1536369Z [ RUN ] OptimTest.OldInterface 2022-12-01T11:08:31.1537385Z [ OK ] OptimTest.OldInterface (0 ms) 2022-12-01T11:08:31.1538145Z [ RUN ] OptimTest.XORConvergence_SGD 2022-12-01T11:08:32.6802822Z [ OK ] OptimTest.XORConvergence_SGD (1526 ms) 2022-12-01T11:08:32.6803324Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-12-01T11:08:33.7193297Z [ OK ] OptimTest.XORConvergence_LBFGS (1039 ms) 2022-12-01T11:08:33.7193844Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-12-01T11:08:34.2948858Z [ OK ] OptimTest.XORConvergence_Adagrad (575 ms) 2022-12-01T11:08:34.2949384Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-12-01T11:08:34.8849070Z [ OK ] OptimTest.XORConvergence_RMSprop (590 ms) 2022-12-01T11:08:34.8849744Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-12-01T11:08:36.5381055Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1653 ms) 2022-12-01T11:08:36.5381593Z [ RUN ] OptimTest.XORConvergence_Adam 2022-12-01T11:08:37.1750647Z [ OK ] OptimTest.XORConvergence_Adam (636 ms) 2022-12-01T11:08:37.1751516Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-12-01T11:08:37.8148386Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (639 ms) 2022-12-01T11:08:37.8149075Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-12-01T11:08:38.1036519Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (288 ms) 2022-12-01T11:08:38.1037191Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-12-01T11:08:38.3997784Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (296 ms) 2022-12-01T11:08:38.3998489Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-12-01T11:08:38.7048151Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (305 ms) 2022-12-01T11:08:38.7048734Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-12-01T11:08:39.3527609Z [ OK ] OptimTest.XORConvergence_AdamW (647 ms) 2022-12-01T11:08:39.3528573Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-12-01T11:08:40.0046802Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (651 ms) 2022-12-01T11:08:40.0047882Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-12-01T11:08:40.3003697Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (295 ms) 2022-12-01T11:08:40.3004682Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-12-01T11:08:40.5876043Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (287 ms) 2022-12-01T11:08:40.5876947Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-12-01T11:08:40.8927289Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (305 ms) 2022-12-01T11:08:40.8928186Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-12-01T11:08:41.1394834Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (246 ms) 2022-12-01T11:08:41.1395837Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-12-01T11:08:41.3969382Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (257 ms) 2022-12-01T11:08:41.3970340Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-12-01T11:08:41.6535596Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (256 ms) 2022-12-01T11:08:41.6536488Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-12-01T11:08:41.9135133Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (259 ms) 2022-12-01T11:08:41.9136332Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-12-01T11:08:42.1828201Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (269 ms) 2022-12-01T11:08:42.1829141Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-12-01T11:08:42.4738405Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (290 ms) 2022-12-01T11:08:42.4739443Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-12-01T11:08:42.7761156Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (302 ms) 2022-12-01T11:08:42.7762059Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-12-01T11:08:42.9795727Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (203 ms) 2022-12-01T11:08:42.9796706Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-12-01T11:08:43.1926425Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (213 ms) 2022-12-01T11:08:43.1927394Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-12-01T11:08:43.4309730Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (238 ms) 2022-12-01T11:08:43.4311010Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-12-01T11:08:43.6742720Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (243 ms) 2022-12-01T11:08:43.6743644Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-12-01T11:08:43.9041280Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (229 ms) 2022-12-01T11:08:43.9042282Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-12-01T11:08:44.8015817Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (897 ms) 2022-12-01T11:08:44.8016659Z [ RUN ] OptimTest.ZeroGrad 2022-12-01T11:08:44.8017756Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-12-01T11:08:44.8018758Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-12-01T11:08:44.8019877Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-12-01T11:08:44.8020793Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-12-01T11:08:44.8022083Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-12-01T11:08:44.8022580Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-12-01T11:08:44.8023029Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-12-01T11:08:44.8023484Z [----------] 34 tests from OptimTest (13650 ms total) 2022-12-01T11:08:44.8023699Z 2022-12-01T11:08:44.8023916Z [----------] 29 tests from OrderedDictTest 2022-12-01T11:08:44.8024387Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-12-01T11:08:44.8024962Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-12-01T11:08:44.8025590Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-12-01T11:08:44.8026243Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-12-01T11:08:44.8026864Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-12-01T11:08:44.8027465Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-12-01T11:08:44.8028063Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-12-01T11:08:44.8054257Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (3 ms) 2022-12-01T11:08:44.8054826Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-12-01T11:08:44.8055323Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-12-01T11:08:44.8055900Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-12-01T11:08:44.8081115Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (2 ms) 2022-12-01T11:08:44.8081994Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-12-01T11:08:44.8082512Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-12-01T11:08:44.8082991Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-12-01T11:08:44.8092721Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (1 ms) 2022-12-01T11:08:44.8093603Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-12-01T11:08:44.8094098Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-12-01T11:08:44.8094585Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-12-01T11:08:44.8104776Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (1 ms) 2022-12-01T11:08:44.8106028Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-12-01T11:08:44.8106816Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-12-01T11:08:44.8107534Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-12-01T11:08:44.8108316Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-12-01T11:08:44.8109089Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-12-01T11:08:44.8109855Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-12-01T11:08:44.8110956Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-12-01T11:08:44.8111792Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-12-01T11:08:44.8112592Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-12-01T11:08:44.8132535Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (2 ms) 2022-12-01T11:08:44.8133387Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-12-01T11:08:44.8134069Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-12-01T11:08:44.8134659Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-12-01T11:08:44.8146070Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (1 ms) 2022-12-01T11:08:44.8147066Z [ RUN ] OrderedDictTest.CanIterateItems 2022-12-01T11:08:44.8147556Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-12-01T11:08:44.8147966Z [ RUN ] OrderedDictTest.EraseWorks 2022-12-01T11:08:44.8148384Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-12-01T11:08:44.8148845Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-12-01T11:08:44.8149330Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-12-01T11:08:44.8149817Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-12-01T11:08:44.8150443Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-12-01T11:08:44.8150901Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-12-01T11:08:44.8151324Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-12-01T11:08:44.8151762Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-12-01T11:08:44.8152224Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-12-01T11:08:44.8152645Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-12-01T11:08:44.8153077Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-12-01T11:08:44.8153531Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-12-01T11:08:44.8153989Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-12-01T11:08:44.8154542Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-12-01T11:08:44.8174449Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (2 ms) 2022-12-01T11:08:44.8175330Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-12-01T11:08:44.8175789Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-12-01T11:08:44.8176269Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-12-01T11:08:44.8176767Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-12-01T11:08:44.8177265Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-12-01T11:08:44.8177734Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-12-01T11:08:44.8178218Z [----------] 29 tests from OrderedDictTest (15 ms total) 2022-12-01T11:08:44.8178446Z 2022-12-01T11:08:44.8178640Z [----------] 25 tests from RNNTest 2022-12-01T11:08:44.8179003Z [ RUN ] RNNTest.CheckOutputSizes 2022-12-01T11:08:44.8264883Z [ OK ] RNNTest.CheckOutputSizes (8 ms) 2022-12-01T11:08:44.8265312Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-12-01T11:08:44.8354322Z [ OK ] RNNTest.CheckOutputSizesProj (8 ms) 2022-12-01T11:08:44.8354803Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-12-01T11:08:44.8359869Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-12-01T11:08:44.8360314Z [ RUN ] RNNTest.EndToEndLSTM 2022-12-01T11:08:47.0212621Z [ OK ] RNNTest.EndToEndLSTM (2185 ms) 2022-12-01T11:08:47.0213074Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-12-01T11:08:49.1805283Z [ OK ] RNNTest.EndToEndLSTMProj (2159 ms) 2022-12-01T11:08:49.1805735Z [ RUN ] RNNTest.EndToEndGRU 2022-12-01T11:08:51.1029899Z [ OK ] RNNTest.EndToEndGRU (1922 ms) 2022-12-01T11:08:51.1030519Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-12-01T11:08:52.1468208Z [ OK ] RNNTest.EndToEndRNNRelu (1043 ms) 2022-12-01T11:08:52.1468662Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-12-01T11:08:53.3334923Z [ OK ] RNNTest.EndToEndRNNTanh (1186 ms) 2022-12-01T11:08:53.3335327Z [ RUN ] RNNTest.Sizes_CUDA 2022-12-01T11:08:53.3736290Z [ OK ] RNNTest.Sizes_CUDA (40 ms) 2022-12-01T11:08:53.3736724Z [ RUN ] RNNTest.SizesProj_CUDA 2022-12-01T11:08:53.3774062Z [ OK ] RNNTest.SizesProj_CUDA (3 ms) 2022-12-01T11:08:53.3774767Z [ RUN ] RNNTest.EndToEndLSTM_CUDA 2022-12-01T11:08:54.8836805Z [ OK ] RNNTest.EndToEndLSTM_CUDA (1506 ms) 2022-12-01T11:08:54.8837268Z [ RUN ] RNNTest.EndToEndLSTMProj_CUDA 2022-12-01T11:08:56.4322219Z [ OK ] RNNTest.EndToEndLSTMProj_CUDA (1548 ms) 2022-12-01T11:08:56.4322683Z [ RUN ] RNNTest.EndToEndGRU_CUDA 2022-12-01T11:08:57.7125665Z [ OK ] RNNTest.EndToEndGRU_CUDA (1280 ms) 2022-12-01T11:08:57.7126122Z [ RUN ] RNNTest.EndToEndRNNRelu_CUDA 2022-12-01T11:08:58.9585404Z [ OK ] RNNTest.EndToEndRNNRelu_CUDA (1245 ms) 2022-12-01T11:08:58.9585933Z [ RUN ] RNNTest.EndToEndRNNTanh_CUDA 2022-12-01T11:09:00.3613940Z [ OK ] RNNTest.EndToEndRNNTanh_CUDA (1402 ms) 2022-12-01T11:09:00.3614411Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-12-01T11:09:00.3643974Z [ OK ] RNNTest.PrettyPrintRNNs (3 ms) 2022-12-01T11:09:00.3644473Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-12-01T11:09:00.3802514Z [ OK ] RNNTest.BidirectionalFlattenParameters (15 ms) 2022-12-01T11:09:00.3803091Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-12-01T11:09:00.3819964Z [ OK ] RNNTest.BidirectionalGRUReverseForward (1 ms) 2022-12-01T11:09:00.3820492Z [ RUN ] RNNTest.BidirectionalGRUReverseForward_CUDA 2022-12-01T11:09:00.3836516Z [ OK ] RNNTest.BidirectionalGRUReverseForward_CUDA (1 ms) 2022-12-01T11:09:00.3837020Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-12-01T11:09:00.3852522Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (1 ms) 2022-12-01T11:09:00.3853081Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward_CUDA 2022-12-01T11:09:00.3868963Z [ OK ] RNNTest.BidirectionalLSTMReverseForward_CUDA (1 ms) 2022-12-01T11:09:00.3869485Z [ RUN ] RNNTest.BidirectionalMultilayerGRU_CPU_vs_CUDA 2022-12-01T11:09:00.3921914Z [ OK ] RNNTest.BidirectionalMultilayerGRU_CPU_vs_CUDA (5 ms) 2022-12-01T11:09:00.3922430Z [ RUN ] RNNTest.BidirectionalMultilayerLSTM_CPU_vs_CUDA 2022-12-01T11:09:00.3973060Z [ OK ] RNNTest.BidirectionalMultilayerLSTM_CPU_vs_CUDA (5 ms) 2022-12-01T11:09:00.3973601Z [ RUN ] RNNTest.BidirectionalMultilayerLSTMProj_CPU_vs_CUDA 2022-12-01T11:09:00.4035069Z [ OK ] RNNTest.BidirectionalMultilayerLSTMProj_CPU_vs_CUDA (6 ms) 2022-12-01T11:09:00.4035564Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-12-01T11:09:00.4060989Z [ OK ] RNNTest.UsePackedSequenceAsInput (2 ms) 2022-12-01T11:09:00.4061854Z [----------] 25 tests from RNNTest (15588 ms total) 2022-12-01T11:09:00.4062194Z 2022-12-01T11:09:00.4062405Z [----------] 20 tests from SequentialTest 2022-12-01T11:09:00.4062821Z [ RUN ] SequentialTest.CanContainThings 2022-12-01T11:09:00.4063296Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-12-01T11:09:00.4063788Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-12-01T11:09:00.4064294Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T11:09:00.4064817Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-12-01T11:09:00.4065321Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-12-01T11:09:00.4065875Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-12-01T11:09:00.4066347Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T11:09:00.4066854Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-12-01T11:09:00.4067357Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-12-01T11:09:00.4067786Z [ RUN ] SequentialTest.AccessWithAt 2022-12-01T11:09:00.4091821Z [ OK ] SequentialTest.AccessWithAt (2 ms) 2022-12-01T11:09:00.4092488Z [ RUN ] SequentialTest.AccessWithPtr 2022-12-01T11:09:00.4118907Z [ OK ] SequentialTest.AccessWithPtr (2 ms) 2022-12-01T11:09:00.4119466Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-12-01T11:09:00.4132719Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (1 ms) 2022-12-01T11:09:00.4133333Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-12-01T11:09:00.4133846Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-12-01T11:09:00.4134438Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-12-01T11:09:00.4145920Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (1 ms) 2022-12-01T11:09:00.4146582Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-12-01T11:09:00.4147205Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-12-01T11:09:00.4147714Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-12-01T11:09:00.4151361Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-12-01T11:09:00.4152166Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-12-01T11:09:00.4153731Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T11:09:00.4154369Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-12-01T11:09:00.4154992Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-12-01T11:09:00.4155626Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-12-01T11:09:00.4156124Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-12-01T11:09:00.4156569Z [ RUN ] SequentialTest.IsCloneable 2022-12-01T11:09:00.4161170Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-12-01T11:09:00.4161901Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-12-01T11:09:00.4162621Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T11:09:00.4163069Z [ RUN ] SequentialTest.CloneToDevice_CUDA 2022-12-01T11:09:00.4165789Z [ OK ] SequentialTest.CloneToDevice_CUDA (0 ms) 2022-12-01T11:09:00.4166250Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-12-01T11:09:00.4169252Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-12-01T11:09:00.4169734Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-12-01T11:09:00.4211068Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (4 ms) 2022-12-01T11:09:00.4211625Z [----------] 20 tests from SequentialTest (15 ms total) 2022-12-01T11:09:00.4211786Z 2022-12-01T11:09:00.4212012Z [----------] 17 tests from TransformerTest 2022-12-01T11:09:00.4212465Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-12-01T11:09:00.4316691Z [ OK ] TransformerTest.TransformerEncoderLayer (10 ms) 2022-12-01T11:09:00.4317155Z [ RUN ] TransformerTest.TransformerEncoderLayer_CUDA 2022-12-01T11:09:00.4537747Z [ OK ] TransformerTest.TransformerEncoderLayer_CUDA (22 ms) 2022-12-01T11:09:00.4538224Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-12-01T11:09:00.4648475Z [ OK ] TransformerTest.TransformerDecoderLayer (11 ms) 2022-12-01T11:09:00.4648965Z [ RUN ] TransformerTest.TransformerDecoderLayer_CUDA 2022-12-01T11:09:00.4887118Z [ OK ] TransformerTest.TransformerDecoderLayer_CUDA (23 ms) 2022-12-01T11:09:00.4887812Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-12-01T11:09:00.4948597Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (6 ms) 2022-12-01T11:09:00.4949100Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu_CUDA 2022-12-01T11:09:00.5079189Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu_CUDA (12 ms) 2022-12-01T11:09:00.5079730Z [ RUN ] TransformerTest.TransformerEncoder 2022-12-01T11:09:00.5287598Z [ OK ] TransformerTest.TransformerEncoder (20 ms) 2022-12-01T11:09:00.5288122Z [ RUN ] TransformerTest.TransformerEncoder_CUDA 2022-12-01T11:09:00.5701333Z [ OK ] TransformerTest.TransformerEncoder_CUDA (41 ms) 2022-12-01T11:09:00.5701905Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-12-01T11:09:00.5704789Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-12-01T11:09:00.5705543Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-12-01T11:09:00.5716692Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (1 ms) 2022-12-01T11:09:00.5717405Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-12-01T11:09:00.5719706Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-12-01T11:09:00.6321535Z [ RUN ] TransformerTest.TransformerDecoder 2022-12-01T11:09:00.6322025Z [ OK ] TransformerTest.TransformerDecoder (60 ms) 2022-12-01T11:09:00.6322456Z [ RUN ] TransformerTest.TransformerDecoder_CUDA 2022-12-01T11:09:00.7513688Z [ OK ] TransformerTest.TransformerDecoder_CUDA (119 ms) 2022-12-01T11:09:00.7514429Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-12-01T11:09:00.7528900Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-12-01T11:09:00.7529754Z [ RUN ] TransformerTest.Transformer 2022-12-01T11:09:00.7739406Z [ OK ] TransformerTest.Transformer (20 ms) 2022-12-01T11:09:00.7739840Z [ RUN ] TransformerTest.Transformer_CUDA 2022-12-01T11:09:00.8189601Z [ OK ] TransformerTest.Transformer_CUDA (45 ms) 2022-12-01T11:09:00.8190673Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-12-01T11:09:00.8260872Z [ OK ] TransformerTest.TransformerArgsCorrectness (7 ms) 2022-12-01T11:09:00.8261403Z [----------] 17 tests from TransformerTest (404 ms total) 2022-12-01T11:09:00.8261632Z 2022-12-01T11:09:00.8261817Z [----------] 23 tests from SerializeTest 2022-12-01T11:09:00.8262155Z [ RUN ] SerializeTest.KeysFunc 2022-12-01T11:09:00.8266889Z [ OK ] SerializeTest.KeysFunc (0 ms) 2022-12-01T11:09:00.8267342Z [ RUN ] SerializeTest.TryReadFunc 2022-12-01T11:09:00.8270860Z [ OK ] SerializeTest.TryReadFunc (0 ms) 2022-12-01T11:09:00.8271251Z [ RUN ] SerializeTest.Basic 2022-12-01T11:09:00.8275129Z [ OK ] SerializeTest.Basic (0 ms) 2022-12-01T11:09:00.8275529Z [ RUN ] SerializeTest.BasicToFile 2022-12-01T11:09:00.8280318Z [ OK ] SerializeTest.BasicToFile (0 ms) 2022-12-01T11:09:00.8280764Z [ RUN ] SerializeTest.BasicViaFunc 2022-12-01T11:09:00.8285759Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-12-01T11:09:00.8286163Z [ RUN ] SerializeTest.Resized 2022-12-01T11:09:00.8289187Z [ OK ] SerializeTest.Resized (0 ms) 2022-12-01T11:09:00.8289562Z [ RUN ] SerializeTest.Sliced 2022-12-01T11:09:00.8292679Z [ OK ] SerializeTest.Sliced (0 ms) 2022-12-01T11:09:00.8293103Z [ RUN ] SerializeTest.NonContiguous 2022-12-01T11:09:00.8296307Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-12-01T11:09:00.8296763Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-12-01T11:09:00.8389868Z [ OK ] SerializeTest.ErrorOnMissingKey (9 ms) 2022-12-01T11:09:00.8390628Z [ RUN ] SerializeTest.XOR 2022-12-01T11:09:01.0989243Z [ OK ] SerializeTest.XOR (259 ms) 2022-12-01T11:09:01.0989898Z [ RUN ] SerializeTest.Optim 2022-12-01T11:09:01.1021614Z [ OK ] SerializeTest.Optim (3 ms) 2022-12-01T11:09:01.1022307Z [ RUN ] SerializeTest.Optim_Adagrad 2022-12-01T11:09:01.1064686Z [ OK ] SerializeTest.Optim_Adagrad (4 ms) 2022-12-01T11:09:01.1065366Z [ RUN ] SerializeTest.Optim_SGD 2022-12-01T11:09:01.1104549Z [ OK ] SerializeTest.Optim_SGD (3 ms) 2022-12-01T11:09:01.1105153Z [ RUN ] SerializeTest.Optim_Adam 2022-12-01T11:09:01.1154531Z [ OK ] SerializeTest.Optim_Adam (4 ms) 2022-12-01T11:09:01.1155190Z [ RUN ] SerializeTest.Optim_AdamW 2022-12-01T11:09:01.1204476Z [ OK ] SerializeTest.Optim_AdamW (4 ms) 2022-12-01T11:09:01.1205155Z [ RUN ] SerializeTest.Optim_RMSprop 2022-12-01T11:09:01.1253263Z [ OK ] SerializeTest.Optim_RMSprop (4 ms) 2022-12-01T11:09:01.1253924Z [ RUN ] SerializeTest.Optim_LBFGS 2022-12-01T11:09:01.1301813Z [ OK ] SerializeTest.Optim_LBFGS (4 ms) 2022-12-01T11:09:01.1302465Z [ RUN ] SerializeTest.XOR_CUDA 2022-12-01T11:09:01.4303040Z [ OK ] SerializeTest.XOR_CUDA (299 ms) 2022-12-01T11:09:01.4303873Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-12-01T11:09:01.4308489Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-12-01T11:09:01.4309298Z [ RUN ] SerializeTest.VectorOfTensors 2022-12-01T11:09:01.4313150Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-12-01T11:09:01.4314015Z [ RUN ] SerializeTest.IValue 2022-12-01T11:09:01.4317775Z [ OK ] SerializeTest.IValue (0 ms) 2022-12-01T11:09:01.4318599Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-12-01T11:09:01.4319949Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-12-01T11:09:01.4320920Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-12-01T11:09:01.4329150Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (0 ms) 2022-12-01T11:09:01.4330054Z [----------] 23 tests from SerializeTest (606 ms total) 2022-12-01T11:09:01.4330337Z 2022-12-01T11:09:01.4330736Z [----------] 1 test from SpecialTest 2022-12-01T11:09:01.4331172Z [ RUN ] SpecialTest.special 2022-12-01T11:09:01.4331548Z [ OK ] SpecialTest.special (0 ms) 2022-12-01T11:09:01.4331966Z [----------] 1 test from SpecialTest (0 ms total) 2022-12-01T11:09:01.4332186Z 2022-12-01T11:09:01.4332386Z [----------] 5 tests from TestStatic 2022-12-01T11:09:01.4332736Z [ RUN ] TestStatic.AllOf 2022-12-01T11:09:01.4333082Z [ OK ] TestStatic.AllOf (0 ms) 2022-12-01T11:09:01.4333434Z [ RUN ] TestStatic.AnyOf 2022-12-01T11:09:01.4333797Z [ OK ] TestStatic.AnyOf (0 ms) 2022-12-01T11:09:01.4334161Z [ RUN ] TestStatic.EnableIfModule 2022-12-01T11:09:01.4334590Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-12-01T11:09:01.4335017Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-12-01T11:09:01.4335445Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-12-01T11:09:01.4335836Z [ RUN ] TestStatic.Apply 2022-12-01T11:09:01.4336200Z [ OK ] TestStatic.Apply (0 ms) 2022-12-01T11:09:01.4336604Z [----------] 5 tests from TestStatic (0 ms total) 2022-12-01T11:09:01.4336795Z 2022-12-01T11:09:01.4337003Z [----------] 49 tests from TensorTest 2022-12-01T11:09:01.4337493Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame_CUDA 2022-12-01T11:09:01.4338102Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame_CUDA (0 ms) 2022-12-01T11:09:01.4338630Z [ RUN ] TensorTest.MagmaInitializesCorrectly_CUDA 2022-12-01T11:09:01.6583013Z [ OK ] TensorTest.MagmaInitializesCorrectly_CUDA (224 ms) 2022-12-01T11:09:01.6583529Z [ RUN ] TensorTest.ToDtype 2022-12-01T11:09:01.6583898Z [ OK ] TensorTest.ToDtype (0 ms) 2022-12-01T11:09:01.6584335Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-12-01T11:09:01.6584836Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-12-01T11:09:01.6585325Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-12-01T11:09:01.6610243Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (2 ms) 2022-12-01T11:09:01.6610948Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-12-01T11:09:01.6611538Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-12-01T11:09:01.6612144Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-12-01T11:09:01.6612664Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-12-01T11:09:01.6613123Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-12-01T11:09:01.6613853Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-12-01T11:09:01.6614310Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-12-01T11:09:01.6614800Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-12-01T11:09:01.6615325Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-12-01T11:09:01.6674651Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (6 ms) 2022-12-01T11:09:01.6675215Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-12-01T11:09:01.6676444Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-12-01T11:09:01.6677053Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-12-01T11:09:01.6677595Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-12-01T11:09:01.6678127Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-12-01T11:09:01.6678638Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-12-01T11:09:01.6679177Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-12-01T11:09:01.6679743Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-12-01T11:09:01.6680302Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-12-01T11:09:01.6680866Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-12-01T11:09:01.6681392Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-12-01T11:09:01.6681936Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-12-01T11:09:01.6682744Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-12-01T11:09:01.6684835Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-12-01T11:09:01.6685397Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-12-01T11:09:01.6688347Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-12-01T11:09:01.6689290Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-12-01T11:09:01.6689988Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-12-01T11:09:01.6690511Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-12-01T11:09:01.6691074Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-12-01T11:09:01.6691612Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-12-01T11:09:01.6757070Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (6 ms) 2022-12-01T11:09:01.6757643Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-12-01T11:09:01.6758140Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-12-01T11:09:01.6758688Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-12-01T11:09:01.6759363Z [W Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-12-01T11:09:01.6772722Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (1 ms) 2022-12-01T11:09:01.6773259Z [ RUN ] TensorTest.TorchTensorCtorMultiDim_CUDA 2022-12-01T11:09:01.6779307Z [ OK ] TensorTest.TorchTensorCtorMultiDim_CUDA (0 ms) 2022-12-01T11:09:01.6779878Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-12-01T11:09:01.6780761Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-12-01T11:09:01.6781562Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-12-01T11:09:01.6782366Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-12-01T11:09:01.6782916Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-12-01T11:09:01.6783721Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-12-01T11:09:01.6784198Z [ RUN ] TensorTest.Arange 2022-12-01T11:09:01.6784551Z [ OK ] TensorTest.Arange (0 ms) 2022-12-01T11:09:01.6785004Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-12-01T11:09:01.6785531Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-12-01T11:09:01.6786095Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-12-01T11:09:01.6856200Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (7 ms) 2022-12-01T11:09:01.6857190Z [ RUN ] TensorTest.FromBlob 2022-12-01T11:09:01.6857720Z [ OK ] TensorTest.FromBlob (0 ms) 2022-12-01T11:09:01.6858138Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-12-01T11:09:01.6858648Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-12-01T11:09:01.6859362Z [ RUN ] TensorTest.FromBlobWithStrides 2022-12-01T11:09:01.6859936Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-12-01T11:09:01.6860321Z [ RUN ] TensorTest.Item 2022-12-01T11:09:01.6860682Z [ OK ] TensorTest.Item (0 ms) 2022-12-01T11:09:01.6861042Z [ RUN ] TensorTest.Item_CUDA 2022-12-01T11:09:01.6874084Z [ OK ] TensorTest.Item_CUDA (0 ms) 2022-12-01T11:09:01.6874496Z [ RUN ] TensorTest.DataPtr 2022-12-01T11:09:01.6874905Z [ OK ] TensorTest.DataPtr (0 ms) 2022-12-01T11:09:01.6875279Z [ RUN ] TensorTest.Data 2022-12-01T11:09:01.6875683Z [ OK ] TensorTest.Data (0 ms) 2022-12-01T11:09:01.6876095Z [ RUN ] TensorTest.BackwardAndGrad 2022-12-01T11:09:01.6876538Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-12-01T11:09:01.6876999Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-12-01T11:09:01.6877469Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-12-01T11:09:01.6877971Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-12-01T11:09:01.6899719Z [ OK ] TensorTest.BackwardNonScalarOutputs (3 ms) 2022-12-01T11:09:01.6900549Z [ RUN ] TensorTest.IsLeaf 2022-12-01T11:09:01.6901345Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-12-01T11:09:01.6902010Z [ RUN ] TensorTest.OutputNr 2022-12-01T11:09:01.6902807Z [ OK ] TensorTest.OutputNr (0 ms) 2022-12-01T11:09:01.6903597Z [ RUN ] TensorTest.Version 2022-12-01T11:09:01.6904066Z [ OK ] TensorTest.Version (0 ms) 2022-12-01T11:09:01.6904435Z [ RUN ] TensorTest.Detach 2022-12-01T11:09:01.6904787Z [ OK ] TensorTest.Detach (0 ms) 2022-12-01T11:09:01.6905168Z [ RUN ] TensorTest.DetachInplace 2022-12-01T11:09:01.6905582Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-12-01T11:09:01.6905946Z [ RUN ] TensorTest.SetData 2022-12-01T11:09:01.6906491Z [ OK ] TensorTest.SetData (0 ms) 2022-12-01T11:09:01.6906894Z [ RUN ] TensorTest.RequiresGradInplace 2022-12-01T11:09:01.6933114Z [ OK ] TensorTest.RequiresGradInplace (2 ms) 2022-12-01T11:09:01.6934043Z [ RUN ] TensorTest.StdDimension 2022-12-01T11:09:01.6934750Z [ OK ] TensorTest.StdDimension (0 ms) 2022-12-01T11:09:01.6935150Z [ RUN ] TensorTest.ReshapeAlias 2022-12-01T11:09:01.6937470Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-12-01T11:09:01.6938473Z [----------] 49 tests from TensorTest (260 ms total) 2022-12-01T11:09:01.6938868Z 2022-12-01T11:09:01.6939116Z [----------] 40 tests from TensorIndexingTest 2022-12-01T11:09:01.6939503Z [ RUN ] TensorIndexingTest.Slice 2022-12-01T11:09:01.6939909Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-12-01T11:09:01.6940330Z [ RUN ] TensorIndexingTest.TensorIndex 2022-12-01T11:09:01.6952885Z [ OK ] TensorIndexingTest.TensorIndex (1 ms) 2022-12-01T11:09:01.6953363Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-12-01T11:09:01.7051937Z [ OK ] TensorIndexingTest.TestNoIndices (9 ms) 2022-12-01T11:09:01.7052582Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-12-01T11:09:01.7053530Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-12-01T11:09:01.7054680Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-12-01T11:09:01.7055316Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-12-01T11:09:01.7055991Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-12-01T11:09:01.7056482Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-12-01T11:09:01.7056893Z [ RUN ] TensorIndexingTest.TestNone 2022-12-01T11:09:01.7057586Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-12-01T11:09:01.7058021Z [ RUN ] TensorIndexingTest.TestStep 2022-12-01T11:09:01.7058437Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-12-01T11:09:01.7058904Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-12-01T11:09:01.7059391Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-12-01T11:09:01.7059882Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-12-01T11:09:01.7060354Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-12-01T11:09:01.7061028Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-12-01T11:09:01.7061604Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-12-01T11:09:01.7062148Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-12-01T11:09:01.7062691Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-12-01T11:09:01.7063155Z [ RUN ] TensorIndexingTest.TestByteMask 2022-12-01T11:09:01.7064421Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-12-01T11:09:01.7065015Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-12-01T11:09:01.7065537Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-12-01T11:09:01.7066065Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-12-01T11:09:01.7066737Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-12-01T11:09:01.7067212Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-12-01T11:09:01.7067709Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-12-01T11:09:01.7068107Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-12-01T11:09:01.7068621Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-12-01T11:09:01.7069078Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-12-01T11:09:01.7069543Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-12-01T11:09:01.7070398Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-12-01T11:09:01.7070970Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-12-01T11:09:01.7071458Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-12-01T11:09:01.7071912Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-12-01T11:09:01.7072344Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-12-01T11:09:01.7137745Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (6 ms) 2022-12-01T11:09:01.7138219Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex_CUDA 2022-12-01T11:09:01.7138774Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex_CUDA (0 ms) 2022-12-01T11:09:01.7139281Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-12-01T11:09:01.7163332Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (2 ms) 2022-12-01T11:09:01.7163880Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool_CUDA 2022-12-01T11:09:01.7188352Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool_CUDA (2 ms) 2022-12-01T11:09:01.7189042Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-12-01T11:09:01.7189783Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-12-01T11:09:01.7190787Z [ RUN ] TensorIndexingTest.TestEmptySlice_CUDA 2022-12-01T11:09:01.7191319Z [ OK ] TensorIndexingTest.TestEmptySlice_CUDA (0 ms) 2022-12-01T11:09:01.7191862Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-12-01T11:09:01.7192422Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-12-01T11:09:01.7193106Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-12-01T11:09:01.7293218Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (10 ms) 2022-12-01T11:09:01.7294154Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-12-01T11:09:01.7294752Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-12-01T11:09:01.7295320Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask_CUDA 2022-12-01T11:09:01.7301705Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask_CUDA (0 ms) 2022-12-01T11:09:01.7302279Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-12-01T11:09:01.7431411Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (12 ms) 2022-12-01T11:09:01.7431969Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-12-01T11:09:01.7554541Z [ OK ] TensorIndexingTest.TestGetitemScalars (12 ms) 2022-12-01T11:09:01.7555061Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-12-01T11:09:01.7677081Z [ OK ] TensorIndexingTest.TestSetitemScalars (12 ms) 2022-12-01T11:09:01.7677723Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-12-01T11:09:01.7679622Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-12-01T11:09:01.7680207Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-12-01T11:09:01.7680685Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-12-01T11:09:01.7681430Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-12-01T11:09:01.7682896Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-12-01T11:09:01.7683779Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-12-01T11:09:01.7684402Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-12-01T11:09:01.7684930Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-12-01T11:09:01.7685385Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-12-01T11:09:01.7685858Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-12-01T11:09:01.7794936Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (11 ms) 2022-12-01T11:09:01.7795600Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-12-01T11:09:01.7818749Z [ OK ] TensorIndexingTest.TestZeroDimIndex (2 ms) 2022-12-01T11:09:01.7819290Z [----------] 40 tests from TensorIndexingTest (88 ms total) 2022-12-01T11:09:01.7819522Z 2022-12-01T11:09:01.7819737Z [----------] 18 tests from NumpyTests 2022-12-01T11:09:01.7820113Z [ RUN ] NumpyTests.TestNoneIndex 2022-12-01T11:09:01.7820524Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-12-01T11:09:01.7820900Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-12-01T11:09:01.7879976Z [ OK ] NumpyTests.TestEmptyFancyIndex (5 ms) 2022-12-01T11:09:01.7880523Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-12-01T11:09:01.7880954Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-12-01T11:09:01.7881401Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-12-01T11:09:01.7905871Z [ OK ] NumpyTests.TestSingleIntIndex (2 ms) 2022-12-01T11:09:01.7906327Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-12-01T11:09:01.7906785Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-12-01T11:09:01.7907210Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-12-01T11:09:01.8144852Z [ OK ] NumpyTests.TestBooleanShapeMismatch (23 ms) 2022-12-01T11:09:01.8145510Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-12-01T11:09:01.8145989Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-12-01T11:09:01.8146486Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-12-01T11:09:01.8317044Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (17 ms) 2022-12-01T11:09:01.8317653Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-12-01T11:09:01.8319344Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-12-01T11:09:01.8319843Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-12-01T11:09:01.8443778Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (12 ms) 2022-12-01T11:09:01.8444340Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-12-01T11:09:01.8567512Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (12 ms) 2022-12-01T11:09:01.8568085Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-12-01T11:09:01.8568571Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-12-01T11:09:01.8569347Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-12-01T11:09:01.8570464Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-12-01T11:09:01.8570972Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-12-01T11:09:01.8571477Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-12-01T11:09:01.8571946Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-12-01T11:09:01.8815484Z [ OK ] NumpyTests.TestBroaderrorsIndexing (24 ms) 2022-12-01T11:09:01.8816005Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-12-01T11:09:01.9124239Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (30 ms) 2022-12-01T11:09:01.9124913Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-12-01T11:09:01.9125368Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-12-01T11:09:01.9125803Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-12-01T11:09:01.9128009Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-12-01T11:09:01.9128653Z [----------] 18 tests from NumpyTests (130 ms total) 2022-12-01T11:09:01.9129088Z 2022-12-01T11:09:01.9129547Z [----------] 6 tests from TensorOptionsTest 2022-12-01T11:09:01.9130112Z [ RUN ] TensorOptionsTest.ConstructsWellFromCUDATypes_CUDA 2022-12-01T11:09:01.9130714Z [ OK ] TensorOptionsTest.ConstructsWellFromCUDATypes_CUDA (0 ms) 2022-12-01T11:09:01.9131420Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-12-01T11:09:01.9132443Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-12-01T11:09:01.9133075Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-12-01T11:09:01.9134002Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-12-01T11:09:01.9134677Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-12-01T11:09:01.9135422Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-12-01T11:09:01.9136058Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-12-01T11:09:01.9136784Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-12-01T11:09:01.9137456Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-12-01T11:09:01.9138143Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-12-01T11:09:01.9138758Z [----------] 6 tests from TensorOptionsTest (0 ms total) 2022-12-01T11:09:01.9139120Z 2022-12-01T11:09:01.9139332Z [----------] 1 test from DeviceTest 2022-12-01T11:09:01.9139777Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-12-01T11:09:01.9226949Z [ OK ] DeviceTest.ParsesCorrectlyFromString (9 ms) 2022-12-01T11:09:01.9227558Z [----------] 1 test from DeviceTest (9 ms total) 2022-12-01T11:09:01.9227796Z 2022-12-01T11:09:01.9228022Z [----------] 3 tests from DefaultDtypeTest 2022-12-01T11:09:01.9228482Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-12-01T11:09:01.9229065Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-12-01T11:09:01.9229662Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-12-01T11:09:01.9230640Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-12-01T11:09:01.9231170Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-12-01T11:09:01.9231759Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-12-01T11:09:01.9232291Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-12-01T11:09:01.9232518Z 2022-12-01T11:09:01.9232745Z [----------] 1 test from TorchIncludeTest 2022-12-01T11:09:01.9233145Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-12-01T11:09:01.9318656Z [ OK ] TorchIncludeTest.GetSetNumThreads (9 ms) 2022-12-01T11:09:01.9319623Z [----------] 1 test from TorchIncludeTest (9 ms total) 2022-12-01T11:09:01.9320109Z 2022-12-01T11:09:01.9320384Z [----------] 28 tests from InferenceModeTest 2022-12-01T11:09:01.9320823Z [ RUN ] InferenceModeTest.TestTLSState 2022-12-01T11:09:01.9321257Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-12-01T11:09:01.9321763Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-12-01T11:09:01.9322412Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-12-01T11:09:01.9322867Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-12-01T11:09:01.9402593Z [ OK ] InferenceModeTest.TestExistingAutogradSession (8 ms) 2022-12-01T11:09:01.9403697Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-12-01T11:09:01.9404454Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-12-01T11:09:01.9405338Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-12-01T11:09:01.9406064Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-12-01T11:09:01.9406742Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-12-01T11:09:01.9407394Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-12-01T11:09:01.9408290Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-12-01T11:09:01.9408982Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-12-01T11:09:01.9409661Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-12-01T11:09:01.9466011Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (6 ms) 2022-12-01T11:09:01.9467041Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-12-01T11:09:01.9467748Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-12-01T11:09:01.9468432Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-12-01T11:09:01.9469116Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-12-01T11:09:01.9469844Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-12-01T11:09:01.9471087Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-12-01T11:09:01.9471757Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-12-01T11:09:01.9472448Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-12-01T11:09:01.9473103Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-12-01T11:09:01.9506908Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (3 ms) 2022-12-01T11:09:01.9507575Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-12-01T11:09:01.9544463Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (3 ms) 2022-12-01T11:09:01.9545183Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-12-01T11:09:01.9638034Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (9 ms) 2022-12-01T11:09:01.9638708Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-12-01T11:09:01.9639360Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-12-01T11:09:01.9639957Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-12-01T11:09:01.9675419Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (3 ms) 2022-12-01T11:09:01.9676003Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-12-01T11:09:01.9700497Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (2 ms) 2022-12-01T11:09:01.9701101Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-12-01T11:09:01.9770662Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (6 ms) 2022-12-01T11:09:01.9771259Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-12-01T11:09:01.9910319Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (13 ms) 2022-12-01T11:09:01.9911220Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-12-01T11:09:01.9992301Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (8 ms) 2022-12-01T11:09:01.9992904Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-12-01T11:09:02.0004755Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (1 ms) 2022-12-01T11:09:02.0005329Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-12-01T11:09:02.0043194Z [ OK ] InferenceModeTest.TestAccessVersionCounter (3 ms) 2022-12-01T11:09:02.0043858Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-12-01T11:09:02.0126619Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (8 ms) 2022-12-01T11:09:02.0127738Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-12-01T11:09:02.0128977Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-12-01T11:09:02.0129902Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-12-01T11:09:02.0130476Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-12-01T11:09:02.0130995Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-12-01T11:09:02.0131486Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-12-01T11:09:02.0132065Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-12-01T11:09:02.0132761Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-12-01T11:09:02.0133349Z [----------] 28 tests from InferenceModeTest (80 ms total) 2022-12-01T11:09:02.0133564Z 2022-12-01T11:09:02.0133779Z [----------] 4 tests from GradModeTest 2022-12-01T11:09:02.0134232Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-12-01T11:09:02.0134768Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-12-01T11:09:02.0135260Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-12-01T11:09:02.0135772Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-12-01T11:09:02.0136259Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-12-01T11:09:02.0136723Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-12-01T11:09:02.0137225Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-12-01T11:09:02.0166116Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (3 ms) 2022-12-01T11:09:02.0166941Z [----------] 4 tests from GradModeTest (3 ms total) 2022-12-01T11:09:02.0167153Z 2022-12-01T11:09:02.0167355Z [----------] 3 tests from OperationTest 2022-12-01T11:09:02.0167725Z [ RUN ] OperationTest.Lerp 2022-12-01T11:09:02.0177910Z [ OK ] OperationTest.Lerp (1 ms) 2022-12-01T11:09:02.0178336Z [ RUN ] OperationTest.Cross 2022-12-01T11:09:02.0216298Z [ OK ] OperationTest.Cross (3 ms) 2022-12-01T11:09:02.0216715Z [ RUN ] OperationTest.Linear_out 2022-12-01T11:09:02.0221227Z [ OK ] OperationTest.Linear_out (0 ms) 2022-12-01T11:09:02.0221884Z [----------] 3 tests from OperationTest (5 ms total) 2022-12-01T11:09:02.0222105Z 2022-12-01T11:09:02.0222315Z [----------] 1 test from ParallelTest 2022-12-01T11:09:02.0223143Z [ RUN ] ParallelTest.DataParallelUsesAllAvailableCUDADevices_CUDA 2022-12-01T11:09:02.0224006Z [ OK ] ParallelTest.DataParallelUsesAllAvailableCUDADevices_CUDA (0 ms) 2022-12-01T11:09:02.0224511Z [----------] 1 test from ParallelTest (0 ms total) 2022-12-01T11:09:02.0224728Z 2022-12-01T11:09:02.0224962Z [----------] Global test environment tear-down 2022-12-01T11:09:02.0365052Z [==========] 1034 tests from 49 test suites ran. (90042 ms total) 2022-12-01T11:09:02.0365445Z [ PASSED ] 1034 tests. 2022-12-01T11:09:02.5089228Z + /opt/conda/lib/python3.10/site-packages/torch/bin/test_tensorexpr --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml 2022-12-01T11:09:02.9496008Z Only one CUDA device detected. Disabling MultiCUDA tests 2022-12-01T11:09:02.9501251Z Note: Google Test filter = *-*_MultiCUDA 2022-12-01T11:09:02.9501838Z [==========] Running 829 tests from 26 test suites. 2022-12-01T11:09:02.9502271Z [----------] Global test environment set-up. 2022-12-01T11:09:02.9502664Z [----------] 1 test from Approx 2022-12-01T11:09:02.9503010Z [ RUN ] Approx.log_vml 2022-12-01T11:09:04.1762148Z [ OK ] Approx.log_vml (1225 ms) 2022-12-01T11:09:04.1762806Z [----------] 1 test from Approx (1225 ms total) 2022-12-01T11:09:04.1763029Z 2022-12-01T11:09:04.1763223Z [----------] 34 tests from ATen 2022-12-01T11:09:04.1763902Z [ RUN ] ATen._cast_Float 2022-12-01T11:09:04.1766136Z [ OK ] ATen._cast_Float (0 ms) 2022-12-01T11:09:04.1766506Z [ RUN ] ATen.negInt 2022-12-01T11:09:04.1771458Z [ OK ] ATen.negInt (0 ms) 2022-12-01T11:09:04.1771795Z [ RUN ] ATen.negFloat 2022-12-01T11:09:04.1777312Z [ OK ] ATen.negFloat (0 ms) 2022-12-01T11:09:04.1777667Z [ RUN ] ATen.addInt 2022-12-01T11:09:04.1786957Z [ OK ] ATen.addInt (0 ms) 2022-12-01T11:09:04.1787324Z [ RUN ] ATen.addFloat 2022-12-01T11:09:04.1797212Z [ OK ] ATen.addFloat (0 ms) 2022-12-01T11:09:04.1797577Z [ RUN ] ATen.subInt 2022-12-01T11:09:04.1806772Z [ OK ] ATen.subInt (0 ms) 2022-12-01T11:09:04.1807131Z [ RUN ] ATen.subFloat 2022-12-01T11:09:04.1816606Z [ OK ] ATen.subFloat (0 ms) 2022-12-01T11:09:04.1816963Z [ RUN ] ATen.lerp 2022-12-01T11:09:04.1828716Z [ OK ] ATen.lerp (1 ms) 2022-12-01T11:09:04.1829058Z [ RUN ] ATen.addcmulInt 2022-12-01T11:09:04.1841326Z [ OK ] ATen.addcmulInt (1 ms) 2022-12-01T11:09:04.1841683Z [ RUN ] ATen.addcmulFloat 2022-12-01T11:09:04.1853449Z [ OK ] ATen.addcmulFloat (1 ms) 2022-12-01T11:09:04.1853813Z [ RUN ] ATen.mulInt 2022-12-01T11:09:04.1860600Z [ OK ] ATen.mulInt (0 ms) 2022-12-01T11:09:04.1860937Z [ RUN ] ATen.mulFloat 2022-12-01T11:09:04.1867622Z [ OK ] ATen.mulFloat (0 ms) 2022-12-01T11:09:04.1867977Z [ RUN ] ATen.divInt 2022-12-01T11:09:04.1874988Z [ OK ] ATen.divInt (0 ms) 2022-12-01T11:09:04.1875374Z [ RUN ] ATen.divFloat 2022-12-01T11:09:04.1882029Z [ OK ] ATen.divFloat (0 ms) 2022-12-01T11:09:04.1882387Z [ RUN ] ATen.maxInt 2022-12-01T11:09:04.1889125Z [ OK ] ATen.maxInt (0 ms) 2022-12-01T11:09:04.1889489Z [ RUN ] ATen.maxFloat 2022-12-01T11:09:04.1896309Z [ OK ] ATen.maxFloat (0 ms) 2022-12-01T11:09:04.1896639Z [ RUN ] ATen.minInt 2022-12-01T11:09:04.1903305Z [ OK ] ATen.minInt (0 ms) 2022-12-01T11:09:04.1903656Z [ RUN ] ATen.minFloat 2022-12-01T11:09:04.1910574Z [ OK ] ATen.minFloat (0 ms) 2022-12-01T11:09:04.1910883Z [ RUN ] ATen.reluInt 2022-12-01T11:09:04.1916248Z [ OK ] ATen.reluInt (0 ms) 2022-12-01T11:09:04.1916610Z [ RUN ] ATen.reluFloat 2022-12-01T11:09:04.1922089Z [ OK ] ATen.reluFloat (0 ms) 2022-12-01T11:09:04.1922438Z [ RUN ] ATen.logFloat 2022-12-01T11:09:04.1927678Z [ OK ] ATen.logFloat (0 ms) 2022-12-01T11:09:04.1928045Z [ RUN ] ATen.fastLogFloat 2022-12-01T11:09:04.2148676Z [ OK ] ATen.fastLogFloat (22 ms) 2022-12-01T11:09:04.2149081Z [ RUN ] ATen.fastTanhFloat 2022-12-01T11:09:04.2233034Z [ OK ] ATen.fastTanhFloat (8 ms) 2022-12-01T11:09:04.2233435Z [ RUN ] ATen.fastSigmoidFloat 2022-12-01T11:09:04.2341907Z [ OK ] ATen.fastSigmoidFloat (10 ms) 2022-12-01T11:09:04.2342292Z [ RUN ] ATen.log10Float 2022-12-01T11:09:04.2347644Z [ OK ] ATen.log10Float (0 ms) 2022-12-01T11:09:04.2347988Z [ RUN ] ATen.log2Float 2022-12-01T11:09:04.2353546Z [ OK ] ATen.log2Float (0 ms) 2022-12-01T11:09:04.2353911Z [ RUN ] ATen.expFloat 2022-12-01T11:09:04.2358854Z [ OK ] ATen.expFloat (0 ms) 2022-12-01T11:09:04.2359204Z [ RUN ] ATen.erfFloat 2022-12-01T11:09:04.2364386Z [ OK ] ATen.erfFloat (0 ms) 2022-12-01T11:09:04.2364957Z [ RUN ] ATen.cosFloat 2022-12-01T11:09:04.2369666Z [ OK ] ATen.cosFloat (0 ms) 2022-12-01T11:09:04.2369994Z [ RUN ] ATen.eqInt 2022-12-01T11:09:04.2377515Z [ OK ] ATen.eqInt (0 ms) 2022-12-01T11:09:04.2377860Z [ RUN ] ATen.geInt 2022-12-01T11:09:04.2385293Z [ OK ] ATen.geInt (0 ms) 2022-12-01T11:09:04.2385648Z [ RUN ] ATen.gtInt 2022-12-01T11:09:04.2393141Z [ OK ] ATen.gtInt (0 ms) 2022-12-01T11:09:04.2393486Z [ RUN ] ATen.leInt 2022-12-01T11:09:04.2400896Z [ OK ] ATen.leInt (0 ms) 2022-12-01T11:09:04.2401238Z [ RUN ] ATen.ltInt 2022-12-01T11:09:04.2408735Z [ OK ] ATen.ltInt (0 ms) 2022-12-01T11:09:04.2409366Z [----------] 34 tests from ATen (64 ms total) 2022-12-01T11:09:04.2409585Z 2022-12-01T11:09:04.2409813Z [----------] 26 tests from BoundsInference 2022-12-01T11:09:04.2410192Z [ RUN ] BoundsInference._1 2022-12-01T11:09:04.2412791Z [ OK ] BoundsInference._1 (0 ms) 2022-12-01T11:09:04.2413156Z [ RUN ] BoundsInference._2 2022-12-01T11:09:04.2417119Z [ OK ] BoundsInference._2 (0 ms) 2022-12-01T11:09:04.2417506Z [ RUN ] BoundsInference._3 2022-12-01T11:09:04.2421947Z [ OK ] BoundsInference._3 (0 ms) 2022-12-01T11:09:04.2422322Z [ RUN ] BoundsInference._4 2022-12-01T11:09:04.2430571Z [ OK ] BoundsInference._4 (0 ms) 2022-12-01T11:09:04.2430952Z [ RUN ] BoundsInference._5 2022-12-01T11:09:04.2451426Z [ OK ] BoundsInference._5 (2 ms) 2022-12-01T11:09:04.2451796Z [ RUN ] BoundsInference._6 2022-12-01T11:09:04.2466164Z [ OK ] BoundsInference._6 (1 ms) 2022-12-01T11:09:04.2466687Z [ RUN ] BoundsInference.Adjacent 2022-12-01T11:09:04.2476126Z [ OK ] BoundsInference.Adjacent (0 ms) 2022-12-01T11:09:04.2476613Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-12-01T11:09:04.2484385Z [ OK ] BoundsInference.MultipleTopLoopLoad (0 ms) 2022-12-01T11:09:04.2484875Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-12-01T11:09:04.2492497Z [ OK ] BoundsInference.MultipleTopLoopStore (0 ms) 2022-12-01T11:09:04.2492969Z [ RUN ] BoundsInference.CacheReads 2022-12-01T11:09:04.2534572Z [ OK ] BoundsInference.CacheReads (4 ms) 2022-12-01T11:09:04.2535008Z [ RUN ] BoundsInference.Flattened 2022-12-01T11:09:04.2554863Z [ OK ] BoundsInference.Flattened (2 ms) 2022-12-01T11:09:04.2555355Z [ RUN ] BoundsInference.GetPotentialHazards 2022-12-01T11:09:04.2557321Z [ OK ] BoundsInference.GetPotentialHazards (0 ms) 2022-12-01T11:09:04.2557856Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-12-01T11:09:04.2563862Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (0 ms) 2022-12-01T11:09:04.2564437Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-12-01T11:09:04.2571674Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (0 ms) 2022-12-01T11:09:04.2572228Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-12-01T11:09:04.2590576Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (1 ms) 2022-12-01T11:09:04.2591264Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-12-01T11:09:04.2599069Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (0 ms) 2022-12-01T11:09:04.2599773Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-12-01T11:09:04.2602508Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (0 ms) 2022-12-01T11:09:04.2603219Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-12-01T11:09:04.2606607Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (0 ms) 2022-12-01T11:09:04.2607310Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-12-01T11:09:04.2611873Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (0 ms) 2022-12-01T11:09:04.2612549Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-12-01T11:09:04.2634269Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (2 ms) 2022-12-01T11:09:04.2634903Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-12-01T11:09:04.2649768Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (1 ms) 2022-12-01T11:09:04.2650431Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-12-01T11:09:04.2654983Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (0 ms) 2022-12-01T11:09:04.2655613Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-12-01T11:09:04.2660163Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (0 ms) 2022-12-01T11:09:04.2660809Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-12-01T11:09:04.2665050Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (0 ms) 2022-12-01T11:09:04.2665640Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-12-01T11:09:04.2669938Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (0 ms) 2022-12-01T11:09:04.2670695Z [ RUN ] BoundsInference.IsOverlapping 2022-12-01T11:09:04.2704454Z [ OK ] BoundsInference.IsOverlapping (3 ms) 2022-12-01T11:09:04.2705229Z [----------] 26 tests from BoundsInference (29 ms total) 2022-12-01T11:09:04.2705507Z 2022-12-01T11:09:04.2705696Z [----------] 4 tests from Conv 2022-12-01T11:09:04.2706066Z [ RUN ] Conv.DepthwiseConv2D 2022-12-01T11:09:04.6513424Z [ OK ] Conv.DepthwiseConv2D (380 ms) 2022-12-01T11:09:04.6514243Z [ RUN ] Conv.DepthwiseConv2DNoBias 2022-12-01T11:09:05.0237393Z [ OK ] Conv.DepthwiseConv2DNoBias (372 ms) 2022-12-01T11:09:05.0238240Z [ RUN ] Conv.DepthwiseConv2DDynamicShapes 2022-12-01T11:09:05.2786085Z [ OK ] Conv.DepthwiseConv2DDynamicShapes (254 ms) 2022-12-01T11:09:05.2786842Z [ RUN ] Conv.Conv2D 2022-12-01T11:09:06.6322098Z [ OK ] Conv.Conv2D (1353 ms) 2022-12-01T11:09:06.6322887Z [----------] 4 tests from Conv (2361 ms total) 2022-12-01T11:09:06.6323210Z 2022-12-01T11:09:06.6323584Z [----------] 28 tests from CppPrinter 2022-12-01T11:09:06.6324437Z [ RUN ] CppPrinter.IntImm 2022-12-01T11:09:06.6325040Z [ OK ] CppPrinter.IntImm (0 ms) 2022-12-01T11:09:06.6325432Z [ RUN ] CppPrinter.FloatImm 2022-12-01T11:09:06.6325797Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-12-01T11:09:06.6326279Z [ RUN ] CppPrinter.FloatImm1 2022-12-01T11:09:06.6327107Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-12-01T11:09:06.6327850Z [ RUN ] CppPrinter.DoubleImm 2022-12-01T11:09:06.6328674Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-12-01T11:09:06.6329468Z [ RUN ] CppPrinter.DoubleImm1 2022-12-01T11:09:06.6330226Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-12-01T11:09:06.6330997Z [ RUN ] CppPrinter.HalfImm 2022-12-01T11:09:06.6331789Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-12-01T11:09:06.6332483Z [ RUN ] CppPrinter.Add 2022-12-01T11:09:06.6333192Z [ OK ] CppPrinter.Add (0 ms) 2022-12-01T11:09:06.6333703Z [ RUN ] CppPrinter.AddExpr1 2022-12-01T11:09:06.6334095Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-12-01T11:09:06.6334455Z [ RUN ] CppPrinter.AddExpr2 2022-12-01T11:09:06.6334838Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-12-01T11:09:06.6335510Z [ RUN ] CppPrinter.AddExpr3 2022-12-01T11:09:06.6335877Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-12-01T11:09:06.6336238Z [ RUN ] CppPrinter.Mod 2022-12-01T11:09:06.6336598Z [ OK ] CppPrinter.Mod (0 ms) 2022-12-01T11:09:06.6336945Z [ RUN ] CppPrinter.ModFloat 2022-12-01T11:09:06.6337327Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-12-01T11:09:06.6337681Z [ RUN ] CppPrinter.Max 2022-12-01T11:09:06.6338024Z [ OK ] CppPrinter.Max (0 ms) 2022-12-01T11:09:06.6338399Z [ RUN ] CppPrinter.MaxFloat 2022-12-01T11:09:06.6338783Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-12-01T11:09:06.6339156Z [ RUN ] CppPrinter.MaxHalf 2022-12-01T11:09:06.6339521Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-12-01T11:09:06.6339880Z [ RUN ] CppPrinter.And 2022-12-01T11:09:06.6340238Z [ OK ] CppPrinter.And (0 ms) 2022-12-01T11:09:06.6340605Z [ RUN ] CppPrinter.CompareSelect 2022-12-01T11:09:06.6341023Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-12-01T11:09:06.6341428Z [ RUN ] CppPrinter.IfThenElse 2022-12-01T11:09:06.6341806Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-12-01T11:09:06.6342207Z [ RUN ] CppPrinter.AllocateFree 2022-12-01T11:09:06.6342615Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-12-01T11:09:06.6343039Z [ RUN ] CppPrinter.LoadStore 2022-12-01T11:09:06.6343414Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-12-01T11:09:06.6343779Z [ RUN ] CppPrinter.Var 2022-12-01T11:09:06.6344237Z [ OK ] CppPrinter.Var (0 ms) 2022-12-01T11:09:06.6344600Z [ RUN ] CppPrinter.Cast 2022-12-01T11:09:06.6344956Z [ OK ] CppPrinter.Cast (0 ms) 2022-12-01T11:09:06.6345324Z [ RUN ] CppPrinter.BitCast 2022-12-01T11:09:06.6345685Z [ OK ] CppPrinter.BitCast (0 ms) 2022-12-01T11:09:06.6346056Z [ RUN ] CppPrinter.Let 2022-12-01T11:09:06.6346414Z [ OK ] CppPrinter.Let (0 ms) 2022-12-01T11:09:06.6346746Z [ RUN ] CppPrinter.For 2022-12-01T11:09:06.6347105Z [ OK ] CppPrinter.For (0 ms) 2022-12-01T11:09:06.6347456Z [ RUN ] CppPrinter.Cond 2022-12-01T11:09:06.6347804Z [ OK ] CppPrinter.Cond (0 ms) 2022-12-01T11:09:06.6348182Z [ RUN ] CppPrinter.Intrinsics 2022-12-01T11:09:06.6348572Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-12-01T11:09:06.6348971Z [ RUN ] CppPrinter.ExternalCall 2022-12-01T11:09:06.6349375Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-12-01T11:09:06.6349800Z [----------] 28 tests from CppPrinter (1 ms total) 2022-12-01T11:09:06.6350019Z 2022-12-01T11:09:06.6350587Z [----------] 8 tests from DynamicShapes 2022-12-01T11:09:06.6351013Z [ RUN ] DynamicShapes.SimpleGraph 2022-12-01T11:09:06.7470224Z [ OK ] DynamicShapes.SimpleGraph (113 ms) 2022-12-01T11:09:06.7471536Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-12-01T11:09:06.8469573Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (99 ms) 2022-12-01T11:09:06.8470921Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-12-01T11:09:06.9428061Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (95 ms) 2022-12-01T11:09:06.9429020Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-12-01T11:09:06.9952582Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (52 ms) 2022-12-01T11:09:06.9953328Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-12-01T11:09:07.2177144Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (222 ms) 2022-12-01T11:09:07.2178091Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-12-01T11:09:07.8403206Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (622 ms) 2022-12-01T11:09:07.8404043Z [ RUN ] DynamicShapes.GraphFromModel 2022-12-01T11:09:08.3696206Z [ OK ] DynamicShapes.GraphFromModel (529 ms) 2022-12-01T11:09:08.3697138Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-12-01T11:09:10.0079557Z [ OK ] DynamicShapes.MultiThreadedExecution (1638 ms) 2022-12-01T11:09:10.0080720Z [----------] 8 tests from DynamicShapes (3374 ms total) 2022-12-01T11:09:10.0081226Z 2022-12-01T11:09:10.0081634Z [----------] 30 tests from Expr 2022-12-01T11:09:10.0082265Z [ RUN ] Expr.BasicValueTest 2022-12-01T11:09:10.0082678Z [ OK ] Expr.BasicValueTest (0 ms) 2022-12-01T11:09:10.0083152Z [ RUN ] Expr.BasicValueTest02 2022-12-01T11:09:10.0084012Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-12-01T11:09:10.0084864Z [ RUN ] Expr.IsChannelsLastContiguous 2022-12-01T11:09:10.0085876Z [ OK ] Expr.IsChannelsLastContiguous (0 ms) 2022-12-01T11:09:10.0086562Z [ RUN ] Expr.LetTest01 2022-12-01T11:09:10.0086883Z [ OK ] Expr.LetTest01 (0 ms) 2022-12-01T11:09:10.0087228Z [ RUN ] Expr.LetTest02 2022-12-01T11:09:10.0087557Z [ OK ] Expr.LetTest02 (0 ms) 2022-12-01T11:09:10.0087915Z [ RUN ] Expr.LetStmtTest01 2022-12-01T11:09:10.0088285Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-12-01T11:09:10.0088615Z [ RUN ] Expr.IntTest 2022-12-01T11:09:10.0089026Z [ OK ] Expr.IntTest (0 ms) 2022-12-01T11:09:10.0089300Z [ RUN ] Expr.FloatTest 2022-12-01T11:09:10.0089948Z [ OK ] Expr.FloatTest (0 ms) 2022-12-01T11:09:10.0090321Z [ RUN ] Expr.ByteTest 2022-12-01T11:09:10.0090676Z [ OK ] Expr.ByteTest (0 ms) 2022-12-01T11:09:10.0091016Z [ RUN ] Expr.CharTest 2022-12-01T11:09:10.0091410Z [ OK ] Expr.CharTest (0 ms) 2022-12-01T11:09:10.0091695Z [ RUN ] Expr.ShortTest 2022-12-01T11:09:10.0092044Z [ OK ] Expr.ShortTest (0 ms) 2022-12-01T11:09:10.0092367Z [ RUN ] Expr.LongTest 2022-12-01T11:09:10.0092712Z [ OK ] Expr.LongTest (0 ms) 2022-12-01T11:09:10.0093049Z [ RUN ] Expr.HalfTest 2022-12-01T11:09:10.0093373Z [ OK ] Expr.HalfTest (0 ms) 2022-12-01T11:09:10.0093762Z [ RUN ] Expr.DoubleTest 2022-12-01T11:09:10.0094072Z [ OK ] Expr.DoubleTest (0 ms) 2022-12-01T11:09:10.0094404Z [ RUN ] Expr.VectorAdd01 2022-12-01T11:09:10.0105343Z [ OK ] Expr.VectorAdd01 (1 ms) 2022-12-01T11:09:10.0105738Z [ RUN ] Expr.CompareSelectEQ 2022-12-01T11:09:10.0159489Z [ OK ] Expr.CompareSelectEQ (5 ms) 2022-12-01T11:09:10.0159894Z [ RUN ] Expr.CompareSelectDtypes 2022-12-01T11:09:10.0213904Z [ OK ] Expr.CompareSelectDtypes (5 ms) 2022-12-01T11:09:10.0214608Z [ RUN ] Expr.IntrinsicsDtypes 2022-12-01T11:09:10.0223407Z [ OK ] Expr.IntrinsicsDtypes (0 ms) 2022-12-01T11:09:10.0224081Z [ RUN ] Expr.Substitute01 2022-12-01T11:09:10.0224490Z [ OK ] Expr.Substitute01 (0 ms) 2022-12-01T11:09:10.0224762Z [ RUN ] Expr.Math01 2022-12-01T11:09:10.0225085Z [ OK ] Expr.Math01 (0 ms) 2022-12-01T11:09:10.0225482Z [ RUN ] Expr.UnaryMath01 2022-12-01T11:09:10.0227179Z [ OK ] Expr.UnaryMath01 (0 ms) 2022-12-01T11:09:10.0227552Z [ RUN ] Expr.BinaryMath01 2022-12-01T11:09:10.0228208Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-12-01T11:09:10.0228587Z [ RUN ] Expr.LogicalOps01 2022-12-01T11:09:10.0229409Z [ OK ] Expr.LogicalOps01 (0 ms) 2022-12-01T11:09:10.0229783Z [ RUN ] Expr.LogicalOps02 2022-12-01T11:09:10.0230545Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-12-01T11:09:10.0231150Z [ RUN ] Expr.LogicalOps03 2022-12-01T11:09:10.0232458Z [ OK ] Expr.LogicalOps03 (0 ms) 2022-12-01T11:09:10.0232822Z [ RUN ] Expr.BitwiseOps 2022-12-01T11:09:10.0233352Z [ OK ] Expr.BitwiseOps (0 ms) 2022-12-01T11:09:10.0233760Z [ RUN ] Expr.DynamicShapeAdd 2022-12-01T11:09:10.0236785Z [ OK ] Expr.DynamicShapeAdd (0 ms) 2022-12-01T11:09:10.0237263Z [ RUN ] Expr.OutOfBounds 2022-12-01T11:09:10.0239324Z [ OK ] Expr.OutOfBounds (0 ms) 2022-12-01T11:09:10.0239810Z [ RUN ] Expr.OutOfBounds2d 2022-12-01T11:09:10.0250865Z [ OK ] Expr.OutOfBounds2d (1 ms) 2022-12-01T11:09:10.0251432Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-12-01T11:09:10.0257952Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (0 ms) 2022-12-01T11:09:10.0258656Z [----------] 30 tests from Expr (18 ms total) 2022-12-01T11:09:10.0258843Z 2022-12-01T11:09:10.0259062Z [----------] 16 tests from ExternalCall 2022-12-01T11:09:10.0259451Z [ RUN ] ExternalCall.Conv1d_float 2022-12-01T11:09:10.0627512Z [ OK ] ExternalCall.Conv1d_float (36 ms) 2022-12-01T11:09:10.0628250Z [ RUN ] ExternalCall.Conv1d_int 2022-12-01T11:09:10.1016615Z [ OK ] ExternalCall.Conv1d_int (38 ms) 2022-12-01T11:09:10.1017369Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-12-01T11:09:10.1337022Z [ OK ] ExternalCall.Conv1d_nobias_noargs (31 ms) 2022-12-01T11:09:10.1337795Z [ RUN ] ExternalCall.Conv2d_float 2022-12-01T11:09:10.1730053Z [ OK ] ExternalCall.Conv2d_float (39 ms) 2022-12-01T11:09:10.1730847Z [ RUN ] ExternalCall.Conv2d_int 2022-12-01T11:09:10.2167328Z [ OK ] ExternalCall.Conv2d_int (43 ms) 2022-12-01T11:09:10.2168104Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-12-01T11:09:10.2516620Z [ OK ] ExternalCall.Conv2d_nobias_noargs (34 ms) 2022-12-01T11:09:10.2517432Z [ RUN ] ExternalCall.Addmm_float 2022-12-01T11:09:10.2855346Z [ OK ] ExternalCall.Addmm_float (33 ms) 2022-12-01T11:09:10.2856090Z [ RUN ] ExternalCall.Embedding 2022-12-01T11:09:10.3186958Z [ OK ] ExternalCall.Embedding (33 ms) 2022-12-01T11:09:10.3187710Z [ RUN ] ExternalCall.MaxReduction 2022-12-01T11:09:10.3486025Z [ OK ] ExternalCall.MaxReduction (29 ms) 2022-12-01T11:09:10.3486840Z [ RUN ] ExternalCall.Prepacked_Linear_float 2022-12-01T11:09:10.3964472Z [ OK ] ExternalCall.Prepacked_Linear_float (47 ms) 2022-12-01T11:09:10.3965324Z [ RUN ] ExternalCall.Prepacked_Conv2d_float 2022-12-01T11:09:10.4503897Z [ OK ] ExternalCall.Prepacked_Conv2d_float (53 ms) 2022-12-01T11:09:10.4504718Z [ RUN ] ExternalCall.BinaryFloat 2022-12-01T11:09:10.5467979Z [ OK ] ExternalCall.BinaryFloat (96 ms) 2022-12-01T11:09:10.5468368Z [ RUN ] ExternalCall.UnaryFloat 2022-12-01T11:09:10.6088081Z [ OK ] ExternalCall.UnaryFloat (61 ms) 2022-12-01T11:09:10.6088546Z [ RUN ] ExternalCall.ComputeInterop 2022-12-01T11:09:12.0151868Z [ OK ] ExternalCall.ComputeInterop (1406 ms) 2022-12-01T11:09:12.0152349Z [ RUN ] ExternalCall.Inlining 2022-12-01T11:09:12.1128850Z [ OK ] ExternalCall.Inlining (97 ms) 2022-12-01T11:09:12.1129274Z [ RUN ] ExternalCall.JitCustomFusionOp 2022-12-01T11:09:12.2668988Z [ OK ] ExternalCall.JitCustomFusionOp (153 ms) 2022-12-01T11:09:12.2669694Z [----------] 16 tests from ExternalCall (2240 ms total) 2022-12-01T11:09:12.2669904Z 2022-12-01T11:09:12.2670104Z [----------] 8 tests from GraphOpt 2022-12-01T11:09:12.2670849Z [ RUN ] GraphOpt.OptimizeCat 2022-12-01T11:09:12.3096483Z [ OK ] GraphOpt.OptimizeCat (42 ms) 2022-12-01T11:09:12.3096871Z [ RUN ] GraphOpt.OptimizeCat2 2022-12-01T11:09:12.3572385Z [ OK ] GraphOpt.OptimizeCat2 (47 ms) 2022-12-01T11:09:12.3572795Z [ RUN ] GraphOpt.OptimizeCat3 2022-12-01T11:09:12.4121762Z [ OK ] GraphOpt.OptimizeCat3 (54 ms) 2022-12-01T11:09:12.4122234Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-12-01T11:09:12.4555455Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (43 ms) 2022-12-01T11:09:12.4556050Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-12-01T11:09:12.5417277Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (86 ms) 2022-12-01T11:09:12.5417895Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-12-01T11:09:12.5918610Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (50 ms) 2022-12-01T11:09:12.5919218Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-12-01T11:09:12.6455130Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (53 ms) 2022-12-01T11:09:12.6455858Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-12-01T11:09:12.6456383Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-12-01T11:09:12.6456830Z [----------] 8 tests from GraphOpt (378 ms total) 2022-12-01T11:09:12.6457049Z 2022-12-01T11:09:12.6457248Z [----------] 4 tests from IRPrinter 2022-12-01T11:09:12.6457612Z [ RUN ] IRPrinter.BasicValueTest 2022-12-01T11:09:12.6458026Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-12-01T11:09:12.6458639Z [ RUN ] IRPrinter.BasicValueTest02 2022-12-01T11:09:12.6459089Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-12-01T11:09:12.6459681Z [ RUN ] IRPrinter.CastTest 2022-12-01T11:09:12.6460339Z [ OK ] IRPrinter.CastTest (0 ms) 2022-12-01T11:09:12.6460939Z [ RUN ] IRPrinter.FunctionName 2022-12-01T11:09:12.6461685Z [ OK ] IRPrinter.FunctionName (0 ms) 2022-12-01T11:09:12.6462295Z [----------] 4 tests from IRPrinter (0 ms total) 2022-12-01T11:09:12.6462508Z 2022-12-01T11:09:12.6462866Z [----------] 8 tests from IRVerifier 2022-12-01T11:09:12.6463561Z [ RUN ] IRVerifier.BitwiseOps 2022-12-01T11:09:12.6464195Z [ OK ] IRVerifier.BitwiseOps (0 ms) 2022-12-01T11:09:12.6464605Z [ RUN ] IRVerifier.CompareSelect 2022-12-01T11:09:12.6465012Z [ OK ] IRVerifier.CompareSelect (0 ms) 2022-12-01T11:09:12.6465377Z [ RUN ] IRVerifier.Ramp 2022-12-01T11:09:12.6465739Z [ OK ] IRVerifier.Ramp (0 ms) 2022-12-01T11:09:12.6466083Z [ RUN ] IRVerifier.Load 2022-12-01T11:09:12.6466420Z [ OK ] IRVerifier.Load (0 ms) 2022-12-01T11:09:12.6466782Z [ RUN ] IRVerifier.IfThenElse 2022-12-01T11:09:12.6467193Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-12-01T11:09:12.6467532Z [ RUN ] IRVerifier.For 2022-12-01T11:09:12.6467884Z [ OK ] IRVerifier.For (0 ms) 2022-12-01T11:09:12.6468228Z [ RUN ] IRVerifier.Block 2022-12-01T11:09:12.6468591Z [ OK ] IRVerifier.Block (0 ms) 2022-12-01T11:09:12.6468923Z [ RUN ] IRVerifier.Store 2022-12-01T11:09:12.6469281Z [ OK ] IRVerifier.Store (0 ms) 2022-12-01T11:09:12.6469685Z [----------] 8 tests from IRVerifier (0 ms total) 2022-12-01T11:09:12.6469879Z 2022-12-01T11:09:12.6470073Z [----------] 39 tests from Kernel 2022-12-01T11:09:12.6470818Z [ RUN ] Kernel.ParallelExternalCallBuf 2022-12-01T11:09:12.7234224Z [ OK ] Kernel.ParallelExternalCallBuf (76 ms) 2022-12-01T11:09:12.7234666Z [ RUN ] Kernel.InliningIntermediates 2022-12-01T11:09:13.1162160Z [ OK ] Kernel.InliningIntermediates (392 ms) 2022-12-01T11:09:13.1162929Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-12-01T11:09:13.3024558Z [ OK ] Kernel.PreAllocIntermediateBufs (186 ms) 2022-12-01T11:09:13.3024959Z [ RUN ] Kernel._1 2022-12-01T11:09:13.3408141Z [ OK ] Kernel._1 (38 ms) 2022-12-01T11:09:13.3408473Z [ RUN ] Kernel._2 2022-12-01T11:09:13.3821736Z [ OK ] Kernel._2 (41 ms) 2022-12-01T11:09:13.3822073Z [ RUN ] Kernel._3 2022-12-01T11:09:13.4242292Z [ OK ] Kernel._3 (41 ms) 2022-12-01T11:09:13.4242595Z [ RUN ] Kernel.Huge 2022-12-01T11:09:13.4567413Z [ OK ] Kernel.Huge (32 ms) 2022-12-01T11:09:13.4567804Z [ RUN ] Kernel.ParallelStrided 2022-12-01T11:09:13.5762324Z [ OK ] Kernel.ParallelStrided (119 ms) 2022-12-01T11:09:13.5763135Z [ RUN ] Kernel.CatInputTypesPromotion 2022-12-01T11:09:13.7024525Z [ OK ] Kernel.CatInputTypesPromotion (126 ms) 2022-12-01T11:09:13.7024937Z [ RUN ] Kernel.ToDType 2022-12-01T11:09:13.7390366Z [ OK ] Kernel.ToDType (36 ms) 2022-12-01T11:09:13.7391096Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-12-01T11:09:13.7761447Z [ OK ] Kernel.CatAndInlineWithAConstantDim (37 ms) 2022-12-01T11:09:13.7761912Z [ RUN ] Kernel.CatWithEmptyInputs 2022-12-01T11:09:13.8684468Z [ OK ] Kernel.CatWithEmptyInputs (92 ms) 2022-12-01T11:09:13.8684917Z [ RUN ] Kernel.CatWoConditionals 2022-12-01T11:09:13.9650066Z [ OK ] Kernel.CatWoConditionals (96 ms) 2022-12-01T11:09:13.9650692Z [ RUN ] Kernel.OptimizeConditionals 2022-12-01T11:09:14.0922720Z [ OK ] Kernel.OptimizeConditionals (127 ms) 2022-12-01T11:09:14.0923126Z [ RUN ] Kernel.SumAllAxes 2022-12-01T11:09:14.1562926Z [ OK ] Kernel.SumAllAxes (64 ms) 2022-12-01T11:09:14.1563334Z [ RUN ] Kernel.SumOneAxis 2022-12-01T11:09:14.6908892Z [ OK ] Kernel.SumOneAxis (534 ms) 2022-12-01T11:09:14.6909331Z [ RUN ] Kernel.SumMultipleAxes 2022-12-01T11:09:15.2619093Z [ OK ] Kernel.SumMultipleAxes (570 ms) 2022-12-01T11:09:15.8507767Z [ RUN ] Kernel.Softmax2D 2022-12-01T11:09:15.8508158Z [ OK ] Kernel.Softmax2D (588 ms) 2022-12-01T11:09:15.8508527Z [ RUN ] Kernel.Softmax3D 2022-12-01T11:09:17.0198016Z [ OK ] Kernel.Softmax3D (1168 ms) 2022-12-01T11:09:17.0198413Z [ RUN ] Kernel.Softmax4D 2022-12-01T11:09:18.4305937Z [ OK ] Kernel.Softmax4D (1410 ms) 2022-12-01T11:09:18.4306322Z [ RUN ] Kernel.SignTest 2022-12-01T11:09:18.5404606Z [ OK ] Kernel.SignTest (109 ms) 2022-12-01T11:09:18.5405056Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-12-01T11:09:18.5771190Z [ OK ] Kernel.InlineProducerIntoReduction (36 ms) 2022-12-01T11:09:18.5771674Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-12-01T11:09:18.6228620Z [ OK ] Kernel.InlineReductionIntoConsumer (45 ms) 2022-12-01T11:09:18.6229081Z [ RUN ] Kernel.SanitizeNames_CUDA 2022-12-01T11:09:18.9158904Z [ OK ] Kernel.SanitizeNames_CUDA (292 ms) 2022-12-01T11:09:18.9159374Z [ RUN ] Kernel.SanitizeConstants_CUDA 2022-12-01T11:09:19.2060813Z [ OK ] Kernel.SanitizeConstants_CUDA (290 ms) 2022-12-01T11:09:19.2061256Z [ RUN ] Kernel.ConstantTensors 2022-12-01T11:09:19.2581257Z [ OK ] Kernel.ConstantTensors (52 ms) 2022-12-01T11:09:19.2581770Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-12-01T11:09:19.3098920Z [ OK ] Kernel.ConstantTensorsNonContiguous (51 ms) 2022-12-01T11:09:19.3099350Z [ RUN ] Kernel.RunFast 2022-12-01T11:09:19.3513979Z [ OK ] Kernel.RunFast (41 ms) 2022-12-01T11:09:19.3514645Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-12-01T11:09:19.3930231Z [ OK ] Kernel.RunWithAllocatedOutputs (41 ms) 2022-12-01T11:09:19.3930664Z [ RUN ] Kernel.CodegenInspection 2022-12-01T11:09:19.4449544Z [ OK ] Kernel.CodegenInspection (51 ms) 2022-12-01T11:09:19.4449960Z [ RUN ] Kernel.CustomLowering 2022-12-01T11:09:19.4767045Z [ OK ] Kernel.CustomLowering (31 ms) 2022-12-01T11:09:19.4767416Z [ RUN ] Kernel.Vectorize 2022-12-01T11:09:19.5170562Z [ OK ] Kernel.Vectorize (40 ms) 2022-12-01T11:09:19.5171005Z [ RUN ] Kernel.Strided1dWithinBounds 2022-12-01T11:09:19.5468473Z [ OK ] Kernel.Strided1dWithinBounds (29 ms) 2022-12-01T11:09:19.5468915Z [ RUN ] Kernel.InputAsOutput 2022-12-01T11:09:19.5930387Z [ OK ] Kernel.InputAsOutput (46 ms) 2022-12-01T11:09:19.5930774Z [ RUN ] Kernel.ScalarOut 2022-12-01T11:09:19.6192270Z [ OK ] Kernel.ScalarOut (26 ms) 2022-12-01T11:09:19.6192667Z [ RUN ] Kernel.ScalarTensorOut 2022-12-01T11:09:19.6531422Z [ OK ] Kernel.ScalarTensorOut (33 ms) 2022-12-01T11:09:19.6531895Z [ RUN ] Kernel.FuseLoopsWithVariableBounds 2022-12-01T11:09:20.2442210Z [ OK ] Kernel.FuseLoopsWithVariableBounds (590 ms) 2022-12-01T11:09:20.2442731Z [ RUN ] Kernel.FuseLoopsWithVariableConcatDim 2022-12-01T11:09:20.8873500Z [ OK ] Kernel.FuseLoopsWithVariableConcatDim (643 ms) 2022-12-01T11:09:20.8874335Z [ RUN ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims 2022-12-01T11:09:21.3087674Z [ OK ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims (421 ms) 2022-12-01T11:09:21.3088386Z [----------] 39 tests from Kernel (8662 ms total) 2022-12-01T11:09:21.3088543Z 2022-12-01T11:09:21.3088748Z [----------] 174 tests from LoopNest 2022-12-01T11:09:21.3089198Z [ RUN ] LoopNest.ExprSimple01 2022-12-01T11:09:21.3090238Z [ OK ] LoopNest.ExprSimple01 (0 ms) 2022-12-01T11:09:21.3090869Z [ RUN ] LoopNest.ExprLower01 2022-12-01T11:09:21.3091914Z [ OK ] LoopNest.ExprLower01 (0 ms) 2022-12-01T11:09:21.3092548Z [ RUN ] LoopNest.ExprSimple02 2022-12-01T11:09:21.3123859Z [ OK ] LoopNest.ExprSimple02 (3 ms) 2022-12-01T11:09:21.3124903Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-12-01T11:09:21.3128357Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (0 ms) 2022-12-01T11:09:21.3128930Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-12-01T11:09:21.3132934Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (0 ms) 2022-12-01T11:09:21.3133458Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-12-01T11:09:21.3133985Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (0 ms) 2022-12-01T11:09:21.3134545Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-12-01T11:09:21.3135439Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-12-01T11:09:21.3135937Z [ RUN ] LoopNest.ExprSliceHead 2022-12-01T11:09:21.3137892Z [ OK ] LoopNest.ExprSliceHead (0 ms) 2022-12-01T11:09:21.3138364Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-12-01T11:09:21.3140985Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (0 ms) 2022-12-01T11:09:21.3141730Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-12-01T11:09:21.3142545Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-12-01T11:09:21.3143117Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-12-01T11:09:21.3143668Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-12-01T11:09:21.3144135Z [ RUN ] LoopNest.ExprSliceTail 2022-12-01T11:09:21.3145436Z [ OK ] LoopNest.ExprSliceTail (0 ms) 2022-12-01T11:09:21.3145854Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-12-01T11:09:21.3156486Z [ OK ] LoopNest.ExprSplitAndSlice (1 ms) 2022-12-01T11:09:21.3156933Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-12-01T11:09:21.3159732Z [ OK ] LoopNest.ExprSliceAndNormalize (0 ms) 2022-12-01T11:09:21.3160221Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-12-01T11:09:21.3184863Z [ OK ] LoopNest.ExprSliceWithVariableDimension (2 ms) 2022-12-01T11:09:21.3185333Z [ RUN ] LoopNest.ExprSplitWithTail 2022-12-01T11:09:21.3196413Z [ OK ] LoopNest.ExprSplitWithTail (1 ms) 2022-12-01T11:09:21.3196863Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-12-01T11:09:21.3214873Z [ OK ] LoopNest.ExprSplitWithTailNone (1 ms) 2022-12-01T11:09:21.3215331Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-12-01T11:09:21.3255946Z [ OK ] LoopNest.ExprSplitWithMask01 (4 ms) 2022-12-01T11:09:21.3256423Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-12-01T11:09:21.3263059Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (0 ms) 2022-12-01T11:09:21.3263500Z [ RUN ] LoopNest.getLoopAt 2022-12-01T11:09:21.3263884Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-12-01T11:09:21.3264220Z [ RUN ] LoopNest.TileSimple 2022-12-01T11:09:21.4529743Z [ OK ] LoopNest.TileSimple (126 ms) 2022-12-01T11:09:21.4530148Z [ RUN ] LoopNest.TileWithTails 2022-12-01T11:09:21.5798190Z [ OK ] LoopNest.TileWithTails (126 ms) 2022-12-01T11:09:21.5798636Z [ RUN ] LoopNest.TileInMiddle 2022-12-01T11:09:21.7870030Z [ OK ] LoopNest.TileInMiddle (207 ms) 2022-12-01T11:09:21.7871159Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-12-01T11:09:21.7871714Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-12-01T11:09:21.7872164Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-12-01T11:09:21.7872658Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-12-01T11:09:21.7873143Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-12-01T11:09:21.7899153Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (2 ms) 2022-12-01T11:09:21.7899614Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-12-01T11:09:21.8007474Z [ OK ] LoopNest.ScheduleFunctionCall01 (10 ms) 2022-12-01T11:09:21.8008146Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-12-01T11:09:21.8178497Z [ OK ] LoopNest.ScheduleInlineSimple (16 ms) 2022-12-01T11:09:21.8179150Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-12-01T11:09:21.8966534Z [ OK ] LoopNest.ScheduleInlineFunc01 (78 ms) 2022-12-01T11:09:21.8967180Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-12-01T11:09:21.8972050Z [ OK ] LoopNest.ScheduleInlineRandom (0 ms) 2022-12-01T11:09:21.8972745Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-12-01T11:09:21.8977928Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (0 ms) 2022-12-01T11:09:21.8978669Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-12-01T11:09:21.8982639Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (0 ms) 2022-12-01T11:09:21.8983373Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-12-01T11:09:21.9108836Z [ OK ] LoopNest.ScheduleInlineIntrinsics (12 ms) 2022-12-01T11:09:21.9109594Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-12-01T11:09:21.9113591Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (0 ms) 2022-12-01T11:09:21.9114316Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-12-01T11:09:21.9115993Z [ OK ] LoopNest.ScheduleSplitAThenInline (0 ms) 2022-12-01T11:09:21.9116845Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-12-01T11:09:21.9122393Z [ OK ] LoopNest.ScheduleSplitBThenInline (0 ms) 2022-12-01T11:09:21.9123155Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-12-01T11:09:21.9125098Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (0 ms) 2022-12-01T11:09:21.9125783Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-12-01T11:09:21.9130798Z [ OK ] LoopNest.ScheduleInlineThenSplit (0 ms) 2022-12-01T11:09:21.9131466Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-12-01T11:09:21.9142300Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (1 ms) 2022-12-01T11:09:21.9143093Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-12-01T11:09:21.9144458Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (0 ms) 2022-12-01T11:09:21.9144938Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-12-01T11:09:21.9152089Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (0 ms) 2022-12-01T11:09:21.9152824Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-12-01T11:09:21.9159593Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (0 ms) 2022-12-01T11:09:21.9160283Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-12-01T11:09:21.9167264Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (0 ms) 2022-12-01T11:09:21.9167995Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-12-01T11:09:21.9170955Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (0 ms) 2022-12-01T11:09:21.9171807Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-12-01T11:09:21.9177794Z [ OK ] LoopNest.ScheduleInlineOutputTensors (0 ms) 2022-12-01T11:09:21.9178593Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-12-01T11:09:21.9179741Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-12-01T11:09:21.9180315Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-12-01T11:09:21.9181731Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-12-01T11:09:21.9182364Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-12-01T11:09:21.9182945Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-12-01T11:09:21.9183411Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-12-01T11:09:21.9253985Z [ OK ] LoopNest.ScheduleFuserStyle (7 ms) 2022-12-01T11:09:21.9254433Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-12-01T11:09:21.9339704Z [ OK ] LoopNest.ScheduleFuserThreeArg (8 ms) 2022-12-01T11:09:21.9340182Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-12-01T11:09:21.9489033Z [ OK ] LoopNest.ScheduleDynamicShape2D (14 ms) 2022-12-01T11:09:21.9489481Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-12-01T11:09:21.9501303Z [ OK ] LoopNest.LoopNestComputeAt_1 (1 ms) 2022-12-01T11:09:21.9501748Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-12-01T11:09:22.0194624Z [ OK ] LoopNest.LoopNestComputeAt_2 (69 ms) 2022-12-01T11:09:22.0195070Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-12-01T11:09:22.0882164Z [ OK ] LoopNest.LoopNestComputeAt_3 (68 ms) 2022-12-01T11:09:22.0882600Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-12-01T11:09:22.2035363Z [ OK ] LoopNest.Reduce2dComputeAt (115 ms) 2022-12-01T11:09:22.2036061Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-12-01T11:09:22.2039233Z [ OK ] LoopNest.LoopNestReorderAxis1 (0 ms) 2022-12-01T11:09:22.2039770Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-12-01T11:09:22.2053814Z [ OK ] LoopNest.LoopNestReorderPartialAxes (1 ms) 2022-12-01T11:09:22.2054425Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-12-01T11:09:22.2067578Z [ OK ] LoopNest.LoopNestReorderInternalAxis (1 ms) 2022-12-01T11:09:22.2068321Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-12-01T11:09:22.2081975Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (1 ms) 2022-12-01T11:09:22.2082671Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-12-01T11:09:22.2083504Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-12-01T11:09:22.2084007Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-12-01T11:09:22.2104158Z [ OK ] LoopNest.LoopNestReorderExtraStatements (2 ms) 2022-12-01T11:09:22.2104710Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-12-01T11:09:22.2912224Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (80 ms) 2022-12-01T11:09:22.2912782Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-12-01T11:09:22.3716514Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (80 ms) 2022-12-01T11:09:22.3717028Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-12-01T11:09:22.4741789Z [ OK ] LoopNest.LoopNestReorderLongStringFull (102 ms) 2022-12-01T11:09:22.4742292Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-12-01T11:09:22.4905544Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (16 ms) 2022-12-01T11:09:22.4906018Z [ RUN ] LoopNest.OuterLoopVectorization 2022-12-01T11:09:22.4908433Z [ OK ] LoopNest.OuterLoopVectorization (0 ms) 2022-12-01T11:09:22.4909068Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-12-01T11:09:22.4911506Z [ OK ] LoopNest.VectorizeLoopNotNormalized (0 ms) 2022-12-01T11:09:22.4911947Z [ RUN ] LoopNest.Unroll 2022-12-01T11:09:22.4913586Z [ OK ] LoopNest.Unroll (0 ms) 2022-12-01T11:09:22.4913979Z [ RUN ] LoopNest.UnrollOuter 2022-12-01T11:09:22.4916481Z [ OK ] LoopNest.UnrollOuter (0 ms) 2022-12-01T11:09:22.4916882Z [ RUN ] LoopNest.UnrollInner 2022-12-01T11:09:22.4919250Z [ OK ] LoopNest.UnrollInner (0 ms) 2022-12-01T11:09:22.4920022Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-12-01T11:09:22.4920532Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-12-01T11:09:22.4920994Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-12-01T11:09:22.4923204Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (0 ms) 2022-12-01T11:09:22.4923709Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-12-01T11:09:22.4945107Z [ OK ] LoopNest.UnrollNonConstantBounds (2 ms) 2022-12-01T11:09:22.4945639Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-12-01T11:09:22.4946106Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (0 ms) 2022-12-01T11:09:22.4946516Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-12-01T11:09:22.4950628Z [ OK ] LoopNest.UnrollByFactorEqualToIters (0 ms) 2022-12-01T11:09:22.4951586Z [ RUN ] LoopNest.UnrollEmpty 2022-12-01T11:09:22.4952282Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-12-01T11:09:22.4952750Z [ RUN ] LoopNest.NoUnroll 2022-12-01T11:09:22.4953124Z [ OK ] LoopNest.NoUnroll (0 ms) 2022-12-01T11:09:22.4953464Z [ RUN ] LoopNest.UnrollWithLet 2022-12-01T11:09:22.4955729Z [ OK ] LoopNest.UnrollWithLet (0 ms) 2022-12-01T11:09:22.4956126Z [ RUN ] LoopNest.IsNormalized 2022-12-01T11:09:22.4956528Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-12-01T11:09:22.4956969Z [ RUN ] LoopNest.NormalizeStartPositive 2022-12-01T11:09:22.4959412Z [ OK ] LoopNest.NormalizeStartPositive (0 ms) 2022-12-01T11:09:22.4959858Z [ RUN ] LoopNest.NormalizeStartNegative 2022-12-01T11:09:22.4963959Z [ OK ] LoopNest.NormalizeStartNegative (0 ms) 2022-12-01T11:09:22.4964559Z [ RUN ] LoopNest.NormalizeStartZero 2022-12-01T11:09:22.4964970Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-12-01T11:09:22.4965353Z [ RUN ] LoopNest.NormalizeStartVariable 2022-12-01T11:09:22.4970385Z [ OK ] LoopNest.NormalizeStartVariable (0 ms) 2022-12-01T11:09:22.4970891Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-12-01T11:09:22.4974767Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (0 ms) 2022-12-01T11:09:22.4980232Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-12-01T11:09:22.4981253Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (0 ms) 2022-12-01T11:09:22.4982201Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-12-01T11:09:22.4988650Z [ OK ] LoopNest.NormalizeAndSplitWithTail (0 ms) 2022-12-01T11:09:22.4989658Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-12-01T11:09:22.4998778Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (0 ms) 2022-12-01T11:09:22.4999751Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-12-01T11:09:22.5014690Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (1 ms) 2022-12-01T11:09:22.5015645Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-12-01T11:09:22.5131338Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (11 ms) 2022-12-01T11:09:22.5132311Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-12-01T11:09:22.5170786Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (3 ms) 2022-12-01T11:09:22.5172201Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-12-01T11:09:22.5189721Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (1 ms) 2022-12-01T11:09:22.5191156Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-12-01T11:09:22.5192083Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-12-01T11:09:22.5193030Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-12-01T11:09:22.5193948Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-12-01T11:09:22.5194950Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-12-01T11:09:22.5196016Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (0 ms) 2022-12-01T11:09:22.5197020Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-12-01T11:09:22.5198025Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-12-01T11:09:22.5198976Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-12-01T11:09:22.5199931Z [ OK ] LoopNest.DetectInlineRankMismatch (0 ms) 2022-12-01T11:09:22.5200783Z [ RUN ] LoopNest.CacheReadsSimple 2022-12-01T11:09:22.5701639Z [ OK ] LoopNest.CacheReadsSimple (50 ms) 2022-12-01T11:09:22.5702492Z [ RUN ] LoopNest.CacheReadsOuter 2022-12-01T11:09:22.6245649Z [ OK ] LoopNest.CacheReadsOuter (54 ms) 2022-12-01T11:09:22.6246491Z [ RUN ] LoopNest.CacheReadsInternal 2022-12-01T11:09:22.6826984Z [ OK ] LoopNest.CacheReadsInternal (58 ms) 2022-12-01T11:09:22.6827848Z [ RUN ] LoopNest.CacheReadsInner 2022-12-01T11:09:22.7742772Z [ OK ] LoopNest.CacheReadsInner (91 ms) 2022-12-01T11:09:22.7743643Z [ RUN ] LoopNest.CacheWritesSimple 2022-12-01T11:09:22.8778096Z [ OK ] LoopNest.CacheWritesSimple (103 ms) 2022-12-01T11:09:22.8778978Z [ RUN ] LoopNest.DeadStoreElimination 2022-12-01T11:09:22.8801213Z [ OK ] LoopNest.DeadStoreElimination (2 ms) 2022-12-01T11:09:22.8802257Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-12-01T11:09:22.8820960Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (1 ms) 2022-12-01T11:09:22.8821978Z [ RUN ] LoopNest.CompoundTensorSimple 2022-12-01T11:09:22.8841423Z [ OK ] LoopNest.CompoundTensorSimple (2 ms) 2022-12-01T11:09:22.8842312Z [ RUN ] LoopNest.InlineConstantIndex 2022-12-01T11:09:22.8847960Z [ OK ] LoopNest.InlineConstantIndex (0 ms) 2022-12-01T11:09:22.8848812Z [ RUN ] LoopNest.CompoundTensorUsed 2022-12-01T11:09:22.8881583Z [ OK ] LoopNest.CompoundTensorUsed (3 ms) 2022-12-01T11:09:22.8882416Z [ RUN ] LoopNest.InlineFromLoad 2022-12-01T11:09:22.8883240Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-12-01T11:09:22.8884079Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-12-01T11:09:22.8885473Z [ OK ] LoopNest.OptimizeConditionalsSimple (0 ms) 2022-12-01T11:09:22.8886529Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-12-01T11:09:22.8891553Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (0 ms) 2022-12-01T11:09:22.8892663Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-12-01T11:09:22.8897085Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (0 ms) 2022-12-01T11:09:22.8898277Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-12-01T11:09:22.8906815Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (0 ms) 2022-12-01T11:09:22.8907966Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-12-01T11:09:22.8913941Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (0 ms) 2022-12-01T11:09:22.8915098Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-12-01T11:09:22.8921026Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (0 ms) 2022-12-01T11:09:22.8922259Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-12-01T11:09:22.8927573Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (0 ms) 2022-12-01T11:09:22.8928778Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-12-01T11:09:22.8934241Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (0 ms) 2022-12-01T11:09:22.8935362Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-12-01T11:09:22.8941169Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (0 ms) 2022-12-01T11:09:22.8942319Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-12-01T11:09:22.8947320Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (0 ms) 2022-12-01T11:09:22.8948454Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-12-01T11:09:22.8952802Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (0 ms) 2022-12-01T11:09:22.8953897Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-12-01T11:09:22.8955842Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (0 ms) 2022-12-01T11:09:22.8956851Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-12-01T11:09:23.0982858Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (202 ms) 2022-12-01T11:09:23.0983891Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-12-01T11:09:23.2595368Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (161 ms) 2022-12-01T11:09:23.2596387Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-12-01T11:09:23.4623565Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (202 ms) 2022-12-01T11:09:23.4624641Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-12-01T11:09:23.6443835Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (182 ms) 2022-12-01T11:09:23.6444875Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-12-01T11:09:23.6448358Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (0 ms) 2022-12-01T11:09:23.6449222Z [ RUN ] LoopNest.VectorizeUse 2022-12-01T11:09:23.6450652Z [ OK ] LoopNest.VectorizeUse (0 ms) 2022-12-01T11:09:23.6451427Z [ RUN ] LoopNest.Int64Direct 2022-12-01T11:09:23.6452489Z [ OK ] LoopNest.Int64Direct (0 ms) 2022-12-01T11:09:23.6453238Z [ RUN ] LoopNest.Int64Compute 2022-12-01T11:09:23.6455024Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-12-01T11:09:23.6455963Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-12-01T11:09:23.6457016Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-12-01T11:09:23.6458072Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-12-01T11:09:23.6459130Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-12-01T11:09:23.6460102Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-12-01T11:09:23.6461117Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (0 ms) 2022-12-01T11:09:23.6462071Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-12-01T11:09:23.6463082Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-12-01T11:09:23.6464136Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-12-01T11:09:23.6465333Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (0 ms) 2022-12-01T11:09:23.6466283Z [ RUN ] LoopNest.fuseLoopsSimple 2022-12-01T11:09:23.6468761Z [ OK ] LoopNest.fuseLoopsSimple (0 ms) 2022-12-01T11:09:23.6469601Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-12-01T11:09:23.6479006Z [ OK ] LoopNest.fuseLoopsMultiple (0 ms) 2022-12-01T11:09:23.6480058Z [ RUN ] LoopNest.fuseLoopsNested 2022-12-01T11:09:23.6490687Z [ OK ] LoopNest.fuseLoopsNested (1 ms) 2022-12-01T11:09:23.6491559Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-12-01T11:09:23.6497709Z [ OK ] LoopNest.fuseLoopsNested2D (0 ms) 2022-12-01T11:09:23.6498620Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-12-01T11:09:23.6502066Z [ OK ] LoopNest.fuseLoopsNested2DInner (0 ms) 2022-12-01T11:09:23.6503081Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-12-01T11:09:23.6504070Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-12-01T11:09:23.6505055Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-12-01T11:09:23.6506038Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-12-01T11:09:23.6506995Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-12-01T11:09:23.6507931Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-12-01T11:09:23.6508849Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-12-01T11:09:23.6509883Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-12-01T11:09:23.6511208Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-12-01T11:09:23.6516439Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (0 ms) 2022-12-01T11:09:23.6517436Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-12-01T11:09:23.6525976Z [ OK ] LoopNest.fuseLoopsWithExprBounds (0 ms) 2022-12-01T11:09:23.6526995Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-12-01T11:09:23.6534183Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (0 ms) 2022-12-01T11:09:23.6535350Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-12-01T11:09:23.6543150Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (0 ms) 2022-12-01T11:09:23.6544419Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-12-01T11:09:23.6556996Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (1 ms) 2022-12-01T11:09:23.6558106Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-12-01T11:09:23.6566582Z [ OK ] LoopNest.fuseLoopsWithReductions (0 ms) 2022-12-01T11:09:23.6567784Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-12-01T11:09:23.6582053Z [ OK ] LoopNest.fuseLoopsWith2DReductions (1 ms) 2022-12-01T11:09:23.6583059Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-12-01T11:09:23.6596168Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (1 ms) 2022-12-01T11:09:23.6597255Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-12-01T11:09:23.6614612Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (1 ms) 2022-12-01T11:09:23.6615642Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-12-01T11:09:23.6624960Z [ OK ] LoopNest.fuseLoopsWithTranspose (1 ms) 2022-12-01T11:09:23.6625955Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-12-01T11:09:23.6633711Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (0 ms) 2022-12-01T11:09:23.6634810Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-12-01T11:09:23.6641999Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (0 ms) 2022-12-01T11:09:23.6643073Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-12-01T11:09:23.6655728Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (1 ms) 2022-12-01T11:09:23.6656832Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-12-01T11:09:23.6672479Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (1 ms) 2022-12-01T11:09:23.6673555Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-12-01T11:09:23.6681879Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (0 ms) 2022-12-01T11:09:23.6683186Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-12-01T11:09:23.6691447Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (0 ms) 2022-12-01T11:09:23.6692521Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-12-01T11:09:23.6700658Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (0 ms) 2022-12-01T11:09:23.6701694Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-12-01T11:09:23.6702624Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-12-01T11:09:23.6703482Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-12-01T11:09:23.6704338Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-12-01T11:09:23.6705177Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-12-01T11:09:23.6706014Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-12-01T11:09:23.6706885Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-12-01T11:09:23.6707754Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-12-01T11:09:23.6708607Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-12-01T11:09:23.6709561Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-12-01T11:09:23.6710753Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-12-01T11:09:23.6711717Z [ OK ] LoopNest.reorderInvalidPermutations (0 ms) 2022-12-01T11:09:23.6712604Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-12-01T11:09:23.6713520Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-12-01T11:09:23.6714415Z [ RUN ] LoopNest.compressBufferSimple 2022-12-01T11:09:23.6715273Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-12-01T11:09:23.6716192Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-12-01T11:09:23.6717149Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-12-01T11:09:23.6718194Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-12-01T11:09:23.6719160Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-12-01T11:09:23.6720178Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-12-01T11:09:23.6721285Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-12-01T11:09:23.6722511Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-12-01T11:09:23.6723513Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-12-01T11:09:23.6724533Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-12-01T11:09:23.6725564Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-12-01T11:09:23.6726574Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-12-01T11:09:23.6727521Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-12-01T11:09:23.6728428Z [ RUN ] LoopNest.compressMultipleBuffers 2022-12-01T11:09:23.6729361Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-12-01T11:09:23.6730182Z [ RUN ] LoopNest.sanitizeNames 2022-12-01T11:09:23.6745953Z [ OK ] LoopNest.sanitizeNames (3 ms) 2022-12-01T11:09:23.6746833Z [----------] 174 tests from LoopNest (2365 ms total) 2022-12-01T11:09:23.6747250Z 2022-12-01T11:09:23.6747692Z [----------] 31 tests from MemDependency 2022-12-01T11:09:23.6748486Z [ RUN ] MemDependency.BoundOverlap 2022-12-01T11:09:23.6764159Z [ OK ] MemDependency.BoundOverlap (1 ms) 2022-12-01T11:09:23.6765008Z [ RUN ] MemDependency.BoundComparison 2022-12-01T11:09:23.6778694Z [ OK ] MemDependency.BoundComparison (1 ms) 2022-12-01T11:09:23.6779650Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-12-01T11:09:23.6793570Z [ OK ] MemDependency.BoundOverlapSymbolic (1 ms) 2022-12-01T11:09:23.6794530Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-12-01T11:09:23.6807601Z [ OK ] MemDependency.BoundOverlapMultiDim (1 ms) 2022-12-01T11:09:23.6808542Z [ RUN ] MemDependency.BoundSubtract 2022-12-01T11:09:23.6819620Z [ OK ] MemDependency.BoundSubtract (1 ms) 2022-12-01T11:09:23.6820552Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-12-01T11:09:23.6852919Z [ OK ] MemDependency.BoundSubtractSymbolic (3 ms) 2022-12-01T11:09:23.6853895Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-12-01T11:09:23.6889386Z [ OK ] MemDependency.BoundSubtractMultiDim (3 ms) 2022-12-01T11:09:23.6890425Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-12-01T11:09:23.6939196Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (4 ms) 2022-12-01T11:09:23.6940290Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-12-01T11:09:23.6941324Z [ OK ] MemDependency.MemDependencyCheckerSimple (0 ms) 2022-12-01T11:09:23.6942397Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-12-01T11:09:23.6943455Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (0 ms) 2022-12-01T11:09:23.6944490Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-12-01T11:09:23.6945569Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-12-01T11:09:23.6946619Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-12-01T11:09:23.6947634Z [ OK ] MemDependency.MemDependencyCheckerLoop (0 ms) 2022-12-01T11:09:23.6948648Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-12-01T11:09:23.6952719Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (0 ms) 2022-12-01T11:09:23.6953906Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-12-01T11:09:23.6958787Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (0 ms) 2022-12-01T11:09:23.6959965Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-12-01T11:09:23.6961712Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (0 ms) 2022-12-01T11:09:23.6962906Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-12-01T11:09:23.6964549Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (0 ms) 2022-12-01T11:09:23.6965932Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-12-01T11:09:23.6983138Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (1 ms) 2022-12-01T11:09:23.6984366Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-12-01T11:09:23.7024731Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (4 ms) 2022-12-01T11:09:23.7025982Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-12-01T11:09:23.7229465Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (20 ms) 2022-12-01T11:09:23.7231080Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-12-01T11:09:23.7245029Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (1 ms) 2022-12-01T11:09:23.7246233Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-12-01T11:09:23.7271914Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (2 ms) 2022-12-01T11:09:23.7273088Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-12-01T11:09:23.7290642Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (1 ms) 2022-12-01T11:09:23.7291714Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-12-01T11:09:23.7319651Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (2 ms) 2022-12-01T11:09:23.7320795Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-12-01T11:09:23.7362093Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (4 ms) 2022-12-01T11:09:23.7363438Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-12-01T11:09:23.7413788Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (5 ms) 2022-12-01T11:09:23.7414881Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-12-01T11:09:23.7431402Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (1 ms) 2022-12-01T11:09:23.7432623Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-12-01T11:09:23.7444650Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (1 ms) 2022-12-01T11:09:23.7445819Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-12-01T11:09:23.7478670Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (3 ms) 2022-12-01T11:09:23.7479862Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-12-01T11:09:23.7500512Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (2 ms) 2022-12-01T11:09:23.7501711Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-12-01T11:09:23.7519126Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (1 ms) 2022-12-01T11:09:23.7520320Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-12-01T11:09:23.7763730Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (24 ms) 2022-12-01T11:09:23.7764654Z [----------] 31 tests from MemDependency (101 ms total) 2022-12-01T11:09:23.7765189Z 2022-12-01T11:09:23.7765546Z [----------] 2 tests from Ops 2022-12-01T11:09:23.7766198Z [ RUN ] Ops.Sum 2022-12-01T11:09:23.7825105Z [ OK ] Ops.Sum (6 ms) 2022-12-01T11:09:23.7825844Z [ RUN ] Ops.ChannelsLastSum 2022-12-01T11:09:23.9368380Z [ OK ] Ops.ChannelsLastSum (154 ms) 2022-12-01T11:09:23.9369207Z [----------] 2 tests from Ops (160 ms total) 2022-12-01T11:09:23.9369575Z 2022-12-01T11:09:23.9369969Z [----------] 10 tests from Quantization 2022-12-01T11:09:23.9370799Z [ RUN ] Quantization.QuantDequantInt8 2022-12-01T11:09:23.9719263Z [ OK ] Quantization.QuantDequantInt8 (35 ms) 2022-12-01T11:09:23.9719753Z [ RUN ] Quantization.QuantDequantUInt8 2022-12-01T11:09:24.0054308Z [ OK ] Quantization.QuantDequantUInt8 (33 ms) 2022-12-01T11:09:24.0055164Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-12-01T11:09:24.0405563Z [ OK ] Quantization.QuantDequantUInt8_NLC (35 ms) 2022-12-01T11:09:24.0406486Z [ RUN ] Quantization.QuantAddDequantInt8 2022-12-01T11:09:24.0797789Z [ OK ] Quantization.QuantAddDequantInt8 (39 ms) 2022-12-01T11:09:24.0798684Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-12-01T11:09:24.1189933Z [ OK ] Quantization.QuantAddDequantUInt8 (39 ms) 2022-12-01T11:09:24.1190941Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-12-01T11:09:24.1644028Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (45 ms) 2022-12-01T11:09:24.1644550Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-12-01T11:09:24.2180148Z [ OK ] Quantization.QuantMulDequantUInt8 (53 ms) 2022-12-01T11:09:24.2180713Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-12-01T11:09:24.2803395Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (62 ms) 2022-12-01T11:09:24.2803937Z [ RUN ] Quantization.UpsampleNearst2d 2022-12-01T11:09:24.3199072Z [ OK ] Quantization.UpsampleNearst2d (39 ms) 2022-12-01T11:09:24.3199547Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-12-01T11:09:24.4013245Z [ OK ] Quantization.QuantCatDequantUInt8 (81 ms) 2022-12-01T11:09:24.4014219Z [----------] 10 tests from Quantization (464 ms total) 2022-12-01T11:09:24.4014451Z 2022-12-01T11:09:24.4014677Z [----------] 2 tests from BufLiveRange 2022-12-01T11:09:24.4015248Z [ RUN ] BufLiveRange.SingleRangeLine 2022-12-01T11:09:24.4015696Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-12-01T11:09:24.4016099Z [ RUN ] BufLiveRange.MulRangeLine 2022-12-01T11:09:24.4016514Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-12-01T11:09:24.4016972Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-12-01T11:09:24.4017188Z 2022-12-01T11:09:24.4017397Z [----------] 6 tests from MemPlanning 2022-12-01T11:09:24.4017841Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-12-01T11:09:24.4871950Z [ OK ] MemPlanning.MemReuseWithTypeCast (85 ms) 2022-12-01T11:09:24.4872461Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-12-01T11:09:24.5883781Z [ OK ] MemPlanning.NoMemReuseForLargerType (101 ms) 2022-12-01T11:09:24.5884307Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-12-01T11:09:24.7032146Z [ OK ] MemPlanning.SameBufSizeMemReuse (114 ms) 2022-12-01T11:09:24.7032664Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-12-01T11:09:24.8199958Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (116 ms) 2022-12-01T11:09:24.8200532Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-12-01T11:09:24.9587022Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (138 ms) 2022-12-01T11:09:24.9587579Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-12-01T11:09:25.0717757Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (113 ms) 2022-12-01T11:09:25.0718618Z [----------] 6 tests from MemPlanning (670 ms total) 2022-12-01T11:09:25.0718847Z 2022-12-01T11:09:25.0719055Z [----------] 45 tests from Reductions 2022-12-01T11:09:25.0719548Z [ RUN ] Reductions.ReduceSum0D_1 2022-12-01T11:09:25.0720738Z [ OK ] Reductions.ReduceSum0D_1 (0 ms) 2022-12-01T11:09:25.0721562Z [ RUN ] Reductions.ReduceSum0D_2 2022-12-01T11:09:25.0721985Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-12-01T11:09:25.0722379Z [ RUN ] Reductions.ReduceSum1D 2022-12-01T11:09:25.0722785Z [ OK ] Reductions.ReduceSum1D (0 ms) 2022-12-01T11:09:25.0723158Z [ RUN ] Reductions.ReduceSum2D 2022-12-01T11:09:25.0729546Z [ OK ] Reductions.ReduceSum2D (0 ms) 2022-12-01T11:09:25.0729945Z [ RUN ] Reductions.ReduceSum3D 2022-12-01T11:09:25.0774633Z [ OK ] Reductions.ReduceSum3D (4 ms) 2022-12-01T11:09:25.0775023Z [ RUN ] Reductions.ReduceSum10D 2022-12-01T11:09:26.0250298Z [ OK ] Reductions.ReduceSum10D (947 ms) 2022-12-01T11:09:26.0250740Z [ RUN ] Reductions.ReduceProduct 2022-12-01T11:09:26.0255307Z [ OK ] Reductions.ReduceProduct (0 ms) 2022-12-01T11:09:26.0255716Z [ RUN ] Reductions.ReduceMax 2022-12-01T11:09:26.0262098Z [ OK ] Reductions.ReduceMax (0 ms) 2022-12-01T11:09:26.0262554Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-12-01T11:09:26.0264824Z [ OK ] Reductions.ReduceMinCustomInitializer (0 ms) 2022-12-01T11:09:26.0265262Z [ RUN ] Reductions.ReduceAnyAll 2022-12-01T11:09:26.0297169Z [ OK ] Reductions.ReduceAnyAll (3 ms) 2022-12-01T11:09:26.0297579Z [ RUN ] Reductions.ReduceMatmul2D 2022-12-01T11:09:26.0311007Z [ OK ] Reductions.ReduceMatmul2D (1 ms) 2022-12-01T11:09:26.0311437Z [ RUN ] Reductions.ReduceRfactorLike 2022-12-01T11:09:26.0327997Z [ OK ] Reductions.ReduceRfactorLike (1 ms) 2022-12-01T11:09:26.0328442Z [ RUN ] Reductions.ReduceAsProducer 2022-12-01T11:09:26.0360044Z [ OK ] Reductions.ReduceAsProducer (3 ms) 2022-12-01T11:09:26.0360465Z [ RUN ] Reductions.ReduceAsConsumer 2022-12-01T11:09:26.0410652Z [ OK ] Reductions.ReduceAsConsumer (5 ms) 2022-12-01T11:09:26.0411101Z [ RUN ] Reductions.SplitReduceAxis 2022-12-01T11:09:26.0434079Z [ OK ] Reductions.SplitReduceAxis (2 ms) 2022-12-01T11:09:26.0434538Z [ RUN ] Reductions.SplitNonReduceAxis 2022-12-01T11:09:26.0481848Z [ OK ] Reductions.SplitNonReduceAxis (4 ms) 2022-12-01T11:09:26.0482360Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-12-01T11:09:26.0538526Z [ OK ] Reductions.ReorderedReductionInitializer (5 ms) 2022-12-01T11:09:26.0538997Z [ RUN ] Reductions.ReduceRfactor 2022-12-01T11:09:26.0555082Z [ OK ] Reductions.ReduceRfactor (1 ms) 2022-12-01T11:09:26.0555528Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-12-01T11:09:26.0733595Z [ OK ] Reductions.Reduce3DRfactorInner (17 ms) 2022-12-01T11:09:26.0734057Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-12-01T11:09:26.0919909Z [ OK ] Reductions.Reduce3DRfactorOuter (18 ms) 2022-12-01T11:09:26.0920426Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-12-01T11:09:26.3366306Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (244 ms) 2022-12-01T11:09:26.3366795Z [ RUN ] Reductions.ReduceSplitTail 2022-12-01T11:09:26.3934348Z [ OK ] Reductions.ReduceSplitTail (56 ms) 2022-12-01T11:09:26.3934811Z [ RUN ] Reductions.ReduceSplitNoTail 2022-12-01T11:09:26.4577592Z [ OK ] Reductions.ReduceSplitNoTail (64 ms) 2022-12-01T11:09:26.4578058Z [ RUN ] Reductions.ReduceOverSplitTail 2022-12-01T11:09:26.5123524Z [ OK ] Reductions.ReduceOverSplitTail (54 ms) 2022-12-01T11:09:26.5123965Z [ RUN ] Reductions.ReduceSplitMask 2022-12-01T11:09:26.5823417Z [ OK ] Reductions.ReduceSplitMask (69 ms) 2022-12-01T11:09:26.5823888Z [ RUN ] Reductions.ReduceSplitNoMask 2022-12-01T11:09:26.6466152Z [ OK ] Reductions.ReduceSplitNoMask (64 ms) 2022-12-01T11:09:26.6466620Z [ RUN ] Reductions.ReduceOverSplitMask 2022-12-01T11:09:26.7044291Z [ OK ] Reductions.ReduceOverSplitMask (57 ms) 2022-12-01T11:09:26.7044745Z [ RUN ] Reductions.ReduceSplitRfactor 2022-12-01T11:09:26.7104884Z [ OK ] Reductions.ReduceSplitRfactor (6 ms) 2022-12-01T11:09:26.7105351Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-12-01T11:09:26.7125387Z [ OK ] Reductions.ReduceOverSplitRfactor (2 ms) 2022-12-01T11:09:26.7125851Z [ RUN ] Reductions.ReduceInlineReduction 2022-12-01T11:09:26.7127087Z [ OK ] Reductions.ReduceInlineReduction (0 ms) 2022-12-01T11:09:26.7127501Z [ RUN ] Reductions.ReduceInlineConsumer 2022-12-01T11:09:26.7254800Z [ OK ] Reductions.ReduceInlineConsumer (12 ms) 2022-12-01T11:09:26.7255230Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-12-01T11:09:26.7384411Z [ OK ] Reductions.ReduceInlineReducerInternal (12 ms) 2022-12-01T11:09:26.7384967Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-12-01T11:09:26.7452210Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (6 ms) 2022-12-01T11:09:26.7452782Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-12-01T11:09:26.7515110Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (6 ms) 2022-12-01T11:09:26.7515696Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-12-01T11:09:26.7578092Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (6 ms) 2022-12-01T11:09:26.7578609Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-12-01T11:09:26.7601226Z [ OK ] Reductions.ReductionCacheBodyAccess (2 ms) 2022-12-01T11:09:26.7601714Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-12-01T11:09:26.7628379Z [ OK ] Reductions.ReductionCacheConsumerAccess (2 ms) 2022-12-01T11:09:26.7628915Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-12-01T11:09:26.7659495Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (3 ms) 2022-12-01T11:09:26.7660055Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-12-01T11:09:26.7686942Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (2 ms) 2022-12-01T11:09:26.7687499Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-12-01T11:09:26.7935776Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (24 ms) 2022-12-01T11:09:26.7936308Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-12-01T11:09:26.8138168Z [ OK ] Reductions.ReductionRfactorCacheTempInner (20 ms) 2022-12-01T11:09:26.8138642Z [ RUN ] Reductions.ReductionVectorize 2022-12-01T11:09:26.8155100Z [ OK ] Reductions.ReductionVectorize (1 ms) 2022-12-01T11:09:26.8155571Z [ RUN ] Reductions.ReductionVectorizeInner 2022-12-01T11:09:26.8155962Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-12-01T11:09:26.8156435Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-12-01T11:09:26.8175388Z [ OK ] Reductions.ReductionVectorizeRfactor (1 ms) 2022-12-01T11:09:26.8175848Z [ RUN ] Reductions.InitFunction 2022-12-01T11:09:26.8178531Z [ OK ] Reductions.InitFunction (0 ms) 2022-12-01T11:09:26.8179235Z [----------] 45 tests from Reductions (1746 ms total) 2022-12-01T11:09:26.8179527Z 2022-12-01T11:09:26.8179696Z [----------] 69 tests from Registerizer 2022-12-01T11:09:26.8180138Z [ RUN ] Registerizer.RegisterizerSimple 2022-12-01T11:09:26.8182137Z [ OK ] Registerizer.RegisterizerSimple (0 ms) 2022-12-01T11:09:26.8182585Z [ RUN ] Registerizer.RegisterizerLoop 2022-12-01T11:09:26.8184694Z [ OK ] Registerizer.RegisterizerLoop (0 ms) 2022-12-01T11:09:26.8185157Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-12-01T11:09:26.8187187Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (0 ms) 2022-12-01T11:09:26.8187695Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-12-01T11:09:26.8189890Z [ OK ] Registerizer.RegisterizerLoopInternal (0 ms) 2022-12-01T11:09:26.8190746Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-12-01T11:09:26.8193647Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (0 ms) 2022-12-01T11:09:26.8194215Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-12-01T11:09:26.8199892Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (0 ms) 2022-12-01T11:09:26.8200510Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-12-01T11:09:26.8206004Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (0 ms) 2022-12-01T11:09:26.8206642Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-12-01T11:09:26.8211881Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (0 ms) 2022-12-01T11:09:26.8212406Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-12-01T11:09:26.8216322Z [ OK ] Registerizer.RegisterizerMultiVar (0 ms) 2022-12-01T11:09:26.8216892Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-12-01T11:09:26.8220232Z [ OK ] Registerizer.RegisterizerVariableLoad (0 ms) 2022-12-01T11:09:26.8220787Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-12-01T11:09:26.8223007Z [ OK ] Registerizer.RegisterizerSymbolicIndices (0 ms) 2022-12-01T11:09:26.8223498Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-12-01T11:09:26.8227009Z [ OK ] Registerizer.RegisterizerMultiLoop (0 ms) 2022-12-01T11:09:26.8227705Z [ RUN ] Registerizer.RegisterizerRepeated 2022-12-01T11:09:26.8232218Z [ OK ] Registerizer.RegisterizerRepeated (0 ms) 2022-12-01T11:09:26.8232776Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-12-01T11:09:26.8234849Z [ OK ] Registerizer.RegisterizerNoLoads (0 ms) 2022-12-01T11:09:26.8235514Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-12-01T11:09:26.8237914Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (0 ms) 2022-12-01T11:09:26.8238482Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-12-01T11:09:26.8243444Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (0 ms) 2022-12-01T11:09:26.8243973Z [ RUN ] Registerizer.RegisterizerAllocs 2022-12-01T11:09:26.8248406Z [ OK ] Registerizer.RegisterizerAllocs (0 ms) 2022-12-01T11:09:26.8249011Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-12-01T11:09:26.8250824Z [ OK ] Registerizer.RegisterizerNoInitializer (0 ms) 2022-12-01T11:09:26.8251448Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-12-01T11:09:26.8253556Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (0 ms) 2022-12-01T11:09:26.8254203Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-12-01T11:09:26.8256644Z [ OK ] Registerizer.RegisterizerLoadThenStore (0 ms) 2022-12-01T11:09:26.8257241Z [ RUN ] Registerizer.RegisterizerParallelized 2022-12-01T11:09:26.8258375Z [ OK ] Registerizer.RegisterizerParallelized (0 ms) 2022-12-01T11:09:26.8258866Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-12-01T11:09:26.8261632Z [ OK ] Registerizer.RegisterizerConditionAfter (0 ms) 2022-12-01T11:09:26.8262147Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-12-01T11:09:26.8264461Z [ OK ] Registerizer.RegisterizerConditionBefore (0 ms) 2022-12-01T11:09:26.8264972Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-12-01T11:09:26.8268118Z [ OK ] Registerizer.RegisterizerConditionInside (0 ms) 2022-12-01T11:09:26.8268671Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-12-01T11:09:26.8272597Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (0 ms) 2022-12-01T11:09:26.8273149Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-12-01T11:09:26.8278317Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (0 ms) 2022-12-01T11:09:26.8278856Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-12-01T11:09:26.8280931Z [ OK ] Registerizer.RegisterizerConditionHidden (0 ms) 2022-12-01T11:09:26.8281444Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-12-01T11:09:26.8284203Z [ OK ] Registerizer.RegisterizerConditionUnhidden (0 ms) 2022-12-01T11:09:26.8284718Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-12-01T11:09:26.8287623Z [ OK ] Registerizer.RegisterizerCondCondition (0 ms) 2022-12-01T11:09:26.8288187Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-12-01T11:09:26.8291309Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (0 ms) 2022-12-01T11:09:26.8291821Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-12-01T11:09:26.8297088Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (0 ms) 2022-12-01T11:09:26.8297598Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-12-01T11:09:26.8303953Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (0 ms) 2022-12-01T11:09:26.8304559Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-12-01T11:09:26.8307189Z [ OK ] Registerizer.RegisterizerIfThenElseNested (0 ms) 2022-12-01T11:09:26.8307798Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-12-01T11:09:26.8311220Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (0 ms) 2022-12-01T11:09:26.8311837Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-12-01T11:09:26.8314080Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (0 ms) 2022-12-01T11:09:26.8314791Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-12-01T11:09:26.8317513Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (0 ms) 2022-12-01T11:09:26.8318082Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-12-01T11:09:26.8334781Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (1 ms) 2022-12-01T11:09:26.8335302Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-12-01T11:09:26.8338341Z [ OK ] Registerizer.RegisterizerCondIfThenElse (0 ms) 2022-12-01T11:09:26.8338905Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-12-01T11:09:26.8341036Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (0 ms) 2022-12-01T11:09:26.8341656Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-12-01T11:09:26.8344178Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (0 ms) 2022-12-01T11:09:26.8344679Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-12-01T11:09:26.8348735Z [ OK ] Registerizer.RegisterizerPartialAfter (0 ms) 2022-12-01T11:09:26.8349242Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-12-01T11:09:26.8353492Z [ OK ] Registerizer.RegisterizerPartialBefore (0 ms) 2022-12-01T11:09:26.8354118Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-12-01T11:09:26.8359409Z [ OK ] Registerizer.RegisterizerPartialInside (0 ms) 2022-12-01T11:09:26.8359891Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-12-01T11:09:26.8366131Z [ OK ] Registerizer.RegisterizerPartialCondition (0 ms) 2022-12-01T11:09:26.8366669Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-12-01T11:09:26.8368673Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (0 ms) 2022-12-01T11:09:26.8369310Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-12-01T11:09:26.8371635Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (0 ms) 2022-12-01T11:09:26.8372179Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-12-01T11:09:26.8376016Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (0 ms) 2022-12-01T11:09:26.8376566Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-12-01T11:09:26.8379221Z [ OK ] Registerizer.RegisterizerNestedBlocks (0 ms) 2022-12-01T11:09:26.8379899Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-12-01T11:09:26.8382369Z [ OK ] Registerizer.RegisterizerNestedConditions (0 ms) 2022-12-01T11:09:26.8382884Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-12-01T11:09:26.8385584Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (0 ms) 2022-12-01T11:09:26.8386146Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-12-01T11:09:26.8390235Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (0 ms) 2022-12-01T11:09:26.8391044Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-12-01T11:09:26.8394862Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (0 ms) 2022-12-01T11:09:26.8395401Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-12-01T11:09:26.8397837Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (0 ms) 2022-12-01T11:09:26.8398371Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-12-01T11:09:26.8401884Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (0 ms) 2022-12-01T11:09:26.8402445Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-12-01T11:09:26.8410306Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (0 ms) 2022-12-01T11:09:26.8410909Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-12-01T11:09:26.8413379Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (0 ms) 2022-12-01T11:09:26.8413876Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-12-01T11:09:26.8418235Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (0 ms) 2022-12-01T11:09:26.8418793Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-12-01T11:09:26.8422155Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (0 ms) 2022-12-01T11:09:26.8422727Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-12-01T11:09:26.8427984Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (0 ms) 2022-12-01T11:09:26.8428557Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-12-01T11:09:26.8432061Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (0 ms) 2022-12-01T11:09:26.8432648Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-12-01T11:09:26.8436903Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (0 ms) 2022-12-01T11:09:26.8437445Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-12-01T11:09:26.8439837Z [ OK ] Registerizer.RegisterizerLoopLetVar (0 ms) 2022-12-01T11:09:26.8440675Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-12-01T11:09:26.8442178Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (0 ms) 2022-12-01T11:09:26.8442678Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-12-01T11:09:26.8445233Z [ OK ] Registerizer.RegisterizerMultiDim (0 ms) 2022-12-01T11:09:26.8446014Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-12-01T11:09:26.8449162Z [ OK ] Registerizer.RegisterizerMultiDimPartial (0 ms) 2022-12-01T11:09:26.8449705Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-12-01T11:09:26.8453580Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (0 ms) 2022-12-01T11:09:26.8454146Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-12-01T11:09:26.8457878Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (0 ms) 2022-12-01T11:09:26.8458464Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-12-01T11:09:26.8462670Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (0 ms) 2022-12-01T11:09:26.8463221Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-12-01T11:09:26.8468067Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (0 ms) 2022-12-01T11:09:26.8468632Z [----------] 69 tests from Registerizer (28 ms total) 2022-12-01T11:09:26.8468879Z 2022-12-01T11:09:26.8469256Z [----------] 92 tests from Simplify 2022-12-01T11:09:26.8469984Z [ RUN ] Simplify.ConstantFoldSimple 2022-12-01T11:09:26.8470884Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-12-01T11:09:26.8471606Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-12-01T11:09:26.8472330Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-12-01T11:09:26.8472915Z [ RUN ] Simplify.ConstantFoldShifts 2022-12-01T11:09:26.8473520Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-12-01T11:09:26.8474156Z [ RUN ] Simplify.ConstantFoldBitwise 2022-12-01T11:09:26.8474663Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-12-01T11:09:26.8475401Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-12-01T11:09:26.8475979Z [ OK ] Simplify.ConstantFoldMultiOp (0 ms) 2022-12-01T11:09:26.8476564Z [ RUN ] Simplify.ConstantFoldMinMax 2022-12-01T11:09:26.8477231Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-12-01T11:09:26.8477674Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-12-01T11:09:26.8478150Z [ OK ] Simplify.ConstantFoldIntrinsics (0 ms) 2022-12-01T11:09:26.8478587Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-12-01T11:09:26.8479040Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-12-01T11:09:26.8479489Z [ RUN ] Simplify.ConstantFoldWithVar 2022-12-01T11:09:26.8480278Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-12-01T11:09:26.8480753Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-12-01T11:09:26.8481252Z [ OK ] Simplify.ConditionalSelectFoldSimple (0 ms) 2022-12-01T11:09:26.8481725Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-12-01T11:09:26.8484665Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (0 ms) 2022-12-01T11:09:26.8485441Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-12-01T11:09:26.8486129Z [ OK ] Simplify.ConditionalSelectFoldWithVar (0 ms) 2022-12-01T11:09:26.8486614Z [ RUN ] Simplify.UnFoldableExpr 2022-12-01T11:09:26.8487333Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-12-01T11:09:26.8487733Z [ RUN ] Simplify.HashSimple 2022-12-01T11:09:26.8488399Z [ OK ] Simplify.HashSimple (0 ms) 2022-12-01T11:09:26.8488980Z [ RUN ] Simplify.HashEquivalence 2022-12-01T11:09:26.8489532Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-12-01T11:09:26.8490071Z [ RUN ] Simplify.HashEquivalenceRand 2022-12-01T11:09:26.8490711Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-12-01T11:09:26.8491186Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-12-01T11:09:26.8491887Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-12-01T11:09:26.8492338Z [ RUN ] Simplify.HashDifferenceTypes 2022-12-01T11:09:26.8492904Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-12-01T11:09:26.8493588Z [ RUN ] Simplify.HashLargeExpression 2022-12-01T11:09:26.8494207Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-12-01T11:09:26.8494805Z [ RUN ] Simplify.HashForLoopOptions 2022-12-01T11:09:26.8495446Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-12-01T11:09:26.8496015Z [ RUN ] Simplify.SimplifyAdd 2022-12-01T11:09:26.8496389Z [ OK ] Simplify.SimplifyAdd (0 ms) 2022-12-01T11:09:26.8496764Z [ RUN ] Simplify.SimplifySub 2022-12-01T11:09:26.8497149Z [ OK ] Simplify.SimplifySub (0 ms) 2022-12-01T11:09:26.8497535Z [ RUN ] Simplify.SimplifyMultiLayer 2022-12-01T11:09:26.8497964Z [ OK ] Simplify.SimplifyMultiLayer (0 ms) 2022-12-01T11:09:26.8498390Z [ RUN ] Simplify.SimplifyMultiTerm 2022-12-01T11:09:26.8498795Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-12-01T11:09:26.8499202Z [ RUN ] Simplify.SimplifyCasts 2022-12-01T11:09:26.8499598Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-12-01T11:09:26.8500032Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-12-01T11:09:26.8500483Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-12-01T11:09:26.8500930Z [ RUN ] Simplify.SimplifyMultiVar 2022-12-01T11:09:26.8501347Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-12-01T11:09:26.8501760Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-12-01T11:09:26.8502205Z [ OK ] Simplify.SimplifyEliminatesVar (0 ms) 2022-12-01T11:09:26.8502616Z [ RUN ] Simplify.SimplifyAdds 2022-12-01T11:09:26.8502990Z [ OK ] Simplify.SimplifyAdds (0 ms) 2022-12-01T11:09:26.8503458Z [ RUN ] Simplify.SimplifyMuls 2022-12-01T11:09:26.8506100Z [ OK ] Simplify.SimplifyMuls (0 ms) 2022-12-01T11:09:26.8506491Z [ RUN ] Simplify.SimplifySubs 2022-12-01T11:09:26.8515734Z [ OK ] Simplify.SimplifySubs (0 ms) 2022-12-01T11:09:26.8516131Z [ RUN ] Simplify.SimplifyDiv 2022-12-01T11:09:26.8516767Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-12-01T11:09:26.8517528Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-12-01T11:09:26.8518239Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (0 ms) 2022-12-01T11:09:26.8518731Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-12-01T11:09:26.8521065Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (0 ms) 2022-12-01T11:09:26.8521542Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-12-01T11:09:26.8523716Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (0 ms) 2022-12-01T11:09:26.8524245Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-12-01T11:09:26.8524713Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (0 ms) 2022-12-01T11:09:26.8525202Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-12-01T11:09:26.8527948Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (0 ms) 2022-12-01T11:09:26.8528456Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-12-01T11:09:26.8531751Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (0 ms) 2022-12-01T11:09:26.8532255Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-12-01T11:09:26.8536142Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (0 ms) 2022-12-01T11:09:26.8536705Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-12-01T11:09:26.8537737Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (0 ms) 2022-12-01T11:09:26.8538329Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-12-01T11:09:26.8539168Z [ OK ] Simplify.SimplifyModWithLoopContext0 (0 ms) 2022-12-01T11:09:26.8539652Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-12-01T11:09:26.8542306Z [ OK ] Simplify.SimplifyModWithLoopContext1 (0 ms) 2022-12-01T11:09:26.8542810Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-12-01T11:09:26.8545174Z [ OK ] Simplify.SimplifyModWithLoopContext2 (0 ms) 2022-12-01T11:09:26.8545704Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-12-01T11:09:26.8546195Z [ OK ] Simplify.SimplifyModWithLoopContext3 (0 ms) 2022-12-01T11:09:26.8546681Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-12-01T11:09:26.8549531Z [ OK ] Simplify.SimplifyModWithLoopContext4 (0 ms) 2022-12-01T11:09:26.8550010Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-12-01T11:09:26.8553480Z [ OK ] Simplify.SimplifyModWithLoopContext5 (0 ms) 2022-12-01T11:09:26.8553986Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-12-01T11:09:26.8557782Z [ OK ] Simplify.SimplifyModWithLoopContext6 (0 ms) 2022-12-01T11:09:26.8558256Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-12-01T11:09:26.8559686Z [ OK ] Simplify.SimplifyModWithLoopContext7 (0 ms) 2022-12-01T11:09:26.8560125Z [ RUN ] Simplify.SimplifyMod 2022-12-01T11:09:26.8562747Z [ OK ] Simplify.SimplifyMod (0 ms) 2022-12-01T11:09:26.8563167Z [ RUN ] Simplify.SimplifyMultiOp 2022-12-01T11:09:26.8566048Z [ OK ] Simplify.SimplifyMultiOp (0 ms) 2022-12-01T11:09:26.8566470Z [ RUN ] Simplify.SimplifyManyOps 2022-12-01T11:09:26.8570523Z [ OK ] Simplify.SimplifyManyOps (0 ms) 2022-12-01T11:09:26.8570972Z [ RUN ] Simplify.SimplifyFactorization 2022-12-01T11:09:26.8577054Z [ OK ] Simplify.SimplifyFactorization (0 ms) 2022-12-01T11:09:26.8577640Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-12-01T11:09:26.8578952Z [ OK ] Simplify.SimplifyFactorizeUneven (0 ms) 2022-12-01T11:09:26.8579459Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-12-01T11:09:26.8580525Z [ OK ] Simplify.SimplifyDeeperTerms (0 ms) 2022-12-01T11:09:26.8581210Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-12-01T11:09:26.8581713Z [ OK ] Simplify.SimplifyDeeperDifference (0 ms) 2022-12-01T11:09:26.8582205Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-12-01T11:09:26.8583627Z [ OK ] Simplify.SimplifyFoldComplexDifference (0 ms) 2022-12-01T11:09:26.8584095Z [ RUN ] Simplify.SimplifyIfComponents 2022-12-01T11:09:26.8584548Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-12-01T11:09:26.8585173Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-12-01T11:09:26.8585877Z [ OK ] Simplify.SimplifyOpaqueTerms (0 ms) 2022-12-01T11:09:26.8586330Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-12-01T11:09:26.8588229Z [ OK ] Simplify.SimplifySymbolicMinMax (0 ms) 2022-12-01T11:09:26.8588677Z [ RUN ] Simplify.SimplifyNestedMax 2022-12-01T11:09:26.8607335Z [ OK ] Simplify.SimplifyNestedMax (1 ms) 2022-12-01T11:09:26.8607785Z [ RUN ] Simplify.SimplifyNestedMin 2022-12-01T11:09:26.8625894Z [ OK ] Simplify.SimplifyNestedMin (1 ms) 2022-12-01T11:09:26.8626355Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-12-01T11:09:26.8628945Z [ OK ] Simplify.SimplifyWontReorderFloat (0 ms) 2022-12-01T11:09:26.8629421Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-12-01T11:09:26.8641499Z [ OK ] Simplify.SimplifyRoundModPattern (1 ms) 2022-12-01T11:09:26.8642035Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-12-01T11:09:26.8647722Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (0 ms) 2022-12-01T11:09:26.8648279Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-12-01T11:09:26.8653280Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (0 ms) 2022-12-01T11:09:26.8653777Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-12-01T11:09:26.8660799Z [ OK ] Simplify.SimplifyModRoundModPattern (0 ms) 2022-12-01T11:09:26.8673657Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-12-01T11:09:26.8674776Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (1 ms) 2022-12-01T11:09:26.8675409Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-12-01T11:09:26.8693497Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (2 ms) 2022-12-01T11:09:26.8694278Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-12-01T11:09:26.8695528Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (0 ms) 2022-12-01T11:09:26.8696045Z [ RUN ] Simplify.SimplifyConstantBranches 2022-12-01T11:09:26.8696520Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-12-01T11:09:26.8697000Z [ RUN ] Simplify.SimplifyConstantCond 2022-12-01T11:09:26.8698072Z [ OK ] Simplify.SimplifyConstantCond (0 ms) 2022-12-01T11:09:26.8698565Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-12-01T11:09:26.8699021Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-12-01T11:09:26.8699486Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-12-01T11:09:26.8705285Z [ OK ] Simplify.SimplifyConstantComparisons (0 ms) 2022-12-01T11:09:26.8705788Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-12-01T11:09:26.8715866Z [ OK ] Simplify.SimplifySymbolicComparisons (1 ms) 2022-12-01T11:09:26.8716353Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-12-01T11:09:26.8717769Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (0 ms) 2022-12-01T11:09:26.8718375Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-12-01T11:09:26.8719324Z [ OK ] Simplify.SimplifyOneLoopFor (0 ms) 2022-12-01T11:09:26.8719814Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-12-01T11:09:26.8720328Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-12-01T11:09:26.8721167Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-12-01T11:09:26.8722048Z [ OK ] Simplify.SimplifyMultilevelFor (0 ms) 2022-12-01T11:09:26.8722522Z [ RUN ] Simplify.SimplifyForCleansUp 2022-12-01T11:09:26.8725838Z [ OK ] Simplify.SimplifyForCleansUp (0 ms) 2022-12-01T11:09:26.8726672Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-12-01T11:09:26.8727359Z [ OK ] Simplify.SimplifyEliminateEmptyFor (0 ms) 2022-12-01T11:09:26.8728093Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-12-01T11:09:26.8728754Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-12-01T11:09:26.8729247Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-12-01T11:09:26.8729770Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (0 ms) 2022-12-01T11:09:26.8730241Z [ RUN ] Simplify.DontSimplifyRand 2022-12-01T11:09:26.8730662Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-12-01T11:09:26.8731074Z [ RUN ] Simplify.SimplifyReorderForCond 2022-12-01T11:09:26.8737775Z [ OK ] Simplify.SimplifyReorderForCond (0 ms) 2022-12-01T11:09:26.8738241Z [ RUN ] Simplify.SimplifyFuseConditions 2022-12-01T11:09:26.8746607Z [ OK ] Simplify.SimplifyFuseConditions (0 ms) 2022-12-01T11:09:26.8747246Z [ RUN ] Simplify.SimplifySyncThreads 2022-12-01T11:09:26.8747735Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-12-01T11:09:26.8748188Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-12-01T11:09:26.8748667Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-12-01T11:09:26.8749142Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-12-01T11:09:26.8749655Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-12-01T11:09:26.8750389Z [ RUN ] Simplify.CompareSelectLoopBounds 2022-12-01T11:09:26.8884356Z [ OK ] Simplify.CompareSelectLoopBounds (13 ms) 2022-12-01T11:09:26.8884910Z [ RUN ] Simplify.CompareSelectCondAlwaysInLoopBounds 2022-12-01T11:09:26.8885465Z [ OK ] Simplify.CompareSelectCondAlwaysInLoopBounds (0 ms) 2022-12-01T11:09:26.8885989Z [ RUN ] Simplify.IfThenCondAlwaysInLoopBounds 2022-12-01T11:09:26.8886678Z [ OK ] Simplify.IfThenCondAlwaysInLoopBounds (0 ms) 2022-12-01T11:09:26.8887256Z [ RUN ] Simplify.MultiClauseCondAlwaysInLoopBounds 2022-12-01T11:09:26.8889890Z [ OK ] Simplify.MultiClauseCondAlwaysInLoopBounds (0 ms) 2022-12-01T11:09:26.8890380Z [----------] 92 tests from Simplify (42 ms total) 2022-12-01T11:09:26.8890602Z 2022-12-01T11:09:26.8890816Z [----------] 12 tests from TEFuserPass 2022-12-01T11:09:26.8891208Z [ RUN ] TEFuserPass.FuserPass_1 2022-12-01T11:09:26.8898223Z [ OK ] TEFuserPass.FuserPass_1 (0 ms) 2022-12-01T11:09:26.8898649Z [ RUN ] TEFuserPass.FuserPass_2 2022-12-01T11:09:26.8903511Z [ OK ] TEFuserPass.FuserPass_2 (0 ms) 2022-12-01T11:09:26.8903922Z [ RUN ] TEFuserPass.FuserPass_3 2022-12-01T11:09:26.8907032Z [ OK ] TEFuserPass.FuserPass_3 (0 ms) 2022-12-01T11:09:26.8907444Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-12-01T11:09:26.8910591Z [ OK ] TEFuserPass.FuserPass_0DimInput (0 ms) 2022-12-01T11:09:26.8911741Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-12-01T11:09:26.8912969Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (0 ms) 2022-12-01T11:09:26.8913591Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-12-01T11:09:26.8914052Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-12-01T11:09:26.8914501Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-12-01T11:09:26.8923963Z [ OK ] TEFuserPass.FuserPass_Multidevice (1 ms) 2022-12-01T11:09:26.8924912Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-12-01T11:09:26.8927418Z [ OK ] TEFuserPass.FuserPass_MergeGroups (0 ms) 2022-12-01T11:09:26.8928456Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-12-01T11:09:26.8929607Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (0 ms) 2022-12-01T11:09:26.8930420Z [ RUN ] TEFuserPass.FuserPass_Where 2022-12-01T11:09:26.8932767Z [ OK ] TEFuserPass.FuserPass_Where (0 ms) 2022-12-01T11:09:26.8933669Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-12-01T11:09:26.8934956Z [ OK ] TEFuserPass.FuserPass_WhereList (0 ms) 2022-12-01T11:09:26.8935886Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-12-01T11:09:27.2415539Z [ OK ] TEFuserPass.DynamicShapeFusion (347 ms) 2022-12-01T11:09:27.2416609Z [----------] 12 tests from TEFuserPass (352 ms total) 2022-12-01T11:09:27.2416953Z 2022-12-01T11:09:27.2417138Z [----------] 3 tests from Type 2022-12-01T11:09:27.2417513Z [ RUN ] Type.Test01 2022-12-01T11:09:27.2417864Z [ OK ] Type.Test01 (0 ms) 2022-12-01T11:09:27.2418187Z [ RUN ] Type.BitCasting 2022-12-01T11:09:27.2418551Z [ OK ] Type.BitCasting (0 ms) 2022-12-01T11:09:27.2418909Z [ RUN ] Type.Propagation 2022-12-01T11:09:27.2419268Z [ OK ] Type.Propagation (0 ms) 2022-12-01T11:09:27.2419658Z [----------] 3 tests from Type (0 ms total) 2022-12-01T11:09:27.2419859Z 2022-12-01T11:09:27.2420132Z [----------] 1 test from SpecializationsInCustomPasses 2022-12-01T11:09:27.2420611Z [ RUN ] SpecializationsInCustomPasses.Basic 2022-12-01T11:09:27.2445134Z [ OK ] SpecializationsInCustomPasses.Basic (2 ms) 2022-12-01T11:09:27.2445678Z [----------] 1 test from SpecializationsInCustomPasses (2 ms total) 2022-12-01T11:09:27.2446188Z 2022-12-01T11:09:27.2446383Z [----------] 26 tests from Cuda 2022-12-01T11:09:27.2446734Z [ RUN ] Cuda.Sigmoid_CUDA 2022-12-01T11:09:27.5459830Z [ OK ] Cuda.Sigmoid_CUDA (301 ms) 2022-12-01T11:09:27.5460263Z [ RUN ] Cuda.TestVectorAdd01_CUDA 2022-12-01T11:09:29.8603129Z [ OK ] Cuda.TestVectorAdd01_CUDA (2314 ms) 2022-12-01T11:09:29.8603550Z [ RUN ] Cuda.TestVectorAdd02_CUDA 2022-12-01T11:09:30.4337376Z [ OK ] Cuda.TestVectorAdd02_CUDA (573 ms) 2022-12-01T11:09:30.4337757Z [ RUN ] Cuda.HalfCast_CUDA 2022-12-01T11:09:30.7186929Z [ OK ] Cuda.HalfCast_CUDA (284 ms) 2022-12-01T11:09:30.7187357Z [ RUN ] Cuda.DynamicShape2D_CUDA 2022-12-01T11:09:31.6381189Z [ OK ] Cuda.DynamicShape2D_CUDA (919 ms) 2022-12-01T11:09:31.6381599Z [ RUN ] Cuda.TestRand01_CUDA 2022-12-01T11:09:31.9453015Z [ OK ] Cuda.TestRand01_CUDA (307 ms) 2022-12-01T11:09:31.9453484Z [ RUN ] Cuda.DynamicShapeSplit_CUDA 2022-12-01T11:09:32.2355975Z [ OK ] Cuda.DynamicShapeSplit_CUDA (290 ms) 2022-12-01T11:09:32.2356475Z [ RUN ] Cuda.OneBlockOneThreadGlobalReduce1_CUDA 2022-12-01T11:09:32.5316312Z [ OK ] Cuda.OneBlockOneThreadGlobalReduce1_CUDA (296 ms) 2022-12-01T11:09:32.5316866Z [ RUN ] Cuda.OneBlockMultiThreadGlobalReduce1_CUDA 2022-12-01T11:09:32.8164609Z [ OK ] Cuda.OneBlockMultiThreadGlobalReduce1_CUDA (284 ms) 2022-12-01T11:09:32.8165093Z [ RUN ] Cuda.NoThreadIdxWrite_1_CUDA 2022-12-01T11:09:33.1075438Z [ OK ] Cuda.NoThreadIdxWrite_1_CUDA (290 ms) 2022-12-01T11:09:33.1075866Z [ RUN ] Cuda.SharedMemReduce_1_CUDA 2022-12-01T11:09:33.4114317Z [ OK ] Cuda.SharedMemReduce_1_CUDA (303 ms) 2022-12-01T11:09:33.4114757Z [ RUN ] Cuda.LocalMemReduce_1_CUDA 2022-12-01T11:09:33.7170677Z [ OK ] Cuda.LocalMemReduce_1_CUDA (305 ms) 2022-12-01T11:09:33.7171110Z [ RUN ] Cuda.HalfSupport_CUDA 2022-12-01T11:09:34.0078643Z [ OK ] Cuda.HalfSupport_CUDA (290 ms) 2022-12-01T11:09:34.0079025Z [ RUN ] Cuda.HalfPropagation_CUDA 2022-12-01T11:09:34.2981787Z [ OK ] Cuda.HalfPropagation_CUDA (290 ms) 2022-12-01T11:09:34.2982256Z [ RUN ] Cuda.UnusedHalfArgument_CUDA 2022-12-01T11:09:34.5874511Z [ OK ] Cuda.UnusedHalfArgument_CUDA (289 ms) 2022-12-01T11:09:34.5874969Z [ RUN ] Cuda.PrioritizeDependents_CUDA 2022-12-01T11:09:34.8725728Z [ OK ] Cuda.PrioritizeDependents_CUDA (285 ms) 2022-12-01T11:09:34.8726174Z [ RUN ] Cuda.MaskBlockDim_CUDA 2022-12-01T11:09:35.1600223Z [ OK ] Cuda.MaskBlockDim_CUDA (287 ms) 2022-12-01T11:09:35.1600687Z [ RUN ] Cuda.MaskThreadDim_CUDA 2022-12-01T11:09:35.4474824Z [ OK ] Cuda.MaskThreadDim_CUDA (287 ms) 2022-12-01T11:09:35.4475278Z [ RUN ] Cuda.MaskMultiBlockDim_CUDA 2022-12-01T11:09:35.7338669Z [ OK ] Cuda.MaskMultiBlockDim_CUDA (286 ms) 2022-12-01T11:09:35.7339135Z [ RUN ] Cuda.MaskBlockAndThreadDim_CUDA 2022-12-01T11:09:36.0226149Z [ OK ] Cuda.MaskBlockAndThreadDim_CUDA (288 ms) 2022-12-01T11:09:36.0226634Z [ RUN ] Cuda.MaskMultiDim_CUDA 2022-12-01T11:09:36.3127786Z [ OK ] Cuda.MaskMultiDim_CUDA (290 ms) 2022-12-01T11:09:36.3128230Z [ RUN ] Cuda.MaskMultiDimSymbolic_CUDA 2022-12-01T11:09:36.6069180Z [ OK ] Cuda.MaskMultiDimSymbolic_CUDA (294 ms) 2022-12-01T11:09:36.6069882Z [ RUN ] Cuda.MaskCompoundInnerLoop_CUDA 2022-12-01T11:09:36.8952749Z [ OK ] Cuda.MaskCompoundInnerLoop_CUDA (288 ms) 2022-12-01T11:09:36.8953216Z [ RUN ] Cuda.MaskInnerLoopOneBlock_CUDA 2022-12-01T11:09:37.1994346Z [ OK ] Cuda.MaskInnerLoopOneBlock_CUDA (304 ms) 2022-12-01T11:09:37.1994812Z [ RUN ] Cuda.MaskMultiDimMultiAxis_CUDA 2022-12-01T11:09:37.4897869Z [ OK ] Cuda.MaskMultiDimMultiAxis_CUDA (290 ms) 2022-12-01T11:09:37.4898345Z [ RUN ] Cuda.MaskMultiDimMultiLevel_CUDA 2022-12-01T11:09:37.7794894Z [ OK ] Cuda.MaskMultiDimMultiLevel_CUDA (289 ms) 2022-12-01T11:09:37.7795399Z [----------] 26 tests from Cuda (10534 ms total) 2022-12-01T11:09:37.7795601Z 2022-12-01T11:09:37.7795762Z [----------] 150 tests from LLVM 2022-12-01T11:09:37.7796081Z [ RUN ] LLVM.ByteImmTest 2022-12-01T11:09:37.8027866Z [ OK ] LLVM.ByteImmTest (23 ms) 2022-12-01T11:09:37.8028245Z [ RUN ] LLVM.CharImmTest 2022-12-01T11:09:37.8258421Z [ OK ] LLVM.CharImmTest (23 ms) 2022-12-01T11:09:37.8258789Z [ RUN ] LLVM.ShortImmTest 2022-12-01T11:09:37.8488935Z [ OK ] LLVM.ShortImmTest (23 ms) 2022-12-01T11:09:37.8489361Z [ RUN ] LLVM.IntImmTest 2022-12-01T11:09:37.8718990Z [ OK ] LLVM.IntImmTest (22 ms) 2022-12-01T11:09:37.8719404Z [ RUN ] LLVM.LongImmTest 2022-12-01T11:09:37.8954901Z [ OK ] LLVM.LongImmTest (23 ms) 2022-12-01T11:09:37.8955265Z [ RUN ] LLVM.FloatImmTest 2022-12-01T11:09:37.9184884Z [ OK ] LLVM.FloatImmTest (22 ms) 2022-12-01T11:09:37.9185288Z [ RUN ] LLVM.DoubleImmTest 2022-12-01T11:09:37.9415446Z [ OK ] LLVM.DoubleImmTest (23 ms) 2022-12-01T11:09:37.9415839Z [ RUN ] LLVM.HalfImmTest 2022-12-01T11:09:37.9647988Z [ OK ] LLVM.HalfImmTest (23 ms) 2022-12-01T11:09:37.9648384Z [ RUN ] LLVM.ByteAddTest 2022-12-01T11:09:37.9879395Z [ OK ] LLVM.ByteAddTest (23 ms) 2022-12-01T11:09:37.9879821Z [ RUN ] LLVM.CharAddTest 2022-12-01T11:09:38.0109342Z [ OK ] LLVM.CharAddTest (22 ms) 2022-12-01T11:09:38.0109738Z [ RUN ] LLVM.ShortAddTest 2022-12-01T11:09:38.0340008Z [ OK ] LLVM.ShortAddTest (23 ms) 2022-12-01T11:09:38.0340391Z [ RUN ] LLVM.IntAddTest 2022-12-01T11:09:38.0570468Z [ OK ] LLVM.IntAddTest (23 ms) 2022-12-01T11:09:38.0570857Z [ RUN ] LLVM.LongAddTest 2022-12-01T11:09:38.0801328Z [ OK ] LLVM.LongAddTest (23 ms) 2022-12-01T11:09:38.0801697Z [ RUN ] LLVM.FloatAddTest 2022-12-01T11:09:38.1031924Z [ OK ] LLVM.FloatAddTest (23 ms) 2022-12-01T11:09:38.1032284Z [ RUN ] LLVM.DoubleAddTest 2022-12-01T11:09:38.1263386Z [ OK ] LLVM.DoubleAddTest (23 ms) 2022-12-01T11:09:38.1263767Z [ RUN ] LLVM.HalfAddTest 2022-12-01T11:09:38.1494620Z [ OK ] LLVM.HalfAddTest (23 ms) 2022-12-01T11:09:38.1494984Z [ RUN ] LLVM.ByteSubTest 2022-12-01T11:09:38.1724222Z [ OK ] LLVM.ByteSubTest (22 ms) 2022-12-01T11:09:38.1724605Z [ RUN ] LLVM.CharSubTest 2022-12-01T11:09:38.1954143Z [ OK ] LLVM.CharSubTest (22 ms) 2022-12-01T11:09:38.1954502Z [ RUN ] LLVM.ShortSubTest 2022-12-01T11:09:38.2185705Z [ OK ] LLVM.ShortSubTest (23 ms) 2022-12-01T11:09:38.2186092Z [ RUN ] LLVM.IntSubTest 2022-12-01T11:09:38.2416654Z [ OK ] LLVM.IntSubTest (23 ms) 2022-12-01T11:09:38.2417066Z [ RUN ] LLVM.LongSubTest 2022-12-01T11:09:38.2647722Z [ OK ] LLVM.LongSubTest (23 ms) 2022-12-01T11:09:38.2648100Z [ RUN ] LLVM.FloatSubTest 2022-12-01T11:09:38.2878697Z [ OK ] LLVM.FloatSubTest (23 ms) 2022-12-01T11:09:38.2879073Z [ RUN ] LLVM.DoubleSubTest 2022-12-01T11:09:38.3110354Z [ OK ] LLVM.DoubleSubTest (23 ms) 2022-12-01T11:09:38.3110708Z [ RUN ] LLVM.HalfSubTest 2022-12-01T11:09:38.3341960Z [ OK ] LLVM.HalfSubTest (23 ms) 2022-12-01T11:09:38.3342346Z [ RUN ] LLVM.ByteMulTest 2022-12-01T11:09:38.3572055Z [ OK ] LLVM.ByteMulTest (22 ms) 2022-12-01T11:09:38.3572435Z [ RUN ] LLVM.CharMulTest 2022-12-01T11:09:38.3809843Z [ OK ] LLVM.CharMulTest (23 ms) 2022-12-01T11:09:38.3810232Z [ RUN ] LLVM.ShortMulTest 2022-12-01T11:09:38.4040785Z [ OK ] LLVM.ShortMulTest (23 ms) 2022-12-01T11:09:38.4041185Z [ RUN ] LLVM.IntMulTest 2022-12-01T11:09:38.4271478Z [ OK ] LLVM.IntMulTest (23 ms) 2022-12-01T11:09:38.4271851Z [ RUN ] LLVM.LongMulTest 2022-12-01T11:09:38.4502273Z [ OK ] LLVM.LongMulTest (23 ms) 2022-12-01T11:09:38.4502633Z [ RUN ] LLVM.FloatMulTest 2022-12-01T11:09:38.4734092Z [ OK ] LLVM.FloatMulTest (23 ms) 2022-12-01T11:09:38.4734477Z [ RUN ] LLVM.DoubleMulTest 2022-12-01T11:09:38.4968683Z [ OK ] LLVM.DoubleMulTest (23 ms) 2022-12-01T11:09:38.4969039Z [ RUN ] LLVM.HalfMulTest 2022-12-01T11:09:38.5200815Z [ OK ] LLVM.HalfMulTest (23 ms) 2022-12-01T11:09:38.5201185Z [ RUN ] LLVM.ByteDivTest 2022-12-01T11:09:38.5430597Z [ OK ] LLVM.ByteDivTest (22 ms) 2022-12-01T11:09:38.5430950Z [ RUN ] LLVM.CharDivTest 2022-12-01T11:09:38.5660829Z [ OK ] LLVM.CharDivTest (22 ms) 2022-12-01T11:09:38.5661206Z [ RUN ] LLVM.ShortDivTest 2022-12-01T11:09:38.5891066Z [ OK ] LLVM.ShortDivTest (23 ms) 2022-12-01T11:09:38.5891629Z [ RUN ] LLVM.IntDivTest 2022-12-01T11:09:38.6126806Z [ OK ] LLVM.IntDivTest (23 ms) 2022-12-01T11:09:38.6127177Z [ RUN ] LLVM.LongDivTest 2022-12-01T11:09:38.6357211Z [ OK ] LLVM.LongDivTest (23 ms) 2022-12-01T11:09:38.6357593Z [ RUN ] LLVM.FloatDivTest 2022-12-01T11:09:38.6589235Z [ OK ] LLVM.FloatDivTest (23 ms) 2022-12-01T11:09:38.6589615Z [ RUN ] LLVM.DoubleDivTest 2022-12-01T11:09:38.6820511Z [ OK ] LLVM.DoubleDivTest (23 ms) 2022-12-01T11:09:38.6820886Z [ RUN ] LLVM.HalfDivTest 2022-12-01T11:09:38.7051196Z [ OK ] LLVM.HalfDivTest (23 ms) 2022-12-01T11:09:38.7051568Z [ RUN ] LLVM.IntToFloatCastTest 2022-12-01T11:09:38.7282483Z [ OK ] LLVM.IntToFloatCastTest (23 ms) 2022-12-01T11:09:38.7282901Z [ RUN ] LLVM.FloatToIntCastTest 2022-12-01T11:09:38.7518144Z [ OK ] LLVM.FloatToIntCastTest (23 ms) 2022-12-01T11:09:38.7518545Z [ RUN ] LLVM.IntToLongCastTest 2022-12-01T11:09:38.7754185Z [ OK ] LLVM.IntToLongCastTest (23 ms) 2022-12-01T11:09:38.7754595Z [ RUN ] LLVM.ByteToCharCastTest 2022-12-01T11:09:38.7985271Z [ OK ] LLVM.ByteToCharCastTest (23 ms) 2022-12-01T11:09:38.7985665Z [ RUN ] LLVM.HalfToLongCastTest 2022-12-01T11:09:38.8216343Z [ OK ] LLVM.HalfToLongCastTest (23 ms) 2022-12-01T11:09:38.8216769Z [ RUN ] LLVM.ByteToDoubleCastTest 2022-12-01T11:09:38.8449892Z [ OK ] LLVM.ByteToDoubleCastTest (23 ms) 2022-12-01T11:09:38.8450326Z [ RUN ] LLVM.FloatToByteCastTest 2022-12-01T11:09:38.8679315Z [ OK ] LLVM.FloatToByteCastTest (22 ms) 2022-12-01T11:09:38.8679718Z [ RUN ] LLVM.FloatToCharCastTest 2022-12-01T11:09:38.8908648Z [ OK ] LLVM.FloatToCharCastTest (22 ms) 2022-12-01T11:09:38.8909071Z [ RUN ] LLVM.ByteToFloatCastTest 2022-12-01T11:09:38.9139869Z [ OK ] LLVM.ByteToFloatCastTest (23 ms) 2022-12-01T11:09:38.9140275Z [ RUN ] LLVM.CharToFloatCastTest 2022-12-01T11:09:38.9371616Z [ OK ] LLVM.CharToFloatCastTest (23 ms) 2022-12-01T11:09:38.9371994Z [ RUN ] LLVM.BitCast 2022-12-01T11:09:39.0295595Z [ OK ] LLVM.BitCast (92 ms) 2022-12-01T11:09:39.0295947Z [ RUN ] LLVM.fastLogFloat 2022-12-01T11:09:39.1111993Z [ OK ] LLVM.fastLogFloat (81 ms) 2022-12-01T11:09:39.1112368Z [ RUN ] LLVM.LetTest01 2022-12-01T11:09:39.1343354Z [ OK ] LLVM.LetTest01 (23 ms) 2022-12-01T11:09:39.1343718Z [ RUN ] LLVM.LetTest02 2022-12-01T11:09:39.1575317Z [ OK ] LLVM.LetTest02 (23 ms) 2022-12-01T11:09:39.1575704Z [ RUN ] LLVM.LetTestMultitype 2022-12-01T11:09:39.1807165Z [ OK ] LLVM.LetTestMultitype (23 ms) 2022-12-01T11:09:39.1807561Z [ RUN ] LLVM.BufferTest 2022-12-01T11:09:39.2040241Z [ OK ] LLVM.BufferTest (23 ms) 2022-12-01T11:09:39.2040635Z [ RUN ] LLVM.BlockTest 2022-12-01T11:09:39.2273984Z [ OK ] LLVM.BlockTest (23 ms) 2022-12-01T11:09:39.2274381Z [ RUN ] LLVM.LoadStoreTest 2022-12-01T11:09:39.2508669Z [ OK ] LLVM.LoadStoreTest (23 ms) 2022-12-01T11:09:39.2509067Z [ RUN ] LLVM.IfThenElseTest 2022-12-01T11:09:39.2763539Z [ OK ] LLVM.IfThenElseTest (25 ms) 2022-12-01T11:09:39.2763961Z [ RUN ] LLVM.CondNoFalseBlockTest 2022-12-01T11:09:39.3504798Z [ OK ] LLVM.CondNoFalseBlockTest (74 ms) 2022-12-01T11:09:39.3505187Z [ RUN ] LLVM.CondTest 2022-12-01T11:09:39.4251940Z [ OK ] LLVM.CondTest (74 ms) 2022-12-01T11:09:39.4252328Z [ RUN ] LLVM.CondNestedTest 2022-12-01T11:09:39.5301921Z [ OK ] LLVM.CondNestedTest (104 ms) 2022-12-01T11:09:39.5302579Z [ RUN ] LLVM.DirectVectorization 2022-12-01T11:09:39.5791927Z [ OK ] LLVM.DirectVectorization (48 ms) 2022-12-01T11:09:39.5792349Z [ RUN ] LLVM.VecLoadStoreTest 2022-12-01T11:09:39.6027804Z [ OK ] LLVM.VecLoadStoreTest (23 ms) 2022-12-01T11:09:39.6028226Z [ RUN ] LLVM.VecFloat_erfLane4Test 2022-12-01T11:09:39.6271690Z [ OK ] LLVM.VecFloat_erfLane4Test (24 ms) 2022-12-01T11:09:39.6272112Z [ RUN ] LLVM.VecFloat_erfcLane4Test 2022-12-01T11:09:39.6515488Z [ OK ] LLVM.VecFloat_erfcLane4Test (24 ms) 2022-12-01T11:09:39.6515911Z [ RUN ] LLVM.VecFloat_acosLane4Test 2022-12-01T11:09:39.6758630Z [ OK ] LLVM.VecFloat_acosLane4Test (24 ms) 2022-12-01T11:09:39.6759044Z [ RUN ] LLVM.VecFloat_asinLane4Test 2022-12-01T11:09:39.7001650Z [ OK ] LLVM.VecFloat_asinLane4Test (24 ms) 2022-12-01T11:09:39.7002065Z [ RUN ] LLVM.VecFloat_atanLane4Test 2022-12-01T11:09:39.7245218Z [ OK ] LLVM.VecFloat_atanLane4Test (24 ms) 2022-12-01T11:09:39.7245615Z [ RUN ] LLVM.VecFloat_coshLane4Test 2022-12-01T11:09:39.7488096Z [ OK ] LLVM.VecFloat_coshLane4Test (24 ms) 2022-12-01T11:09:39.7488512Z [ RUN ] LLVM.VecFloat_sinhLane4Test 2022-12-01T11:09:39.7731399Z [ OK ] LLVM.VecFloat_sinhLane4Test (24 ms) 2022-12-01T11:09:39.7731803Z [ RUN ] LLVM.VecFloat_tanhLane4Test 2022-12-01T11:09:39.7973956Z [ OK ] LLVM.VecFloat_tanhLane4Test (24 ms) 2022-12-01T11:09:39.7974384Z [ RUN ] LLVM.VecFloat_expm1Lane4Test 2022-12-01T11:09:39.8216583Z [ OK ] LLVM.VecFloat_expm1Lane4Test (24 ms) 2022-12-01T11:09:39.8216992Z [ RUN ] LLVM.VecFloat_lgammaLane4Test 2022-12-01T11:09:39.8459336Z [ OK ] LLVM.VecFloat_lgammaLane4Test (24 ms) 2022-12-01T11:09:39.8459769Z [ RUN ] LLVM.VecFloat_erfLane8Test 2022-12-01T11:09:39.8702581Z [ OK ] LLVM.VecFloat_erfLane8Test (24 ms) 2022-12-01T11:09:39.8703024Z [ RUN ] LLVM.VecFloat_erfcLane8Test 2022-12-01T11:09:39.8945731Z [ OK ] LLVM.VecFloat_erfcLane8Test (24 ms) 2022-12-01T11:09:39.8946129Z [ RUN ] LLVM.VecFloat_acosLane8Test 2022-12-01T11:09:39.9189699Z [ OK ] LLVM.VecFloat_acosLane8Test (24 ms) 2022-12-01T11:09:39.9190448Z [ RUN ] LLVM.VecFloat_asinLane8Test 2022-12-01T11:09:39.9434687Z [ OK ] LLVM.VecFloat_asinLane8Test (24 ms) 2022-12-01T11:09:39.9435104Z [ RUN ] LLVM.VecFloat_atanLane8Test 2022-12-01T11:09:39.9677701Z [ OK ] LLVM.VecFloat_atanLane8Test (24 ms) 2022-12-01T11:09:39.9678118Z [ RUN ] LLVM.VecFloat_coshLane8Test 2022-12-01T11:09:39.9919948Z [ OK ] LLVM.VecFloat_coshLane8Test (24 ms) 2022-12-01T11:09:39.9920347Z [ RUN ] LLVM.VecFloat_sinhLane8Test 2022-12-01T11:09:40.0163441Z [ OK ] LLVM.VecFloat_sinhLane8Test (24 ms) 2022-12-01T11:09:40.0163870Z [ RUN ] LLVM.VecFloat_tanhLane8Test 2022-12-01T11:09:40.0407763Z [ OK ] LLVM.VecFloat_tanhLane8Test (24 ms) 2022-12-01T11:09:40.0408200Z [ RUN ] LLVM.VecFloat_expm1Lane8Test 2022-12-01T11:09:40.0651705Z [ OK ] LLVM.VecFloat_expm1Lane8Test (24 ms) 2022-12-01T11:09:40.0652138Z [ RUN ] LLVM.VecFloat_lgammaLane8Test 2022-12-01T11:09:40.0896219Z [ OK ] LLVM.VecFloat_lgammaLane8Test (24 ms) 2022-12-01T11:09:40.0896651Z [ RUN ] LLVM.VecDouble_erfLane2Test 2022-12-01T11:09:40.1139561Z [ OK ] LLVM.VecDouble_erfLane2Test (24 ms) 2022-12-01T11:09:40.1139990Z [ RUN ] LLVM.VecDouble_erfcLane2Test 2022-12-01T11:09:40.1383130Z [ OK ] LLVM.VecDouble_erfcLane2Test (24 ms) 2022-12-01T11:09:40.1383571Z [ RUN ] LLVM.VecDouble_acosLane2Test 2022-12-01T11:09:40.1625301Z [ OK ] LLVM.VecDouble_acosLane2Test (24 ms) 2022-12-01T11:09:40.1625751Z [ RUN ] LLVM.VecDouble_asinLane2Test 2022-12-01T11:09:40.1868391Z [ OK ] LLVM.VecDouble_asinLane2Test (24 ms) 2022-12-01T11:09:40.1868823Z [ RUN ] LLVM.VecDouble_atanLane2Test 2022-12-01T11:09:40.2111756Z [ OK ] LLVM.VecDouble_atanLane2Test (24 ms) 2022-12-01T11:09:40.2112186Z [ RUN ] LLVM.VecDouble_coshLane2Test 2022-12-01T11:09:40.2355544Z [ OK ] LLVM.VecDouble_coshLane2Test (24 ms) 2022-12-01T11:09:40.2355973Z [ RUN ] LLVM.VecDouble_sinhLane2Test 2022-12-01T11:09:40.2599342Z [ OK ] LLVM.VecDouble_sinhLane2Test (24 ms) 2022-12-01T11:09:40.2599745Z [ RUN ] LLVM.VecDouble_tanhLane2Test 2022-12-01T11:09:40.2841676Z [ OK ] LLVM.VecDouble_tanhLane2Test (24 ms) 2022-12-01T11:09:40.2842108Z [ RUN ] LLVM.VecDouble_expm1Lane2Test 2022-12-01T11:09:40.3084970Z [ OK ] LLVM.VecDouble_expm1Lane2Test (24 ms) 2022-12-01T11:09:40.3085394Z [ RUN ] LLVM.VecDouble_lgammaLane2Test 2022-12-01T11:09:40.3327508Z [ OK ] LLVM.VecDouble_lgammaLane2Test (24 ms) 2022-12-01T11:09:40.3327937Z [ RUN ] LLVM.VecDouble_erfLane4Test 2022-12-01T11:09:40.3569701Z [ OK ] LLVM.VecDouble_erfLane4Test (24 ms) 2022-12-01T11:09:40.3570139Z [ RUN ] LLVM.VecDouble_erfcLane4Test 2022-12-01T11:09:40.3813866Z [ OK ] LLVM.VecDouble_erfcLane4Test (24 ms) 2022-12-01T11:09:40.3814273Z [ RUN ] LLVM.VecDouble_acosLane4Test 2022-12-01T11:09:40.4055823Z [ OK ] LLVM.VecDouble_acosLane4Test (24 ms) 2022-12-01T11:09:40.4056252Z [ RUN ] LLVM.VecDouble_asinLane4Test 2022-12-01T11:09:40.4299523Z [ OK ] LLVM.VecDouble_asinLane4Test (24 ms) 2022-12-01T11:09:40.4299956Z [ RUN ] LLVM.VecDouble_atanLane4Test 2022-12-01T11:09:40.4541634Z [ OK ] LLVM.VecDouble_atanLane4Test (24 ms) 2022-12-01T11:09:40.4542057Z [ RUN ] LLVM.VecDouble_coshLane4Test 2022-12-01T11:09:40.4785032Z [ OK ] LLVM.VecDouble_coshLane4Test (24 ms) 2022-12-01T11:09:40.4785458Z [ RUN ] LLVM.VecDouble_sinhLane4Test 2022-12-01T11:09:40.5028330Z [ OK ] LLVM.VecDouble_sinhLane4Test (24 ms) 2022-12-01T11:09:40.5028752Z [ RUN ] LLVM.VecDouble_tanhLane4Test 2022-12-01T11:09:40.5272425Z [ OK ] LLVM.VecDouble_tanhLane4Test (24 ms) 2022-12-01T11:09:40.5272861Z [ RUN ] LLVM.VecDouble_expm1Lane4Test 2022-12-01T11:09:40.5515451Z [ OK ] LLVM.VecDouble_expm1Lane4Test (24 ms) 2022-12-01T11:09:40.5515887Z [ RUN ] LLVM.VecDouble_lgammaLane4Test 2022-12-01T11:09:40.5758409Z [ OK ] LLVM.VecDouble_lgammaLane4Test (24 ms) 2022-12-01T11:09:40.5758854Z [ RUN ] LLVM.VectorizerLoadStoreTest 2022-12-01T11:09:40.5995525Z [ OK ] LLVM.VectorizerLoadStoreTest (23 ms) 2022-12-01T11:09:40.5995933Z [ RUN ] LLVM.VectorizeBitCast 2022-12-01T11:09:40.6282524Z [ OK ] LLVM.VectorizeBitCast (28 ms) 2022-12-01T11:09:40.6282913Z [ RUN ] LLVM.MemcpyTest 2022-12-01T11:09:40.6542061Z [ OK ] LLVM.MemcpyTest (25 ms) 2022-12-01T11:09:40.6542422Z [ RUN ] LLVM.BzeroTest 2022-12-01T11:09:40.6793639Z [ OK ] LLVM.BzeroTest (25 ms) 2022-12-01T11:09:40.6794015Z [ RUN ] LLVM.ElemwiseAdd 2022-12-01T11:09:40.7214530Z [ OK ] LLVM.ElemwiseAdd (42 ms) 2022-12-01T11:09:40.7214909Z [ RUN ] LLVM.ElemwiseAddFloat 2022-12-01T11:09:40.7628483Z [ OK ] LLVM.ElemwiseAddFloat (41 ms) 2022-12-01T11:09:40.7628898Z [ RUN ] LLVM.ElemwiseLog10Float 2022-12-01T11:09:40.7923430Z [ OK ] LLVM.ElemwiseLog10Float (29 ms) 2022-12-01T11:09:40.7924024Z [ RUN ] LLVM.ElemwiseLog1pFloat 2022-12-01T11:09:40.8218672Z [ OK ] LLVM.ElemwiseLog1pFloat (29 ms) 2022-12-01T11:09:40.8219077Z [ RUN ] LLVM.ElemwiseMaxInt 2022-12-01T11:09:40.8638664Z [ OK ] LLVM.ElemwiseMaxInt (41 ms) 2022-12-01T11:09:40.8639072Z [ RUN ] LLVM.ElemwiseMinInt 2022-12-01T11:09:40.9057060Z [ OK ] LLVM.ElemwiseMinInt (41 ms) 2022-12-01T11:09:40.9057443Z [ RUN ] LLVM.ElemwiseMaxFloat 2022-12-01T11:09:40.9430342Z [ OK ] LLVM.ElemwiseMaxFloat (37 ms) 2022-12-01T11:09:40.9431252Z [ RUN ] LLVM.ElemwiseMaxNaNFloat 2022-12-01T11:09:40.9803434Z [ OK ] LLVM.ElemwiseMaxNaNFloat (37 ms) 2022-12-01T11:09:40.9803835Z [ RUN ] LLVM.ElemwiseMinFloat 2022-12-01T11:09:41.0180578Z [ OK ] LLVM.ElemwiseMinFloat (37 ms) 2022-12-01T11:09:41.0181000Z [ RUN ] LLVM.ElemwiseMinNaNFloat 2022-12-01T11:09:41.0554812Z [ OK ] LLVM.ElemwiseMinNaNFloat (37 ms) 2022-12-01T11:09:41.0555214Z [ RUN ] LLVM.ElemwiseMod 2022-12-01T11:09:41.0909119Z [ OK ] LLVM.ElemwiseMod (35 ms) 2022-12-01T11:09:41.0909525Z [ RUN ] LLVM.CompareSelectIntEQ 2022-12-01T11:09:41.1343886Z [ OK ] LLVM.CompareSelectIntEQ (43 ms) 2022-12-01T11:09:41.1344338Z [ RUN ] LLVM.CompareSelectFloatEQ 2022-12-01T11:09:41.1782908Z [ OK ] LLVM.CompareSelectFloatEQ (43 ms) 2022-12-01T11:09:41.1783340Z [ RUN ] LLVM.CompareSelectByteGT 2022-12-01T11:09:41.2259955Z [ OK ] LLVM.CompareSelectByteGT (47 ms) 2022-12-01T11:09:41.2260388Z [ RUN ] LLVM.CompareSelectByteGE 2022-12-01T11:09:41.2740484Z [ OK ] LLVM.CompareSelectByteGE (48 ms) 2022-12-01T11:09:41.2740895Z [ RUN ] LLVM.CompareSelectByteLT 2022-12-01T11:09:41.3218051Z [ OK ] LLVM.CompareSelectByteLT (47 ms) 2022-12-01T11:09:41.3218496Z [ RUN ] LLVM.CompareSelectByteLE 2022-12-01T11:09:41.3697506Z [ OK ] LLVM.CompareSelectByteLE (47 ms) 2022-12-01T11:09:41.3697915Z [ RUN ] LLVM.StoreFloat 2022-12-01T11:09:41.3929330Z [ OK ] LLVM.StoreFloat (23 ms) 2022-12-01T11:09:41.3929711Z [ RUN ] LLVM.SimpleMath01 2022-12-01T11:09:41.4382935Z [ OK ] LLVM.SimpleMath01 (45 ms) 2022-12-01T11:09:41.4383314Z [ RUN ] LLVM.ComputeMul 2022-12-01T11:09:41.4797269Z [ OK ] LLVM.ComputeMul (41 ms) 2022-12-01T11:09:41.4797628Z [ RUN ] LLVM.BroadcastAdd 2022-12-01T11:09:41.5288020Z [ OK ] LLVM.BroadcastAdd (49 ms) 2022-12-01T11:09:41.5288397Z [ RUN ] LLVM.BitwiseOps 2022-12-01T11:09:41.5519441Z [ OK ] LLVM.BitwiseOps (23 ms) 2022-12-01T11:09:41.5519828Z [ RUN ] LLVM.ArithmeticRightShift 2022-12-01T11:09:41.5749200Z [ OK ] LLVM.ArithmeticRightShift (22 ms) 2022-12-01T11:09:41.5749631Z [ RUN ] LLVM.LogicalRightShift 2022-12-01T11:09:41.5980635Z [ OK ] LLVM.LogicalRightShift (23 ms) 2022-12-01T11:09:41.5981047Z [ RUN ] LLVM.DynamicShapeAdd 2022-12-01T11:09:41.7701820Z [ OK ] LLVM.DynamicShapeAdd (172 ms) 2022-12-01T11:09:41.7702238Z [ RUN ] LLVM.BindDynamicShapeAdd 2022-12-01T11:09:41.9423590Z [ OK ] LLVM.BindDynamicShapeAdd (172 ms) 2022-12-01T11:09:41.9424017Z [ RUN ] LLVM.TensorDynamicShapeAdd 2022-12-01T11:09:42.1143146Z [ OK ] LLVM.TensorDynamicShapeAdd (171 ms) 2022-12-01T11:09:42.1143562Z [ RUN ] LLVM.DynamicShape2D 2022-12-01T11:09:42.4016579Z [ OK ] LLVM.DynamicShape2D (287 ms) 2022-12-01T11:09:42.4016981Z [ RUN ] LLVM.EmptyStmt 2022-12-01T11:09:42.4237566Z [ OK ] LLVM.EmptyStmt (22 ms) 2022-12-01T11:09:42.4237927Z [ RUN ] LLVM.EliminatedStmt 2022-12-01T11:09:42.4459836Z [ OK ] LLVM.EliminatedStmt (22 ms) 2022-12-01T11:09:42.4460253Z [ RUN ] LLVM.SimpleReduction 2022-12-01T11:09:42.5515151Z [ OK ] LLVM.SimpleReduction (105 ms) 2022-12-01T11:09:42.5515564Z [ RUN ] LLVM.RFactorReduction 2022-12-01T11:09:42.5937623Z [ OK ] LLVM.RFactorReduction (42 ms) 2022-12-01T11:09:42.5938071Z [ RUN ] LLVM.RFactorVectorizedReduction 2022-12-01T11:09:42.6648163Z [ OK ] LLVM.RFactorVectorizedReduction (71 ms) 2022-12-01T11:09:42.6648604Z [ RUN ] LLVM.SimpleParallelSS 2022-12-01T11:09:42.6954079Z [ OK ] LLVM.SimpleParallelSS (30 ms) 2022-12-01T11:09:42.6954477Z [ RUN ] LLVM.SimpleParallelSP 2022-12-01T11:09:42.7290180Z [ OK ] LLVM.SimpleParallelSP (33 ms) 2022-12-01T11:09:42.7290873Z [ RUN ] LLVM.SimpleParallelPS 2022-12-01T11:09:42.7647727Z [ OK ] LLVM.SimpleParallelPS (35 ms) 2022-12-01T11:09:42.7648441Z [ RUN ] LLVM.SimpleParallelPP 2022-12-01T11:09:42.8003197Z [ OK ] LLVM.SimpleParallelPP (35 ms) 2022-12-01T11:09:42.8003828Z [ RUN ] LLVM.CompositeParallel 2022-12-01T11:09:46.7879254Z [ OK ] LLVM.CompositeParallel (3987 ms) 2022-12-01T11:09:46.7880010Z [ RUN ] LLVM.VectorizedGEMM 2022-12-01T11:09:46.9145384Z [ OK ] LLVM.VectorizedGEMM (126 ms) 2022-12-01T11:09:46.9146060Z [ RUN ] LLVM.CallRaw 2022-12-01T11:09:47.8437211Z [ OK ] LLVM.CallRaw (929 ms) 2022-12-01T11:09:47.8437620Z [ RUN ] LLVM.CustomTarget 2022-12-01T11:09:47.8733255Z [ OK ] LLVM.CustomTarget (29 ms) 2022-12-01T11:09:47.8733906Z [ RUN ] LLVM.CodeGenKernelFuncName 2022-12-01T11:09:47.9203120Z [ OK ] LLVM.CodeGenKernelFuncName (46 ms) 2022-12-01T11:09:47.9203576Z [----------] 150 tests from LLVM (10140 ms total) 2022-12-01T11:09:47.9203804Z 2022-12-01T11:09:47.9204698Z [----------] Global test environment tear-down 2022-12-01T11:09:47.9317116Z [==========] 829 tests from 26 test suites ran. (44970 ms total) 2022-12-01T11:09:47.9317829Z [ PASSED ] 829 tests. 2022-12-01T11:09:47.9318124Z 2022-12-01T11:09:47.9318407Z  YOU HAVE 5 DISABLED TESTS 2022-12-01T11:09:47.9318952Z 2022-12-01T11:09:48.0949961Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == pytorch-linux-xenial-py3* ]] 2022-12-01T11:09:48.0950669Z + assert_git_not_dirty 2022-12-01T11:09:48.0951047Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T11:09:48.0951504Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T11:09:48.0953839Z ++ git status --porcelain 2022-12-01T11:09:48.2064387Z + git_status= 2022-12-01T11:09:48.2065021Z + [[ -n '' ]] 2022-12-01T11:09:48.2065300Z + test_aot_compilation 2022-12-01T11:09:48.2065816Z + echo 'Testing Ahead of Time compilation' 2022-12-01T11:09:48.2066227Z Testing Ahead of Time compilation 2022-12-01T11:09:48.2067280Z + ln -sf /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10d_cuda_test.so /opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T11:09:48.2081882Z + ln -sf /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_linalg.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorchbind_test.so /opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T11:09:48.2095734Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_aot_compilation 2022-12-01T11:09:48.2096492Z + mkdir -p test/test-reports/cpp-unittest/test_aot_compilation 2022-12-01T11:09:48.2108259Z + '[' -f /opt/conda/lib/python3.10/site-packages/torch/bin/test_mobile_nnc ']' 2022-12-01T11:09:48.2109161Z + /opt/conda/lib/python3.10/site-packages/torch/bin/test_mobile_nnc --gtest_output=xml:test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml 2022-12-01T11:09:48.6426661Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-12-01T11:09:48.6427259Z [==========] Running 6 tests from 2 test suites. 2022-12-01T11:09:48.6427693Z [----------] Global test environment set-up. 2022-12-01T11:09:48.6428180Z [----------] 4 tests from Function 2022-12-01T11:09:48.6428518Z [ RUN ] Function.ExecuteSlowMul 2022-12-01T11:09:48.6437743Z [ OK ] Function.ExecuteSlowMul (1 ms) 2022-12-01T11:09:48.6438151Z [ RUN ] Function.Serialization 2022-12-01T11:09:48.6438558Z [ OK ] Function.Serialization (0 ms) 2022-12-01T11:09:48.6438936Z [ RUN ] Function.ValidInput 2022-12-01T11:09:48.6439290Z [ OK ] Function.ValidInput (0 ms) 2022-12-01T11:09:48.6439620Z [ RUN ] Function.InvalidInput 2022-12-01T11:09:48.6449536Z [ OK ] Function.InvalidInput (1 ms) 2022-12-01T11:09:48.6450256Z [----------] 4 tests from Function (2 ms total) 2022-12-01T11:09:48.6450494Z 2022-12-01T11:09:48.6450734Z [----------] 2 tests from MobileNNCRegistryTest 2022-12-01T11:09:48.6451153Z [ RUN ] MobileNNCRegistryTest.FindAndRun 2022-12-01T11:09:48.6451576Z [ OK ] MobileNNCRegistryTest.FindAndRun (0 ms) 2022-12-01T11:09:48.6452049Z [ RUN ] MobileNNCRegistryTest.NoKernel 2022-12-01T11:09:48.6452438Z [ OK ] MobileNNCRegistryTest.NoKernel (0 ms) 2022-12-01T11:09:48.6453228Z [----------] 2 tests from MobileNNCRegistryTest (0 ms total) 2022-12-01T11:09:48.6453452Z 2022-12-01T11:09:48.6453648Z [----------] Global test environment tear-down 2022-12-01T11:09:48.6454929Z [==========] 6 tests from 2 test suites ran. (2 ms total) 2022-12-01T11:09:48.6455798Z [ PASSED ] 6 tests. 2022-12-01T11:09:48.6456095Z 2022-12-01T11:09:48.6456540Z  YOU HAVE 1 DISABLED TEST 2022-12-01T11:09:48.6456726Z 2022-12-01T11:09:48.7222425Z + '[' -f /opt/conda/lib/python3.10/site-packages/torch/bin/aot_model_compiler_test ']' 2022-12-01T11:09:48.7223028Z + source test/mobile/nnc/test_aot_compile.sh 2022-12-01T11:09:48.7223384Z ++ set -e -o pipefail 2022-12-01T11:09:48.7226994Z +++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T11:09:48.7459771Z ++ TORCH_INSTALL_DIR=/opt/conda/lib/python3.10/site-packages/torch 2022-12-01T11:09:48.7460678Z ++ TORCH_BIN_DIR=/opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T11:09:48.7464295Z +++ dirname test/mobile/nnc/test_aot_compile.sh 2022-12-01T11:09:48.7478437Z ++ CURRENT_DIR=test/mobile/nnc 2022-12-01T11:09:48.7479094Z ++ MODEL=aot_test_model.pt 2022-12-01T11:09:48.7479705Z ++ COMPILED_MODEL=aot_test_model.compiled.pt 2022-12-01T11:09:48.7480057Z ++ COMPILED_CODE=aot_test_model.compiled.ll 2022-12-01T11:09:48.7483749Z +++ mktemp -d -t build_XXX 2022-12-01T11:09:48.7498839Z ++ TMP_DIR=/tmp/build_LVy 2022-12-01T11:09:48.7499582Z + test_custom_script_ops 2022-12-01T11:09:48.7500411Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *asan* ]] 2022-12-01T11:09:48.7500843Z + echo 'Testing custom script operators' 2022-12-01T11:09:48.7501162Z Testing custom script operators 2022-12-01T11:09:48.7501626Z + CUSTOM_OP_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-12-01T11:09:48.7501987Z + pushd test/custom_operator 2022-12-01T11:09:48.7502304Z ~/workspace/test/custom_operator ~/workspace 2022-12-01T11:09:48.7502792Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build build 2022-12-01T11:09:48.7608329Z + python test_custom_ops.py -v 2022-12-01T11:09:50.1727983Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-12-01T11:09:50.1743517Z 2022-12-01T11:09:50.1743980Z Running tests... 2022-12-01T11:09:50.1744523Z ---------------------------------------------------------------------- 2022-12-01T11:09:50.1801726Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.006s) 2022-12-01T11:09:50.2485354Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.068s) 2022-12-01T11:09:50.2493020Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-12-01T11:09:50.2519254Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:197: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1064.) 2022-12-01T11:09:50.2520472Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:09:50.2537542Z ok (0.004s) 2022-12-01T11:09:50.2547791Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-12-01T11:09:50.2552663Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-12-01T11:09:50.2665714Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.011s) 2022-12-01T11:09:50.2666001Z 2022-12-01T11:09:50.2666323Z ---------------------------------------------------------------------- 2022-12-01T11:09:50.2666644Z Ran 7 tests in 0.092s 2022-12-01T11:09:50.2666809Z 2022-12-01T11:09:50.2666905Z OK 2022-12-01T11:09:50.2667055Z 2022-12-01T11:09:50.2667183Z Generating XML reports... 2022-12-01T11:09:50.2707789Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20221201110950.xml 2022-12-01T11:09:50.4870010Z + python model.py --export-script-module=model.pt 2022-12-01T11:09:51.8554612Z + build/test_custom_ops ./model.pt 2022-12-01T11:09:52.3048056Z [W engine.cpp:1064] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-12-01T11:09:53.6374865Z ok 2022-12-01T11:09:53.7945391Z + popd 2022-12-01T11:09:53.7945926Z ~/workspace 2022-12-01T11:09:53.7946403Z + assert_git_not_dirty 2022-12-01T11:09:53.7947251Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T11:09:53.7948049Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T11:09:53.7949518Z ++ git status --porcelain 2022-12-01T11:09:53.9058279Z + git_status= 2022-12-01T11:09:53.9058688Z + [[ -n '' ]] 2022-12-01T11:09:53.9059159Z + test_custom_backend 2022-12-01T11:09:53.9059738Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *asan* ]] 2022-12-01T11:09:53.9060065Z + echo 'Testing custom backends' 2022-12-01T11:09:53.9060337Z Testing custom backends 2022-12-01T11:09:53.9060812Z + CUSTOM_BACKEND_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-12-01T11:09:53.9061177Z + pushd test/custom_backend 2022-12-01T11:09:53.9061485Z ~/workspace/test/custom_backend ~/workspace 2022-12-01T11:09:53.9061977Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build build 2022-12-01T11:09:53.9167897Z + python test_custom_backend.py -v 2022-12-01T11:09:55.3471078Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-12-01T11:09:55.3486424Z 2022-12-01T11:09:55.3486676Z Running tests... 2022-12-01T11:09:55.3487392Z ---------------------------------------------------------------------- 2022-12-01T11:09:55.3494062Z test_execute (__main__.TestCustomBackend) 2022-12-01T11:09:55.4277141Z Test execution using the custom backend. ... ok (0.079s) 2022-12-01T11:09:55.4285583Z test_save_load (__main__.TestCustomBackend) 2022-12-01T11:09:55.4530479Z Test that a lowered module can be executed correctly ... ok (0.025s) 2022-12-01T11:09:55.4533518Z 2022-12-01T11:09:55.4534409Z ---------------------------------------------------------------------- 2022-12-01T11:09:55.4534804Z Ran 2 tests in 0.105s 2022-12-01T11:09:55.4534973Z 2022-12-01T11:09:55.4535071Z OK 2022-12-01T11:09:55.4535188Z 2022-12-01T11:09:55.4536586Z Generating XML reports... 2022-12-01T11:09:55.4569405Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20221201110955.xml 2022-12-01T11:09:55.6541087Z + python backend.py --export-module-to=model.pt 2022-12-01T11:09:57.1333436Z + build/test_custom_backend ./model.pt 2022-12-01T11:09:57.5856466Z Testing custom_backend 2022-12-01T11:09:57.6963978Z OK 2022-12-01T11:09:57.7853840Z + rm -f ./model.pt 2022-12-01T11:09:57.7866461Z + popd 2022-12-01T11:09:57.7866841Z ~/workspace 2022-12-01T11:09:57.7867265Z + assert_git_not_dirty 2022-12-01T11:09:57.7867700Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T11:09:57.7868116Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T11:09:57.7872798Z ++ git status --porcelain 2022-12-01T11:09:57.8979521Z + git_status= 2022-12-01T11:09:57.8979900Z + [[ -n '' ]] 2022-12-01T11:09:57.8980169Z + test_torch_function_benchmark 2022-12-01T11:09:57.8980546Z + echo 'Testing __torch_function__ benchmarks' 2022-12-01T11:09:57.8980857Z Testing __torch_function__ benchmarks 2022-12-01T11:09:57.8981169Z + pushd benchmarks/overrides_benchmark 2022-12-01T11:09:57.8981530Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-12-01T11:09:57.8981892Z + python bench.py -n 1 -m 2 2022-12-01T11:09:59.1033659Z Type tensor had a minimum time of 0.014066696166992188 us and a standard deviation of 0.4160736862104386 us. 2022-12-01T11:09:59.1035014Z Type SubTensor had a minimum time of 0.03147125244140625 us and a standard deviation of 0.06372603820636868 us. 2022-12-01T11:09:59.1037195Z Type WithTorchFunction had a minimum time of 0.01049041748046875 us and a standard deviation of 0.02933420728368219 us. 2022-12-01T11:09:59.1039818Z Type SubWithTorchFunction had a minimum time of 0.023365020751953125 us and a standard deviation of 0.015678628187743016 us. 2022-12-01T11:09:59.2672899Z + python pyspybench.py Tensor -n 1 2022-12-01T11:10:00.6236874Z + python pyspybench.py SubTensor -n 1 2022-12-01T11:10:02.0092372Z + python pyspybench.py WithTorchFunction -n 1 2022-12-01T11:10:03.3830000Z + python pyspybench.py SubWithTorchFunction -n 1 2022-12-01T11:10:04.7500869Z + popd 2022-12-01T11:10:04.7501423Z ~/workspace 2022-12-01T11:10:04.7502000Z + assert_git_not_dirty 2022-12-01T11:10:04.7502785Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T11:10:04.7503617Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T11:10:04.7504806Z ++ git status --porcelain 2022-12-01T11:10:04.8621174Z + git_status= 2022-12-01T11:10:04.8621898Z + [[ -n '' ]] 2022-12-01T11:10:04.8691484Z Prepare all required actions 2022-12-01T11:10:04.8691840Z Getting action download info 2022-12-01T11:10:05.0717570Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T11:10:05.0717871Z with: 2022-12-01T11:10:05.0718331Z github-token: *** 2022-12-01T11:10:05.0718573Z env: 2022-12-01T11:10:05.0718795Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:05.0719066Z GPU_FLAG: --gpus all 2022-12-01T11:10:05.0719315Z ##[endgroup] 2022-12-01T11:10:05.0753962Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T11:10:05.0754289Z with: 2022-12-01T11:10:05.0754494Z shell: bash 2022-12-01T11:10:05.0754738Z timeout_minutes: 10 2022-12-01T11:10:05.0754997Z max_attempts: 5 2022-12-01T11:10:05.0755233Z retry_wait_seconds: 30 2022-12-01T11:10:05.0755782Z 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-12-01T11:10:05.0756294Z polling_interval_seconds: 1 2022-12-01T11:10:05.0756552Z warning_on_retry: true 2022-12-01T11:10:05.0756821Z continue_on_error: false 2022-12-01T11:10:05.0757063Z env: 2022-12-01T11:10:05.0757286Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:05.0757558Z GPU_FLAG: --gpus all 2022-12-01T11:10:05.0757963Z GITHUB_TOKEN: *** 2022-12-01T11:10:05.0758198Z ##[endgroup] 2022-12-01T11:10:05.1313301Z 2022-12-01T11:10:05.1322372Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:10:05.1378388Z + python3 -m pip install requests==2.26.0 2022-12-01T11:10:05.4375195Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:10:05.4610247Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T11:10:05.4799967Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-12-01T11:10:05.4816879Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-12-01T11:10:05.4829577Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.13) 2022-12-01T11:10:05.5058485Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-12-01T11:10:05.7610993Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-04c9a9acc645fc129 2022-12-01T11:10:08.0391410Z + GHA_WORKFLOW_JOB_ID=9818607743 2022-12-01T11:10:08.0392600Z + echo '::set-output name=job-id::9818607743' 2022-12-01T11:10:08.0404824Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:10:08.1384864Z Command completed after 1 attempt(s). 2022-12-01T11:10:08.1385456Z 2022-12-01T11:10:08.1387505Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:10:08.1521413Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:10:08.1521753Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:10:08.1535043Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:10:08.1535349Z env: 2022-12-01T11:10:08.1535580Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:08.1535848Z GPU_FLAG: --gpus all 2022-12-01T11:10:08.1536122Z MONITOR_SCRIPT_PID: 98849 2022-12-01T11:10:08.1536365Z ##[endgroup] 2022-12-01T11:10:08.1628107Z Prepare all required actions 2022-12-01T11:10:08.1628490Z Getting action download info 2022-12-01T11:10:08.3473326Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T11:10:08.5088839Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T11:10:08.5089143Z with: 2022-12-01T11:10:08.5089486Z file-suffix: test-default-2-4-linux.4xlarge.nvidia.gpu_9818607743 2022-12-01T11:10:08.5089806Z env: 2022-12-01T11:10:08.5090045Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:08.5090315Z GPU_FLAG: --gpus all 2022-12-01T11:10:08.5090545Z ##[endgroup] 2022-12-01T11:10:08.5174075Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T11:10:08.5174449Z # Remove any previous test jsons if they exist 2022-12-01T11:10:08.5174771Z rm -f test-jsons-*.zip 2022-12-01T11:10:08.5175116Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T11:10:08.5187150Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:10:08.5187454Z env: 2022-12-01T11:10:08.5187689Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:08.5187964Z GPU_FLAG: --gpus all 2022-12-01T11:10:08.5188327Z FILE_SUFFIX: test-default-2-4-linux.4xlarge.nvidia.gpu_9818607743 2022-12-01T11:10:08.5188663Z ##[endgroup] 2022-12-01T11:10:08.5290943Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T11:10:08.5326927Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T11:10:08.5334189Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T11:10:08.5335813Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T11:10:08.5346660Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T11:10:08.5371834Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:10:08.5372245Z # Remove any previous test reports if they exist 2022-12-01T11:10:08.5372587Z rm -f test-reports-*.zip 2022-12-01T11:10:08.5372935Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T11:10:08.5384684Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:10:08.5384982Z env: 2022-12-01T11:10:08.5385224Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:08.5385474Z GPU_FLAG: --gpus all 2022-12-01T11:10:08.5385831Z FILE_SUFFIX: test-default-2-4-linux.4xlarge.nvidia.gpu_9818607743 2022-12-01T11:10:08.5386171Z ##[endgroup] 2022-12-01T11:10:08.5470765Z adding: test/custom_backend/test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20221201110955.xml (deflated 56%) 2022-12-01T11:10:08.5471766Z adding: test/custom_operator/test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20221201110950.xml (deflated 65%) 2022-12-01T11:10:08.5472523Z adding: test/test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCUDA-20221201102221.xml (deflated 56%) 2022-12-01T11:10:08.5606151Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCUDA-20221201102221.xml (deflated 96%) 2022-12-01T11:10:08.5648015Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 96%) 2022-12-01T11:10:08.5659145Z adding: test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml (deflated 93%) 2022-12-01T11:10:08.5683369Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 92%) 2022-12-01T11:10:08.5702436Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 92%) 2022-12-01T11:10:08.5703026Z adding: test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml (deflated 75%) 2022-12-01T11:10:08.5727753Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:10:08.5728151Z # Remove any previous test reports if they exist 2022-12-01T11:10:08.5728471Z rm -f usage-log-*.zip 2022-12-01T11:10:08.5728935Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T11:10:08.5729347Z # so check to see if the file exists first 2022-12-01T11:10:08.5729645Z if [ -f 'usage_log.txt' ]; then 2022-12-01T11:10:08.5729980Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T11:10:08.5730276Z fi 2022-12-01T11:10:08.5741726Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:10:08.5742024Z env: 2022-12-01T11:10:08.5742267Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:08.5742522Z GPU_FLAG: --gpus all 2022-12-01T11:10:08.5742879Z FILE_SUFFIX: test-default-2-4-linux.4xlarge.nvidia.gpu_9818607743 2022-12-01T11:10:08.5743219Z ##[endgroup] 2022-12-01T11:10:08.6036489Z adding: usage_log.txt (deflated 98%) 2022-12-01T11:10:08.6082897Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:10:08.6083193Z with: 2022-12-01T11:10:08.6083458Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:10:08.6083767Z retention-days: 14 2022-12-01T11:10:08.6084043Z if-no-files-found: warn 2022-12-01T11:10:08.6084306Z path: test-jsons-*.zip 2022-12-01T11:10:08.6084564Z name: artifact 2022-12-01T11:10:08.6084821Z s3-bucket: gha-artifacts 2022-12-01T11:10:08.6085071Z region: us-east-1 2022-12-01T11:10:08.6085304Z env: 2022-12-01T11:10:08.6085547Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:08.6085800Z GPU_FLAG: --gpus all 2022-12-01T11:10:08.6086051Z ##[endgroup] 2022-12-01T11:10:09.0808745Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:10:09.0809602Z With the provided path, there will be 1 file uploaded 2022-12-01T11:10:09.0810403Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:10:09.0821070Z Starting upload of test-jsons-test-default-2-4-linux.4xlarge.nvidia.gpu_9818607743.zip 2022-12-01T11:10:09.2098165Z Finished upload of test-jsons-test-default-2-4-linux.4xlarge.nvidia.gpu_9818607743.zip 2022-12-01T11:10:09.2251112Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:10:09.2251429Z with: 2022-12-01T11:10:09.2251705Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:10:09.2252005Z retention-days: 14 2022-12-01T11:10:09.2252276Z if-no-files-found: error 2022-12-01T11:10:09.2252543Z path: test-reports-*.zip 2022-12-01T11:10:09.2252800Z name: artifact 2022-12-01T11:10:09.2253051Z s3-bucket: gha-artifacts 2022-12-01T11:10:09.2253299Z region: us-east-1 2022-12-01T11:10:09.2253528Z env: 2022-12-01T11:10:09.2253770Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:09.2254019Z GPU_FLAG: --gpus all 2022-12-01T11:10:09.2254262Z ##[endgroup] 2022-12-01T11:10:09.6676645Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:10:09.6677378Z With the provided path, there will be 1 file uploaded 2022-12-01T11:10:09.6677800Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:10:09.6688665Z Starting upload of test-reports-test-default-2-4-linux.4xlarge.nvidia.gpu_9818607743.zip 2022-12-01T11:10:09.7893440Z Finished upload of test-reports-test-default-2-4-linux.4xlarge.nvidia.gpu_9818607743.zip 2022-12-01T11:10:09.8050481Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:10:09.8050778Z with: 2022-12-01T11:10:09.8051045Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:10:09.8051347Z retention-days: 14 2022-12-01T11:10:09.8051622Z if-no-files-found: ignore 2022-12-01T11:10:09.8051884Z path: usage-log-*.zip 2022-12-01T11:10:09.8052135Z name: artifact 2022-12-01T11:10:09.8052392Z s3-bucket: gha-artifacts 2022-12-01T11:10:09.8052667Z region: us-east-1 2022-12-01T11:10:09.8052870Z env: 2022-12-01T11:10:09.8053108Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:09.8053357Z GPU_FLAG: --gpus all 2022-12-01T11:10:09.8053602Z ##[endgroup] 2022-12-01T11:10:10.2463659Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:10:10.2464402Z With the provided path, there will be 1 file uploaded 2022-12-01T11:10:10.2464993Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:10:10.2476329Z Starting upload of usage-log-test-default-2-4-linux.4xlarge.nvidia.gpu_9818607743.zip 2022-12-01T11:10:10.3811515Z Finished upload of usage-log-test-default-2-4-linux.4xlarge.nvidia.gpu_9818607743.zip 2022-12-01T11:10:10.3985509Z ##[group]Run set -x 2022-12-01T11:10:10.3986394Z set -x 2022-12-01T11:10:10.3986690Z python3 -m pip install -r requirements.txt 2022-12-01T11:10:10.3987035Z python3 -m pip install boto3==1.19.12 2022-12-01T11:10:10.3987432Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:10:10.4001387Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:10:10.4001687Z env: 2022-12-01T11:10:10.4001930Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:10.4002180Z GPU_FLAG: --gpus all 2022-12-01T11:10:10.4002448Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T11:10:10.4002716Z BRANCH: pull/89997 2022-12-01T11:10:10.4002951Z TEST_CONFIG: default 2022-12-01T11:10:10.4003206Z SHARD_NUMBER: 2 2022-12-01T11:10:10.4003524Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T11:10:10.4003823Z PR_NUMBER: 89997 2022-12-01T11:10:10.4004082Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T11:10:10.4004410Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T11:10:10.4004716Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:10:10.4004995Z TAG: 2022-12-01T11:10:10.4005228Z WORKFLOW_ID: 3591403534 2022-12-01T11:10:10.4005676Z GITHUB_TOKEN: *** 2022-12-01T11:10:10.4005927Z GHA_WORKFLOW_JOB_ID: 9818607743 2022-12-01T11:10:10.4006184Z ##[endgroup] 2022-12-01T11:10:10.4036568Z + python3 -m pip install -r requirements.txt 2022-12-01T11:10:10.7205063Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:10:10.7543352Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T11:10:10.7580424Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2022-12-01T11:10:10.7592401Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T11:10:10.7606211Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.58.2) 2022-12-01T11:10:10.8150737Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-12-01T11:10:10.8163088Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T11:10:10.8276473Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T11:10:10.8287649Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T11:10:10.8537050Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T11:10:10.8784561Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T11:10:10.8797033Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-12-01T11:10:10.8805581Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2022-12-01T11:10:10.8819758Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-12-01T11:10:10.8847008Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.38.4) 2022-12-01T11:10:10.8871972Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-12-01T11:10:10.9244564Z Requirement already satisfied: exceptiongroup>=1.0.0; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2022-12-01T11:10:10.9270243Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-12-01T11:10:10.9284787Z 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.13) 2022-12-01T11:10:10.9508243Z 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-12-01T11:10:10.9524693Z 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-12-01T11:10:10.9537319Z 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-12-01T11:10:10.9563447Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-12-01T11:10:11.0662324Z + python3 -m pip install boto3==1.19.12 2022-12-01T11:10:11.3605106Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:10:11.3841808Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T11:10:11.3914220Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-12-01T11:10:11.3953173Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-12-01T11:10:11.4023691Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-12-01T11:10:11.4042226Z 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.13) 2022-12-01T11:10:11.4263959Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-12-01T11:10:11.4293042Z 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-12-01T11:10:11.6806000Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:10:32.8533328Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T11:10:32.8533802Z 2022-12-01T11:10:32.8534390Z ----- Historic stats comparison result ------ 2022-12-01T11:10:32.8534743Z 2022-12-01T11:10:32.8538779Z job: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T11:10:32.8539382Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:10:32.8539588Z 2022-12-01T11:10:32.8539723Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T11:10:32.8539991Z 2022-12-01T11:10:32.8540150Z : (master) 2022-12-01T11:10:32.8540539Z | 2022-12-01T11:10:32.8541062Z | * c13d400bff (HEAD) total time 2835.47s 2022-12-01T11:10:32.8541393Z | | 2022-12-01T11:10:32.8541759Z | : (59 commits) 2022-12-01T11:10:32.8542303Z |/ 2022-12-01T11:10:32.8543126Z * 67eb2d5952 (base) 18 reports, total time 3503.90s ± 2079.90s 2022-12-01T11:10:32.8543899Z * 1c5ca724f4 9 reports, total time 3529.71s ± 2080.27s 2022-12-01T11:10:32.8544313Z * 9d6109c4b0 9 reports, total time 3530.22s ± 2110.41s 2022-12-01T11:10:32.8544973Z * 736adc0808 9 reports, total time 3501.80s ± 2137.81s 2022-12-01T11:10:32.8545432Z * a348975e00 9 reports, total time 3551.46s ± 2118.11s 2022-12-01T11:10:32.8545838Z * db13049b88 9 reports, total time 3520.57s ± 2066.49s 2022-12-01T11:10:32.8546264Z * d07b85393a 9 reports, total time 3540.86s ± 2074.85s 2022-12-01T11:10:32.8546683Z * ac25c210e5 9 reports, total time 3549.18s ± 2105.70s 2022-12-01T11:10:32.8547103Z * 2355b6256b 9 reports, total time 3596.87s ± 2152.28s 2022-12-01T11:10:32.8549359Z * 4f95f7ae9b 9 reports, total time 3534.00s ± 2151.51s 2022-12-01T11:10:32.8549747Z | 2022-12-01T11:10:32.8549884Z : 2022-12-01T11:10:32.8550002Z 2022-12-01T11:10:32.8550680Z Removed (across 791 suites) 0 tests, totaling 0.00s 2022-12-01T11:10:32.8551206Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T11:10:32.8551552Z Added (across 213 suites) 11066 tests, totaling +2835.47s 2022-12-01T11:10:32.9272595Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T11:10:32.9273024Z with: 2022-12-01T11:10:32.9273248Z env: 2022-12-01T11:10:32.9273490Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:32.9273745Z GPU_FLAG: --gpus all 2022-12-01T11:10:32.9273998Z ##[endgroup] 2022-12-01T11:10:32.9293910Z ##[group]Run set -eou pipefail 2022-12-01T11:10:32.9294219Z set -eou pipefail 2022-12-01T11:10:32.9294475Z  2022-12-01T11:10:32.9294794Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T11:10:32.9295119Z for _ in $(seq 1440); do 2022-12-01T11:10:32.9295421Z  # Break if no ssh session exists anymore 2022-12-01T11:10:32.9295728Z  if [ "$(who)" = "" ]; then 2022-12-01T11:10:32.9295964Z  break 2022-12-01T11:10:32.9296200Z  fi 2022-12-01T11:10:32.9296432Z  echo "." 2022-12-01T11:10:32.9296665Z  sleep 5 2022-12-01T11:10:32.9296929Z done 2022-12-01T11:10:32.9310799Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:10:32.9311239Z env: 2022-12-01T11:10:32.9311488Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:32.9311758Z GPU_FLAG: --gpus all 2022-12-01T11:10:32.9311989Z ##[endgroup] 2022-12-01T11:10:32.9342444Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T11:10:32.9394820Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:10:32.9395235Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:10:32.9395582Z # shellcheck disable=SC2046 2022-12-01T11:10:32.9395891Z docker stop $(docker ps -q) || true 2022-12-01T11:10:32.9396332Z # Prune all of the docker images 2022-12-01T11:10:32.9396632Z docker system prune -af 2022-12-01T11:10:32.9408690Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:10:32.9408998Z env: 2022-12-01T11:10:32.9409250Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:10:32.9409506Z GPU_FLAG: --gpus all 2022-12-01T11:10:32.9409754Z ##[endgroup] 2022-12-01T11:10:33.4108256Z 582de9923a7a 2022-12-01T11:10:34.2302328Z Deleted Containers: 2022-12-01T11:10:34.2302925Z 582de9923a7ae2e2eff5188c676d4c469c14af332b1d6cf67253bc28c2c3ec25 2022-12-01T11:10:34.2303198Z 2022-12-01T11:10:39.2317313Z Deleted Images: 2022-12-01T11:10:39.2318666Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T11:10:39.2320428Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7@sha256:217fd7de680e1dd5bca4b2b4054bd05a8d454df5e210ffbf1e5955e01cf1f340 2022-12-01T11:10:39.2321616Z deleted: sha256:f1c05e1c4a24b2f30e4b2dd175e18efaf97173a54d9813ad2e6088a740690342 2022-12-01T11:10:39.2322400Z deleted: sha256:1e7def21582cf03150a2e3ad04e2701388eaa422b3720fe7f648241a8988388e 2022-12-01T11:10:39.2323041Z deleted: sha256:3a7e72ba714442f54696c557b74dca88c618446caa68ff6506c2ce93cd7b2a85 2022-12-01T11:10:39.2323459Z deleted: sha256:acc47a47b0a4383dfbd2bd91be28c265a6486f388812591a0a9c185c62047c0a 2022-12-01T11:10:39.2323908Z deleted: sha256:60f22f4a0a4afdbef80bed81f20ae4c7a54233808a9544253a3c30a2776d2f71 2022-12-01T11:10:39.2324398Z deleted: sha256:5efa4324ff86638bcfa35ab9b1debaddf3d7513732c27ca8dd7e60e8358da6c9 2022-12-01T11:10:39.2324854Z deleted: sha256:a7f286562f5d9f9a1490bbc0a8125ba19aefca94af08516be2493eeb191f127f 2022-12-01T11:10:39.2325255Z deleted: sha256:e403df4fa1d82e23b8db68b6e2b5562fcd55535dd72214b9421e7814eee51ffd 2022-12-01T11:10:39.2325738Z deleted: sha256:f9471dd8edb7c2e1eb3aefda26ec6e67ee49347262f97f3111f176eeb2bf9465 2022-12-01T11:10:39.2326491Z deleted: sha256:d6df7f8a51a6e7483b61b1f330f3a4417b815fce5a7ad4c2a89510a54f5537da 2022-12-01T11:10:39.2326921Z deleted: sha256:b12c66528bc64f807b7a52116ecdf950025b66a403dd328a33db5511b63fc3f1 2022-12-01T11:10:39.2327651Z deleted: sha256:e8a84d179a24426205a63771d9aa894a6889147decc6d227312415e2842d0e38 2022-12-01T11:10:39.2328443Z deleted: sha256:b1e802e06103bb69d2a413954707d2f281a894d36a1f7fa3a65efa626a0e5e43 2022-12-01T11:10:39.2329237Z deleted: sha256:8efc9a5c3ed0496241d3ce1f76339b4d1270b5470ce1429effc703ca61a04c50 2022-12-01T11:10:39.2330108Z deleted: sha256:fef4f8c199945077358334d285e9dbe762a116427ec29d567139bee51863bef4 2022-12-01T11:10:39.2330662Z deleted: sha256:3f9f9d5fa745067d0ddf7f1206fcf51b87304adb8d32c87e130cbaae4acee275 2022-12-01T11:10:39.2331108Z deleted: sha256:75fb962b88e95b55a260c8cebb5da299635f32f3b104d08b08a2e1fba788437b 2022-12-01T11:10:39.2331609Z deleted: sha256:bd2c58efdd30f071840e8b3fd569126cf238bfdd5f0cd18345e36b60f93489df 2022-12-01T11:10:39.2331998Z deleted: sha256:d72aae1f9d4b7e1acc7b1954fed6c4886c49cec893a48dac5337fee3c9bf4c08 2022-12-01T11:10:39.2332454Z deleted: sha256:2b0461664863c4ef4ad02da7c9ec92a1d6d08bc8a9b76b5a982b7a98549980d3 2022-12-01T11:10:39.2332881Z deleted: sha256:086197a6cf735060ac5a6e595333f0bc14643bfddd3c338439c22002c1bec257 2022-12-01T11:10:39.2333267Z deleted: sha256:64254e4d362f949e9732531c579ca041aa47d4f70f7c242fda19048d82df0a1d 2022-12-01T11:10:39.2333689Z deleted: sha256:25374ed655bf3ce154d4ee14bd8c4f3220431d67b0d18acf3efdd666bbc01285 2022-12-01T11:10:39.2334131Z deleted: sha256:70a8b1a97ab5caea7ba2d2ecea43b58781672c588ee6375271d2b5f04d31594c 2022-12-01T11:10:39.2334575Z deleted: sha256:758af05d13f6edc84594db4db15f7b8066c5da10f6d83717a1d8b6ae5a2caccf 2022-12-01T11:10:39.2334988Z deleted: sha256:b37c30a9368604ae9d1873491a752ae71aba89de73dec5588638c1d2e3917901 2022-12-01T11:10:39.2335400Z deleted: sha256:790f109bf6ce127a4f3e25ea1675387993204350100fca6cecb56f8b863ce2e5 2022-12-01T11:10:39.2335836Z deleted: sha256:df13ec8c62d036e4b9fe0fd768e7fae7c5f76430b4aae4f3f356d701621b86d8 2022-12-01T11:10:39.2336479Z deleted: sha256:ef027ba5732bd4bc180cc8f8d769cd28630e92609a88be8f472e4c8ee8a3bb6d 2022-12-01T11:10:39.2336868Z deleted: sha256:5751424dd4ee3deaaf3e9f8b8172683ff7f30d90dc2415c3833042333f52b619 2022-12-01T11:10:39.2337296Z deleted: sha256:ac0364f6b4441a779e12c1527f256b052fff92b14aca383c87e62a8d6e4d1470 2022-12-01T11:10:39.2337708Z deleted: sha256:1f8161738ca37b8a92ed2577a6d9705167fb325ad8f8512439b47251013af048 2022-12-01T11:10:39.2338114Z deleted: sha256:2f8770a5227a4d66f9bdea07ca3e6e7cda5b06fbc362b354ae29f7542b3e7a19 2022-12-01T11:10:39.2338555Z deleted: sha256:652470cd61eae170df59d88a3b038cd2ab199526f4ba54badf85dd5628d7cb37 2022-12-01T11:10:39.2338995Z deleted: sha256:155eec0e8b217d2bafa06b3f85e987c3164bbad427de092045ddbff33f091a1f 2022-12-01T11:10:39.2339412Z deleted: sha256:8c60c1d76e4c0216ef0cc9248e31a656ab0a29bc95f589f4b23a0634523058c7 2022-12-01T11:10:39.2339830Z deleted: sha256:2811ebe06c45b7997659f3d50562406d001f3e979f398f9b4844bac84b3c419e 2022-12-01T11:10:39.2340338Z deleted: sha256:6a690d8e14cafcab7ab578a42baf2ca075033cf306f03e13ae70150b8be2e586 2022-12-01T11:10:39.2340735Z deleted: sha256:635a5f6faf92c02fc91f0a365e65bb840b74b3b7c079ee1009e6c15cd7c0e7b4 2022-12-01T11:10:39.2341190Z deleted: sha256:2696ecc06a0fc00b7ef534ef78758030c9d69f082f8fcb2f5ab275c6fc199e7c 2022-12-01T11:10:39.2341649Z deleted: sha256:cec67903bb9f9cc16c8826dff0d76c876d88147fecd2dec21ebc0adc56e4f149 2022-12-01T11:10:39.2342181Z deleted: sha256:6d95f163e75e744dc79893bc297644cf2a70187540d68c847baeb77483c6a0f5 2022-12-01T11:10:39.2343022Z deleted: sha256:1b1204e913bbc6e599fc1cdcabede5cd1315dc1b55cd67052bc665a8f8e3cc1a 2022-12-01T11:10:39.2343804Z deleted: sha256:93670f5e92be335224cf3a8b69a526306d2fec5e5e4e42c272b8c0458060036a 2022-12-01T11:10:39.2344226Z deleted: sha256:a0b1388f987804a153c13745107eb2a30de9cc6dc9eab87ae191707765dd7175 2022-12-01T11:10:39.2344641Z deleted: sha256:129bdb873e79117f4e90135f0c6a58f775fcf596f4eb514b803771cef2da8278 2022-12-01T11:10:39.2345084Z deleted: sha256:2d49e3a81bd436bfd20fb4a849cdc98da82cb74afef3de38dda7a946d3fc4153 2022-12-01T11:10:39.2345540Z deleted: sha256:0ba4e259108e5311ddf6b79ae3a35f8f16a4004ef8817e50427baa3cc90ac081 2022-12-01T11:10:39.2346069Z deleted: sha256:c164403226561914f16becdeca65c54d20dba8dad414b062efc34c05c47bf725 2022-12-01T11:10:39.2346496Z deleted: sha256:cbe4006b2e6286d50c1b292fb71b69d5299d65f055285519eafc41eac3ef8a3c 2022-12-01T11:10:39.2346932Z deleted: sha256:edcec18dceb25f1a03ec20de4676464613e69072875a83f5c45e45a31aafc5b9 2022-12-01T11:10:39.2347355Z deleted: sha256:13c4f317ac4bb48997302756b8d5f8b602e835607c9806a1a5b200e9a0657d8a 2022-12-01T11:10:39.2347763Z deleted: sha256:57f043e380f4586c76968d6e062b50bac55254a5be7e80bea3c027a5bb316469 2022-12-01T11:10:39.2348167Z deleted: sha256:3e549931e0240b9aac25dc79ed6a6259863879a5c9bd20755f77cac27c1ab8c8 2022-12-01T11:10:39.2348404Z 2022-12-01T11:10:39.2348553Z Total reclaimed space: 18.98GB 2022-12-01T11:10:39.2406020Z Post job cleanup. 2022-12-01T11:10:39.2445285Z Post job cleanup. 2022-12-01T11:10:39.3897457Z [command]/usr/bin/git version 2022-12-01T11:10:39.3955461Z git version 2.37.1 2022-12-01T11:10:39.4019920Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9ea9c565-4469-495f-8f4f-3301efac4b18' before making global git config changes 2022-12-01T11:10:39.4020948Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T11:10:39.4026904Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T11:10:39.4589685Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T11:10:39.4632552Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T11:10:39.4971947Z Entering 'android/libs/fbjni' 2022-12-01T11:10:39.5015224Z Entering 'third_party/FP16' 2022-12-01T11:10:39.5060410Z Entering 'third_party/FXdiv' 2022-12-01T11:10:39.5103251Z Entering 'third_party/NNPACK' 2022-12-01T11:10:39.5148381Z Entering 'third_party/QNNPACK' 2022-12-01T11:10:39.5193931Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:10:39.5236911Z Entering 'third_party/XNNPACK' 2022-12-01T11:10:39.5293230Z Entering 'third_party/benchmark' 2022-12-01T11:10:39.5338152Z Entering 'third_party/cpuinfo' 2022-12-01T11:10:39.5381667Z Entering 'third_party/cub' 2022-12-01T11:10:39.5424473Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:10:39.5473995Z Entering 'third_party/cutlass' 2022-12-01T11:10:39.5524439Z Entering 'third_party/eigen' 2022-12-01T11:10:39.5569778Z Entering 'third_party/fbgemm' 2022-12-01T11:10:39.5614388Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:10:39.5656626Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:10:39.5700543Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:10:39.5742865Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:10:39.5786901Z Entering 'third_party/flatbuffers' 2022-12-01T11:10:39.5834093Z Entering 'third_party/fmt' 2022-12-01T11:10:39.5876683Z Entering 'third_party/foxi' 2022-12-01T11:10:39.5920439Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:10:39.5963945Z Entering 'third_party/gloo' 2022-12-01T11:10:39.6007576Z Entering 'third_party/googletest' 2022-12-01T11:10:39.6050957Z Entering 'third_party/ideep' 2022-12-01T11:10:39.6096175Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:10:39.6139985Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:10:39.6189366Z Entering 'third_party/ios-cmake' 2022-12-01T11:10:39.6232003Z Entering 'third_party/ittapi' 2022-12-01T11:10:39.6275120Z Entering 'third_party/kineto' 2022-12-01T11:10:39.6317880Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:10:39.6361225Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:10:39.6405019Z Entering 'third_party/nccl/nccl' 2022-12-01T11:10:39.6447592Z Entering 'third_party/neon2sse' 2022-12-01T11:10:39.6491533Z Entering 'third_party/nlohmann' 2022-12-01T11:10:39.6535160Z Entering 'third_party/onnx' 2022-12-01T11:10:39.6590887Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:10:39.6634827Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:10:39.6680773Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:10:39.6722437Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:10:39.6769627Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:10:39.6812323Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:10:39.6855499Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:10:39.6903603Z Entering 'third_party/pocketfft' 2022-12-01T11:10:39.6946309Z Entering 'third_party/protobuf' 2022-12-01T11:10:39.6994892Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:10:39.7037903Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:10:39.7082702Z Entering 'third_party/psimd' 2022-12-01T11:10:39.7125830Z Entering 'third_party/pthreadpool' 2022-12-01T11:10:39.7168407Z Entering 'third_party/pybind11' 2022-12-01T11:10:39.7211696Z Entering 'third_party/python-enum' 2022-12-01T11:10:39.7254234Z Entering 'third_party/python-peachpy' 2022-12-01T11:10:39.7296935Z Entering 'third_party/python-six' 2022-12-01T11:10:39.7340034Z Entering 'third_party/sleef' 2022-12-01T11:10:39.7382972Z Entering 'third_party/tbb' 2022-12-01T11:10:39.7427801Z Entering 'third_party/tensorpipe' 2022-12-01T11:10:39.7471775Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:10:39.7513932Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:10:39.7556478Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:10:39.7599769Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:10:39.7641843Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:10:39.7687990Z Entering 'third_party/zstd' 2022-12-01T11:10:39.7747873Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T11:10:39.7778394Z http.https://github.com/.extraheader 2022-12-01T11:10:39.7787868Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T11:10:39.7825910Z [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-12-01T11:10:39.8151548Z Entering 'android/libs/fbjni' 2022-12-01T11:10:39.8176734Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8210684Z Entering 'third_party/FP16' 2022-12-01T11:10:39.8237308Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8270761Z Entering 'third_party/FXdiv' 2022-12-01T11:10:39.8296224Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8329551Z Entering 'third_party/NNPACK' 2022-12-01T11:10:39.8356162Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8388949Z Entering 'third_party/QNNPACK' 2022-12-01T11:10:39.8415130Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8471524Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:10:39.8473992Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8507326Z Entering 'third_party/XNNPACK' 2022-12-01T11:10:39.8534565Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8579456Z Entering 'third_party/benchmark' 2022-12-01T11:10:39.8604895Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8638014Z Entering 'third_party/cpuinfo' 2022-12-01T11:10:39.8663318Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8700416Z Entering 'third_party/cub' 2022-12-01T11:10:39.8726068Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8760312Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:10:39.8785563Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8825242Z Entering 'third_party/cutlass' 2022-12-01T11:10:39.8851963Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8893175Z Entering 'third_party/eigen' 2022-12-01T11:10:39.8918598Z http.https://github.com/.extraheader 2022-12-01T11:10:39.8954292Z Entering 'third_party/fbgemm' 2022-12-01T11:10:39.8979879Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9013984Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:10:39.9038667Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9072652Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:10:39.9096973Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9130961Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:10:39.9155792Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9189358Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:10:39.9214111Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9249375Z Entering 'third_party/flatbuffers' 2022-12-01T11:10:39.9274613Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9309536Z Entering 'third_party/fmt' 2022-12-01T11:10:39.9336335Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9370143Z Entering 'third_party/foxi' 2022-12-01T11:10:39.9395314Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9427642Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:10:39.9453304Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9486666Z Entering 'third_party/gloo' 2022-12-01T11:10:39.9511956Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9544689Z Entering 'third_party/googletest' 2022-12-01T11:10:39.9571001Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9605083Z Entering 'third_party/ideep' 2022-12-01T11:10:39.9630114Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9663161Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:10:39.9688090Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9723823Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:10:39.9748841Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9789371Z Entering 'third_party/ios-cmake' 2022-12-01T11:10:39.9815037Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9848137Z Entering 'third_party/ittapi' 2022-12-01T11:10:39.9874203Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9907018Z Entering 'third_party/kineto' 2022-12-01T11:10:39.9932819Z http.https://github.com/.extraheader 2022-12-01T11:10:39.9966428Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:10:39.9991335Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0024622Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:10:40.0050028Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0085683Z Entering 'third_party/nccl/nccl' 2022-12-01T11:10:40.0112000Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0145335Z Entering 'third_party/neon2sse' 2022-12-01T11:10:40.0170968Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0204278Z Entering 'third_party/nlohmann' 2022-12-01T11:10:40.0228871Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0263437Z Entering 'third_party/onnx' 2022-12-01T11:10:40.0289428Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0336466Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:10:40.0361700Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0395197Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:10:40.0420263Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0456143Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:10:40.0481722Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0514192Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:10:40.0539231Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0578338Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:10:40.0604567Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0639372Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:10:40.0663686Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0697728Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:10:40.0722847Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0761372Z Entering 'third_party/pocketfft' 2022-12-01T11:10:40.0786069Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0819699Z Entering 'third_party/protobuf' 2022-12-01T11:10:40.0846145Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0883953Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:10:40.0908822Z http.https://github.com/.extraheader 2022-12-01T11:10:40.0942429Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:10:40.0967618Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1003400Z Entering 'third_party/psimd' 2022-12-01T11:10:40.1028597Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1061916Z Entering 'third_party/pthreadpool' 2022-12-01T11:10:40.1087660Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1121425Z Entering 'third_party/pybind11' 2022-12-01T11:10:40.1147081Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1181269Z Entering 'third_party/python-enum' 2022-12-01T11:10:40.1206802Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1240773Z Entering 'third_party/python-peachpy' 2022-12-01T11:10:40.1265539Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1299023Z Entering 'third_party/python-six' 2022-12-01T11:10:40.1324335Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1357660Z Entering 'third_party/sleef' 2022-12-01T11:10:40.1382507Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1416681Z Entering 'third_party/tbb' 2022-12-01T11:10:40.1441501Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1477524Z Entering 'third_party/tensorpipe' 2022-12-01T11:10:40.1502124Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1536305Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:10:40.1561167Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1594778Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:10:40.1618781Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1651728Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:10:40.1676805Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1709893Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:10:40.1735810Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1769625Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:10:40.1795344Z http.https://github.com/.extraheader 2022-12-01T11:10:40.1832145Z Entering 'third_party/zstd' 2022-12-01T11:10:40.1856882Z http.https://github.com/.extraheader 2022-12-01T11:10:40.2184931Z Cleaning up orphan processes